Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Dec 2003 23:00:03 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/60459: Update port: audio/muse
Message-ID:  <20031221230003.6eacd1fc.tkato@prontomail.com>
Resent-Message-ID: <200312211410.hBLEACIb064474@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         60459
>Category:       ports
>Synopsis:       Update port: audio/muse
>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:   Sun Dec 21 06:10:11 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.9-RELEASE-p1 i386
>Organization:
>Environment:
>Description:
- Add WITHOUT_X11 knob

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/audio/muse/Makefile audio/muse/Makefile
--- /usr/ports/audio/muse/Makefile	Sun Dec 21 19:36:07 2003
+++ audio/muse/Makefile	Sun Dec 21 21:16:15 2003
@@ -23,17 +23,23 @@
 
 USE_GETOPT_LONG=	yes
 USE_REINPLACE=	yes
-USE_GNOME=	gtk12
+USE_GNOME=	gnometarget
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
-CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
 CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
 CONFIGURE_ARGS=	--disable-debug
 
 MAN1=		muse.1
 
-CPPFLAGS=	-I${LOCALBASE}/include -DHAVE_DECL_GETOPT
-LDFLAGS=	-L${LOCALBASE}/lib
+CPPFLAGS=	-I${LOCALBASE}/include -DHAVE_DECL_GETOPT ${PTHREAD_CFLAGS}
+LDFLAGS=	-L${LOCALBASE}/lib ${PTHREAD_LIBS}
+
+.if defined(WITHOUT_X11)
+PKGNAMESUFFIX=	-nox11
+CONFIGURE_ARGS+=	--without-x --with-rubik
+.else
+USE_GNOME+=	gtk12
+.endif
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|^CFLAGS=.*$$|CFLAGS="\$$CFLAGS"|g ; \
>Release-Note:
>Audit-Trail:
>Unformatted:



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