multimedia/dirac compilation fails with gcc46

2013-10-02 Thread Andriy Gapon
parseunit_byteio.cpp:127:23: error: variable 'next_parse_code' set but not used
[-Werror=unused-but-set-variable]
parseunit_byteio.cpp:131:13: error: variable 'next_unit_next_parse_offset' set
but not used [-Werror=unused-but-set-variable]

-- 
Andriy Gapon
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org

Re: search for port adopters

2013-10-02 Thread Lars Engels

Am 01.10.2013 05:06, schrieb Vlad V. Teterya:

Hello!

I am no longer using FreeBSD in production and I'm interested to find
new maintainers for my ports:

databases/mysqltuner
www/oscommerce
x11/ipager
x11/tilda

If someone wants to take over this ports, splease submit PR with
maintainer update.
Thanks.


I use ipager, so I'll take that one.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: search for port adopters

2013-10-02 Thread Jason Helfman
On Tue, Oct 1, 2013 at 11:55 PM, Lars Engels lars.eng...@0x20.net wrote:

 Am 01.10.2013 05:06, schrieb Vlad V. Teterya:

  Hello!

 I am no longer using FreeBSD in production and I'm interested to find
 new maintainers for my ports:

 databases/mysqltuner
 www/oscommerce
 x11/ipager
 x11/tilda

 If someone wants to take over this ports, splease submit PR with
 maintainer update.
 Thanks.


 I use ipager, so I'll take that one.


Done. This needs STAGEDIR support, as previously mentioned.

Thanks!

-jgh

-- 
Jason Helfman  | FreeBSD Committer
j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to Serve
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Can't compile www/chromium on 9.2-RC1

2013-10-02 Thread Florent Peterschmitt
Le 02/10/2013 02:57, George Mitchell a écrit :
 It tries to compile with clang, which I don't have on my 9.2-RC1 box.
[snip]
 What's the next thing to do?

Reinstall world with clang? It's been a long time www/chromium doesn't
build with base's.

More and more ports are not building with base's GCC so not having clang
will juste bring some headaches.

Also, the www/chromium port can use clang from ports if the version 
902000.

Seems that 9.2-RC1 is up to this version. My advise is to reinstall
world with clang :)

-- 
Florent Peterschmitt   | Please:
flor...@peterschmitt.fr|  * Avoid HTML/RTF in E-mail.
+33 (0)6 64 33 97 92   |  * Send PDF for documents.
http://florent.peterschmitt.fr |  * Trim your quotations. Really.
Proudly powered by Open Source | Thank you :)



signature.asc
Description: OpenPGP digital signature


Re: Can't compile www/chromium on 9.2-RC1

2013-10-02 Thread Florent Peterschmitt
Le 02/10/2013 09:19, Florent Peterschmitt a écrit :
 My advise is to reinstall world with clang :)

Or select GCC 4.6+ to build this port in www/chromium options.

-- 
Florent Peterschmitt   | Please:
flor...@peterschmitt.fr|  * Avoid HTML/RTF in E-mail.
+33 (0)6 64 33 97 92   |  * Send PDF for documents.
http://florent.peterschmitt.fr |  * Trim your quotations. Really.
Proudly powered by Open Source | Thank you :)



signature.asc
Description: OpenPGP digital signature


Re: multimedia/dirac compilation fails with gcc46

2013-10-02 Thread John Marino
On 10/2/2013 08:39, Andriy Gapon wrote:
 parseunit_byteio.cpp:127:23: error: variable 'next_parse_code' set but not 
 used
 [-Werror=unused-but-set-variable]
 parseunit_byteio.cpp:131:13: error: variable 'next_unit_next_parse_offset' set
 but not used [-Werror=unused-but-set-variable]

