Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Jun 2000 11:31:20 -0400 (EDT)
From:      Trevor Johnson <trevor@jpj.net>
To:        Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
Cc:        freebsd-hackers@FreeBSD.ORG, ports@FreeBSD.ORG, "Jordan K. Hubbard" <jkh@FreeBSD.ORG>
Subject:   Re: -STABLE (was: ncurses.h and #define trace _nc_trace)
Message-ID:  <Pine.BSI.4.21.0006131055060.1138-100000@blues.jpj.net>
In-Reply-To: <Pine.GSO.4.21.0006131603010.8062-100000@nunki.dbai.tuwien.ac.at>

next in thread | previous in thread | raw e-mail | index | archive | help
Gerald Pfeifer wrote:

> Is there a way to
[...]
>  b) mark a port to notify users not to try using it on -STABLE and
>     -CURRENT?

After a look at
http://www.freebsd.org/porters-handbook/porting-versions.html and at
src/sys/sys/param.h,v in the CVS tree, I made the appended patch.
--
Trevor Johnson
http://jpj.net/~trevor/gpgkey.txt

diff -ruN wine.orig/Makefile wine/Makefile
--- wine.orig/Makefile	Sat Jun 10 19:47:24 2000
+++ wine/Makefile	Tue Jun 13 15:25:38 2000
@@ -24,6 +24,15 @@
 MAN5=		wine.conf.5
 ONLY_FOR_ARCHS=	i386
 
+.include <bsd.port.pre.mk>
+
+# PR misc/19077
+.if !defined(IREADIT)
+.if ${OSVERSION} > 400018
+BROKEN=	"Your ncurses.h may be too new for this port.  Please make sure it is from before 24 May 2000, then restart the build with IREADIT=yes"
+.endif
+.endif
+
 .if !defined(NDEBUG)
 STRIP=
 CFLAGS+=	-g
@@ -102,4 +111,4 @@
 	${ECHO}
 	@${SED} s+%%PREFIX%%+${PREFIX}+g <${PKGMESSAGE}
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>



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?Pine.BSI.4.21.0006131055060.1138-100000>