Bug 58148

Summary: ports that use pre-everything: (instead of pre-everything::)
Product: Ports & Packages Reporter: Oliver Eikemeier <eikemeier>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: ade
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Oliver Eikemeier 2003-10-16 23:40:19 UTC
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
Comment 1 Ade Lovett freebsd_committer freebsd_triage 2003-10-17 00:55:55 UTC
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
Comment 2 Oliver Eikemeier 2003-10-17 01:16:01 UTC
Hey guys, that was quick. Only one left:

gcross@fastmail.fm
- devel/cppunit
Comment 3 Mark Linimon freebsd_committer freebsd_triage 2003-10-19 20:13:28 UTC
State Changed
From-To: open->closed

Kris has committed that one as well.