cvs commit: ports/devel/boost-all common.mk ports/devel/boost-docs distinfo pkg-plist ports/devel/boost-jam Makefile distinfo ports/devel/boost-libs Makefile distinfo pkg-plist ports/devel/boost-libs/files patch-Jamroot patch-boost-foreach.hpp ...

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri May 18 03:41:14 UTC 2012


On Thu, May 17, 2012 at 09:07:55AM +0000, Max Brazhnikov wrote:
> On Thu, 17 May 2012 11:27:50 +0800, Sunpoet Po-Chuan Hsieh wrote:
> > Thanks for the boost update.
> > I found that the SIZE in distinfo is incorrect.
> > 
> > Regards,
> > sunpoet
> 
> Fixed, thanks!
> 
> Max

I found another problem.
When WITHOUT_ICU is set, boost-libs will not install lib/libboost_locale.a and lib/libboost_locale.so.
Patch attached.
Thanks.

Regards,
sunpoet

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/boost-libs/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- Makefile	16 May 2012 16:07:23 -0000	1.12
+++ Makefile	18 May 2012 03:34:43 -0000
@@ -29,6 +29,9 @@
 .if defined (WITH_ICU)
 LIB_DEPENDS+=	icuuc:${PORTSDIR}/devel/icu
 BJAM_OPTIONS+=	-sICU_PATH=${LOCALBASE}
+PLIST_SUB+=	ICU=""
+.else
+PLIST_SUB+=	ICU="@comment "
 .endif
 
 .if ${ARCH} == "sparc64"
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/devel/boost-libs/pkg-plist,v
retrieving revision 1.5
diff -u -r1.5 pkg-plist
--- pkg-plist	16 May 2012 16:07:23 -0000	1.5
+++ pkg-plist	18 May 2012 03:34:45 -0000
@@ -8748,8 +8748,8 @@
 lib/libboost_iostreams.a
 lib/libboost_iostreams.so
 lib/libboost_iostreams.so.%%BOOST_SHARED_LIB_VER%%
-lib/libboost_locale.a
-lib/libboost_locale.so
+%%ICU%%lib/libboost_locale.a
+%%ICU%%lib/libboost_locale.so
 lib/libboost_math_c99.a
 lib/libboost_math_c99.so
 lib/libboost_math_c99.so.%%BOOST_SHARED_LIB_VER%%
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 834 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/cvs-ports/attachments/20120518/d2df7b85/attachment.pgp


More information about the cvs-ports mailing list