diff --git a/devel/readline/Makefile b/devel/readline/Makefile index 4dbf7a3d1835..a5ff96bfda07 100644 --- a/devel/readline/Makefile +++ b/devel/readline/Makefile @@ -1,44 +1,45 @@ # Created by: Frank Laszlo # $FreeBSD$ PORTNAME= readline PORTVERSION= 6.3.${PATCHLEVEL} +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= GNU DISTNAME= ${PORTNAME}-${PORTVERSION:R} PATCH_SITES= GNU/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}-patches MAINTAINER= sunpoet@FreeBSD.org COMMENT= Library for editing command lines as they are typed LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -OPTIONS_DEFINE= TERMCAP DOCS +OPTIONS_DEFINE= TERMCAP OPTIONS_DEFAULT=TERMCAP TERMCAP_DESC= Link against libtermcap GNU_CONFIGURE= yes USE_LDCONFIG= yes USES= cpe INFO= history readline rluserman CPE_VENDOR= gnu CPE_VERSION= ${PORTVERSION:R} CPE_UPDATE= ${PATCHLEVEL} PATCHES= 1 2 3 4 5 6 7 8 PATCHLEVEL= ${PATCHES:O:[-1]} .for patch in ${PATCHES} PATCHFILES+= ${PORTNAME}${PORTVERSION:R:S|.||}-${patch:S|^|00|:S|.*(...)$|\1|} .endfor post-patch-TERMCAP-on: @${REINPLACE_CMD} -e '/SHOBJ_LDFLAGS = / s| = |&-ltermcap |' ${WRKSRC}/shlib/Makefile.in post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libhistory.so.6 ${STAGEDIR}${PREFIX}/lib/libreadline.so.6 .include diff --git a/devel/readline/pkg-plist b/devel/readline/pkg-plist index e814a646e3c5..1bc3c511a9d0 100644 --- a/devel/readline/pkg-plist +++ b/devel/readline/pkg-plist @@ -1,33 +1,30 @@ include/readline/readline.h include/readline/chardefs.h include/readline/keymaps.h include/readline/history.h include/readline/tilde.h include/readline/rlstdc.h include/readline/rlconf.h include/readline/rltypedefs.h lib/libreadline.a lib/libhistory.a 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%%/hist_erasedups.c %%DATADIR%%/hist_purgecmd.c %%DATADIR%%/histexamp.c %%DATADIR%%/manexamp.c %%DATADIR%%/rl-callbacktest.c %%DATADIR%%/rl-fgets.c %%DATADIR%%/rl.c %%DATADIR%%/rlcat.c %%DATADIR%%/rlevent.c %%DATADIR%%/rlptytest.c %%DATADIR%%/rltest.c %%DATADIR%%/rlversion.c -%%PORTDOCS%%%%DOCSDIR%%/CHANGES -%%PORTDOCS%%%%DOCSDIR%%/INSTALL -%%PORTDOCS%%%%DOCSDIR%%/README