Date: Wed, 27 Mar 2002 17:20:02 -0800 (PST) From: Alan Eldridge <alane@geeksrus.net> To: freebsd-ports@FreeBSD.org Subject: Re: ports/36398: x11-toolkits/open-motif-devel: make errors on install Message-ID: <200203280120.g2S1K2Y91198@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/36398; it has been noted by GNATS. From: Alan Eldridge <alane@geeksrus.net> To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports@FreeBSD.org Cc: Subject: Re: ports/36398: x11-toolkits/open-motif-devel: make errors on install Date: Wed, 27 Mar 2002 20:10:42 -0500 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?200203280120.g2S1K2Y91198>