Update port: devel/libedit to 2.6.7
- Update to version 2.6.7 PR: ports/56525 Submitted by: KATO Tsuguru <tkato@prontomail.com>
This commit is contained in:
parent
b111302f44
commit
599d825673
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=88738
3 changed files with 10 additions and 25 deletions
|
@ -6,15 +6,16 @@
|
|||
#
|
||||
|
||||
PORTNAME= libedit
|
||||
PORTVERSION= 2.6.4
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.6.7
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.canonware.com/download/libedit/
|
||||
MASTER_SITES= ftp://ftp.astron.com/pub/libedit/ \
|
||||
http://www.canonware.com/download/libedit/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Command line editing library
|
||||
|
||||
USE_AUTOCONF= yes
|
||||
USE_REINPLACE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-readline
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
|
@ -39,4 +40,8 @@ MLINKS= editline.3 el_init.3 \
|
|||
editline.3 history.3
|
||||
MANCOMPRESSED= no
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|CFLAGS -O|CFLAGS|g ; \
|
||||
s|MAJOR="2"|MAJOR="5"|g' ${WRKSRC}/configure
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (libedit-2.6.4.tar.gz) = 596cd1fad4489abbd29289665bc25610
|
||||
MD5 (libedit-2.6.7.tar.gz) = 6640a3d3d58f0ce1d8c69cfd5cc5a517
|
||||
|
|
|
@ -1,20 +0,0 @@
|
|||
--- configure.in.orig Mon Feb 11 08:36:44 2002
|
||||
+++ configure.in Tue Jan 14 07:31:02 2003
|
||||
@@ -118,7 +118,7 @@
|
||||
CPPFLAGS="$CPPFLAGS -DDEBUG_TTY -DDEBUG_KEY -DDEBUG_READ -DDEBUG"
|
||||
CPPFLAGS="$CPPFLAGS -DDEBUG_REFRESH -DDEBUG_PASTE"
|
||||
else
|
||||
- CFLAGS="$CFLAGS -O"
|
||||
+ CFLAGS="$CFLAGS"
|
||||
fi
|
||||
|
||||
|
||||
@@ -169,7 +169,7 @@
|
||||
|
||||
dnl Library settings.
|
||||
LIB_DIRS="lib"
|
||||
-LIB_MAJOR="2"
|
||||
+LIB_MAJOR="5"
|
||||
LIB_MINOR="6"
|
||||
LIB_A="libedit.a"
|
||||
LIB_A_LINKS=
|
Loading…
Reference in a new issue