Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Mar 2002 20:10:42 -0500
From:      Alan Eldridge <alane@geeksrus.net>
To:        FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports@FreeBSD.org
Subject:   Re: ports/36398: x11-toolkits/open-motif-devel: make errors on install
Message-ID:  <20020328011042.GA84337@wwweasel.geeksrus.net>
In-Reply-To: <200203280050.g2S0o1w82654@freefall.freebsd.org>
References:  <200203280046.g2S0kP653535@wwweasel.geeksrus.net> <200203280050.g2S0o1w82654@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
OK, here's the fix:

==8<====8<====8<====8<====8<====8<====8<====8<====8<====8<==
Index: x11-toolkits/open-motif-devel/Makefile
===================================================================
RCS file: /home/alane/cvsup-ports/cvsroot/ports/x11-toolkits/open-motif-devel/Makefile,v
retrieving revision 1.11
diff -u -3 -r1.11 Makefile
--- x11-toolkits/open-motif-devel/Makefile	27 Aug 2001 09:46:38 -0000	1.11
+++ x11-toolkits/open-motif-devel/Makefile	28 Mar 2002 01:04:31 -0000
@@ -31,7 +31,6 @@
 	@pkg_add -f -p ${PREFIX} ${DISTDIR}/${DISTFILES}
 	@${MV} -v ${PKG_DBDIR}/${DISTNAME} ${PKG_DBDIR}/${PKGNAME}
 
-#	shouldn't this be covered by "NO_PKG_REGISTER" ??
 generate-plist:
 	@${DO_NADA}
 
@@ -46,5 +45,9 @@
 		fi; \
 	fi
 	@${CP} -p ${DISTDIR}/${DISTFILES} ${PKGFILE}
+
+# get rid of errors re missing PLIST.mktemp
+security-check:
+	@${DO_NADA}
 
 .include <bsd.port.mk>
==8<====8<====8<====8<====8<====8<====8<====8<====8<====8<==

Or the alternative would be to:

generate-plist:
	touch ${TMPPLIST}

That might make more sense in that it won't make people suspicious.
Avoiding the security-check is kind of a red flag....

-- 
AlanE
"When the going gets weird, the weird turn pro." - HST


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?20020328011042.GA84337>