Date: Sun, 12 Nov 2017 14:00:48 +0000 (UTC) From: Thomas Zander <riggs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r454042 - in head: devel/libslang2 lang/mosh lang/php56 lang/php70 lang/php71 mail/sylpheed textproc/jq Message-ID: <201711121400.vACE0mSB043452@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: riggs Date: Sun Nov 12 14:00:48 2017 New Revision: 454042 URL: https://svnweb.freebsd.org/changeset/ports/454042 Log: Chase renaming of devel/oniguruma6 to devel/oniguruma PR: 222869 Reported by: m.bueker@berlin.de Modified: head/devel/libslang2/Makefile head/lang/mosh/Makefile head/lang/php56/Makefile.ext head/lang/php70/Makefile.ext head/lang/php71/Makefile.ext head/mail/sylpheed/Makefile head/textproc/jq/Makefile Modified: head/devel/libslang2/Makefile ============================================================================== --- head/devel/libslang2/Makefile Sun Nov 12 13:59:15 2017 (r454041) +++ head/devel/libslang2/Makefile Sun Nov 12 14:00:48 2017 (r454042) @@ -42,7 +42,7 @@ PNG_CONFIGURE_WITH= png PNG_LIB_DEPENDS= libpng.so:graphics/png ICONV_USES= iconv ONIG_CONFIGURE_WITH= onig -ONIG_LIB_DEPENDS= libonig.so:devel/oniguruma6 +ONIG_LIB_DEPENDS= libonig.so:devel/oniguruma .include <bsd.port.pre.mk> Modified: head/lang/mosh/Makefile ============================================================================== --- head/lang/mosh/Makefile Sun Nov 12 13:59:15 2017 (r454041) +++ head/lang/mosh/Makefile Sun Nov 12 14:00:48 2017 (r454042) @@ -14,7 +14,7 @@ COMMENT= Fast R6RS Scheme interpreter LICENSE= BSD2CLAUSE LIB_DEPENDS= libgmp.so:math/gmp \ - libonig.so:devel/oniguruma6 + libonig.so:devel/oniguruma BROKEN_armv6= fails to link: os_dep.c: undefined reference to '__stack_base__' BROKEN_mips64= fails to compile: os_dep.c: redefinition of 'GC_register_dynamic_libraries' Modified: head/lang/php56/Makefile.ext ============================================================================== --- head/lang/php56/Makefile.ext Sun Nov 12 13:59:15 2017 (r454041) +++ head/lang/php56/Makefile.ext Sun Nov 12 14:00:48 2017 (r454042) @@ -565,7 +565,7 @@ LIB_DEPENDS+= libc-client4.so.9:mail/cclient .if ${PHP_MODNAME} == "mbstring" . if ${PORT_OPTIONS:MREGEX} -LIB_DEPENDS+= libonig.so:devel/oniguruma6 +LIB_DEPENDS+= libonig.so:devel/oniguruma CONFIGURE_ARGS+=--with-onig=${LOCALBASE} . else CONFIGURE_ARGS+=--disable-mbregex Modified: head/lang/php70/Makefile.ext ============================================================================== --- head/lang/php70/Makefile.ext Sun Nov 12 13:59:15 2017 (r454041) +++ head/lang/php70/Makefile.ext Sun Nov 12 14:00:48 2017 (r454042) @@ -534,7 +534,7 @@ LIB_DEPENDS+= libc-client4.so.9:mail/cclient .if ${PHP_MODNAME} == "mbstring" . if ${PORT_OPTIONS:MREGEX} -LIB_DEPENDS+= libonig.so:devel/oniguruma6 +LIB_DEPENDS+= libonig.so:devel/oniguruma CONFIGURE_ARGS+=--with-onig=${LOCALBASE} . else CONFIGURE_ARGS+=--disable-mbregex Modified: head/lang/php71/Makefile.ext ============================================================================== --- head/lang/php71/Makefile.ext Sun Nov 12 13:59:15 2017 (r454041) +++ head/lang/php71/Makefile.ext Sun Nov 12 14:00:48 2017 (r454042) @@ -534,7 +534,7 @@ LIB_DEPENDS+= libc-client4.so.9:mail/cclient .if ${PHP_MODNAME} == "mbstring" . if ${PORT_OPTIONS:MREGEX} -LIB_DEPENDS+= libonig.so:devel/oniguruma6 +LIB_DEPENDS+= libonig.so:devel/oniguruma CONFIGURE_ARGS+=--with-onig=${LOCALBASE} . else CONFIGURE_ARGS+=--disable-mbregex Modified: head/mail/sylpheed/Makefile ============================================================================== --- head/mail/sylpheed/Makefile Sun Nov 12 13:59:15 2017 (r454041) +++ head/mail/sylpheed/Makefile Sun Nov 12 14:00:48 2017 (r454042) @@ -75,7 +75,7 @@ JPILOT_CONFIGURE_ENABLE= jpilot LDAP_CONFIGURE_ENABLE= ldap LDAP_USE= openldap=yes -ONIGURUMA_LIB_DEPENDS= libonig.so:devel/oniguruma6 +ONIGURUMA_LIB_DEPENDS= libonig.so:devel/oniguruma ONIGURUMA_CONFIGURE_ENABLE= oniguruma SSL_CONFIGURE_ENABLE= ssl Modified: head/textproc/jq/Makefile ============================================================================== --- head/textproc/jq/Makefile Sun Nov 12 13:59:15 2017 (r454041) +++ head/textproc/jq/Makefile Sun Nov 12 14:00:48 2017 (r454042) @@ -33,7 +33,7 @@ DOCS_MAKE_ARGS_OFF= docdir= DOCS_CONFIGURE_ENABLE= docs ONIGURUMA_DESC= With oniguruma BSDL regular expression library -ONIGURUMA_LIB_DEPENDS= libonig.so:devel/oniguruma6 +ONIGURUMA_LIB_DEPENDS= libonig.so:devel/oniguruma #ONIGURUMA_CONFIGURE_WITH=oniguruma=${LOCALBASE} # pending resolution of https://github.com/stedolan/jq/issues/1021, next line is the workaround ONIGURUMA_CONFIGURE_ON= --with-oniguruma=${LOCALBASE}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711121400.vACE0mSB043452>