Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Feb 2014 10:33:12 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r342682 - in head/misc/talkfilters: . files
Message-ID:  <201402051033.s15AXCx3081380@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Wed Feb  5 10:33:12 2014
New Revision: 342682
URL: http://svnweb.freebsd.org/changeset/ports/342682
QAT: https://qat.redports.org/buildarchive/r342682/

Log:
  - Use pkg-message instead of pre-everything echos
  - Strip shared object

Added:
  head/misc/talkfilters/files/pkg-message.in   (contents, props changed)
Modified:
  head/misc/talkfilters/Makefile

Modified: head/misc/talkfilters/Makefile
==============================================================================
--- head/misc/talkfilters/Makefile	Wed Feb  5 10:21:20 2014	(r342681)
+++ head/misc/talkfilters/Makefile	Wed Feb  5 10:33:12 2014	(r342682)
@@ -17,13 +17,9 @@ CONFLICTS=	jive* chef* filters-*
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 
-INFO=	talkfilters
+SUB_FILES=	pkg-message
 
-pre-everything::
-	@${ECHO_MSG} "Please note that some of the filters contain language that may"
-	@${ECHO_MSG} "be objectionable to some. They are provided uncensored, in their"
-	@${ECHO_MSG} "original form. Please don't use the filters to do anything that"
-	@${ECHO_MSG} "you shouldn't."
+INFO=	talkfilters
 
 post-extract:
 	@${ECHO} ${DO_NADA} > ${WRKSRC}/install-sh
@@ -36,4 +32,7 @@ post-patch:
 			${WRKSRC}/Makefile.am \
 			${WRKSRC}/Makefile.in
 
+post-install:
+	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libtalkfilters.so*
+
 .include <bsd.port.mk>

Added: head/misc/talkfilters/files/pkg-message.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/misc/talkfilters/files/pkg-message.in	Wed Feb  5 10:33:12 2014	(r342682)
@@ -0,0 +1,8 @@
+===========================================================================
+
+Please note that some of the filters contain language that may
+be objectionable to some. They are provided uncensored, in their
+original form. Please don't use the filters to do anything that
+you shouldn't.
+
+===========================================================================



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402051033.s15AXCx3081380>