Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 May 2002 14:52:08 +0200 (CEST)
From:      Tilman Linneweh <tilman@arved.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        tilman@arved.de
Subject:   ports/38454: Mark devel/rlwrap BROKEN on -STABLE
Message-ID:  <200205231252.g4NCq80l059301@tl.kom.tuwien.ac.at>

next in thread | raw e-mail | index | archive | help

>Number:         38454
>Category:       ports
>Synopsis:       Mark devel/rlwrap BROKEN on -STABLE
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 23 05:50:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Tilman Linneweh
>Release:        FreeBSD 4.6-PRERELEASE i386
>Organization:
Vienna University of Technology
>Environment:
System: FreeBSD tl.kom.tuwien.ac.at 4.6-PRERELEASE FreeBSD 4.6-PRERELEASE #1: Fri May 3 16:38:54 CEST 2002 tilman@tl.kom.tuwien.ac.at:/usr/obj/usr/src/sys/MYKERNEL i386


	
>Description:
	This port requires MFC of readline 4.2
	
>How-To-Repeat:
	
>Fix:

	
diff -u Makefile.orig Makefile
--- Makefile.orig       Thu May 23 14:44:09 2002
+++ Makefile    Thu May 23 14:47:55 2002
@@ -14,6 +14,11 @@

 MAINTAINER=    ports@FreeBSD.org

+.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 500000
+BROKEN=                "This port requires readline 4.2, which is only available in CURRENT"
+.endif
+
 LIB_DEPENDS=   gnugetopt:${PORTSDIR}/devel/libgnugetopt

 GNU_CONFIGURE= yes
@@ -27,4 +32,4 @@
 post-patch:
        @${PERL} -pi -e "s,%%LOCALBASE%%,${LOCALBASE},g" ${WRKSRC}/Makefile.in

-.include <bsd.port.mk>
+.include <bsd.port.post.mk>

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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205231252.g4NCq80l059301>