The following ports use `pre-everything:' instead of `pre-everything::' ade@FreeBSD.org - devel/libtool13 - devel/libtool14 - devel/libtool15 anholt@FreeBSD.org - x11/XFree86-4 gcross@fastmail.fm devel/cppunit glewis@FreeBSD.org - java/jdk13 ports@FreeBSD.org - devel/clanlib - x11-toolkits/wxgtk-devel This can lead to conflicts with predefined targets in bsd.port.mk, portlint detects this error. There is a bug in bsd.port.mk too, I will submit a separate PR for this. Fix: sed -i.bak -e 's/^pre-everything:$/pre-everything::/' Makefile How-To-Repeat: cd /usr/ports/devel/clanlib; make PERL_VERSION=1.2.3
On Thursday, Oct 16, 2003, at 15:30 US/Pacific, Oliver Eikemeier wrote: > The following ports use `pre-everything:' instead of `pre-everything::' > > ade@FreeBSD.org > - devel/libtool13 > - devel/libtool14 > - devel/libtool15 Updated. -aDe
Hey guys, that was quick. Only one left: gcross@fastmail.fm - devel/cppunit
State Changed From-To: open->closed Kris has committed that one as well.