[QAT] r314984: 4x leftovers

2013-03-30 Thread Ports-QAT
Update to 2.3.2 "Annoy your coworkers for fun and profit" Changes: This release introduces vim-style file locking (though not backup/restore), useful when using nano in a multi-editor environment. Feedback is welcome if you run into any issues with this ---

Re: www/nginx pkg-plist + pkgng (detectable?)

2013-03-30 Thread Matthew Seaman
On 30/03/2013 02:40, Michael Gmelin wrote: > pkg-plist contains: > > %%WWWDATA%%@exec mkdir -p -m 755 www/nginx-dist > %%WWWDATA%%@exec if [ ! -d %D/www/nginx/ ] ; then ln -fs > %D/www/nginx-dist %D/www/nginx; fi > %%WWWDATA%%www/nginx-dist/EXAMPLE_DIRECTORY-DONT_ADD_OR_TOUCH_ANYTHING > %%WWWDATA%

Re: [HEADS UP] Ports tree is now frozen.

2013-03-30 Thread Boris Samorodov
30.03.2013 09:36, Martin Wilke пишет: > If you have some spare time during the freeze, please help us improve > the current state of the ports. For a list of ports currently marked > broken, see. http://portsmon.freebsd.org/portsconcordanceforbroken.py It will be nice to have a column with affec

Re: www/nginx pkg-plist + pkgng (detectable?)

2013-03-30 Thread Chris Rees
On 30 March 2013 02:40, Michael Gmelin wrote: > pkg-plist contains: > > %%WWWDATA%%@exec mkdir -p -m 755 www/nginx-dist > %%WWWDATA%%@exec if [ ! -d %D/www/nginx/ ] ; then ln -fs > %D/www/nginx-dist %D/www/nginx; fi > %%WWWDATA%%www/nginx-dist/EXAMPLE_DIRECTORY-DONT_ADD_OR_TOUCH_ANYTHING > %%WWWDA

Re: www/nginx pkg-plist + pkgng (detectable?)

2013-03-30 Thread Bryan Drewery
On 3/29/2013 9:40 PM, Michael Gmelin wrote: > pkg-plist contains: > > %%WWWDATA%%@exec mkdir -p -m 755 www/nginx-dist > %%WWWDATA%%@exec if [ ! -d %D/www/nginx/ ] ; then ln -fs > %D/www/nginx-dist %D/www/nginx; fi > %%WWWDATA%%www/nginx-dist/EXAMPLE_DIRECTORY-DONT_ADD_OR_TOUCH_ANYTHING > %%WWWDATA

py27-pykde4-4.10.1

2013-03-30 Thread ajtiM
Hi! Port p27-pykde4-4.10.1 (and previous versions too) has a "problem" with pop-up menus during installation: When I run installation with portmaster I setup options, before building it asked me for settings again and before installation it asked me again. I have a problem just with this port.

Re: py27-pykde4-4.10.1

2013-03-30 Thread Kubilay Kocak
On 30/03/2013 9:44 PM, ajtiM wrote: > Hi! > > Port p27-pykde4-4.10.1 (and previous versions too) has a "problem" with > pop-up > menus during installation: > When I run installation with portmaster I setup options, before building it > asked me for settings again and before installation it aske

Re: py27-pykde4-4.10.1

2013-03-30 Thread Alberto Villa
On Saturday 30 March 2013 05:44:36 ajtiM wrote: > Port p27-pykde4-4.10.1 (and previous versions too) has a "problem" with > pop-up menus during installation: > When I run installation with portmaster I setup options, before building it > asked me for settings again and before installation it asked

Re: [kde-freebsd] py27-pykde4-4.10.1

2013-03-30 Thread Koop Mast
On 30-3-2013 11:59, Alberto Villa wrote: On Saturday 30 March 2013 05:44:36 ajtiM wrote: Port p27-pykde4-4.10.1 (and previous versions too) has a "problem" with pop-up menus during installation: When I run installation with portmaster I setup options, before building it asked me for settings aga

