Bug 38454 - Mark devel/rlwrap BROKEN on -STABLE
Summary: Mark devel/rlwrap BROKEN on -STABLE
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-23 13:50 UTC by Tilman Linneweh
Modified: 2002-07-04 08:12 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tilman Linneweh 2002-05-23 13:50:01 UTC
	This port requires MFC of readline 4.2

Fix: 

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>--X7UDC5EHHLEdLGrS5Ge6JSKmrd2S28eP4YPp6luhgeZGxbLO
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

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 @@
Comment 1 Hye-Shik Chang freebsd_committer freebsd_triage 2002-07-04 08:12:18 UTC
State Changed
From-To: open->closed

Committed. Thank you!