From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 27 15:50:02 2007 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 27A2216A41A for ; Thu, 27 Sep 2007 15:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E7DF913C43E for ; Thu, 27 Sep 2007 15:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l8RFo1UO021941 for ; Thu, 27 Sep 2007 15:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l8RFo1dH021940; Thu, 27 Sep 2007 15:50:01 GMT (envelope-from gnats) Resent-Date: Thu, 27 Sep 2007 15:50:01 GMT Resent-Message-Id: <200709271550.l8RFo1dH021940@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Robert Noland Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7BE4016A417 for ; Thu, 27 Sep 2007 15:46:30 +0000 (UTC) (envelope-from rnoland@rnoland-ibm.acs.internap.com) Received: from gizmo.2hip.net (gizmo.2hip.net [64.74.207.195]) by mx1.freebsd.org (Postfix) with ESMTP id 095E913C468 for ; Thu, 27 Sep 2007 15:46:29 +0000 (UTC) (envelope-from rnoland@rnoland-ibm.acs.internap.com) Received: from rnoland-ibm.acs.internap.com (rnoland-ibm.acs.internap.com [63.251.67.21]) (authenticated bits=0) by gizmo.2hip.net (8.13.8/8.13.8) with ESMTP id l8RFkKZ5011536 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 27 Sep 2007 11:46:21 -0400 (EDT) (envelope-from rnoland@rnoland-ibm.acs.internap.com) Received: from rnoland-ibm.acs.internap.com (localhost.acs.internap.com [127.0.0.1]) by rnoland-ibm.acs.internap.com (8.14.1/8.14.1) with ESMTP id l8RFkFfa034357; Thu, 27 Sep 2007 11:46:15 -0400 (EDT) (envelope-from rnoland@rnoland-ibm.acs.internap.com) Received: (from rnoland@localhost) by rnoland-ibm.acs.internap.com (8.14.1/8.14.1/Submit) id l8RFkFCi034356; Thu, 27 Sep 2007 11:46:15 -0400 (EDT) (envelope-from rnoland) Message-Id: <200709271546.l8RFkFCi034356@rnoland-ibm.acs.internap.com> Date: Thu, 27 Sep 2007 11:46:15 -0400 (EDT) From: Robert Noland To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: bsd-sharp-list@forge.novell.com Subject: ports/116692: [PATCH] audio/muine: Fix build in current ports tree X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Sep 2007 15:50:02 -0000 >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@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: