ports/64823: Patch port: shells/rc Enable compilation with readline

Serge Gagnon gagnon_s at sympatico.ca
Sun Mar 28 01:10:16 UTC 2004


>Number:         64823
>Category:       ports
>Synopsis:       Patch port: shells/rc Enable compilation with readline
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 27 17:10:13 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Serge Gagnon
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
me
>Environment:
System: FreeBSD quenix.dnsalias.org 4.9-STABLE FreeBSD 4.9-STABLE #0: Thu Mar 11 20:29:52 EST 2004 root at quenix.dnsalias.org:/usr/obj/usr/src/sys/OCEAN i386


>Description:

	- Make compilation feasible WITH_READLINE

like I proposed in the PR ports/48843 Audit-trail

>How-To-Repeat:
>Fix:


--- patch-rc begins here ---
--- shells/rc/Makefile.orig	Sat Mar 27 19:57:48 2004
+++ shells/rc/Makefile	Sat Mar 27 19:59:56 2004
@@ -14,15 +14,15 @@
 MAINTAINER=	saken at hotel.rmta.org
 COMMENT=	A unix incarnation of the plan9 shell
 
+GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--with-history
+MAN1=		history.1 rc.1
+
 .if defined(WITH_READLINE)
 CONFIGURE_ARGS+=	--with-readline
 .endif
 .if !defined(WITH_READLINE)
 MAKE_ARGS+=	CFLAGS="$(CFLAGS) -static"
 .endif
-
-GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--with-history
-MAN1=		history.1 rc.1
 
 .include <bsd.port.mk>
--- patch-rc ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list