ports/60459: Update port: audio/muse

KATO Tsuguru tkato at prontomail.com
Sun Dec 21 14:10:40 UTC 2003


>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:



More information about the freebsd-ports-bugs mailing list