Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Sep 2003 14:36:27 +0200
From:      "YazzY" <yazzy@yazzy.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/56678: Fixed broken build with xmms dependiency installed on the system.
Message-ID:  1063197387@lapdance
Resent-Message-ID: <200309101240.h8ACeD4h090064@freefall.freebsd.org>

| raw e-mail | index | archive | help

>Number:         56678
>Category:       ports
>Synopsis:       Fixed broken build with xmms dependiency installed on the system.
>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:   Wed Sep 10 05:40:12 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     YazzY
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
YazzY.org 
>Environment:


System: FreeBSD lapdance 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Mon Sep  8 16:58:13 CEST 2003     root@lapdance:/usr/obj/usr/src/sys/LAPDANCE i386  


>Description:


Fix for broken build when xmms is installed on the system.


>How-To-Repeat:





>Fix:


--- xmp.diff begins here ---
diff -ruN xmp.orig/Makefile xmp/Makefile
--- xmp.orig/Makefile	Tue Apr  8 02:40:08 2003
+++ xmp/Makefile	Wed Sep 10 14:28:00 2003
@@ -7,6 +7,7 @@
 
 PORTNAME=	xmp
 PORTVERSION=	2.0.4
+PORTREVISION=	0
 CATEGORIES=	audio
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -34,6 +35,12 @@
 USE_GNOME+=	esound
 CONFIGURE_ARGS+=	--enable-esd
 PKGNAMESUFFIX=	-esound
+.endif
+
+.if !defined(WITHOUT_XMMS)
+  LIB_DEPENDS+=   xmms.4:${PORTSDIR}/multimedia/xmms
+.else
+  CONFIGURE_ARGS+= --disable-xmms
 .endif
 
 MAN1=		xmp.1

--- xmp.diff ends here ---



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



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