From owner-svn-ports-all@freebsd.org Mon Oct 30 14:54:30 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 15EAFE5F05D; Mon, 30 Oct 2017 14:54:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 D87A165567; Mon, 30 Oct 2017 14:54:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9UEsTYU013363; Mon, 30 Oct 2017 14:54:29 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9UEsSWo013361; Mon, 30 Oct 2017 14:54:28 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710301454.v9UEsSWo013361@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 30 Oct 2017 14:54:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453182 - head/devel/readline X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/readline X-SVN-Commit-Revision: 453182 X-SVN-Commit-Repository: ports 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.23 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 Oct 2017 14:54:30 -0000 Author: sunpoet Date: Mon Oct 30 14:54:28 2017 New Revision: 453182 URL: https://svnweb.freebsd.org/changeset/ports/453182 Log: Install readline.pc - Bump PORTREVISION for package change PR: 223130 Submitted by: bsam Exp-run by: antoine Modified: head/devel/readline/Makefile head/devel/readline/pkg-plist Modified: head/devel/readline/Makefile ============================================================================== --- head/devel/readline/Makefile Mon Oct 30 14:45:19 2017 (r453181) +++ head/devel/readline/Makefile Mon Oct 30 14:54:28 2017 (r453182) @@ -3,6 +3,7 @@ PORTNAME= readline PORTVERSION= 7.0.${PATCHLEVEL} +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= GNU DISTNAME= ${PORTNAME}-${PORTVERSION:R} @@ -37,9 +38,13 @@ PATCHFILES+= ${PORTNAME}${PORTVERSION:R:S|.||}-${patch .endfor post-patch-TERMCAP-on: + # Comment out "Requires.private: tinfo" line since we do not have tinfo.pc in base system. + # See PR/223130 for details. + @${REINPLACE_CMD} -e '/^Requires.private: tinfo/ s|^|#|' ${WRKSRC}/readline.pc.in @${REINPLACE_CMD} -e '/SHOBJ_LDFLAGS = / s| = |&-ltermcapw |' ${WRKSRC}/shlib/Makefile.in post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libhistory.so.7 ${STAGEDIR}${PREFIX}/lib/libreadline.so.7 + ${INSTALL_DATA} ${WRKSRC}/readline.pc ${STAGEDIR}${PREFIX}/libdata/pkgconfig .include Modified: head/devel/readline/pkg-plist ============================================================================== --- head/devel/readline/pkg-plist Mon Oct 30 14:45:19 2017 (r453181) +++ head/devel/readline/pkg-plist Mon Oct 30 14:54:28 2017 (r453182) @@ -12,6 +12,7 @@ lib/libhistory.so.7 lib/libreadline.a lib/libreadline.so lib/libreadline.so.7 +libdata/pkgconfig/readline.pc man/man3/history.3.gz man/man3/readline.3.gz %%DATADIR%%/excallback.c