From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 30 05:00:43 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B345E16A4CE for ; Mon, 30 Aug 2004 05:00:43 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9320043D5A for ; Mon, 30 Aug 2004 05:00:43 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i7U50hDF080668 for ; Mon, 30 Aug 2004 05:00:43 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7U50h2D080667; Mon, 30 Aug 2004 05:00:43 GMT (envelope-from gnats) Resent-Date: Mon, 30 Aug 2004 05:00:43 GMT Resent-Message-Id: <200408300500.i7U50h2D080667@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, "Tom McLaughlin" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A69D16A4CE for ; Mon, 30 Aug 2004 04:59:27 +0000 (GMT) Received: from straycat.dhs.org (h0050da134090.ne.client2.attbi.com [24.60.174.16]) by mx1.FreeBSD.org (Postfix) with SMTP id E3EDE43D54 for ; Mon, 30 Aug 2004 04:59:26 +0000 (GMT) (envelope-from tmclaugh@sdf.lonestar.org) Received: (qmail 4895 invoked from network); 30 Aug 2004 04:59:26 -0000 Received: from compass.straycat.dhs.org (192.168.1.32) by alexandria.straycat.dhs.org with SMTP; 30 Aug 2004 04:59:26 -0000 Message-Id: <1093842017.0@compass.straycat.dhs.org> Date: Mon, 30 Aug 2004 01:00:17 -0400 From: "Tom McLaughlin" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.3.3 Subject: ports/71136: [Maintainer Update] Muine: Fix library mapping so minor updates don't cause breakage. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Aug 2004 05:00:44 -0000 >Number: 71136 >Category: ports >Synopsis: [Maintainer Update] Muine: Fix library mapping so minor updates don't cause breakage. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Aug 30 05:00:43 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Tom McLaughlin >Release: FreeBSD 5.2-CURRENT i386 >Organization: >Environment: System: FreeBSD 5.2-CURRENT #0: Wed Aug 4 09:08:18 EDT 2004 root@:/usr/obj/usr/src/sys/COMPASS >Description: Attached patch changes Muine's library mappings so minor version number changes do not break the port in the future. >How-To-Repeat: >Fix: --- muine.diff begins here --- Index: muine/Makefile =================================================================== RCS file: /ncvs/ports/audio/muine/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- muine/Makefile 24 Jul 2004 16:37:31 -0000 1.1 +++ muine/Makefile 30 Aug 2004 04:09:11 -0000 @@ -18,7 +18,7 @@ id3tag.2:${PORTSDIR}/audio/libid3tag \ gdbm:${PORTSDIR}/databases/gdbm BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gtk-sharp.pc:${PORTSDIR}/x11-toolkits/gtk-sharp -RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gtk-sharp.pc:${PORTSDIR}/x11-toolkits/gtk-sharp +RUN_DEPENDS= ${BUILD_DEPENDS} USE_X_PREFIX= yes USE_GNOME= gnomeprefix gnomehack intltool libgnomeui @@ -27,11 +27,5 @@ CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" - -GLIB_MIVER= 400 - -post-patch: - @${REINPLACE_CMD} -e 's|%%GLIB_MIVER%%|${GLIB_MIVER}|g' \ - ${WRKSRC}/src/muine.exe.config.in .include Index: muine/files/patch-src_muine.exe.config.in =================================================================== RCS file: /ncvs/ports/audio/muine/files/patch-src_muine.exe.config.in,v retrieving revision 1.1 diff -u -r1.1 patch-src_muine.exe.config.in --- muine/files/patch-src_muine.exe.config.in 24 Jul 2004 16:37:31 -0000 1.1 +++ muine/files/patch-src_muine.exe.config.in 30 Aug 2004 04:09:11 -0000 @@ -4,8 +4,8 @@ - - -+ -+ ++ ++ --- muine.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: