Re: gettext or NLS changes ??

2012-10-17 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 10/17/12 3:49 PM, olli hauer wrote:
 Hi,
 
 was there a change in forcing port builds with gettext or NLS in
 last time?
 
 I have many failing ports in tinderbox with an error similar to the
 following message (haven't had this issue ~10 days before)
 
 == /tb/a/builds/8.3-amd64-pkgng/tmp/make.log == 
  
 phase 4: make build 
 add_pkg gmake-3.82_1.txz libiconv-1.14.txz pkgconf-0.8.9.txz
 libxml2-2.7.8_5.txz adding dependencies pkg_add gmake-3.82_1.txz 
 Installing gmake-3.82_1...missing dependency gettext-0.18.1.1 
 Failed to install the following 1 package(s): gmake-3.82_1.txz 
 error in dependency gmake-3.82_1.txz, exiting
 
 
 I have defined WITHOUT_NLS in the env/build.xx... files.
 
 -- Regards, olli

Hi olli,

NLS is set in bsd.options.mk unless you have WITHOUT_NLS defined, so
perhaps that option changed in your environment?  To get the build to
continue as-is, remove the gmake package and rebuild the parent package.

Hope that helps,
Greg
- -- 
Greg Larkin

http://www.FreeBSD.org/   - The Power To Serve
http://www.sourcehosting.net/ - Ready. Set. Code.
http://twitter.com/cpucycle/  - Follow you, follow me
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (Darwin)
Comment: Using GnuPG with Mozilla - http://www.enigmail.net/

iEYEARECAAYFAlB/GlYACgkQ0sRouByUApAgUwCeO+nhwTB+fQMhRmoJXmNmpPMK
hVMAnj3o14TspHvc1XuaDGTiSeremKg7
=apYi
-END PGP SIGNATURE-
___
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: gettext or NLS changes ??

2012-10-17 Thread olli hauer
On 2012-10-17 22:51, Greg Larkin wrote:
 On 10/17/12 3:49 PM, olli hauer wrote:
 Hi,
 
 was there a change in forcing port builds with gettext or NLS in
 last time?
 
 I have many failing ports in tinderbox with an error similar to the
 following message (haven't had this issue ~10 days before)
 
 == /tb/a/builds/8.3-amd64-pkgng/tmp/make.log == 
  
 phase 4: make build 
 add_pkg gmake-3.82_1.txz libiconv-1.14.txz pkgconf-0.8.9.txz
 libxml2-2.7.8_5.txz adding dependencies pkg_add gmake-3.82_1.txz 
 Installing gmake-3.82_1...missing dependency gettext-0.18.1.1 
 Failed to install the following 1 package(s): gmake-3.82_1.txz 
 error in dependency gmake-3.82_1.txz, exiting
 
 
 I have defined WITHOUT_NLS in the env/build.xx... files.
 
 -- Regards, olli
 
 Hi olli,
 
 NLS is set in bsd.options.mk unless you have WITHOUT_NLS defined, so
 perhaps that option changed in your environment?  To get the build to
 continue as-is, remove the gmake package and rebuild the parent package.
 

Hi Greg,

thanks for the hint!

G, this means rebuild of nearly 1200 ports in three different builds to get
rid of the silly NLS change.

Anyway I have to adjust some more settings, in p5-libwww the option SSL was 
changed to
HTTPS which breaks p5-Plack and other packages which are depending on 
p5-Crypt-SSLeay
(hell, https is defined as encrypted http on port 443 else the networker speaks 
from SSL ...)

--
Regards,
olli
___
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