ports/116692: [PATCH] audio/muine: Fix build in current ports tree

Robert Noland rnoland at 2hip.net
Thu Sep 27 15:50:02 UTC 2007


>Number:         116692
>Category:       ports
>Synopsis:       [PATCH] audio/muine: Fix build in current ports tree
>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:   Thu Sep 27 15:50:01 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Robert Noland
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD rnoland-ibm.2hip.net 7.0-CURRENT FreeBSD 7.0-CURRENT #107: Wed Sep  5 16:22:41 EDT
>Description:
-Werror is being set and the inclusion of the vorbis headers is causing build 
to fail.  The vorbis header has defined but unused bits in it right now.
Also added USE_GETTEXT and USE_LDCONFIG just to help please portlint.

Port maintainer (bsd-sharp-list at forge.novell.com) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- muine-0.8.7_4.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/audio/muine/Makefile,v
retrieving revision 1.39
diff -u -r1.39 Makefile
--- Makefile	4 Aug 2007 11:40:39 -0000	1.39
+++ Makefile	27 Sep 2007 15:41:16 -0000
@@ -8,7 +8,7 @@
 
 PORTNAME=	muine
 PORTVERSION=	0.8.7
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	audio gnome
 MASTER_SITES=	http://muine-player.org/releases/
 
@@ -23,6 +23,8 @@
 RUN_DEPENDS=	dbus-daemon:${PORTSDIR}/devel/dbus
 
 USE_GMAKE=	yes
+USE_GETTEXT=	yes
+USE_LDCONFIG=	yes
 USE_GNOME=	gnomeprefix gnomehack intltool libgnomeui gnomesharp20
 GNU_CONFIGURE=	yes
 INSTALLS_ICONS=	yes
@@ -31,6 +33,8 @@
 		LDFLAGS="-L${LOCALBASE}/lib" \
 		GACUTIL_FLAGS="/package muine /gacdir $(libdir) /root $(libdir)"
 
+CONFIGURE_ARGS+=	--enable-compile-warnings=maximum
+
 GCONF_SCHEMAS=	muine.schemas
 
 OPTIONS=	XINE "Enable Xine backend" off \
--- muine-0.8.7_4.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list