trouble building py3-requests -- dependencies build against wrong version of python.

2017-06-09 Thread Vick Khera
I'm trying to build py3-iocage, which has as one dependeny py3-requests. When building this with poudriere, the py3-requests port somehow causes py27-chardet to be built instead of py36-chardet, which then results in py3-requests failing to find the dependency (which it just tried to build). Here

Re: iocage port

2017-04-20 Thread Vick Khera
Actually, it is not so much a suitable drop-in replacement since I would have to re-create every one of my jails within the iocell structure. I guess I'll just reproduce the old iocage port in my own local section of the ports tree. On Thu, Apr 20, 2017 at 8:34 AM, Vick Khera <vi...@khera.

Re: iocage port

2017-04-20 Thread Vick Khera
On Wed, Apr 19, 2017 at 12:41 PM, Sebastian Schwarz <sesch...@gmail.com> wrote: > On 2017-04-19, Vick Khera wrote: > > Can the original iocage port be restored? > > I believe the old code has been forked and preserved under the > name iocell (https://github.co

iocage port

2017-04-19 Thread Vick Khera
Can the original iocage port be restored? The replacements of py-iocage and py3-iocage are not yet feature complete, and the original one still works just great. Thanks! ___ freebsd-ports@freebsd.org mailing list

iocage

2017-04-11 Thread Vick Khera
I see that sysutils/iocage has been removed. However, the current version of py-iocage is two releases old and is lacking some features that iocage provided. Can that get upgraded so it is possible to switch without losing necessary functionality? ___

Re: dependency tree display

2017-03-15 Thread Vick Khera
Thanks! That one looks great! On Wed, Mar 15, 2017 at 1:22 PM, Kurt Jaeger wrote: > Hi! > > > Is there a way to visualize the dependencies of a port in a tree-like > > fashion? That is, if A depends on B, and B depends on C, show me A -> B > -> > > C. > > ports-mgmt/porttree

dependency tree display

2017-03-15 Thread Vick Khera
Is there a way to visualize the dependencies of a port in a tree-like fashion? That is, if A depends on B, and B depends on C, show me A -> B -> C. When I upgrade something in node using npm, it gives this kind of nice tree: hal@2.0.0 /u/lorax1/home/hubot/hal ├─┬ aws2js@0.8.3 │ └─┬

how to pass "-ldflags" to a go language build.

2016-11-21 Thread Vick Khera
I'm looking at the port for net-mgmt/telegraf to see if we can have it bake in the version number into the binary. Right now when you run "telegraf -version" it just says literally "version". Apparently the right way to set their version is to pass it to the command line like this: go build

is USES=ncurses useless?

2016-06-30 Thread Vick Khera
I've observed (and filed PR 206471 ) that the USES=ncurses flag in a port does not result in the port actually linking with the ncurses library provided by the port. Does anyone else notice this? Specifically two ports I've encountered

wordpress CLI

2016-06-30 Thread Vick Khera
Can I get a commit on 209583 ? It is a port for the wordpress CLI tool. It has been sitting there for a month and a half now with no action whatsoever. Thanks! ___ freebsd-ports@freebsd.org

Re: what for is the "gogs" UID/GID

2016-05-10 Thread Vick Khera
On Wed, May 4, 2016 at 2:58 AM, Matthias Fechner wrote: > if you have something to test, please let me know. > Currently the fetch process seems not to work and the initial author of > the patch has no time to continue here. > > Some patches seems to have been refused

Re: what for is the "gogs" UID/GID

2016-05-03 Thread Vick Khera
Nice, thanks. I will see if I can make it build. > On May 3, 2016, at 20:35, Jason Unovitch <jason.unovi...@gmail.com> wrote: > >> On Tue, May 3, 2016 at 8:28 PM, Vick Khera <vi...@khera.org> wrote: >> I'm checking out some git web interfaces, and I stumbled

what for is the "gogs" UID/GID

2016-05-03 Thread Vick Khera
I'm checking out some git web interfaces, and I stumbled upon the registered UID/GID for "gogs" which is one of the tools I am investigating. I'm curious why there's an entry for it but no corresponding port. In fact, the only reference in all of the ports tree is just those two entries.

Re: google authenticator

2016-03-08 Thread Vick Khera
> On Mar 8, 2016, at 15:46, Kurt Jaeger wrote: > > Hi! > >> It was an oversight of the submitter, see >> >> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207229 >> >> and is being worked on. > > Fix committed. Please note that the .so moves back to the > old place so

google authenticator

2016-03-08 Thread Vick Khera
Today I upgraded pam_google_authenticator from 20140826_1 to 1.01.20160208,1 and discovered that it no longer worked. Remote login just closed connection. It turns out that the necessary shared PAM library moved from /usr/local/lib/pam_google_authenticator.so to

Re: unable to boostrap go

2015-09-09 Thread Vick Khera
On Mon, Aug 31, 2015 at 10:43 AM, Vick Khera <vi...@khera.org> wrote: > I build my own customized packages using poudriere. Lately (roughy about > when go changed from 1.4 to 1.5) it cannot build the go 1.4.2 bootstrap. It > fails with a bus error. This also is roughly about the

Re: unable to boostrap go

2015-09-09 Thread Vick Khera
On Wed, Sep 9, 2015 at 11:19 AM, Vick Khera <vi...@khera.org> wrote: > When I use a GENERIC 10.2 kernel, those same binaries do not dump core > when running "go version". > > Does anyone know what specific kernel config option/device go is now needs > in t

unable to boostrap go

2015-08-31 Thread Vick Khera
I build my own customized packages using poudriere. Lately (roughy about when go changed from 1.4 to 1.5) it cannot build the go 1.4.2 bootstrap. It fails with a bus error. This also is roughly about the time I upgraded my poudriere server from 10.1 to 10.2. Is anyone observing this? Any hints

Re: Ports with duplicate LATEST_LINKs

2015-08-20 Thread Vick Khera
On Tue, Aug 18, 2015 at 8:37 AM, Ports Index build indexbu...@freebsd.org wrote: Dear port maintainers, The following list includes ports maintained by you that have duplicate LATEST_LINK values. They should either be modified to use a unique PKGNAME, e.g. by using PKGNAMESUFFIX. Note that

Re: new port to commit p5-XMLRPC-Lite

2014-12-11 Thread Vick Khera
Thanks! On Thu, Dec 11, 2014 at 12:19 AM, Kurt Jaeger li...@opsec.eu wrote: Hi! Any chance of getting this committed soon? I want to get some code out to production, and having the port official' makes it easier. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195008 Done. --

new port to commit p5-XMLRPC-Lite

2014-12-10 Thread Vick Khera
Any chance of getting this committed soon? I want to get some code out to production, and having the port official' makes it easier. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195008 Thanks! ___ freebsd-ports@freebsd.org mailing list

new dependency for emacs-nox11

2014-11-07 Thread Vick Khera
Emacs 24.4 update in ports pulls in a new dependency: desktop-file-utils. This in turn pulls in a big swath of additional packages including python, perl, pcre, glib. I cannot figure out what this utility is supposed to do, as all it refers to is make a desktop. I don't have a desktop on freebsd

Re: new dependency for emacs-nox11

2014-11-07 Thread Vick Khera
On Fri, Nov 7, 2014 at 10:27 AM, Lowell Gilbert freebsd-ports-lo...@be-well.ilk.org wrote: Vick Khera vi...@khera.org writes: Emacs 24.4 update in ports pulls in a new dependency: desktop-file-utils. This in turn pulls in a big swath of additional packages including python, perl, pcre

Re: unable to set default apache port

2014-09-09 Thread Vick Khera
On Mon, Sep 8, 2014 at 4:27 PM, Mike Clarke jmc-freeb...@milibyte.co.uk wrote: APACHE_PORT=www/apache22 Thanks. This seems to be working. Should I file a bug report? It seems to me that the DEFAULT_VERSIONS ought to be sufficient. ___

unable to set default apache port

2014-09-08 Thread Vick Khera
My recent run of poudriere to build my package collection rebuilt all my apache dependents against 2.4. I knew this was coming, so had set in my poudriere make.conf the following: DEFAULT_VERSIONS=mysql=5.5 pgsql=9.2 apache=2.2 perl5=5.16 However, that seems to be ignored. The build logs do show

p5-Net-Domain-TLD out of date

2014-07-11 Thread Vick Khera
The patch to update this port has been languishing for 3 months now. Any way I can get some love and get that committed? https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=188259 Thanks! ___ freebsd-ports@freebsd.org mailing list

Re: p5-Net-Domain-TLD out of date

2014-07-11 Thread Vick Khera
Thanks for committing that. It helps me a lot keeping my production servers in good working order. On Fri, Jul 11, 2014 at 10:34 AM, Kurt Jaeger li...@opsec.eu wrote: Hi! The patch to update this port has been languishing for 3 months now. Any way I can get some love and get that committed?

forcing specific Java version as dependency

2014-05-29 Thread Vick Khera
I'm using poudriere to build packages to use on my servers (I have about 20 of them). One of the packages I need is www/tomcat-native. However, the way poudriere builds the ports, they are built in an empty jail, so when tomcat-native selects the JDK to use, it picks openjdk6 to install as a

Re: forcing specific Java version as dependency

2014-05-29 Thread Vick Khera
On Thu, May 29, 2014 at 12:54 PM, Jung-uk Kim j...@freebsd.org wrote: JAVA_PREFERRED_PORTS=JAVA_PORT_NATIVE_OPENJDK_JDK_1_7 nice. that works! this variable seems undocumented within the bsd.java.mk file itself... only referenced once, too. thanks for helping.

splitting subversion port?

2014-05-22 Thread Vick Khera
I was wondering if you would be open to peeling off the mod_dav_svn from being an option in the subversion port to being its own port that depends on this one, or making a sub-port that installs subversion with it enabled under a different package name. The reason I have is that I am trying to

Re: bsd.emacs.mk does not detect non-GUI, non-X11 options

2014-05-22 Thread Vick Khera
On Thu, May 22, 2014 at 4:08 PM, Lowell Gilbert freebsd-ports-lo...@be-well.ilk.org wrote: I'm not sure why that's a problem, because if you build editors/emacs with the port option for X11 disabled, it should tell configure to use the --without-x argument. The results should be identical to

bsd.emacs.mk does not detect non-GUI, non-X11 options

2014-05-21 Thread Vick Khera
All of my freebsd boxes are headless, and I build all ports without X11. To accomplish this, I specify in make.conf the following: WITHOUT_GNOME=yes WITHOUT_X11=yes OPTIONS_UNSET=X11 GUI I have to specify both WITHOUT_X11 and OPTIONS_UNSET since I have found some ports to not honor OPTIONS_UNSET

Re: ACTION REQUIRED - Unstaged Ports being DEPRECATED on June 31st.

2014-05-12 Thread Vick Khera
On Sat, May 10, 2014 at 11:33 AM, Bryan Drewery bdrew...@freebsd.org wrote: You are receiving this mail as it affects FreeBSD ports that you maintain. Clearly you have a list that identifies these ports. Would it be possible to share it so we can easily find which if our ports are still

Fwd: [REL - 10i386-quarterly][databases/slony1] Failed for slony1-1.2.23 in build

2014-03-05 Thread Vick Khera
Can something be done to stop these messages? The port is updated and works fine on FreeBSD 10, but this quarterly snapshot keeps trying to build the old version and tell me to update the port. It seems counter productive to keep doing this over and over if any updates are not going to be applied.

Re: Fwd: [REL - 10i386-quarterly][databases/slony1] Failed for slony1-1.2.23 in build

2014-03-05 Thread Vick Khera
Thanks. I also get these for p5-Mail-OpenDKIM which was similarly updated to build on FreeBSD 10.0. On Wed, Mar 5, 2014 at 8:30 AM, Ruslan Makhmatkhanov cvs-...@yandex.ruwrote: Vick Khera wrote on 05.03.2014 17:13: Can something be done to stop these messages? The port is updated and works

how to install into staging area correctly?

2013-12-06 Thread Vick Khera
I have a port locally that does this to install a file so other ports that depend on this can have something to depend on from the file system. do-install: ${CP} /dev/null ${LOCALBASE}/etc/rwde-base-installed Lately it seems that the ports does a staging step, and the above file is not

Re: how to install into staging area correctly?

2013-12-06 Thread Vick Khera
On Fri, Dec 6, 2013 at 11:30 AM, Michael Gmelin free...@grem.de wrote: I think you should use ${STAGEDIR}${PREFIX}, not ${LOCALBASE}. Thanks. that makes more sense. ___ freebsd-ports@freebsd.org mailing list

Re: p5-ack renamed ack, no entry in UPDATING

2013-01-14 Thread Vick Khera
On Fri, Jan 11, 2013 at 6:38 PM, Eitan Adler li...@eitanadler.com wrote: There should be a MOVED entry which portmaster should have automatically noticed. If not, let us know. portmaster did install ack for me, but left p5-ack sitting around as well.

p5-ack renamed ack, no entry in UPDATING

2013-01-11 Thread Vick Khera
The ports/UPDATING file has no mention of textproc/p5-ack being renamed to textproc/ack. There should be some note about this, as well as suggestion to use portupgrade/portmaster/pkg to replace the installed version. I did this: portmaster -o textproc/ack p5-ack-1.96_1 Somehow I ended up with

ports/137941: new port p5-Template-Plugin-Autoformat

2009-08-27 Thread Vick Khera
Hi, I submitted this port last week, and it seems to have been closed with the reason already committed. I cannot for the life of me find this software anywhere in the ports tree. Freshports.org only has one port with the word autoformat in it, and it is the dependency for this software. Can