ports/78665: Maintainer Update of audio/xmms-mac

No Name arundel at h3c.de
Thu Mar 10 12:00:13 UTC 2005


>Number:         78665
>Category:       ports
>Synopsis:       Maintainer Update of audio/xmms-mac
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 10 12:00:12 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     No Name
>Release:        FreeBSD 5.4-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD skatecity 5.4-PRERELEASE FreeBSD 5.4-PRERELEASE #0: Sun Feb 27 16:54:49 CET 2005 arundel at skatecity:/usr/obj/usr/src/sys/ARUNDEL i386


	
>Description:
	The port was missing an important header directory in it's configure script.

>How-To-Repeat:
	
>Fix:

	

--- output-xmms-mac begins here ---
diff -ruN /usr/ports/audio/xmms-mac/Makefile.old /usr/ports/audio/xmms-mac/Makefile
--- /usr/ports/audio/xmms-mac/Makefile.old	Wed Mar  9 11:01:59 2005
+++ /usr/ports/audio/xmms-mac/Makefile	Wed Mar  9 23:36:14 2005
@@ -7,6 +7,7 @@
 PORTNAME=	mac
 PORTVERSION=	0.2.1
 CATEGORIES=	audio
+PORTREVISION=	1
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	mac-port
 PKGNAMEPREFIX=	xmms-
@@ -21,7 +22,9 @@
 USE_X_PREFIX=	yes
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
+CONFIGURE_ARGS+=	CPPFLAGS=${CPPFLAGS}
 USE_AUTOCONF_VER=	259
+CPPFLAGS+=	"-I${LOCALBASE}/include"
 
 WRKSRC=		${WRKDIR}/libxmms-mac
 
--- output-xmms-mac ends here ---


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



More information about the freebsd-ports-bugs mailing list