FreeBSD Bugzilla – Attachment 161627 Details for
Bug 198658
devel/boost-libs: libboost_locale.so fails to link libiconv if installed
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to allow separate control of icu vs. iconv and force consistent use of iconv
boost-libs-iconv.patch3 (text/plain), 1.55 KB, created by
Don Lewis
on 2015-10-01 22:06:16 UTC
(
hide
)
Description:
patch to allow separate control of icu vs. iconv and force consistent use of iconv
Filename:
MIME Type:
Creator:
Don Lewis
Created:
2015-10-01 22:06:16 UTC
Size:
1.55 KB
patch
obsolete
>Index: devel/boost-libs/Makefile >=================================================================== >--- devel/boost-libs/Makefile (revision 398386) >+++ devel/boost-libs/Makefile (working copy) >@@ -2,21 +2,26 @@ > # $FreeBSD$ > > PORTNAME= boost-libs >+PORTREVISION= 9 >+ > COMMENT= Free portable C++ libraries (without Boost.Python) > >-PORTREVISION= 8 >- > BUILD_DEPENDS+= bjam:${PORTSDIR}/devel/boost-jam > >-OPTIONS_DEFINE= VERBOSE_BUILD DEBUG ICU OPTIMIZED_CFLAGS >-OPTIONS_DEFAULT= ICU >+OPTIONS_DEFINE= VERBOSE_BUILD DEBUG OPTIMIZED_CFLAGS >+OPTIONS_MULTI= LOCALE >+OPTIONS_MULTI_LOCALE= ICONV ICU >+OPTIONS_DEFAULT= ICONV ICU > VERBOSE_BUILD_DESC= Show compiler messages >-ICU_DESC= Boost.Regex with ICU unicode support >+ICONV_DESC= Boost.Locale with iconv encoding support >+ICU_DESC= Boost.Regex/Locale with ICU unicode support > >+ICONV_USES= iconv >+ICONV_VARS= BJAM_ARGS+=-sICONV_PATH=${ICONV_PREFIX} >+ICONV_VARS_OFF= BJAM_ARGS+=boost.locale.iconv=off > ICU_LIB_DEPENDS= libicuuc.so:${PORTSDIR}/devel/icu > ICU_VARS= BJAM_ARGS+=-sICU_PATH=${LOCALBASE} >-ICU_USES_OFF= iconv >-ICU_VARS_OFF= BJAM_ARGS+=-sICONV_PATH=${ICONV_PREFIX} >+ICU_VARS_OFF= BJAM_ARGS+=boost.locale.icu=off > > .include "${.CURDIR}/../boost-all/common.mk" > >Index: devel/boost-libs/pkg-descr >=================================================================== >--- devel/boost-libs/pkg-descr (revision 398386) >+++ devel/boost-libs/pkg-descr (working copy) >@@ -16,4 +16,4 @@ > NOTE: This package does not contain Boost.Python, it's in > 'devel/boost-python-libs'. > >-WWW: http://www.boost.org/ >+WWW: http://www.boost.org/
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 198658
:
161512
|
161519
| 161627