ports/155504: [bsd.port.mk] [patch] remove check for USE_XPM from b.p.m

Eitan Adler lists at eitanadler.com
Sun Mar 13 00:20:09 UTC 2011


>Number:         155504
>Category:       ports
>Synopsis:       [bsd.port.mk] [patch] remove check for USE_XPM from b.p.m
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 13 00:20:09 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Eitan Adler
>Release:        
>Organization:
>Environment:
>Description:
This patch goes along with a patch I sent (privately) to marcus@ that adds a related check to portlint.

The point of this PR is spark a more important more complex discussion of what types of checks should exist in bsd.port.mk as discussed on #bsdports on EFNet.
>How-To-Repeat:

>Fix:
cvs diff: Diffing .
Index: bsd.port.mk
===================================================================
RCS file: /home/ncvs/ports/Mk/bsd.port.mk,v
retrieving revision 1.674
diff -u -r1.674 bsd.port.mk
--- bsd.port.mk	7 Mar 2011 07:32:05 -0000	1.674
+++ bsd.port.mk	12 Mar 2011 23:52:38 -0000
@@ -2013,10 +2013,6 @@
 .endif
 .endif
 
-.if defined(USE_XPM)
-IGNORE=		USE_XPM is deprecated. Use USE_XORG=xpm instead.
-.endif
-
 XAWVER=				8
 PKG_IGNORE_DEPENDS?=		'this_port_does_not_exist'
 


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



More information about the freebsd-ports-bugs mailing list