Date: Mon, 18 Aug 2014 15:56:27 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r365321 - head/devel/oniguruma4 Message-ID: <201408181556.s7IFuRXM049396@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Mon Aug 18 15:56:27 2014 New Revision: 365321 URL: http://svnweb.freebsd.org/changeset/ports/365321 QAT: https://qat.redports.org/buildarchive/r365321/ Log: - Add LICENSE and LICENSE_FILE - Switch to USES=libtool, drop .la files - Strip libraries - Silence post-patch and post-configure Modified: head/devel/oniguruma4/Makefile head/devel/oniguruma4/pkg-plist Modified: head/devel/oniguruma4/Makefile ============================================================================== --- head/devel/oniguruma4/Makefile Mon Aug 18 15:56:17 2014 (r365320) +++ head/devel/oniguruma4/Makefile Mon Aug 18 15:56:27 2014 (r365321) @@ -3,6 +3,7 @@ PORTNAME= oniguruma PORTVERSION= 4.7.1 +PORTREVISION= 1 CATEGORIES= devel textproc MASTER_SITES= http://www.geocities.jp/kosako3/oniguruma/archive/ DISTNAME= onig-${PORTVERSION} @@ -11,10 +12,15 @@ DIST_SUBDIR= ruby MAINTAINER= ports@FreeBSD.org COMMENT= BSDL Regular Expressions library compatible with POSIX/GNU/Perl +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING + NO_LATEST_LINK= yes +USES= libtool CONFLICTS= oniguruma-2.* GNU_CONFIGURE= yes USE_LDCONFIG= yes +INSTALL_TARGET= install-strip DOCS= HISTORY README doc/* PKGNAMESUFFIX= 4 @@ -22,12 +28,12 @@ PKGNAMESUFFIX= 4 OPTIONS_DEFINE= DOCS EXAMPLES post-patch: - ${REINPLACE_CMD} -e 's|echo aout|echo elf|' \ + @${REINPLACE_CMD} -e 's|echo aout|echo elf|' \ -e 's|freebsd1|freebsd1.|' \ ${WRKSRC}/configure post-configure: - ${SED} -e 's|%%PREFIX%%|${PREFIX}|' \ + @${SED} -e 's|%%PREFIX%%|${PREFIX}|' \ ${FILESDIR}/onig-config > ${WRKSRC}/onig-config post-install: Modified: head/devel/oniguruma4/pkg-plist ============================================================================== --- head/devel/oniguruma4/pkg-plist Mon Aug 18 15:56:17 2014 (r365320) +++ head/devel/oniguruma4/pkg-plist Mon Aug 18 15:56:27 2014 (r365321) @@ -3,9 +3,9 @@ include/oniggnu.h include/onigposix.h include/oniguruma.h lib/libonig.a -lib/libonig.la lib/libonig.so lib/libonig.so.1 +lib/libonig.so.1.0.0 %%PORTDOCS%%%%DOCSDIR%%/API %%PORTDOCS%%%%DOCSDIR%%/API.ja %%PORTDOCS%%%%DOCSDIR%%/FAQ
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408181556.s7IFuRXM049396>