ports/140217: x11/xclip: removed unnecessary dependency on xproto

Carlos A. M. dos Santos unixmania at gmail.com
Mon Nov 2 11:20:01 UTC 2009


>Number:         140217
>Category:       ports
>Synopsis:       x11/xclip: removed unnecessary dependency on xproto
>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:   Mon Nov 02 11:20:00 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Carlos A. M. dos Santos
>Release:        8.0-RC1
>Organization:
N.A.
>Environment:
FreeBSD avatar 8.0-RC1 FreeBSD 8.0-RC1 #0: Sun Oct  4 23:53:39 BRT 2009     root at avatar:/usr/obj/usr/src/sys/Compaq_nx6320  amd64

>Description:
The dependency on xproto listed in the USE_XORG variable of the Makefile is not necessary and can be removed.
>How-To-Repeat:
Not applicable
>Fix:
Apply the attached patch.

Patch attached with submission follows:

--- a/ports/x11/xclip/Makefile	2009-02-21 17:29:30.000000000 -0300
+++ b/ports/x11/xclip/Makefile	2009-07-29 01:01:46.000000000 -0300
@@ -14,7 +14,7 @@
 MAINTAINER=	eitanadlerlist at gmail.com
 COMMENT=	An interface to X selections ("the clipboard") from the command line
 
-USE_XORG=	x11 xproto xmu
+USE_XORG=	x11 xmu
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 


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



More information about the freebsd-ports-bugs mailing list