Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Dec 2001 14:41:12 -0500
From:      Alan Eldridge <alane@geeksrus.net>
To:        gnats-admin@FreeBSD.org, freebsd-ports@FreeBSD.org
Subject:   Re: ports/33006: imake-4 and XF86-4-libraries disagree on XdmAuth is USA_RESIDENT=YES
Message-ID:  <20011219194112.GA16834@wwweasel.geeksrus.net>
In-Reply-To: <200112191500.fBJF02x97180@freefall.freebsd.org>
References:  <200112191452.fBJEqHn14107@wwweasel.geeksrus.net> <200112191500.fBJF02x97180@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
I like this text better: shorter, and more accurate.

Index: devel/imake-4/Makefile
===================================================================
RCS file: /home/alane/cvsroot/ports/devel/imake-4/Makefile,v
retrieving revision 1.14
diff -u -3 -u -r1.14 Makefile
--- devel/imake-4/Makefile	15 Dec 2001 02:58:33 -0000	1.14
+++ devel/imake-4/Makefile	19 Dec 2001 19:36:01 -0000
@@ -60,6 +60,9 @@
 		BuildTTFonts=${BuildTTFonts}
 INSTALL_TARGET=	install install.man
 LATEST_LINK=	imake-4
+
+.include <bsd.port.pre.mk>
+
 # ---
 # User Config:
 # All variables are same as Imake config macros.
@@ -71,6 +74,15 @@
 # ---
 HasSecureRPC?=		YES
 HasXdmAuth?=		YES
+.if ${HasXdmAuth} == DEFAULT || ${HasXdmAuth} == YES
+.if defined(USA_RESIDENT) && ${USA_RESIDENT} == YES
+pre-patch:
+	@${ECHO}
+	@${ECHO} Imake-4 will not support the \'HasXdmAuth\' feature.
+	@${ECHO}
+HasXdmAuth?=		NO
+.endif
+.endif
 HasPam?=		YES
 BuildPexExt?=		YES
 BuildXinerama?=		YES
@@ -116,4 +128,4 @@
 # InstallXserverSetUID=NO : use Xwrapper.
 # End of XFree86 configrations
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>


-- 
Alan Eldridge
Just another $THING hacker.

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?20011219194112.GA16834>