From owner-svn-ports-all@freebsd.org Sun Nov 12 14:00:50 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 53D28E726DD; Sun, 12 Nov 2017 14:00:50 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2E79268D47; Sun, 12 Nov 2017 14:00:50 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vACE0nm2043460; Sun, 12 Nov 2017 14:00:49 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vACE0mSB043452; Sun, 12 Nov 2017 14:00:48 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201711121400.vACE0mSB043452@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 12 Nov 2017 14:00:48 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: in head: devel/libslang2 lang/mosh lang/php56 lang/php70 lang/php71 mail/sylpheed textproc/jq X-SVN-Commit-Revision: 454042 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Nov 2017 14:00:50 -0000 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 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}