ports/117989: [patch] audio/baudline: do depend upon linux Xorg libraries

Boris Samorodov bsam at FreeBSD.org
Sun Nov 11 20:30:03 UTC 2007


>Number:         117989
>Category:       ports
>Synopsis:       [patch] audio/baudline: do depend upon linux Xorg libraries
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 11 20:30:02 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     Boris Samorodov
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
InPharmTech, Co.
>Environment:
System: FreeBSD bs1.sp34.ru 6.2-STABLE FreeBSD 6.2-STABLE #0: Wed Jul 25 05:26:21 MSD 2007 bsam at bs1.sp34.ru:/usr/obj/usr/src/sys/GENERIC i386

>Description:
	The port tries to use native Xorg libraries, though it should
	use a linux libraries. The current port's infrastructure doesn't
	use USE_XORG knob at linux ports (i.e. when USE_LINUX is defined).
>How-To-Repeat:
	Install the port at a machine without x11/linux-xorg-libs port
	installed.
>Fix:
--- baudline.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/audio/baudline/Makefile,v
retrieving revision 1.33
diff -u -r1.33 Makefile
--- Makefile	6 Nov 2007 11:28:08 -0000	1.33
+++ Makefile	11 Nov 2007 19:21:52 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	baudline
 PORTVERSION=	1.06
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	audio linux
 # We have permission from author Erik Olsen <erik at sigblips.net> for the
 # package cluster to automatically fetch baudline
@@ -20,7 +20,7 @@
 
 RUN_DEPENDS=	mpg123:${PORTSDIR}/audio/mpg123
 
-USE_XORG=	x11 xext xt ice
+USE_XLIB=	yes
 USE_LINUX=	yes
 ONLY_FOR_ARCHS=	i386 amd64
 
--- baudline.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list