libboost_locale wasn't built because configure didn't pick libiconv right.

I'll need it for the upcoming new release of audio/ncmpcpp.

oky?

Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/boost/Makefile,v
retrieving revision 1.46
diff -u -p -u -p -r1.46 Makefile
--- Makefile    12 Apr 2013 01:11:32 -0000      1.46
+++ Makefile    20 Sep 2013 13:36:43 -0000
@@ -7,7 +7,7 @@ COMMENT=        free peer-reviewed portable C++
 VERSION=       1.53.0
 DISTNAME=      boost_${VERSION:S/./_/g}
 PKGNAME=       boost-${VERSION}
-REVISION=      1
+REVISION=      2
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=boost/}
 EXTRACT_SUFX=  .tar.bz2
@@ -19,6 +19,7 @@ BOOST_LIBS=   boost_atomic-mt \
                boost_filesystem boost_filesystem-mt \
                boost_graph boost_graph-mt \
                boost_iostreams boost_iostreams-mt \
+               boost_locale-mt \
                boost_math_c99 boost_math_c99-mt \
                boost_math_c99f boost_math_c99f-mt \
                boost_math_c99l boost_math_c99l-mt \
@@ -52,12 +53,14 @@ PERMIT_PACKAGE_CDROM=       Yes
 
 WANTLIB=       c m pthread stdc++ util z
 
-MODULES=       lang/python
+MODULES=       converters/libiconv \
+               lang/python
 MODPY_RUNDEP=  No
 
 MAKE_ENV=      GCC="${CC}" GXX="${CXX}"
 
-BJAM_CONFIG=   -sNO_BZIP2=1 \
+BJAM_CONFIG=   -sICONV_PATH=${LOCALBASE} \
+               -sNO_BZIP2=1 \
                -d+2 -q \
                -j ${MAKE_JOBS} \
                cflags='${CFLAGS}' cxxflags='${CXXFLAGS}' \
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/devel/boost/pkg/PLIST,v
retrieving revision 1.10
diff -u -p -u -p -r1.10 PLIST
--- pkg/PLIST   8 Mar 2013 01:21:38 -0000       1.10
+++ pkg/PLIST   20 Sep 2013 13:36:55 -0000
@@ -10116,6 +10116,8 @@ lib/libboost_iostreams-mt.a
 @lib lib/libboost_iostreams-mt.so.${LIBboost_iostreams-mt_VERSION}
 lib/libboost_iostreams.a
 @lib lib/libboost_iostreams.so.${LIBboost_iostreams_VERSION}
+lib/libboost_locale-mt.a
+@lib lib/libboost_locale-mt.so.${LIBboost_locale-mt_VERSION}
 lib/libboost_math_c99-mt.a
 @lib lib/libboost_math_c99-mt.so.${LIBboost_math_c99-mt_VERSION}
 lib/libboost_math_c99.a

Reply via email to