pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/libgnomeui Remove SM libs from the .pc file as t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/faf99bea4f5e
branches:  trunk
changeset: 487083:faf99bea4f5e
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Sat Jan 08 20:10:10 2005 +0000

description:
Remove SM libs from the .pc file as they shouldn't be exposed from
libgnomeui, AFAIK.  Otherwise, some extra dependencies are introduced
without the required rpaths (the buildlink3.mk file does not set
USE_X11).  This causes problems in some packages (namely gnome-spell).
Bump PKGREVISION to 3.

diffstat:

 devel/libgnomeui/Makefile         |   4 ++--
 devel/libgnomeui/distinfo         |   3 ++-
 devel/libgnomeui/patches/patch-ab |  11 +++++++++++
 3 files changed, 15 insertions(+), 3 deletions(-)

diffs (40 lines):

diff -r 6a57248d5773 -r faf99bea4f5e devel/libgnomeui/Makefile
--- a/devel/libgnomeui/Makefile Sat Jan 08 19:59:02 2005 +0000
+++ b/devel/libgnomeui/Makefile Sat Jan 08 20:10:10 2005 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.37 2005/01/01 03:08:57 minskim Exp $
+# $NetBSD: Makefile,v 1.38 2005/01/08 20:10:10 jmmv Exp $
 #
 
 DISTNAME=      libgnomeui-2.8.0
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    devel gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/libgnomeui/2.8/}
 EXTRACT_SUFX=  .tar.bz2
diff -r 6a57248d5773 -r faf99bea4f5e devel/libgnomeui/distinfo
--- a/devel/libgnomeui/distinfo Sat Jan 08 19:59:02 2005 +0000
+++ b/devel/libgnomeui/distinfo Sat Jan 08 20:10:10 2005 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.10 2004/09/21 16:47:56 jmmv Exp $
+$NetBSD: distinfo,v 1.11 2005/01/08 20:10:10 jmmv Exp $
 
 SHA1 (libgnomeui-2.8.0.tar.bz2) = e4c3ac618beecfe444aa0f877bc7e1cdaed05a5d
 Size (libgnomeui-2.8.0.tar.bz2) = 1623044 bytes
 SHA1 (patch-aa) = 6b4cdd4266c011bd50d4dcb3ade6381b43d46c62
+SHA1 (patch-ab) = 69bc793d19260e0e13e3a10319e0ee72e6efcd0c
diff -r 6a57248d5773 -r faf99bea4f5e devel/libgnomeui/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libgnomeui/patches/patch-ab Sat Jan 08 20:10:10 2005 +0000
@@ -0,0 +1,11 @@
+$NetBSD: patch-ab,v 1.3 2005/01/08 20:10:10 jmmv Exp $
+
+--- libgnomeui/libgnomeui-2.0.pc.in.orig       2002-07-16 21:41:34.000000000 +0200
++++ libgnomeui/libgnomeui-2.0.pc.in
+@@ -8,5 +8,5 @@ Name: libgnomeui
+ Description: libgnomeui
+ Requires: libgnome-2.0 libgnomecanvas-2.0 gtk+-2.0 gdk-pixbuf-2.0 libart-2.0 gconf-2.0 libbonoboui-2.0
+ Version: @VERSION@
+-Libs: -L${libdir} -lgnomeui-2 @SM_LIBS@
++Libs: -L${libdir} -lgnomeui-2
+ Cflags: -I${includedir}/libgnomeui-2.0



Home | Main Index | Thread Index | Old Index