This post is just an excerpt of a log.
I can conjecture that you want somebody to fix multimedia/dirac. So it
would be more appropriate to Sumbit a FreeBSD problem report
(http://www.freebsd.org/send-pr.html) right?

And ideally with a patch to fix it.  In any case, the port is maintained
by multime...@freebsd.org so opening a PR is the best way to alert those
responsible about a problem.

John

P.S. The fix is likely trivial: Remove -Werror from the compiler flags.

P.P.S. I and others are slowly fixing ports that don't build on recent
gcc and clang/libc++ already.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: poudriere jail building error: make[4]: /pdr/jails/ia64/usr/src/etc/periodic/daily/Makefile line 27: Malformed conditional (${MK_BIND_NAMED} != no)

2013-10-02 Thread Anton Shterenlikht
I asked in ports@ and was told this is a current@ issue.
Please help.

Anton

Date: Tue, 1 Oct 2013 16:37:26 -0500
From: Bryan Drewery br...@shatow.net
To: Anton Shterenlikht me...@bris.ac.uk
Subject: Re: poudriere jail building error: make[4]:
 /pdr/jails/ia64/usr/src/etc/periodic/daily/Makefile line 27: Malformed
 conditional (${MK_BIND_NAMED} != no)

On Tue, Oct 01, 2013 at 01:21:42AM +0100, Anton Shterenlikht wrote:
 This is a first time I'm building a jail,
 so I might be doing something wrong.
=20
 cd /pdr/jails/ia64/usr/src/etc/devd; make install
 install -o root -g wheel  -m 644 uath.conf usb.conf /pdr/jails/ia64/etc/d=
evd
 cd /pdr/jails/ia64/usr/src/etc/gss; make install
 install -o root -g wheel  -m 444 mech qop /pdr/jails/ia64/etc/gss
 cd /pdr/jails/ia64/usr/src/etc/periodic; make install
 =3D=3D=3D daily (install)
 make[4]: /pdr/jails/ia64/usr/src/etc/periodic/daily/Makefile line 27: M=
alformed conditional (${MK_BIND_NAMED} !=3D no)
 make[4]: Fatal errors encountered -- cannot continue
 make[4]: stopped in /pdr/jails/ia64/usr/src/etc/periodic/daily
 *** Error code 1
=20
 Stop.
 make[3]: stopped in /pdr/jails/ia64/usr/src/etc/periodic
 *** Error code 1
=20
 Stop.
 make[2]: stopped in /pdr/jails/ia64/usr/src/etc
 *** Error code 1
=20
 Stop.
 make[1]: stopped in /pdr/jails/ia64/usr/src
 *** Error code 1
=20
 Stop.
 make: stopped in /pdr/jails/ia64/usr/src
 =3D=3D=3D=3D Error: Failed to 'make distribution'
 =3D=3D=3D=3D Error while creating jail, cleaning up.
 =3D=3D=3D=3D Removing ia64 jail... done
 #=20
=20
 This was poudriere jail -c -j ia64 -v head -m svn+https
 on r255488.

This should go to current@ as it is not a ports issue.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


FreeBSD Port: syslog-ng-3.4.3

2013-10-02 Thread Søren Schrøder
3.4.3 wont start unless enviroment variable

IV_EXCLUDE_POLL_METHOD=kqueue

is set.

affected: FreeBSD 9.0-RELEASE

9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Tue Jun 12 02:52:29 UTC 2012
r...@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  amd64

syslog-ng has been portmaster upgraded from several older versions over the
years, so base conf is based on @3.3, but is running in @3.4 mode,

I didn't verify on 9.1 or 9.2

personally I added it to the rc.d script, just for a quick fix

Thanks for the work you do maintaining ports.

-- 
Søren Schrøder.
Obey Gravity - It's the law !
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: poudriere jail building error: make[4]: /pdr/jails/ia64/usr/src/etc/periodic/daily/Makefile line 27: Malformed conditional (${MK_BIND_NAMED} != no)

2013-10-02 Thread Boris Samorodov
02.10.2013 12:05, Anton Shterenlikht пишет:
 I asked in ports@ and was told this is a current@ issue.
 Please help.

Seems to be resolved (at least r255978 worked for me).

 Date: Tue, 1 Oct 2013 16:37:26 -0500
 From: Bryan Drewery br...@shatow.net
 To: Anton Shterenlikht me...@bris.ac.uk
 Subject: Re: poudriere jail building error: make[4]:
 /pdr/jails/ia64/usr/src/etc/periodic/daily/Makefile line 27: Malformed
 conditional (${MK_BIND_NAMED} != no)

 On Tue, Oct 01, 2013 at 01:21:42AM +0100, Anton Shterenlikht wrote:
 This is a first time I'm building a jail,
 so I might be doing something wrong.
 =20
 cd /pdr/jails/ia64/usr/src/etc/devd; make install
 install -o root -g wheel  -m 644 uath.conf usb.conf /pdr/jails/ia64/etc/d=
 evd
 cd /pdr/jails/ia64/usr/src/etc/gss; make install
 install -o root -g wheel  -m 444 mech qop /pdr/jails/ia64/etc/gss
 cd /pdr/jails/ia64/usr/src/etc/periodic; make install
 =3D=3D=3D daily (install)
 make[4]: /pdr/jails/ia64/usr/src/etc/periodic/daily/Makefile line 27: M=
 alformed conditional (${MK_BIND_NAMED} !=3D no)
 make[4]: Fatal errors encountered -- cannot continue
 make[4]: stopped in /pdr/jails/ia64/usr/src/etc/periodic/daily
 *** Error code 1
 =20
 Stop.
 make[3]: stopped in /pdr/jails/ia64/usr/src/etc/periodic
 *** Error code 1
 =20
 Stop.
 make[2]: stopped in /pdr/jails/ia64/usr/src/etc
 *** Error code 1
 =20
 Stop.
 make[1]: stopped in /pdr/jails/ia64/usr/src
 *** Error code 1
 =20
 Stop.
 make: stopped in /pdr/jails/ia64/usr/src
 =3D=3D=3D=3D Error: Failed to 'make distribution'
 =3D=3D=3D=3D Error while creating jail, cleaning up.
 =3D=3D=3D=3D Removing ia64 jail... done
 #=20
 =20
 This was poudriere jail -c -j ia64 -v head -m svn+https
 on r255488.

 This should go to current@ as it is not a ports issue.
 ___
 freebsd-curr...@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-current
 To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org
 


-- 
WBR, Boris Samorodov (bsam)
FreeBSD Committer, http://www.FreeBSD.org The Power To Serve
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org

FreeBSD ports you maintain which are out of date

2013-10-02 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 can
safely ignore the entry.

You will not be e-mailed again for any of the port/version combinations
below.

Full details can be found at the following URL:
http://portscout.freebsd.org/po...@freebsd.org.html


Port| Current version | New version
+-+
www/xist| 3.25| 5.2
+-+


If any of the above results are invalid, please check the following page
for details on how to improve portscout's detection and selection of
distfiles on a per-port basis:

http://portscout.freebsd.org/info/portscout-portconfig.txt

If wish to stop receiving portscout reminders, please contact
portsc...@freebsd.org

Thanks.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: search for port adopters

2013-10-02 Thread Vlad V. Teterya
2013/10/2 Lars Engels lars.eng...@0x20.net:
 Am 01.10.2013 05:06, schrieb Vlad V. Teterya:

 Hello!

 I am no longer using FreeBSD in production and I'm interested to find
 new maintainers for my ports:

 databases/mysqltuner
 www/oscommerce
 x11/ipager
 x11/tilda

 If someone wants to take over this ports, splease submit PR with
 maintainer update.
 Thanks.


 I use ipager, so I'll take that one.

Thanks, Lars!


-- 
   Regards, Vlad
 _

   Vlad V. Teterya
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: search for port adopters

2013-10-02 Thread Lars Engels

Am 02.10.2013 09:07, schrieb Jason Helfman:

On Tue, Oct 1, 2013 at 11:55 PM, Lars Engels lars.eng...@0x20.net
wrote:


Am 01.10.2013 05:06, schrieb Vlad V. Teterya:


Hello!

I am no longer using FreeBSD in production and I'm interested to
find
new maintainers for my ports:

databases/mysqltuner
www/oscommerce
x11/ipager
x11/tilda

If someone wants to take over this ports, splease submit PR with
maintainer update.
Thanks.


I use ipager, so I'll take that one.


Done. This needs STAGEDIR support, as previously mentioned.

Thanks!



Yup, I'll try to get my ports to support staging during the next days.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Can't compile www/chromium on 9.2-RC1

2013-10-02 Thread George Mitchell

On 10/02/13 03:21, Florent Peterschmitt wrote:

Le 02/10/2013 09:19, Florent Peterschmitt a écrit :

My advise is to reinstall world with clang :)


