Re: bsd.port.pre.mk vs bsd.port.options.mk

2013-09-07 Thread Jason Helfman
On Sat, Sep 7, 2013 at 2:42 PM, Christian Weisgerber wrote: > I have port that does something like > > .include > > .if ${ARCH} == ... > ... > .endif > > .include > > A while back somebody submitted a PR asking me to replace bsd.port.pre.mk > with bsd.port.options.mk, because

Re: ports/181913: devel/qt4-script: /usr/include/c++/v1/type_traits:3175:22: error: call to 'swap' is ambiguous

2013-09-07 Thread Boris Samorodov
08.09.2013 10:14, O. Hartmann пишет: > I can assure that I didn't switch anything to build the ports but > rebuilding world and then restarting building. Something must have > changed since then in the logic of how libc++ slipped in instead of > of libstdc++. > > What I did was a "make delete-old

net/openldap24-server: libtool: compile: gcc -g -O2 -Wall -DDO_SAMBA -I../../../inc [...] eval: gcc: not found *** Error code 1

2013-09-07 Thread O. Hartmann
After having built a world on CURRENT r255356 and having done "make delete-old" the outdated gnuish compiler stuff gets deleted. After that, port net/openldap[-sasl]-server rejects to compile due to the shown error. Somehwere the compiler seems to be hardcoded. [...] --- all-common --- for pa

Re: ports/181913: devel/qt4-script: /usr/include/c++/v1/type_traits:3175:22: error: call to 'swap' is ambiguous

2013-09-07 Thread O. Hartmann
On Sat, 7 Sep 2013 22:49:54 GMT rak...@freebsd.org wrote: > Synopsis: devel/qt4-script: /usr/include/c++/v1/type_traits:3175:22: > error: call to 'swap' is ambiguous > > State-Changed-From-To: open->patched > State-Changed-By: rakuco > State-Changed-When: Sat Sep 7 22:47:43 UTC 2013 > State-Chang

Paper cup,Drinking straws, fork, Knife and Other cutlery Supply shared an album with you.

2013-09-07 Thread Paper cup, Drinking straws, fork, Knife and Other cutlery Supply
Dear Manager: We are a company focused on food package. and What we do is Just Helping you to save your cost. Now we can supply : 1. Single wall paper cup. Double PE .Hot Paper cups. Double Wall paper cups. Cold Drinking cups, Ripple Wall cups. Paper box. 2. Drinking straws , Flexible s

[QAT] r326683: 4x leftovers, 4x ignored: not for the general public. maintainer only supports developers of apr, 44x success

2013-09-07 Thread Ports-QAT
Introduce variable ICONV_PREFIX at Mk/Uses/iconv.mk. The default for pre 100043 is ${LOCALBASE} and /usr otherwise. Convert all ports to new variable usage. Approved by:portmgr (bapt, implicit) - Build ID: 20130907

bsd.port.pre.mk vs bsd.port.options.mk

2013-09-07 Thread Christian Weisgerber
I have port that does something like .include .if ${ARCH} == ... ... .endif .include A while back somebody submitted a PR asking me to replace bsd.port.pre.mk with bsd.port.options.mk, because it also makes ARCH available and is far less expensive. Now, a priori it is not

Re: x11/kdelibs4: /usr/local/include/grantlee/typeaccessor.h:70:40: error: no matching function for call to 'distance' return

2013-09-07 Thread Raphael Kubo da Costa
"O. Hartmann" writes: > After a messy "iconv" orgy update session, I update yesterday > x11/kdelib4 successfully. After updating the OS to > > FreeBSD 10.0-CURRENT #2 r255356: Sat Sep 7 13:04:03 CEST 2013 amd64 > > today, I run today surprisingly into this error: > > [...] > In file included >

v10 pkg question, maybe