Re: www/nginx pkg-plist + pkgng (detectable?)

2013-03-30 Thread Michael Gmelin
On Sat, 30 Mar 2013 07:30:05 + Matthew Seaman wrote: > On 30/03/2013 02:40, Michael Gmelin wrote: > > pkg-plist contains: > > > > %%WWWDATA%%@exec mkdir -p -m 755 www/nginx-dist > > %%WWWDATA%%@exec if [ ! -d %D/www/nginx/ ] ; then ln -fs > > %D/www/nginx-dist %D/www/nginx; fi > > %%WWWDATA%

FreeBSD ports you maintain which are out of date

2013-03-30 Thread portscout
Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you

Re: www/nginx pkg-plist + pkgng (detectable?)

2013-03-30 Thread Bryan Drewery
On 3/30/2013 5:39 AM, Bryan Drewery wrote: > On 3/29/2013 9:40 PM, Michael Gmelin wrote: >> >> You'll be left with a www/nginx-dist relative to wherever you've been >> in the file. I assume that pkg-plist should use %D/www/nginx instead of >> www/nginx in mkdir and chmod. So it's probably a bug in

Re: [kde-freebsd] py27-pykde4-4.10.1

2013-03-30 Thread Baptiste Daroussin
On Sat, Mar 30, 2013 at 12:22:34PM +0100, Koop Mast wrote: > On 30-3-2013 11:59, Alberto Villa wrote: > > On Saturday 30 March 2013 05:44:36 ajtiM wrote: > >> Port p27-pykde4-4.10.1 (and previous versions too) has a "problem" with > >> pop-up menus during installation: > >> When I run installation

Re: Trouble building postfixadmin on 10-CURRENT

2013-03-30 Thread Lowell Gilbert
Andre Goree writes: > Having issues building postfixadmin on a 10-CURRENT system. Any advice? > > [root@nqhost postfixadmin]# make install clean > ===> Installing for postfixadmin-2.3.6 > ===> postfixadmin-2.3.6 depends on file: > /usr/local/include/php/main/php.h - found > ===> postfixadmi

pkg replacement for pkg_sort?

2013-03-30 Thread Robert Huff
Am I too much of a zombie this morning, or is there nothing in the man page about how to do this? Respectfully, Robert Huff ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/l

Re: www/nginx pkg-plist + pkgng (detectable?)

2013-03-30 Thread Michael Gmelin
On Sat, 30 Mar 2013 05:39:21 -0500 Bryan Drewery wrote: > On 3/29/2013 9:40 PM, Michael Gmelin wrote: > > pkg-plist contains: > > > > %%WWWDATA%%@exec mkdir -p -m 755 www/nginx-dist > > %%WWWDATA%%@exec if [ ! -d %D/www/nginx/ ] ; then ln -fs > > %D/www/nginx-dist %D/www/nginx; fi > > %%WWWDATA%

Invite from gushudson...@yahoo.com to fab.com, daily design sales and inspirations

2013-03-30 Thread Fab
      If you are unable to see this message, click here to viewTo ensure delivery to your inbox, please add i...@fab.com to your address book.     Great News!po...@freebsd.orgHere's your exclusive invite from gushudson...@yahoo.com to register for the new Fab.comFab.com provides daily design

Re: pkg replacement for pkg_sort?

2013-03-30 Thread Matthew Seaman
On 30/03/2013 13:17, Robert Huff wrote: > Am I too much of a zombie this morning, or is there nothing in > the man page about how to do this? That's not functionality provided by pkgng at the moment, although pkgng certainly has all the necessary data in repository catalogues etc. to be abl

Re: FreeBSD Port: py27-hg-git-0.3.4

