ports/66109: [PATCH] bsd.port.mk: inconsistent use of `::' targets

Oliver Eikemeier eikemeier at fillmore-labs.com
Fri Apr 30 12:30:05 UTC 2004


>Number:         66109
>Category:       ports
>Synopsis:       [PATCH] bsd.port.mk: inconsistent use of `::' targets
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 30 05:30:05 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Oliver Eikemeier
>Release:        FreeBSD 4.10-STABLE i386
>Organization:
Fillmore Labs - http://www.fillmore-labs.com
>Environment:
System: FreeBSD nuuk.fillmore-labs.com 4.10-STABLE

>Description:

`::' targets should be used consistently, so that they can be used even
after their default definition, like in
  "Makefile error: unable to parse MLINKS."

>How-To-Repeat:
>Fix:

Index: bsd.port.mk
===================================================================
RCS file: /home/ncvs/ports/Mk/bsd.port.mk,v
retrieving revision 1.488
diff -u -r1.488 bsd.port.mk
--- bsd.port.mk	19 Apr 2004 23:39:52 -0000	1.488
+++ bsd.port.mk	30 Apr 2004 12:14:08 -0000
@@ -2264,7 +2280,7 @@
 .endif
 
 .if !target(check-makefile)
-check-makefile:
+check-makefile::
 	@${DO_NADA}
 .endif
 
@@ -2301,12 +2317,12 @@
 .endif
 
 .if !target(check-makevars)
-check-makevars:
+check-makevars::
 	@${DO_NADA}
 .endif
 
 .if !target(check-depends)
-check-depends:
+check-depends::
 	@${DO_NADA}
 .endif
 

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list