2013-09-07 Thread Jeffrey Bouquet
#/# find /var/db/pkg -type d -name "p5*" | xargs -J % find -type f -name "+CONTENTS" -exec grep -H "5.12" {} \; | grep pm | gtr -s \/ "\n" | grep p5 | sort | uniq | xargs -J % portmaster -d -B -P -i -g % && yell || yell If one has gtr (gnu tr) installed, that may work if one has /var/db/pkg...

Re: AFFECTS: 10-CURRENT users with any port depending on converters/libiconv

2013-09-07 Thread O. Hartmann
On Sat, 07 Sep 2013 13:34:25 +0200 Guido Falsi wrote: > On 09/07/13 13:03, O. Hartmann wrote: > > On Sat, 07 Sep 2013 00:16:16 +0200 > > Guido Falsi wrote: > > > >> On 09/07/13 00:10, Boris Samorodov wrote: > >>> 07.09.2013 01:51, O. Hartmann пишет: > On Fri, 06 Sep 2013 21:11:26 +0400 > >>

Re: AFFECTS: 10-CURRENT users with any port depending on converters/libiconv

2013-09-07 Thread O. Hartmann
On Sat, 7 Sep 2013 21:52:11 +0200 "O. Hartmann" wrote: > On Sat, 7 Sep 2013 21:13:36 +0200 > "O. Hartmann" wrote: > > > While proceeding in the iconv-mess, I run into a very nasty > > situation with some ports showing strange linker errors on most > > recent systems. > > > > The symptoms are p

Re: AFFECTS: 10-CURRENT users with any port depending on converters/libiconv

2013-09-07 Thread O. Hartmann
On Sat, 7 Sep 2013 21:13:36 +0200 "O. Hartmann" wrote: > While proceeding in the iconv-mess, I run into a very nasty situation > with some ports showing strange linker errors on most recent systems. > > The symptoms are present on boxes with CURRENT > r255259, for > instance, the error below is

Re: AFFECTS: 10-CURRENT users with any port depending on converters/libiconv

2013-09-07 Thread O. Hartmann
On Sat, 07 Sep 2013 14:27:48 +0200 Guido Falsi wrote: > On 09/07/13 14:10, olli hauer wrote: > > There are 13 ports using --with-iconv=${LOCALBASE} > > devel/apr1 > > devel/apr2 > > devel/git > > irc/epic5 > > lang/gauche > > net-mgmt/ettercap > > net/ssltunnel-client > > net/yaz

Re: AFFECTS: 10-CURRENT users with any port depending on converters/libiconv

2013-09-07 Thread O. Hartmann
While proceeding in the iconv-mess, I run into a very nasty situation with some ports showing strange linker errors on most recent systems. The symptoms are present on boxes with CURRENT > r255259, for instance, the error below is taken from a box which has already compiled the port in question su

Re: FreeBSD Port: sdl-1.2.15_2,2 build error

2013-09-07 Thread Marcus von Appen
Hi David, On, Sat Sep 07, 2013, David Lichti wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi, > I encountered an error while building the sdl12 port for FreeBSD 9.1: > > In file included from ./src/video/x11/SDL_x11dyn.c:96: > > ./src/video/x11/SDL_x11sym.h:168: error: conflicting

FreeBSD Port: sdl-1.2.15_2,2 build error

2013-09-07 Thread David Lichti
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I encountered an error while building the sdl12 port for FreeBSD 9.1: > In file included from ./src/video/x11/SDL_x11dyn.c:96: > ./src/video/x11/SDL_x11sym.h:168: error: conflicting types for > '_XData32' /usr/local/include/X11/Xlibint.h:650: erro

Re: AFFECTS: 10-CURRENT users with any port depending on converters/libiconv

2013-09-07 Thread Boris Samorodov
07.09.2013 16:27, Guido Falsi пишет: > On 09/07/13 14:10, olli hauer wrote: >> There are 13 ports using --with-iconv=${LOCALBASE} >> devel/apr1 >> devel/apr2 >> devel/git >> irc/epic5 >> lang/gauche >> net-mgmt/ettercap >> net/ssltunnel-client >> net/yaz >> net/zebra-server >> t