Or select GCC 4.6+ to build this port in www/chromium options.



Duh!  Thanks for pointing out the obvious!  I appreciate the help.
-- George
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


INDEX build failed for 8.x

2013-10-02 Thread Ports Index build
INDEX build failed with errors:
Generating INDEX-8 - please 
wait../home/indexbuild/tindex/ports/Mk/bsd.licenses.mk, line 577: warning: 
duplicate script for target check-license ignored
/home/indexbuild/tindex/ports/Mk/bsd.licenses.mk, line 590: warning: 
duplicate script for target 
/home/indexbuild/tindex/ports/math/vtk-data/work/.license_done.vtk._nonexistentlocal
 ignored
/home/indexbuild/tindex/ports/Mk/bsd.licenses.mk, line 593: warning: 
duplicate script for target 
/home/indexbuild/tindex/ports/math/vtk-data/work/.license_done.vtk._nonexistentlocal
 ignored
/home/indexbuild/tindex/ports/Mk/bsd.licenses.mk, line 699: warning: 
duplicate script for target 
/home/indexbuild/tindex/ports/math/vtk-data/work/.license_done.vtk._nonexistentlocal
 ignored
/home/indexbuild/tindex/ports/Mk/bsd.licenses.mk, line 703: warning: 
duplicate script for target 
/home/indexbuild/tindex/ports/math/vtk-data/work/.license_done.vtk._nonexistentlocal
 ignored
/home/indexbuild/tindex/ports/Mk/bsd.licenses.mk, line 703: warning: 
duplicate script for target 
/home/indexbuild/tindex/ports/math/vtk-data/work/.license_done.vtk._nonexistentlocal
 ignored
/home/indexbuild/tindex/ports/Mk/bsd.licenses.mk, line 703: warning: 
duplicate script for target 
/home/indexbuild/tindex/ports/math/vtk-data/work/.license_done.vtk._nonexistentlocal
 ignored
/home/indexbuild/tindex/ports/Mk/bsd.licenses.mk, line 703: warning: 
duplicate script for target 
/home/indexbuild/tindex/ports/math/vtk-data/work/.license_done.vtk._nonexistentlocal
 ignored
/home/indexbuild/tindex/ports/Mk/bsd.licenses.mk, line 703: warning: 
duplicate script for target 
/home/indexbuild/tindex/ports/math/vtk-data/work/.license_done.vtk._nonexistentlocal
 ignored
/home/indexbuild/tindex/ports/Mk/bsd.licenses.mk, line 706: warning: 
duplicate script for target 
/home/indexbuild/tindex/ports/math/vtk-data/work/.license_done.vtk._nonexistentlocal
 ignored
/home/indexbuild/tindex/ports/Mk/bsd.licenses.mk, line 733: warning: 
duplicate script for target 
/home/indexbuild/tindex/ports/math/vtk-data/work/.license_done.vtk._nonexistentlocal
 ignored
