ports/167088: [PATCH] audio/timidity++: drop USE_XLIB usage in favor of USE_XORG

Baptiste Daroussin bapt at FreeBSD.org
Thu Apr 19 07:10:08 UTC 2012


>Number:         167088
>Category:       ports
>Synopsis:       [PATCH] audio/timidity++: drop USE_XLIB usage in favor of USE_XORG
>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:   Thu Apr 19 07:10:07 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Baptiste Daroussin
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD azathoth.lan 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r233418M: Sat Mar 24 13:45:31 CET
>Description:
remove USE_XLIB where useless and use USE_XORG where needed

Port maintainer (nork at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_5 (mode: change, diff: CVS)
>How-To-Repeat:
>Fix:

--- timidity++-2.13.2_9.patch begins here ---
Index: Makefile.interface
===================================================================
RCS file: /home/pcvs/ports/audio/timidity++/Makefile.interface,v
retrieving revision 1.6
diff -u -u -r1.6 Makefile.interface
--- Makefile.interface	8 Apr 2012 16:26:14 -0000	1.6
+++ Makefile.interface	19 Apr 2012 07:00:29 -0000
@@ -42,14 +42,12 @@
 LINK=		gtkmidi
 
 USE_GNOME=	gtk12
-USE_XLIB=	yes
 .endif
 
 .if ${INTERFACE} == "motif"
 LINK=		xmmidi
 
 USE_MOTIF=	yes
-USE_XLIB=	yes
 
 CONFIGURE_ENV+=	MOTIFLIB="${MOTIFLIB}"
 .endif
@@ -66,7 +64,7 @@
 .if ${INTERFACE} == "tcltk"
 LINK=		tkmidi
 
-USE_XLIB=	yes
+USE_XORG=	x11
 
 DOCFILES=	README.tk
 DOCLANG=	C ja_JP.eucJP
@@ -92,8 +90,7 @@
 LINK=		xawmidi
 
 LIB_DEPENDS+=	Xaw3d:${PORTSDIR}/x11-toolkits/Xaw3d
-
-USE_XLIB=	yes
+USE_XORG=	xaw
 
 DOCFILES=	README.xaw
 DOCLANG=	C ja_JP.eucJP
@@ -103,7 +100,7 @@
 .if ${INTERFACE} == "xskin"
 LINK=		xskinmidi
 
-USE_XLIB=	yes
+USE_XORG=	x11
 
 DOCFILES=	README.xskin
 DOCLANG=	C ja_JP.eucJP
--- timidity++-2.13.2_9.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list