[QAT] r326596: 4x fail

2013-09-07 Thread Ports-QAT
- Add p5-Type-Tie 0.003 Type::Tie exports a single function: ttie. ttie ties a variable to a type constraint, ensuring that whatever values stored in the variable will conform to the type constraint. If the type constraint has coercions, these will be used if necessary to ensure values assigned to

[QAT] r326595: 4x fail

2013-09-07 Thread Ports-QAT
- Update to 0.026 - Add more TEST_DEPENDS Changes:http://search.cpan.org/dist/Type-Tiny/Changes http://search.cpan.org/dist/Type-Tiny/NEWS - Build ID: 20130907102000-3023 Job owner: su

x11/kdelibs4: /usr/local/include/grantlee/typeaccessor.h:70:40: error: no matching function for call to 'distance' return

2013-09-07 Thread O. Hartmann
After a messy "iconv" orgy update session, I update yesterday x11/kdelib4 successfully. After updating the OS to FreeBSD 10.0-CURRENT #2 r255356: Sat Sep 7 13:04:03 CEST 2013 amd64 today, I run today surprisingly into this error: [...] In file included from /usr/ports/x11/kdelibs4/work/kdelib

Re: AFFECTS: 10-CURRENT users with any port depending on converters/libiconv

2013-09-07 Thread Guido Falsi
On 09/07/13 14:10, olli hauer wrote: There are 13 ports using --with-iconv=${LOCALBASE} devel/apr1 devel/apr2 devel/git irc/epic5 lang/gauche net-mgmt/ettercap net/ssltunnel-client net/yaz net/zebra-server textproc/libxml2 textproc/py-libxml2 www/apache22 www/apache24

Re: AFFECTS: 10-CURRENT users with any port depending on converters/libiconv

2013-09-07 Thread olli hauer
There are 13 ports using --with-iconv=${LOCALBASE} devel/apr1 devel/apr2 devel/git irc/epic5 lang/gauche net-mgmt/ettercap net/ssltunnel-client net/yaz net/zebra-server textproc/libxml2 textproc/py-libxml2 www/apache22 www/apache24 and devel/glib20, print/ghostscript8, print/ghostscr

Re: AFFECTS: 10-CURRENT users with any port depending on converters/libiconv

2013-09-07 Thread Guido Falsi
On 09/07/13 13:03, O. Hartmann wrote: On Sat, 07 Sep 2013 00:16:16 +0200 Guido Falsi wrote: On 09/07/13 00:10, Boris Samorodov wrote: 07.09.2013 01:51, O. Hartmann пишет: On Fri, 06 Sep 2013 21:11:26 +0400 Boris Samorodov wrote: 06.09.2013 20:44, O. Hartmann пишет: On Fri, 06 Sep 2013 20

Re: AFFECTS: 10-CURRENT users with any port depending on converters/libiconv

2013-09-07 Thread O. Hartmann
On Sat, 7 Sep 2013 00:07:29 +0200 Baptiste Daroussin wrote: > On Fri, Sep 06, 2013 at 11:51:32PM +0200, O. Hartmann wrote: > > On Fri, 06 Sep 2013 21:11:26 +0400 > > Boris Samorodov wrote: > > > > > 06.09.2013 20:44, O. Hartmann пишет: > > > > On Fri, 06 Sep 2013 20:08:59 +0400 > > > > Boris Sa

Re: AFFECTS: 10-CURRENT users with any port depending on converters/libiconv

2013-09-07 Thread O. Hartmann
On Sat, 07 Sep 2013 00:16:16 +0200 Guido Falsi wrote: > On 09/07/13 00:10, Boris Samorodov wrote: > > 07.09.2013 01:51, O. Hartmann пишет: > >> On Fri, 06 Sep 2013 21:11:26 +0400 > >> Boris Samorodov wrote: > >> > >>> 06.09.2013 20:44, O. Hartmann пишет: > On Fri, 06 Sep 2013 20:08:59 +0400

