From owner-svn-ports-all@FreeBSD.ORG Tue Jul 8 13:31:14 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 689974C7; Tue, 8 Jul 2014 13:31:14 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 55837232C; Tue, 8 Jul 2014 13:31:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s68DVEfT077461; Tue, 8 Jul 2014 13:31:14 GMT (envelope-from vanilla@svn.freebsd.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s68DVDQ7077459; Tue, 8 Jul 2014 13:31:13 GMT (envelope-from vanilla@svn.freebsd.org) Message-Id: <201407081331.s68DVDQ7077459@svn.freebsd.org> From: "Vanilla I. Shu" Date: Tue, 8 Jul 2014 13:31:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361236 - in head/devel/oniguruma: . files X-SVN-Group: ports-head 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.18 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: Tue, 08 Jul 2014 13:31:14 -0000 Author: vanilla Date: Tue Jul 8 13:31:13 2014 New Revision: 361236 URL: http://svnweb.freebsd.org/changeset/ports/361236 QAT: https://qat.redports.org/buildarchive/r361236/ Log: Stagify, remove NOPORTDOCS & NOPORTEXAMPLES Modified: head/devel/oniguruma/Makefile head/devel/oniguruma/files/patch-Makefile.in Modified: head/devel/oniguruma/Makefile ============================================================================== --- head/devel/oniguruma/Makefile Tue Jul 8 13:25:24 2014 (r361235) +++ head/devel/oniguruma/Makefile Tue Jul 8 13:31:13 2014 (r361236) @@ -11,18 +11,16 @@ DISTFILES= onigd${PORTVERSION:S/./_/g}${ DIST_SUBDIR= ruby EXTRACT_ONLY= onigd${PORTVERSION:S/./_/g}${EXTRACT_SUFX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= BSDL Regular Expressions library compatible with POSIX/GNU/Perl WRKSRC= ${WRKDIR}/${PORTNAME} - NO_LATEST_LINK= yes CONFLICTS_INSTALL= oniguruma-4.* - GNU_CONFIGURE= yes DOCS= HISTORY README doc/* +OPTIONS_DEFINE= DOCS EXAMPLES -NO_STAGE= yes post-patch: ${CP} ${DISTDIR}/${DIST_SUBDIR}/ruby187p248-oniguruma.patch \ ${WRKSRC}/ruby187.patch @@ -32,16 +30,12 @@ post-configure: ${FILESDIR}/onig-config > ${WRKSRC}/onig-config post-install: - ${INSTALL_SCRIPT} ${WRKSRC}/onig-config ${PREFIX}/bin/ -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} + ${INSTALL_SCRIPT} ${WRKSRC}/onig-config ${STAGEDIR}${PREFIX}/bin/ + ${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/ + ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/ .endfor -.endif -.if !defined(NOPORTEXAMPLES) - ${MKDIR} ${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/sample/* ${EXAMPLESDIR}/ -.endif + ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/sample/* ${STAGEDIR}${EXAMPLESDIR}/ .include Modified: head/devel/oniguruma/files/patch-Makefile.in ============================================================================== --- head/devel/oniguruma/files/patch-Makefile.in Tue Jul 8 13:25:24 2014 (r361235) +++ head/devel/oniguruma/files/patch-Makefile.in Tue Jul 8 13:31:13 2014 (r361236) @@ -1,6 +1,27 @@ ---- Makefile.in.orig 2006-11-08 08:45:50.000000000 +0300 -+++ Makefile.in 2009-02-12 18:37:58.000000000 +0300 -@@ -214,6 +214,9 @@ +--- Makefile.in.orig 2006-11-08 13:45:50.000000000 +0800 ++++ Makefile.in 2014-07-08 21:29:18.562095970 +0800 +@@ -146,13 +146,13 @@ make_enc_dir: + test -d enc || mkdir enc + + install: all +- test -d $(libdir) || mkdir $(libdir) +- test -d $(includedir) || mkdir $(includedir) +- $(INSTALL) -m 644 $(libname) $(libdir)/$(libname) +- $(RANLIB) $(libdir)/$(libname) +- $(INSTALL) -m 644 $(srcdir)/oniguruma.h $(includedir)/oniguruma.h +- $(INSTALL) -m 644 $(srcdir)/onigposix.h $(includedir)/onigposix.h +- $(INSTALL) -m 644 $(srcdir)/oniggnu.h $(includedir)/oniggnu.h ++ test -d $(DESTDIR)$(libdir) || mkdir $(DESTDIR)$(libdir) ++ test -d $(DESTDIR)$(includedir) || mkdir $(DESTDIR)$(includedir) ++ $(INSTALL) -m 644 $(libname) $(DESTDIR)$(libdir)/$(libname) ++ $(RANLIB) $(DESTDIR)$(libdir)/$(libname) ++ $(INSTALL) -m 644 $(srcdir)/oniguruma.h $(DESTDIR)$(includedir)/oniguruma.h ++ $(INSTALL) -m 644 $(srcdir)/onigposix.h $(DESTDIR)$(includedir)/onigposix.h ++ $(INSTALL) -m 644 $(srcdir)/oniggnu.h $(DESTDIR)$(includedir)/oniggnu.h + + uninstall: + -rm -f $(libdir)/$(libname) +@@ -214,6 +214,9 @@ distclean: clean 185: cpruby patch -d $(RUBYDIR) -p0 < $(srcdir)/ruby185.patch