From owner-svn-ports-all@FreeBSD.ORG Sat Dec 28 22:29:45 2013 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 7459FF25; Sat, 28 Dec 2013 22:29:45 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4627C1FA3; Sat, 28 Dec 2013 22:29:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBSMTjRd088489; Sat, 28 Dec 2013 22:29:45 GMT (envelope-from johans@svn.freebsd.org) Received: (from johans@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBSMTiGm088486; Sat, 28 Dec 2013 22:29:44 GMT (envelope-from johans@svn.freebsd.org) Message-Id: <201312282229.rBSMTiGm088486@svn.freebsd.org> From: Johan van Selst Date: Sat, 28 Dec 2013 22:29:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r337927 - head/devel/readline 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.17 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: Sat, 28 Dec 2013 22:29:45 -0000 Author: johans Date: Sat Dec 28 22:29:44 2013 New Revision: 337927 URL: http://svnweb.freebsd.org/changeset/ports/337927 Log: - Update readline to 6.2.5 - Enable STAGE support - Strip installed libraries Modified: head/devel/readline/Makefile head/devel/readline/distinfo head/devel/readline/pkg-plist Modified: head/devel/readline/Makefile ============================================================================== --- head/devel/readline/Makefile Sat Dec 28 22:18:48 2013 (r337926) +++ head/devel/readline/Makefile Sat Dec 28 22:29:44 2013 (r337927) @@ -25,15 +25,13 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes INFO= readline rluserman history -MAN3= readline.3 history.3 -PATCHES= 1 2 3 4 +PATCHES= 1 2 3 4 5 .for p in ${PATCHES:S/^/00/} PATCH_FILES+= ${PORTNAME}${PORTVERSION:R:S/.//}-${p:C/.*(...)$/\1/} .endfor PATCHLEVEL= ${PATCHES:Q:S/ /./g:E} -NO_STAGE= yes .include pre-configure: @@ -41,4 +39,8 @@ pre-configure: ${REINPLACE_CMD} "s/SHOBJ_LDFLAGS =/SHOBJ_LDFLAGS = -ltermcap/" ${WRKSRC}/shlib/Makefile.in .endif +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libreadline.so.6 \ + ${STAGEDIR}${PREFIX}/lib/libhistory.so.6 + .include Modified: head/devel/readline/distinfo ============================================================================== --- head/devel/readline/distinfo Sat Dec 28 22:18:48 2013 (r337926) +++ head/devel/readline/distinfo Sat Dec 28 22:29:44 2013 (r337927) @@ -1,10 +1,2 @@ SHA256 (readline-6.2.tar.gz) = 79a696070a058c233c72dd6ac697021cc64abd5ed51e59db867d66d196a89381 SIZE (readline-6.2.tar.gz) = 2277926 -SHA256 (readline62-001) = 38a86c417437692db01069c8ab40a9a8f548e67ad9af0390221b024b1c39b4e3 -SIZE (readline62-001) = 1388 -SHA256 (readline62-002) = 1e6349128cb573172063ea007c67af79256889c809973002ca66c5dfc503c7d4 -SIZE (readline62-002) = 1714 -SHA256 (readline62-003) = cb2131ff352d6e5f82edc09755191f74220b15f026bdb6c52624931c79622374 -SIZE (readline62-003) = 1911 -SHA256 (readline62-004) = 09bd342479ea5bb8b6411bfdf7d302fab2e521d1d241bcb8344d3bad5d9f5476 -SIZE (readline62-004) = 3335 Modified: head/devel/readline/pkg-plist ============================================================================== --- head/devel/readline/pkg-plist Sat Dec 28 22:18:48 2013 (r337926) +++ head/devel/readline/pkg-plist Sat Dec 28 22:29:44 2013 (r337927) @@ -12,6 +12,8 @@ lib/libhistory.so.6 lib/libhistory.so lib/libreadline.so.6 lib/libreadline.so +man/man3/readline.3.gz +man/man3/history.3.gz %%DATADIR%%/excallback.c %%DATADIR%%/fileman.c %%DATADIR%%/histexamp.c