Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Mar 2011 00:14:12 GMT
From:      Eitan Adler <lists@eitanadler.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/155504: [bsd.port.mk] [patch] remove check for USE_XPM from b.p.m
Message-ID:  <201103130014.p2D0EChQ024068@red.freebsd.org>
Resent-Message-ID: <201103130020.p2D0K9gT076950@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103130014.p2D0EChQ024068>