Re: AFFECTS: 10-CURRENT users with any port depending on converters/libiconv

2013-09-07 Thread Guido Falsi
On 09/07/13 12:23, O. Hartmann wrote: On Fri, 06 Sep 2013 21:11:26 +0400 Boris Samorodov wrote: 06.09.2013 20:44, O. Hartmann пишет: On Fri, 06 Sep 2013 20:08:59 +0400 Boris Samorodov wrote: 06.09.2013 19:44, O. Hartmann пишет: Here we go. It is the config.log from one of the failing mac

Re: AFFECTS: 10-CURRENT users with any port depending on converters/libiconv

2013-09-07 Thread O. Hartmann
On Fri, 06 Sep 2013 21:11:26 +0400 Boris Samorodov wrote: > 06.09.2013 20:44, O. Hartmann пишет: > > On Fri, 06 Sep 2013 20:08:59 +0400 > > Boris Samorodov wrote: > > > >> 06.09.2013 19:44, O. Hartmann пишет: > >> > >>> Here we go. It is the config.log from one of the failing machines, > >>> fa

FreeBSD ports you maintain which are out of date

2013-09-07 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

FreeBSD Port: asterisk11-11.5.1

2013-09-07 Thread Brian Scott
Hi, I just submitted this fix to digium (well, filed a bug report that described the fix). I don't know how fast they are with these things, particularly since its a bit FreeBSD specific (uninitialised memory on malloc) so I thought I'd drop you a copy as well. Regards, Brian Scott --- include

FreeBSD unmaintained ports which are currently scheduled for deletion

2013-09-07 Thread linimon
As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically schedule removal of ports that have been judged to have outlived their usefulness. Often, this is due to a better alternative having become available and/or the cessation of development on th

FreeBSD unmaintained ports which are currently marked broken

2013-09-07 Thread linimon
As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically notify users of ports that are marked as "broken" in their Makefiles. In many cases these ports are failing to compile on some subset of the FreeBSD build environments. The most common probl

FreeBSD ports which are currently marked broken

2013-09-07 Thread linimon
As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically notify users of ports that are marked as "broken" in their Makefiles. In many cases these ports are failing to compile on some subset of the FreeBSD build environments. The most common probl

Re: AFFECTS: 10-CURRENT users with any port depending on converters/libiconv

2013-09-07 Thread Guido Falsi
On 09/07/13 09:57, O. Hartmann wrote: On Sat, 07 Sep 2013 09:42:05 +0200 Guido Falsi wrote: On 09/07/13 08:10, O. Hartmann wrote: On Sat, 07 Sep 2013 02:10:50 +0400 Boris Samorodov wrote: 07.09.2013 01:51, O. Hartmann пишет: On Fri, 06 Sep 2013 21:11:26 +0400 Boris Samorodov wrote: 06.

Re: AFFECTS: 10-CURRENT users with any port depending on converters/libiconv

2013-09-07 Thread O. Hartmann
On Sat, 07 Sep 2013 09:42:05 +0200 Guido Falsi wrote: > On 09/07/13 08:10, O. Hartmann wrote: > > On Sat, 07 Sep 2013 02:10:50 +0400 > > Boris Samorodov wrote: > > > >> 07.09.2013 01:51, O. Hartmann пишет: > >>> On Fri, 06 Sep 2013 21:11:26 +0400 > >>> Boris Samorodov wrote: > >>> > 06.09.

Re: AFFECTS: 10-CURRENT users with any port depending on converters/libiconv

2013-09-07 Thread Guido Falsi
On 09/07/13 08:10, O. Hartmann wrote: On Sat, 07 Sep 2013 02:10:50 +0400 Boris Samorodov wrote: 07.09.2013 01:51, O. Hartmann пишет: On Fri, 06 Sep 2013 21:11:26 +0400 Boris Samorodov wrote: 06.09.2013 20:44, O. Hartmann пишет: On Fri, 06 Sep 2013 20:08:59 +0400 Boris Samorodov wrote: