From owner-svn-ports-head@FreeBSD.ORG Fri Oct 31 10:18:46 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 825EB73F; Fri, 31 Oct 2014 10:18:46 +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 6E43EA9B; Fri, 31 Oct 2014 10:18:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9VAIkXA031431; Fri, 31 Oct 2014 10:18:46 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9VAIkZU031429; Fri, 31 Oct 2014 10:18:46 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201410311018.s9VAIkZU031429@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Fri, 31 Oct 2014 10:18:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371797 - head/net/openpgm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Oct 2014 10:18:46 -0000 Author: bapt Date: Fri Oct 31 10:18:45 2014 New Revision: 371797 URL: https://svnweb.freebsd.org/changeset/ports/371797 QAT: https://qat.redports.org/buildarchive/r371797/ Log: Strip binaries Avoid useless include of bsd.port.options.mk by letting plist handle what to add in the package or not Modified: head/net/openpgm/Makefile head/net/openpgm/pkg-plist Modified: head/net/openpgm/Makefile ============================================================================== --- head/net/openpgm/Makefile Fri Oct 31 10:17:46 2014 (r371796) +++ head/net/openpgm/Makefile Fri Oct 31 10:18:45 2014 (r371797) @@ -17,29 +17,17 @@ GNU_CONFIGURE= yes USES= pathfix perl5 tar:bzip2 libtool python USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${DISTNAME}/openpgm/pgm +INSTALL_TARGET= install-strip OPTIONS_DEFINE= DOCS EXAMPLES DOCS_DESC= Install documetation EXAMPLES_DESC= Install examples -.include - -.if ${PORT_OPTIONS:MEXAMPLES} -PLIST_SUB+= EXAMPLES="" -.else -PLIST_SUB+= EXAMPLES="@comment " -.endif - post-install: -.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/../doc/draft-ietf-rmt-bb-pgmcc-03.txt ${STAGEDIR}${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/../doc/rfc3208.txt ${STAGEDIR}${DOCSDIR} -.endif - -.if ${PORT_OPTIONS:MEXAMPLES} ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} cd ${WRKSRC} && ${COPYTREE_SHARE} examples ${STAGEDIR}${EXAMPLESDIR} -.endif .include Modified: head/net/openpgm/pkg-plist ============================================================================== --- head/net/openpgm/pkg-plist Fri Oct 31 10:17:46 2014 (r371796) +++ head/net/openpgm/pkg-plist Fri Oct 31 10:18:45 2014 (r371797) @@ -27,33 +27,28 @@ lib/libpgm.so libdata/pkgconfig/openpgm-5.2.pc %%PORTDOCS%%%%DOCSDIR%%/draft-ietf-rmt-bb-pgmcc-03.txt %%PORTDOCS%%%%DOCSDIR%%/rfc3208.txt -%%EXAMPLES%%%%EXAMPLESDIR%%/examples/SConscript -%%EXAMPLES%%%%EXAMPLESDIR%%/examples/SConscript89 -%%EXAMPLES%%%%EXAMPLESDIR%%/examples/async.c -%%EXAMPLES%%%%EXAMPLESDIR%%/examples/async.h -%%EXAMPLES%%%%EXAMPLESDIR%%/examples/blocksyncrecv.c -%%EXAMPLES%%%%EXAMPLESDIR%%/examples/daytime.c -%%EXAMPLES%%%%EXAMPLESDIR%%/examples/enonblocksyncrecv.c -%%EXAMPLES%%%%EXAMPLESDIR%%/examples/enonblocksyncrecvmsg.c -%%EXAMPLES%%%%EXAMPLESDIR%%/examples/enonblocksyncrecvmsgv.c -%%EXAMPLES%%%%EXAMPLESDIR%%/examples/getopt.c -%%EXAMPLES%%%%EXAMPLESDIR%%/examples/getopt.h -%%EXAMPLES%%%%EXAMPLESDIR%%/examples/heatmap.c -%%EXAMPLES%%%%EXAMPLESDIR%%/examples/pgmdump.c -%%EXAMPLES%%%%EXAMPLESDIR%%/examples/pgmping.cc -%%EXAMPLES%%%%EXAMPLESDIR%%/examples/pgmrecv.c -%%EXAMPLES%%%%EXAMPLESDIR%%/examples/pgmsend.c -%%EXAMPLES%%%%EXAMPLESDIR%%/examples/pgmtop.c -%%EXAMPLES%%%%EXAMPLESDIR%%/examples/ping.proto -%%EXAMPLES%%%%EXAMPLESDIR%%/examples/pnonblocksyncrecv.c -%%EXAMPLES%%%%EXAMPLESDIR%%/examples/purinrecv.c -%%EXAMPLES%%%%EXAMPLESDIR%%/examples/purinrecvcc.cc -%%EXAMPLES%%%%EXAMPLESDIR%%/examples/purinsend.c -%%EXAMPLES%%%%EXAMPLESDIR%%/examples/purinsendcc.cc -%%EXAMPLES%%%%EXAMPLESDIR%%/examples/shortcakerecv.c -%%EXAMPLES%%%%EXAMPLESDIR%%/examples/snonblocksyncrecv.c -%%EXAMPLES%%@dirrm %%EXAMPLESDIR%%/examples -%%EXAMPLES%%@dirrm %%EXAMPLESDIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm include/pgm-5.2/pgm -@dirrm include/pgm-5.2 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/SConscript +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/SConscript89 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/async.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/async.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/blocksyncrecv.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/daytime.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/enonblocksyncrecv.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/enonblocksyncrecvmsg.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/enonblocksyncrecvmsgv.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/getopt.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/getopt.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/heatmap.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/pgmdump.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/pgmping.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/pgmrecv.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/pgmsend.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/pgmtop.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/ping.proto +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/pnonblocksyncrecv.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/purinrecv.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/purinrecvcc.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/purinsend.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/purinsendcc.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/shortcakerecv.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/snonblocksyncrecv.c