From owner-svn-ports-all@FreeBSD.ORG Mon Jun 30 15:23:29 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 12B6F3ED; Mon, 30 Jun 2014 15:23:29 +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 F37B7235F; Mon, 30 Jun 2014 15:23:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5UFNSd1053672; Mon, 30 Jun 2014 15:23:28 GMT (envelope-from vanilla@svn.freebsd.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5UFNSFv053670; Mon, 30 Jun 2014 15:23:28 GMT (envelope-from vanilla@svn.freebsd.org) Message-Id: <201406301523.s5UFNSFv053670@svn.freebsd.org> From: "Vanilla I. Shu" Date: Mon, 30 Jun 2014 15:23:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359865 - in head/textproc/libcrm114: . 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: Mon, 30 Jun 2014 15:23:29 -0000 Author: vanilla Date: Mon Jun 30 15:23:28 2014 New Revision: 359865 URL: http://svnweb.freebsd.org/changeset/ports/359865 QAT: https://qat.redports.org/buildarchive/r359865/ Log: 1: Stagify. 2: new syntax of LIB_DEPENDS. Approved by: portmgr@ (blanket approval) Modified: head/textproc/libcrm114/Makefile head/textproc/libcrm114/files/patch-Makefile Modified: head/textproc/libcrm114/Makefile ============================================================================== --- head/textproc/libcrm114/Makefile Mon Jun 30 15:21:49 2014 (r359864) +++ head/textproc/libcrm114/Makefile Mon Jun 30 15:23:28 2014 (r359865) @@ -9,7 +9,7 @@ MASTER_SITES= http://crm114.sourceforge. MAINTAINER= info@mschuette.name COMMENT= CRM114 C-callable Library -LIB_DEPENDS= tre:${PORTSDIR}/textproc/libtre +LIB_DEPENDS= libtre.so:${PORTSDIR}/textproc/libtre LICENSE= LGPL3 @@ -32,5 +32,4 @@ PLIST_FILES= lib/libcrm114.so \ share/doc/libcrm114/simple_demo.c PLIST_DIRS= share/doc/libcrm114 -NO_STAGE= yes .include Modified: head/textproc/libcrm114/files/patch-Makefile ============================================================================== --- head/textproc/libcrm114/files/patch-Makefile Mon Jun 30 15:21:49 2014 (r359864) +++ head/textproc/libcrm114/files/patch-Makefile Mon Jun 30 15:23:28 2014 (r359865) @@ -1,5 +1,5 @@ ---- Makefile.orig 2010-05-06 20:14:55.000000000 +0200 -+++ Makefile 2012-05-19 21:10:00.000000000 +0200 +--- Makefile.orig 2010-05-07 02:14:55.000000000 +0800 ++++ Makefile 2014-06-30 23:20:48.222507260 +0800 @@ -31,7 +31,7 @@ #CFLAGS += -O3 -DDO_INLINES # @@ -9,7 +9,7 @@ # #GCC and LD flags for debugging, no optimization, and profile for speed #CFLAGS += -g -pg -@@ -45,6 +45,8 @@ +@@ -45,6 +45,8 @@ CFLAGS += -g CFLAGS += -std=c99 -pedantic -Wall -Wextra -Wpointer-arith -Wstrict-prototypes #well, pretty carefully CFLAGS += -Wno-sign-compare -Wno-overlength-strings @@ -18,7 +18,7 @@ #These are optional. -@@ -97,8 +99,8 @@ +@@ -97,8 +99,8 @@ crm114_strnhash.o \ crm114_util.o \ crm114_regex_tre.o @@ -29,7 +29,7 @@ test: test.o libcrm114.a $(CC) -o test $(LDFLAGS) -Wl,-M -Wl,--cref test.o libcrm114.a -ltre -lm >test.map -@@ -115,6 +117,24 @@ +@@ -115,6 +117,24 @@ simple_demo.o: texts.h $(LIBHDRS) libcrm114.a: $(LIBOBJS) Makefile ar rc libcrm114.a $(LIBOBJS) @@ -41,20 +41,20 @@ + ln -fs libcrm114.so.0 libcrm114.so + +install: libcrm114.so.0 -+ $(BSD_INSTALL_LIB) libcrm114.so.0 $(PREFIX)/lib -+ ln -fs libcrm114.so.0 $(PREFIX)/lib/libcrm114.so -+ $(BSD_INSTALL_DATA) crm114_config.h $(PREFIX)/include -+ $(BSD_INSTALL_DATA) crm114_lib.h $(PREFIX)/include -+ $(BSD_INSTALL_DATA) crm114_structs.h $(PREFIX)/include -+ $(BSD_INSTALL_DATA) crm114_sysincludes.h $(PREFIX)/include -+ $(BSD_INSTALL_DATA) -d $(PREFIX)/share/doc/libcrm114 -+ $(BSD_INSTALL_DATA) HOWTO.txt $(PREFIX)/share/doc/libcrm114 -+ $(BSD_INSTALL_DATA) simple_demo.c $(PREFIX)/share/doc/libcrm114 ++ $(BSD_INSTALL_LIB) libcrm114.so.0 $(DESTDIR)$(PREFIX)/lib ++ ln -fs libcrm114.so.0 $(DESTDIR)$(PREFIX)/lib/libcrm114.so ++ $(BSD_INSTALL_DATA) crm114_config.h $(DESTDIR)$(PREFIX)/include ++ $(BSD_INSTALL_DATA) crm114_lib.h $(DESTDIR)$(PREFIX)/include ++ $(BSD_INSTALL_DATA) crm114_structs.h $(DESTDIR)$(PREFIX)/include ++ $(BSD_INSTALL_DATA) crm114_sysincludes.h $(DESTDIR)$(PREFIX)/include ++ $(BSD_INSTALL_DATA) -d $(DESTDIR)$(PREFIX)/share/doc/libcrm114 ++ $(BSD_INSTALL_DATA) HOWTO.txt $(DESTDIR)$(PREFIX)/share/doc/libcrm114 ++ $(BSD_INSTALL_DATA) simple_demo.c $(DESTDIR)$(PREFIX)/share/doc/libcrm114 + $(LIBOBJS): $(LIBHDRS) clean: clean_test clean_simple_demo clean_lib clean_profiling -@@ -126,7 +146,7 @@ +@@ -126,7 +146,7 @@ clean_simple_demo: rm -f simple_demo simple_demo.map simple_demo.o simple_demo_datablock.txt clean_lib: