Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Aug 2004 01:00:17 -0400
From:      "Tom McLaughlin" <tmclaugh@sdf.lonestar.org>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/71136: [Maintainer Update] Muine: Fix library mapping so minor updates don't cause breakage.
Message-ID:  <1093842017.0@compass.straycat.dhs.org>
Resent-Message-ID: <200408300500.i7U50h2D080667@freefall.freebsd.org>

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

>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 <bsd.port.mk>
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 @@
  <configuration>
 -  <dllmap dll="libglib-2.0-0.dll" target="libglib-2.0.so.0"/>
 -  <dllmap dll="libgobject-2.0-0.dll" target="libgobject-2.0.so.0"/>
-+  <dllmap dll="libglib-2.0-0.dll" target="libglib-2.0.so.%%GLIB_MIVER%%"/>
-+  <dllmap dll="libgobject-2.0-0.dll" target="libgobject-2.0.so.%%GLIB_MIVER%%"/>
++  <dllmap dll="libglib-2.0-0.dll" target="libglib-2.0.so"/>
++  <dllmap dll="libgobject-2.0-0.dll" target="libgobject-2.0.so"/>
    <dllmap dll="libgnomevfs-2.dll" target="libgnomevfs-2.so"/>
    <dllmap dll="libmuine" target="@prefix@/lib/muine/libmuine.so"/>
  </configuration>
--- muine.diff ends here ---



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



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