/home/indexbuild/tindex/ports/Mk/bsd.licenses.mk, line 752: warning: 
duplicate script for target install-license ignored
/home/indexbuild/tindex/ports/Mk/bsd.licenses.mk, line 753: warning: 
duplicate script for target install-license ignored
/home/indexbuild/tindex/ports/Mk/bsd.licenses.mk, line 754: warning: 
duplicate script for target install-license ignored
/home/indexbuild/tindex/ports/Mk/bsd.licenses.mk, line 756: warning: 
duplicate script for target install-license ignored
/home/indexbuild/tindex/ports/Mk/bsd.licenses.mk, line 763: warning: 
duplicate script for target install-license ignored
/home/indexbuild/tindex/ports/Mk/bsd.licenses.mk, line 764: warning: 
duplicate script for target install-license ignored
/home/indexbuild/tindex/ports/Mk/bsd.licenses.mk, line 765: warning: 
duplicate script for target install-license ignored
/home/indexbuild/tindex/ports/Mk/bsd.port.mk, line 2745: warning: duplicate 
script for target master-sites-ALL ignored
/home/indexbuild/tindex/ports/Mk/bsd.port.mk, line 2747: warning: duplicate 
script for target patch-sites-ALL ignored
[...]
/home/indexbuild/tindex/ports/Mk/bsd.port.mk, line 4443: warning: duplicate 
script for target install-message ignored
/home/indexbuild/tindex/ports/Mk/bsd.port.mk, line 4445: warning: duplicate 
script for target package-message ignored
/home/indexbuild/tindex/ports/Mk/bsd.port.mk, line 4822: warning: duplicate 
script for target update-patches ignored
/home/indexbuild/tindex/ports/Mk/bsd.port.mk, line 4838: warning: duplicate 
script for target check-checksum-algorithms ignored
/home/indexbuild/tindex/ports/Mk/bsd.port.mk, line 5243: warning: duplicate 
script for target all-depends-list ignored
/home/indexbuild/tindex/ports/Mk/bsd.port.mk, line 5466: warning: duplicate 
script for target build-depends-list ignored
/home/indexbuild/tindex/ports/Mk/bsd.port.mk, line 5480: warning: duplicate 
script for target run-depends-list ignored
/home/indexbuild/tindex/ports/Mk/bsd.port.mk, line 5497: warning: duplicate 
script for target package-depends-list ignored
/home/indexbuild/tindex/ports/Mk/bsd.port.mk, line 5574: warning: duplicate 
script for target package-depends ignored
/home/indexbuild/tindex/ports/Mk/bsd.port.mk, line 5577: warning: duplicate 
script for target actual-package-depends ignored
/home/indexbuild/tindex/ports/Mk/bsd.port.mk, line 5584: warning: duplicate 
script for target package-recursive ignored
/home/indexbuild/tindex/ports/Mk/bsd.port.mk, line 5594: warning: duplicate 
script for target missing ignored
/home/indexbuild/tindex/ports/Mk/bsd.port.mk, line 5648: warning: duplicate 
script for target www-site ignored
/home/indexbuild/tindex/ports/Mk/bsd.port.mk, line 5664: warning: duplicate 
script for target /home/indexbuild/tindex/ports/math/vtk-tcl/README.html 
ignored
/home/indexbuild/tindex/ports/Mk/bsd.port.mk, line 5680: 

Re: tcl changes break deskutils/ical

2013-10-02 Thread Steve Kargl
On Tue, Oct 01, 2013 at 06:56:48PM -0500, Bryan Drewery wrote:
 
 I think you have a bad ports checkout. Nothing has changed with
 lang/tcl86 with staging. It builds fine for me for both pkgng and
 pkg_install. Staging was a no-op for it.
 

