diff options
author | tron <tron> | 1999-05-02 15:51:27 +0000 |
---|---|---|
committer | tron <tron> | 1999-05-02 15:51:27 +0000 |
commit | 7f7da68e15dbd66a1983cf1d3bbcab0785b48c25 (patch) | |
tree | 92d8e8651b4f0011436118ccfe93be4b344fff55 /x11/gnome-libs | |
parent | 144f3d4fb5272540d3954c3d48b0d51bd1299d71 (diff) | |
download | pkgsrc-7f7da68e15dbd66a1983cf1d3bbcab0785b48c25.tar.gz |
Update "gnome-libs" package to version 1.0.9 and use well know "c++rt0.o"
klude to get shared "libgnome" working on a.out systems.
Diffstat (limited to 'x11/gnome-libs')
-rw-r--r-- | x11/gnome-libs/Makefile | 5 | ||||
-rw-r--r-- | x11/gnome-libs/files/md5 | 4 | ||||
-rw-r--r-- | x11/gnome-libs/patches/patch-ad | 13 | ||||
-rw-r--r-- | x11/gnome-libs/pkg/PLIST | 10 |
4 files changed, 12 insertions, 20 deletions
diff --git a/x11/gnome-libs/Makefile b/x11/gnome-libs/Makefile index 8711c7f6835..cc4d60b4d8b 100644 --- a/x11/gnome-libs/Makefile +++ b/x11/gnome-libs/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.21 1999/04/16 21:31:16 tron Exp $ +# $NetBSD: Makefile,v 1.22 1999/05/02 15:51:27 tron Exp $ # -DISTNAME= gnome-libs-1.0.8 +DISTNAME= gnome-libs-1.0.9 CATEGORIES= x11 gnome MASTER_SITES= ftp://ftp.gnome.org/pub/GNOME/gnome-1.0/sources/ \ ftp://ftp.jimpick.com/pub/mirrors/gnome/gnome-1.0/sources/ \ @@ -20,6 +20,7 @@ GNU_CONFIGURE= yes USE_X11BASE= yes USE_GMAKE= yes USE_LIBTOOL= yes +LIBTOOL_FLAGS= --cplusplus LDFLAGS+= "-L${LOCALBASE}/lib" CONFIGURE_ARGS+= --localstatedir=${LOCALSTATEDIR} \ --with-glib-prefix=${LOCALBASE} diff --git a/x11/gnome-libs/files/md5 b/x11/gnome-libs/files/md5 index e5a5295a017..d433c1d3673 100644 --- a/x11/gnome-libs/files/md5 +++ b/x11/gnome-libs/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.8 1999/04/16 21:31:17 tron Exp $ +$NetBSD: md5,v 1.9 1999/05/02 15:51:28 tron Exp $ -MD5 (gnome-libs-1.0.8.tar.gz) = 4472d30239db7ccb1c2291260f90e13e +MD5 (gnome-libs-1.0.9.tar.gz) = 05ce799adb4a341807d978c7bd8ae7e9 diff --git a/x11/gnome-libs/patches/patch-ad b/x11/gnome-libs/patches/patch-ad deleted file mode 100644 index 95ad1887443..00000000000 --- a/x11/gnome-libs/patches/patch-ad +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ad,v 1.4 1999/03/14 20:41:36 tron Exp $ - ---- libgnome/Makefile.in.orig Mon Mar 1 20:56:01 1999 -+++ libgnome/Makefile.in Sun Mar 14 20:37:50 1999 -@@ -74,7 +74,7 @@ - AWK = @AWK@ - CATALOGS = @CATALOGS@ - CATOBJEXT = @CATOBJEXT@ --CC = @CC@ -+CC = @CC@ -static - DATADIRNAME = @DATADIRNAME@ - DLLTOOL = @DLLTOOL@ - DL_LIB = @DL_LIB@ diff --git a/x11/gnome-libs/pkg/PLIST b/x11/gnome-libs/pkg/PLIST index 76fdf7f187e..85f9b86f790 100644 --- a/x11/gnome-libs/pkg/PLIST +++ b/x11/gnome-libs/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.12 1999/04/16 21:31:17 tron Exp $ +@comment $NetBSD: PLIST,v 1.13 1999/05/02 15:51:29 tron Exp $ bin/dns-helper bin/gconfigger bin/gnome-bug @@ -109,6 +109,7 @@ include/libgnomeui/gnome-canvas-text.h include/libgnomeui/gnome-canvas-util.h include/libgnomeui/gnome-canvas-widget.h include/libgnomeui/gnome-client.h +include/libgnomeui/gnome-compat.h include/libgnomeui/gnome-dateedit.h include/libgnomeui/gnome-dentry-edit.h include/libgnomeui/gnome-dialog.h @@ -166,10 +167,11 @@ lib/libart_lgpl.a lib/libart_lgpl.so.2.0 lib/libartConf.sh lib/libgnome.a +lib/libgnome.so.35.3 lib/libgnomesupport.a lib/libgnomesupport.so.0.0 lib/libgnomeui.a -lib/libgnomeui.so.41.0 +lib/libgnomeui.so.41.1 lib/libgnorba.a lib/libgnorba.so.28.5 lib/libgnorbagtk.a @@ -177,8 +179,10 @@ lib/libgnorbagtk.so.0.0 lib/libgtkxmhtml.a lib/libgtkxmhtml.so.1.1 lib/libzvt.a -lib/libzvt.so.4.2 +lib/libzvt.so.4.3 +man/man1/gnome.1 share/locale/de/LC_MESSAGES/gnome-libs.mo +share/locale/eu/LC_MESSAGES/gnome-libs.mo share/locale/fr/LC_MESSAGES/gnome-libs.mo share/locale/nl/LC_MESSAGES/gnome-libs.mo share/locale/pt/LC_MESSAGES/gnome-libs.mo |