On Fri, 18 May 2012 11:40:38 +0800, Sunpoet Po-Chuan Hsieh wrote:
> I found another problem.
> When WITHOUT_ICU is set, boost-libs will not install lib/libboost_locale.a 
> and lib/libboost_locale.so.

Should we make dependency on icu non-optional in this case?

> 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%%
> 

_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to