2013-03-30 Thread Marco Bröder
On 28.03.2013 19:05, Tod Olson wrote: > Having upgraded to mercurial 2.5.2, we see problems with hg-git 0.3.4, and > they seem to be fixed with hg-git 0.4.0. Will you be updating the FreeBSD > port of hg-git in the near future? Yes. :-) Sorry for the late reply. I just returned today. You can

Re: FreeBSD Port: py27-hg-git-0.3.4

2013-03-30 Thread Marco Bröder
On 29.03.2013 05:20, Kubilay Kocak wrote: > The patch attached updates hg-git to 0.4.0 and tweaks a couple of port > things: Thank you for your contribution! I just created a slightly different patch. Please see my other email reply. > - Require py-ordereddict for users running Python < 2.7 It i

Re: pkg replacement for pkg_sort?

2013-03-30 Thread Robert Huff
Matthew Seaman writes: > On 30/03/2013 13:17, Robert Huff wrote: > > >Am I too much of a zombie this morning, or is there nothing in > > the man page about how to do this? > > That's not functionality provided by pkgng at the moment, > although pkgng certainly has all the necessary da

Re: FreeBSD Port: py27-hg-git-0.3.4

2013-03-30 Thread Tod Olson
Thank you all for your help. We'll test out the patch when our sysadmin can fit it in. Best, -Tod On Mar 30, 2013, at 9:40 AM, Marco Bröder wrote: > On 29.03.2013 05:20, Kubilay Kocak wrote: >> The patch attached updates hg-git to 0.4.0 and tweaks a couple of port >> things: > > Thank you fo

apache24-2.4.4 AUTHN_DBD requires DBD.

2013-03-30 Thread O. Hartmann
I try to replace www/apache22 with www/apache24 and run on all FreeBSD 10.0-CURRENT boxes (three) into the same problem: ===> Cleaning for apache24-2.4.4 ===> apache24-2.4.4 AUTHN_DBD requires DBD. *** [all] Error code 1 Stop in /usr/ports/www/apache24. Below, the "make showconfig" output is

Re: apache24-2.4.4 AUTHN_DBD requires DBD.

2013-03-30 Thread olli hauer
Easy solution, change this to on -> DBD=off: Apache DBD Framework -- Regards, olli On 2013-03-30 16:31, O. Hartmann wrote: > I try to replace www/apache22 with www/apache24 and run on all FreeBSD > 10.0-CURRENT boxes (three) into the same problem: > > ===> Cleaning for apache24-2.4.4 > ===>

Re: apache24-2.4.4 AUTHN_DBD requires DBD.

2013-03-30 Thread O. Hartmann
On Sat, 2013-03-30 at 16:52 +0100, olli hauer wrote: > Easy solution, > > change this to on -> DBD=off: Apache DBD Framework > > -- > Regards, > olli Well, this is very funny and no easy solution at all. I explicitely switched this to on - but is is always off when I enter the "make config" a

Re: apache24-2.4.4 AUTHN_DBD requires DBD.

2013-03-30 Thread olli hauer
On 2013-03-30 17:01, O. Hartmann wrote: > On Sat, 2013-03-30 at 16:52 +0100, olli hauer wrote: >> Easy solution, >> >> change this to on -> DBD=off: Apache DBD Framework >> >> -- >> Regards, >> olli > > Well, this is very funny and no easy solution at all. > > I explicitely switched this to on -

[QAT] r314556: 4x leftovers, 38x success, 6x depend (fetch in security/gnutls)

2013-03-30 Thread Ports-QAT
Fix a long standing bug of lib/charset.alias being overwritten, modified, and badly tracked by ports. Make lib/charset.alias a file only provided by converters/libiconv Create a new USES: charsetfix, that will modify in post patch the Makefile.in to prev -

Re: apache24-2.4.4 AUTHN_DBD requires DBD ==>> FAULT due to WITH_BSD_GREP