% rm -rf /usr/ports/*
% svn checkout http://svn.freebsd.org/ports/head ports
% pkg delete tk86 tcl86 ical
% portmaster --force-config lang/tcl86

...

Making directory /usr/local/lib/tcl8.6/encoding
Installing encoding files to /usr/local/lib/tcl8.6/encoding/
===   Running ldconfig
/sbin/ldconfig -m /usr/local/lib
===   Registering installation for tcl86-8.6.1
pkg-static: lstat(/usr/local/lib/tcl8.6/auto.tcl): No such file or directory
pkg-static: lstat(/usr/local/lib/tcl8.6/clock.tcl): No such file or directory
pkg-static: lstat(/usr/local/lib/tcl8.6/history.tcl): No such file or directory
pkg-static: lstat(/usr/local/lib/tcl8.6/init.tcl): No such file or directory
pkg-static: lstat(/usr/local/lib/tcl8.6/package.tcl): No such file or directory
pkg-static: lstat(/usr/local/lib/tcl8.6/parray.tcl): No such file or directory
pkg-static: lstat(/usr/local/lib/tcl8.6/safe.tcl): No such file or directory
pkg-static: lstat(/usr/local/lib/tcl8.6/tclAppInit.c): No such file or directory
pkg-static: lstat(/usr/local/lib/tcl8.6/tclIndex): No such file or directory
pkg-static: lstat(/usr/local/lib/tcl8.6/tm.tcl): No such file or directory
pkg-static: lstat(/usr/local/lib/tcl8.6/word.tcl): No such file or directory
Installing tcl86-8.6.1... done
=== SECURITY REPORT: 

Something is broken with lang/tcl86.

% cat /etc/make.conf
KERNCONF=SPEW
CPUTYPE?=opteron
FFLAGS+= -O2 -pipe -march=native -mtune=native -funroll-loops -ftree-vectorize
MALLOC_PRODUCTION=YES
WITHOUT_LIB32=YES
WITHOUT_MODULES=YES
WITH_BSD_GREP=YES
WITH_PROFILE=YES
WITH_PKGNG=yes
PRINTERDEVICE=ps
DISABLE_MAKE_JOBS=YES
WITH_GHOSTSCRIPT_VER=8

% cat /etc/src.conf
cat: /etc/src.conf: No such file or directory

In particular, the problem is related to this commit:

Revision 327664 - (view) (download) (annotate) - [select for diffs]
Modified Fri Sep 20 07:32:38 2013 UTC (12 days, 11 hours ago) by gahr
File length: 2488 byte(s)
Diff to previous 319676

- Update Tcl/Tk 8.6 to 8.6.1

  Release notes: http://code.activestate.com/lists/tcl-core/13590/


-- 
Steve
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


gecko-mediaplayer fails to build

2013-10-02 Thread Lena
8.4-RELEASE-p4 i386, not pkgng, freshly upgated ports tree,
libxul rebuilt after pixman upgrade.

$ pkg_info | grep gcc
gcc-4.6.3   GNU Compiler Collection 4.6

/var/db/ports/www_gecko-mediaplayer/options :
# This file is auto-generated by 'make config'.
# Options for gecko-mediaplayer-1.0.8
_OPTIONS_READ=gecko-mediaplayer-1.0.8
_FILE_COMPLETE_OPTIONS_LIST=CACHE DOCS NLS
OPTIONS_FILE_UNSET+=CACHE
OPTIONS_FILE_SET+=DOCS
OPTIONS_FILE_SET+=NLS

Script started on Wed Oct  2 21:51:50 2013
portupgrade -f www/gecko-mediaplayer
---  Reinstalling 'gecko-mediaplayer-1.0.8_2' (www/gecko-mediaplayer)
---  Building '/usr/ports/www/gecko-mediaplayer'
===  Cleaning for gecko-mediaplayer-1.0.8_2

 gecko-mediaplayer is using libxul for gecko support, but you can
 change that by defining WITH_GECKO to the following values:

   libxul 

===  License GPLv2 accepted by the user
===  Found saved configuration for gecko-mediaplayer-1.0.8
=== Fetching all distfiles required by gecko-mediaplayer-1.0.8_2 for building
===  Extracting for gecko-mediaplayer-1.0.8_2
= SHA256 Checksum OK for gecko-mediaplayer-1.0.8.tar.gz.
===  Patching for gecko-mediaplayer-1.0.8_2
===  Applying FreeBSD patches for gecko-mediaplayer-1.0.8_2
===   gecko-mediaplayer-1.0.8_2 depends on package: libxul=24 - found
===   gecko-mediaplayer-1.0.8_2 depends on executable: pkgconf - found
===   gecko-mediaplayer-1.0.8_2 depends on shared library: dbus-glib-1 - found
===   gecko-mediaplayer-1.0.8_2 depends on shared library: nspr4 - found
===   gecko-mediaplayer-1.0.8_2 depends on shared library: curl - found
===   gecko-mediaplayer-1.0.8_2 depends on shared library: gmlib - found
===   gecko-mediaplayer-1.0.8_2 depends on shared library: intl - found
===   gecko-mediaplayer-1.0.8_2 depends on shared library: glib-2.0 - found
===   gecko-mediaplayer-1.0.8_2 depends on shared library: pcre - found
===  Configuring for gecko-mediaplayer-1.0.8_2
configure: loading site script /usr/ports/Templates/config.site
checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) /usr/bin/awk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking whether make supports nested variables... yes
checking for style of include used by make... GNU
checking for gcc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking dependency style of cc... gcc3
checking for library containing strerror... none required
checking for gcc... (cached) cc
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for cc option to accept ISO C89... (cached) none needed
checking dependency style of cc... (cached) gcc3
checking for gcc... (cached) cc
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for cc option to accept ISO C89... (cached) none needed
checking dependency style of cc... (cached) gcc3
checking how to run the C preprocessor... cpp
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... (cached) /usr/bin/egrep
checking for ANSI C header files... (cached) yes
checking how to run the C preprocessor... cpp
checking whether we are using the GNU C++ compiler... yes
checking whether c++ accepts -g... yes
checking dependency style of c++... gcc3
checking whether cc understands -c and -o together... yes
checking for ranlib... ranlib
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... no
checking for bindtextdomain in -lintl... yes
checking for ngettext in -lintl... yes
checking for dgettext in -lintl... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... /usr/local/bin/msgfmt
checking for dcgettext... yes
checking if msgfmt accepts -c... yes
checking for gmsgfmt... /usr/local/bin/msgfmt
checking for xgettext... /usr/local/bin/xgettext
checking for catalogs to be installed...  cs de es fr ja 

Re: Problem with FireFox 24.0.1 re. GLib-CRITICAL -- Now Clang++ Compiler Failing

2013-10-02 Thread Ron Wingfield
   NOTE:  Bottom Posting!
   Ron Wingfield wrote:

   Florian Smeets wrote:

On 30.09.13 18:19, Ron Wingfield wrote:


   Gentlemen, Ladies:
   RE:  (also see:  [1][1]http://forums.freebsd.org/showthread.php?t=42142)
# firefox

(process:1754): GLib-CRITICAL **: g_slice_set_config: assertion `sys_page_size =
= 0' failed
Segmentation fault (core dumped)
#

I'm getting this message too and firefox does not crash. The crash has
to be something else. Please build firefox with DEBUG, load the core
file in gdb and show us the output.

Just read the thread on the forums, did you rebuild firefox after
upgrading from 9.0 to 9.1? If you didn't please do, there were problems
in 9.0 that could explain this.

Florian


   Yes, FireFox was rebuilt after upgrade to FreeBSD v9.1; however, not
   sure about DEBUG.  I will check and rebuild if necessary (of course,
   this will take some time).  In the mean time, could the fact that my
   processors are Pentium III's as per the following?  (I know Mozilla FF
   recommends minimum Pentium IV.)
   The equipment is a Compaq ProLiant ML370 G1 with 4GB RAM
CPU: Intel Pentium III (598.12-MHz 686-class CPU)
  Origin = GenuineIntel  Id = 0x683  Family = 6  Model = 8  Stepping = 3
  Features=0x383fbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CM
OV,PAT,PSE36,MMX,FXSR,SSE
real memory  = 4294967296 (4096 MB)
avail memory = 4031164416 (3844 MB)
Event timer LAPIC quality 400
ACPI APIC Table: COMPAQ 0083
FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs
FreeBSD/SMP: 2 package(s) x 1 core(s)
 cpu0 (BSP): APIC ID:  1
 cpu1 (AP): APIC ID:  0

   Thanks for your quick response,
   [2]OTTF,
   Ron W.
   ___

   Hello Florian and others:
   Over the past forty-eight hours, I have deinstalled and attempted to
   remake FireFox v24.0,1.  I only specified DBUS, DBUG, GSTREAMER and
   ALSA (audio) via make configure.  The process ran for almost 18 hours
   but failed.  I can reproduce the results (failing at the same
   operation) and unfortunately, the  make build fails with the following
   complaint:  (excerpt from the attached make-build.out.gz)

 (../../media/webrtc/signaling/signaling_sipcc/src/sipcc/cpr/darwin/
 cpr_darwin_timers_using_select.o)
 ../../media/webrtc/signaling/signaling_ecc/src/peerconnection/PeerCo
 nnectionCtx.o: file not recognized: File format not recognized
 clang++: error: linker command failed with exit code 1 (use -v to
 see invocation)
 gmake[3]: *** [libxul.so] Error 1
 gmake[3]: Leaving directory
 `/usr/ports/www/firefox/work/mozilla-esr24/obj-i386-portbld-freebsd9
 .1/toolkit/library'
 gmake[2]: *** [libs_tier_platform] Error 2
 gmake[2]: Leaving directory
 `/usr/ports/www/firefox/work/mozilla-esr24/obj-i386-portbld-freebsd9
 .1'
 gmake[1]: *** [tier_platform] Error 2
 gmake[1]: Leaving directory
 `/usr/ports/www/firefox/work/mozilla-esr24/obj-i386-portbld-freebsd9
 .1'
 gmake: *** [default] Error 2
 *** [do-build] Error code 1
 Stop in /usr/ports/www/firefox.
 *** [build] Error code 1
 Stop in /usr/ports/www/firefox.

   Per the diagnostic message, clang++: error: linker command failed with
   exit code 1 (use -v to see invocation),
   I have attempted to compile # clang++ -v PeerConnectionCtx.o and the
   results of that attempt are attached in the clang.out.gz file.  I am at
   a loss to understand why this is now failing, because as previously
   mentioned, the make build install processes previously completed
   successfully and allowed FireFox to start and dump.
   My Ports are/should be up to date.  Unfortunately . . .obviously, I
   cannot produce a core dump as you requested regarding the segfault
   without a compiled and linked system.
   Thanks again, your suggestions will be most appreciated.
   [3]OTTF,
   Ron W.

References

   1. http://forums.freebsd.org/showthread.php?t=42142
   2. http://archaxis.net/htdocs/RTWingfield/htdocs/humor/OTTF/OTTF.html
   3. http://archaxis.net/htdocs/RTWingfield/htdocs/humor/OTTF/OTTF.html
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org

Re: tcl changes break deskutils/ical

2013-10-02 Thread Boris Samorodov
02.10.2013 22:54, Steve Kargl пишет:
 On Tue, Oct 01, 2013 at 06:56:48PM -0500, Bryan Drewery wrote:

 I think you have a bad ports checkout. Nothing has changed with
 lang/tcl86 with staging. It builds fine for me for both pkgng and
 pkg_install. Staging was a no-op for it.

 
 % rm -rf /usr/ports/*
 % svn checkout http://svn.freebsd.org/ports/head ports
 % pkg delete tk86 tcl86 ical
 % portmaster --force-config lang/tcl86

Steve, what versions of pkg and portmaster do you use?

 ...
 
 Making directory /usr/local/lib/tcl8.6/encoding
 Installing encoding files to /usr/local/lib/tcl8.6/encoding/
 ===   Running ldconfig
 /sbin/ldconfig -m /usr/local/lib
 ===   Registering installation for tcl86-8.6.1
 pkg-static: lstat(/usr/local/lib/tcl8.6/auto.tcl): No such file or directory
 pkg-static: lstat(/usr/local/lib/tcl8.6/clock.tcl): No such file or directory
 pkg-static: lstat(/usr/local/lib/tcl8.6/history.tcl): No such file or 
 directory
 pkg-static: lstat(/usr/local/lib/tcl8.6/init.tcl): No such file or directory
 pkg-static: lstat(/usr/local/lib/tcl8.6/package.tcl): No such file or 
 directory
 pkg-static: lstat(/usr/local/lib/tcl8.6/parray.tcl): No such file or directory
 pkg-static: lstat(/usr/local/lib/tcl8.6/safe.tcl): No such file or directory
 pkg-static: lstat(/usr/local/lib/tcl8.6/tclAppInit.c): No such file or 
 directory
 pkg-static: lstat(/usr/local/lib/tcl8.6/tclIndex): No such file or directory
 pkg-static: lstat(/usr/local/lib/tcl8.6/tm.tcl): No such file or directory
 pkg-static: lstat(/usr/local/lib/tcl8.6/word.tcl): No such file or directory
 Installing tcl86-8.6.1... done
 === SECURITY REPORT: 
 
 Something is broken with lang/tcl86.
 
 % cat /etc/make.conf
 KERNCONF=SPEW
 CPUTYPE?=opteron
 FFLAGS+= -O2 -pipe -march=native -mtune=native -funroll-loops -ftree-vectorize
 MALLOC_PRODUCTION=YES
 WITHOUT_LIB32=YES
 WITHOUT_MODULES=YES
 WITH_BSD_GREP=YES
 WITH_PROFILE=YES
 WITH_PKGNG=yes
 PRINTERDEVICE=ps
 DISABLE_MAKE_JOBS=YES
 WITH_GHOSTSCRIPT_VER=8
 
 % cat /etc/src.conf
 cat: /etc/src.conf: No such file or directory
 
 In particular, the problem is related to this commit:
 
 Revision 327664 - (view) (download) (annotate) - [select for diffs]
 Modified Fri Sep 20 07:32:38 2013 UTC (12 days, 11 hours ago) by gahr
 File length: 2488 byte(s)
 Diff to previous 319676
 
 - Update Tcl/Tk 8.6 to 8.6.1
 
   Release notes: http://code.activestate.com/lists/tcl-core/13590/

-- 
WBR, Boris Samorodov (bsam)
FreeBSD Committer, http://www.FreeBSD.org The Power To Serve
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org

INDEX now builds successfully on 8.x

2013-10-02 Thread Ports Index build

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: someone broke bsd.port.mk ?

2013-10-02 Thread Baptiste Daroussin
On Fri, Jun 08, 2012 at 12:55:09PM -0700, Jakub Lach wrote:
 /usr/ports/Mk/bsd.port.mk, line 6097: Malformed conditional
 (${_COMPLETE_OPTIONS_LIST:O} != ${_FILE_COMPLETE_OPTIONS_LIST:O})
 
 Fresh portsnap, some there were changes to bsd.port.mk..
 

Strange this hasn't changed for a while. What command makes it happen?

regards,
Bapt


pgpd8liwMF5n4.pgp
Description: PGP signature


Re: tcl changes break deskutils/ical

2013-10-02 Thread Steve Kargl
On Thu, Oct 03, 2013 at 01:01:19AM +0400, Boris Samorodov wrote:
 02.10.2013 22:54, Steve Kargl ??:
  On Tue, Oct 01, 2013 at 06:56:48PM -0500, Bryan Drewery wrote:
 
  I think you have a bad ports checkout. Nothing has changed with
  lang/tcl86 with staging. It builds fine for me for both pkgng and
  pkg_install. Staging was a no-op for it.
 
  
  % rm -rf /usr/ports/*
  % svn checkout http://svn.freebsd.org/ports/head ports
  % pkg delete tk86 tcl86 ical
  % portmaster --force-config lang/tcl86
 
 Steve, what versions of pkg and portmaster do you use?
 

Well, I've narrowed it down to probably a misunstanding
on how pkg delete and portmaster --force-config 
interact.

% pkg delete tcl86

The above appears to remove lang/tcl86.

% portmaster --force-config lang/tcl86 

will start with the options dialog, but it does not
have the Modules option selected.  The Modules option
should be selected by default, so I suspect that some
cache has stored the previously used set of options.  

-- 
Steve
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: gecko-mediaplayer fails to build

2013-10-02 Thread Florian Smeets
On 10/02/2013 21:15, l...@lena.kiev.ua wrote:

 ===  Building for gecko-mediaplayer-1.0.8_2
 /usr/bin/make  all-recursive
 Making all in src
 CXX  plugin_types_std.o
 plugin_types_std.cpp: In function 'gchar* GetMIMEDescription()':
 plugin_types_std.cpp:46: warning: 'g_type_init' is deprecated (declared at 
 /usr/local/include/glib-2.0/gobject/gtype.h:669)
 plugin_types_std.cpp:46: warning: 'g_type_init' is deprecated (declared at 
 /usr/local/include/glib-2.0/gobject/gtype.h:669)
 CXX  plugin.o
 In file included from /usr/local/include/libxul/mozilla/NullPtr.h:14,
  from /usr/local/include/libxul/nscore.h:29,
  from /usr/local/include/libxul/nsrootidl.h:13,
  from /usr/local/include/libxul/nsISupports.h:10,
  from /usr/local/include/libxul/nsIPrefBranch.h:10,
  from plugin.cpp:49:
 /usr/local/include/libxul/mozilla/Compiler.h:22:4: error: #error mfbt (and 
 Gecko) require at least gcc 4.4 to build.
 plugin.cpp: In constructor 'CPlugin::CPlugin(NPP_t*)':
 plugin.cpp:433: warning: 'g_type_init' is deprecated (declared at 
 /usr/local/include/glib-2.0/gobject/gtype.h:669)
 plugin.cpp:433: warning: 'g_type_init' is deprecated (declared at 
 /usr/local/include/glib-2.0/gobject/gtype.h:669)
 plugin.cpp: In member function 'NPError CPlugin::GetURLNotify(NPP_t*, const 
 char*, const char*, void*)':
 plugin.cpp:1604: warning: 'g_thread_create' is deprecated (declared at 
 /usr/local/include/glib-2.0/glib/deprecated/gthread.h:103)
 plugin.cpp:1604: warning: 'g_thread_create' is deprecated (declared at 
 /usr/local/include/glib-2.0/glib/deprecated/gthread.h:103)

I committed a fix to the ports tree. Please update your ports and try again.

Florian



signature.asc
Description: OpenPGP digital signature


Re: FreeBSD Port: syslog-ng-3.4.3

2013-10-02 Thread Cy Schubert
In message CACbA=FudvMZgtL5YqzC2FfGuCGiSSrJZr+A_4REN2EZ2bfO+rw@mail.gmail.c
om
, =?ISO-8859-1?Q?S=F8ren_Schr=F8der?= writes:
 --047d7b6d7ca460f7fb04e7bdc331
 Content-Type: text/plain; charset=ISO-8859-1
 Content-Transfer-Encoding: quoted-printable
 
 3.4.3 wont start unless enviroment variable
 
 IV_EXCLUDE_POLL_METHOD=3Dkqueue
 
 is set.
 
 affected: FreeBSD 9.0-RELEASE
 
 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Tue Jun 12 02:52:29 UTC 2012
 r...@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  amd64
 
 syslog-ng has been portmaster upgraded from several older versions over the
 years, so base conf is based on @3.3, but is running in @3.4 mode,
 
 I didn't verify on 9.1 or 9.2
 
 personally I added it to the rc.d script, just for a quick fix
 
 Thanks for the work you do maintaining ports.

I'll check it out.


-- 
Cheers,
Cy Schubert cy.schub...@komquats.com
FreeBSD UNIX:  c...@freebsd.org   Web:  http://www.FreeBSD.org


___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


MOVED broke

2013-10-02 Thread Albert Shih
Hi, 

Just warn they are some error about MOVED file 

*** /tmp/MOVED2013-10-03 01:10:25.0 +0200
--- /usr/ports/MOVED  2013-10-03 01:11:16.0 +0200
***
*** 4974,4979 
  java/netbeans61|java/netbeans|2013-10-02|Outdated, consider using a newer 
version
  devel/ppl||2013-10-02|expired: fails to build
  devel/py-importlib||2013-10-02|expired: Python 2.6 port will reach it's EoL 
upstream soon
! graphics/gkrellkam|graphics/gkrellkam2|Outdated, consider using a newer 
version
! mail/gkrellmmailwatch|mail/gkrellmmailwatch2|Outdated, consider using a newer 
version
! databases/memcached|databases/memcached12|Unsupported upstream, consider 
using a newer version
--- 4974,4979 
  java/netbeans61|java/netbeans|2013-10-02|Outdated, consider using a newer 
version
  devel/ppl||2013-10-02|expired: fails to build
  devel/py-importlib||2013-10-02|expired: Python 2.6 port will reach it's EoL 
upstream soon
! graphics/gkrellkam|graphics/gkrellkam2|2013-10-02|Outdated, consider using a 
newer version
! mail/gkrellmmailwatch|mail/gkrellmmailwatch2|2013-10-02|Outdated, consider 
using a newer version
! databases/memcached|databases/memcached12|2013-10-02|Unsupported upstream, 
consider using a newer version


missing date on 3 last lines.

Regards.

JAS
-- 
Albert SHIH
DIO bâtiment 15
Observatoire de Paris
5 Place Jules Janssen
92195 Meudon Cedex
France
Téléphone : +33 1 45 07 76 26/+33 6 86 69 95 71
xmpp: j...@obspm.fr
Heure local/Local time:
jeu 3 oct 2013 01:09:06 CEST
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: MOVED broke

2013-10-02 Thread Baptiste Daroussin
On Thu, Oct 03, 2013 at 01:14:55AM +0200, Albert Shih wrote:
 Hi, 
 
 Just warn they are some error about MOVED file 
 
 *** /tmp/MOVED2013-10-03 01:10:25.0 +0200
 --- /usr/ports/MOVED  2013-10-03 01:11:16.0 +0200
 ***
 *** 4974,4979 
   java/netbeans61|java/netbeans|2013-10-02|Outdated, consider using a newer 
 version
   devel/ppl||2013-10-02|expired: fails to build
   devel/py-importlib||2013-10-02|expired: Python 2.6 port will reach it's EoL 
 upstream soon
 ! graphics/gkrellkam|graphics/gkrellkam2|Outdated, consider using a newer 
 version
 ! mail/gkrellmmailwatch|mail/gkrellmmailwatch2|Outdated, consider using a 
 newer version
 ! databases/memcached|databases/memcached12|Unsupported upstream, consider 
 using a newer version
 --- 4974,4979 
   java/netbeans61|java/netbeans|2013-10-02|Outdated, consider using a newer 
 version
   devel/ppl||2013-10-02|expired: fails to build
   devel/py-importlib||2013-10-02|expired: Python 2.6 port will reach it's EoL 
 upstream soon
 ! graphics/gkrellkam|graphics/gkrellkam2|2013-10-02|Outdated, consider using 
 a newer version
 ! mail/gkrellmmailwatch|mail/gkrellmmailwatch2|2013-10-02|Outdated, consider 
 using a newer version
 ! databases/memcached|databases/memcached12|2013-10-02|Unsupported upstream, 
 consider using a newer version
 
 
 missing date on 3 last lines.
 
 Regards.
 
 JAS

Already fixed, thanks,
Bapt


pgpBXHWqi8nz6.pgp
Description: PGP signature


Chromium and HEAD

2013-10-02 Thread Sam Fourman Jr.
using a recent FreeBSD amd64
FreeBSD NewBSD 10.0-ALPHA4 FreeBSD 10.0-ALPHA4 #0 r255942: Sun Sep 29
20:05:41 UTC 2013


I am running chromium built with default options(clang33 from ports)
when you use the address bar to search, chromium will coredump if the first
letter you type is the letter a

is anyone else seeing this?


-- 

Sam Fourman Jr.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Explain staging

2013-10-02 Thread Stephen Montgomery-Smith
I have not been following discussions recently.  There is this new thing
called staging.  I don't seem able to find the original emails where
this was introduced.

Is there an email or a website which explains in some detail how staging
works?  It is badly messing with a port I am developing.  I can fix it
by setting NO_STAGE=yes, but I would like to get a better idea of why it
is failing.  The failure is during the build process.

Sorry for not following closer.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Explain staging

2013-10-02 Thread Jov
can this wiki page help?
https://wiki.freebsd.org/ports/StageDir

Jov
blog: http:amutu.com/blog http://amutu.com/blog


2013/10/3 Stephen Montgomery-Smith step...@missouri.edu

 I have not been following discussions recently.  There is this new thing
 called staging.  I don't seem able to find the original emails where
 this was introduced.

 Is there an email or a website which explains in some detail how staging
 works?  It is badly messing with a port I am developing.  I can fix it
 by setting NO_STAGE=yes, but I would like to get a better idea of why it
 is failing.  The failure is during the build process.

 Sorry for not following closer.
 ___
 freebsd-ports@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-ports
 To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org