1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

- Update readline to 6.2.5

- Enable STAGE support
- Strip installed libraries
This commit is contained in:
Johan van Selst 2013-12-28 22:29:44 +00:00
parent f4f040963d
commit c0b8ce3047
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=337927
3 changed files with 7 additions and 11 deletions

View File

@ -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 <bsd.port.options.mk>
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 <bsd.port.mk>

View File

@ -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

View File

@ -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