Date: Fri, 9 Nov 2012 20:10:49 +0000 (UTC) From: Bryan Drewery <bdrewery@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r307250 - branches/RELENG_9_1_0/devel/readline Message-ID: <201211092010.qA9KAnKU047659@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bdrewery Date: Fri Nov 9 20:10:48 2012 New Revision: 307250 URL: http://svnweb.freebsd.org/changeset/ports/307250 Log: MFH r307248 - Restore linking to libtermcap by default by setting TERMCAP as default. - Remove use of bsd.port.pre.mk - Bump PORTREVISION as built package will be different now. Approved by: eadler (maintainer, implicit) Approved by: portmgr (beat) Feature safe: yes Modified: branches/RELENG_9_1_0/devel/readline/Makefile Directory Properties: branches/RELENG_9_1_0/ (props changed) Modified: branches/RELENG_9_1_0/devel/readline/Makefile ============================================================================== --- branches/RELENG_9_1_0/devel/readline/Makefile Fri Nov 9 20:06:36 2012 (r307249) +++ branches/RELENG_9_1_0/devel/readline/Makefile Fri Nov 9 20:10:48 2012 (r307250) @@ -3,6 +3,7 @@ PORTNAME= readline PORTVERSION= 6.2 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} \ ftp://ftp.cwru.edu/pub/bash/ @@ -12,17 +13,22 @@ MAINTAINER= eadler@FreeBSD.org COMMENT= A library for editing command lines as they are typed LICENSE= GPLv3 + +OPTIONS_DEFINE= TERMCAP +OPTIONS_DEFAULT=TERMCAP +TERMCAP_DESC= Link against libtermcap + GNU_CONFIGURE= yes USE_LDCONFIG= yes INFO= readline rluserman history MAN3= readline.3 history.3 -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> pre-configure: .if ${PORT_OPTIONS:MTERMCAP} ${REINPLACE_CMD} "s/SHOBJ_LDFLAGS =/SHOBJ_LDFLAGS = -ltermcap/" ${WRKSRC}/shlib/Makefile.in .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211092010.qA9KAnKU047659>