ports/51427: Update port: devel/rlwrap to 0.15

Kimura Fuyuki fuyuki at hadaly.org
Sat Apr 26 03:00:33 UTC 2003


>Number:         51427
>Category:       ports
>Synopsis:       Update port: devel/rlwrap to 0.15
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 25 20:00:31 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Kimura Fuyuki <fuyuki at hadaly.org>
>Release:        FreeBSD 5.0-RELEASE-p5 i386
>Organization:
>Environment:

  FreeBSD hadaly.dyndns.org 5.0-RELEASE-p5 FreeBSD 5.0-RELEASE-p5 #1: Fri Mar 21 10:29:48 JST 2003     root at hadaly.dyndns.org:/.2/obj/usr/src/sys/NS  i386

>Description:
Update to 0.15

>How-To-Repeat:

>Fix:
cvs server: Diffing .
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/rlwrap/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile	2003/02/20 17:07:05	1.6
+++ Makefile	2003/04/26 02:47:28
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	rlwrap
-PORTVERSION=	0.12
+PORTVERSION=	0.15
 CATEGORIES=	devel
 MASTER_SITES=	http://utopia.knoware.nl/~hlub/uck/rlwrap/
 EXTRACT_SUFX=	.tgz
@@ -15,19 +15,15 @@
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Readline wrapper
 
-LIB_DEPENDS=	gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
-
 .include <bsd.port.pre.mk>
 
 .if ${OSVERSION} < 500018
 BROKEN=		"Requires readline 4.2 or newer"
 .endif
 
+USE_GETOPT_LONG=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
-CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
-		LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt"
-ALL_TARGET=	# empty
 
 MAN1=	rlwrap.1
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/rlwrap/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- distinfo	2002/07/04 07:11:43	1.3
+++ distinfo	2003/04/26 02:47:28
@@ -1 +1 @@
-MD5 (rlwrap-0.12.tgz) = 27f04e27b202c4ee8b896e36f5067473
+MD5 (rlwrap-0.15.tgz) = b1325380b8d1a9619d26d5a4b6bcacca
cvs server: Diffing files
Index: files/patch-Makefile.in
===================================================================
RCS file: /home/ncvs/ports/devel/rlwrap/files/patch-Makefile.in,v
retrieving revision 1.3
diff -u -r1.3 patch-Makefile.in
--- files/patch-Makefile.in	2002/07/04 07:11:43	1.3
+++ files/patch-Makefile.in	2003/04/26 02:47:28
@@ -13,22 +13,8 @@
  
  
  CC = @CC@
--CFLAGS= @CFLAGS@ -DVERSION=\"$(VERSION)\" -DSYSCONFDIR=\"$(sysconfdir)\" -Wall -I . -I $(includedir)
-+CFLAGS= @CFLAGS@ $(CPPFLAGS) -DVERSION=\"$(VERSION)\" -DSYSCONFDIR=\"$(sysconfdir)\" -Wall -I . -I $(includedir)
+-CFLAGS= @CFLAGS@ -DVERSION=\"$(VERSION)\" -DSYSCONFDIR=\"$(sysconfdir)\"  -Wall -I .
++CFLAGS= @CFLAGS@ $(CPPFLAGS) -DVERSION=\"$(VERSION)\" -DSYSCONFDIR=\"$(sysconfdir)\" -Wall -I .
  SOURCES = main.c signals.c utils.c readline.c pty.c completion.c term.c  
  OBJECTS = main.o signals.o utils.o readline.o pty.o completion.o term.o
  TESTCLIENT=testclient
-@@ -50,10 +52,11 @@
- check:	@CHECK@
- 
- no_perl :
--	@echo "warning: test client not made because configure didn't find perl" 
-+	sed -e 's#\@PERLBIN\@#/usr/bin/perl#' $(TESTCLIENT).in > $(TESTCLIENT) &&\
-+        chmod a+x $(TESTCLIENT)
- 
- _testclient:
--	perl -p -e 's#\@PERLBIN\@#$(PERL)#' $(TESTCLIENT).in > $(TESTCLIENT) &&\
-+	sed -e 's#\@PERLBIN\@#$(PERL)#' $(TESTCLIENT).in > $(TESTCLIENT) &&\
-         chmod a+x $(TESTCLIENT)
- 
- _check:   $(TESTCLIENT) rlwrap
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list