2013-03-30 Thread O. Hartmann
On Sat, 2013-03-30 at 17:14 +0100, olli hauer wrote: > On 2013-03-30 17:01, O. Hartmann wrote: > > On Sat, 2013-03-30 at 16:52 +0100, olli hauer wrote: > >> Easy solution, > >> > >> change this to on -> DBD=off: Apache DBD Framework > >> > >> -- > >> Regards, > >> olli > > > > Well, this is very

Re: pkg replacement for pkg_sort?

2013-03-30 Thread Chris Rees
On 30 Mar 2013 14:53, "Robert Huff" wrote: > > > Matthew Seaman writes: > > On 30/03/2013 13:17, Robert Huff wrote: > > > > >Am I too much of a zombie this morning, or is there nothing in > > > the man page about how to do this? > > > > That's not functionality provided by pkgng at the mom

gfortran and USE_GCC

2013-03-30 Thread Stephen Montgomery-Smith
If in my Makefile I have: USE_GCC=4.7+ USE_FORTRAN=yes and then I type "make test-gcc", I get CC=gcc47 - CXX=g++47 - CPP=cpp47 - CFLAGS="-pipe -Wl,-rpath=/usr/local/lib/gcc47" F77=gfortran46 - FC=gfortran46 - FFLAGS="-pipe -Wl,-rpath=/usr/local/lib/gcc47" LDFLAGS=" -Wl,-rpath=/usr/loca

Re: pkg replacement for pkg_sort?

2013-03-30 Thread Jeremy Messenger
On Sat, Mar 30, 2013 at 2:43 PM, Chris Rees wrote: > On 30 Mar 2013 14:53, "Robert Huff" wrote: >> >> >> Matthew Seaman writes: >> > On 30/03/2013 13:17, Robert Huff wrote: >> > >> > >Am I too much of a zombie this morning, or is there nothing in >> > > the man page about how to do this? >

Re: pam_ssh_agent_auth: ENOENT

2013-03-30 Thread Stefan Bethke
Am 26.03.2013 um 17:25 schrieb Martin Wilke : > Hey > > Please test the new patch. @ Stefan thx for the PR. > > http://people.freebsd.org/~miwi/psaa.diff Seems to be working just fine! Stefan -- Stefan BethkeFon +49 151 14070811 ___ freebsd

Re: textproc/libkolabxml does not compile

2013-03-30 Thread Raphael Kubo da Costa
David Demelier writes: > ===> Building for libkolabxml-0.8.1 > [ 4%] Built target xsdbin > [ 8%] Generating XSD bindings > terminate called after throwing an instance of 'std::runtime_error' > what(): locale::facet::_S_create_c_locale name not valid > Abort trap For posterity: this was a p

Re: Using bidirectional authentication in pkgng

2013-03-30 Thread Michael Gmelin
On Fri, 18 Jan 2013 20:55:40 + Matthew Seaman wrote: > On 18/01/2013 02:57, Michael Gmelin wrote: > > > c. libfetch really needs to get fixed to allow certificate > > verification in its fetchX* and fetchHTTP* functions when using > > HTTPS. fetch(3) is based on it and there is no indication

Re: Trouble building postfixadmin on 10-CURRENT

2013-03-30 Thread Andre Goree
On Sat, 30 Mar 2013 09:00:43 -0400, Lowell Gilbert wrote: Andre Goree writes: Having issues building postfixadmin on a 10-CURRENT system. Any advice? [root@nqhost postfixadmin]# make install clean ===> Installing for postfixadmin-2.3.6 ===> postfixadmin-2.3.6 depends on file: /usr/loc

Re: FreeBSD Port: postfix-2.9.5,1 - LDAP_SASL option ignored

2013-03-30 Thread Sahil Tandon
On Fri, 2013-03-22 at 11:54:14 +0200, Pavel Bychykhin wrote: > In config dialog i check OPENLDAP, LDAP_SASL and SASL2. > The make process ignores an option LDAP_SASL. > As a result i see "unsupported parameter value: bind = SASL" in output of > "postmap" command. > As a solution, i added "-DUSE_L