head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.26 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.24 pkgsrc-2012Q4-base:1.5 pkgsrc-2011Q4:1.5.0.22 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q2:1.5.0.20 pkgsrc-2011Q2-base:1.5 pkgsrc-2009Q4:1.5.0.18 pkgsrc-2009Q4-base:1.5 pkgsrc-2008Q4:1.5.0.16 pkgsrc-2008Q4-base:1.5 pkgsrc-2008Q3:1.5.0.14 pkgsrc-2008Q3-base:1.5 cube-native-xorg:1.5.0.12 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.5.0.10 pkgsrc-2008Q2-base:1.5 pkgsrc-2008Q1:1.5.0.8 pkgsrc-2008Q1-base:1.5 pkgsrc-2007Q4:1.5.0.6 pkgsrc-2007Q4-base:1.5 pkgsrc-2007Q3:1.5.0.4 pkgsrc-2007Q3-base:1.5 pkgsrc-2007Q2:1.5.0.2 pkgsrc-2007Q2-base:1.5 pkgsrc-2007Q1:1.4.0.36 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.4.0.34 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.4.0.32 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.4.0.30 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.4.0.28 pkgsrc-2006Q1-base:1.4 pkgsrc-2005Q4:1.4.0.26 pkgsrc-2005Q4-base:1.4 pkgsrc-2005Q3:1.4.0.24 pkgsrc-2005Q3-base:1.4 pkgsrc-2005Q2:1.4.0.22 pkgsrc-2005Q2-base:1.4 pkgsrc-2005Q1:1.4.0.20 pkgsrc-2005Q1-base:1.4 pkgsrc-2004Q4:1.4.0.18 pkgsrc-2004Q4-base:1.4 pkgsrc-2004Q3:1.4.0.16 pkgsrc-2004Q3-base:1.4 pkgsrc-2004Q2:1.4.0.14 pkgsrc-2004Q2-base:1.4 pkgsrc-2004Q1:1.4.0.12 pkgsrc-2004Q1-base:1.4 pkgsrc-2003Q4:1.4.0.10 pkgsrc-2003Q4-base:1.4 netbsd-1-6-1:1.4.0.6 netbsd-1-6-1-base:1.4 netbsd-1-6:1.4.0.8 netbsd-1-6-RELEASE-base:1.4 pkgviews:1.4.0.4 pkgviews-base:1.4 buildlink2:1.4.0.2 buildlink2-base:1.4 netbsd-1-5-PATCH003:1.4 netbsd-1-5-PATCH001:1.4 netbsd-1-5-RELEASE:1.3 netbsd-1-4-PATCH003:1.3 netbsd-1-4-PATCH002:1.1 comdex-fall-1999:1.1 netbsd-1-4-PATCH001:1.1 netbsd-1-4-RELEASE:1.1; locks; strict; comment @# @; 1.5 date 2007.05.20.17.28.20; author wiz; state dead; branches; next 1.4; 1.4 date 2000.10.17.23.57.46; author jlam; state Exp; branches; next 1.3; 1.3 date 2000.06.02.12.10.09; author drochner; state Exp; branches; next 1.2; 1.2 date 2000.05.30.19.23.48; author drochner; state Exp; branches; next 1.1; 1.1 date 99.05.01.15.10.42; author tron; state Exp; branches; next ; desc @@ 1.5 log @Remove gnome-libs from pkgsrc. All its dependencies were already removed. @ text @$NetBSD: patch-aj,v 1.4 2000/10/17 23:57:46 jlam Exp $ --- gnome-config.in.orig Wed Sep 27 19:59:01 2000 +++ gnome-config.in @@@@ -40,6 +40,8 @@@@ module_dirs="$extra:$module_dirs" done +module_dirs="@@LOCALBASE@@/lib:$module_dirs" + usage() { exit_code=$1 @@@@ -173,11 +175,11 @@@@ the_flags="$the_flags `gtk-config --cflags`" ;; gnome) - the_libs="$the_libs @@GNOME_LIBDIR@@ @@GNOME_LIBS@@" + the_libs="$the_libs @@GNOME_LIBDIR@@ @@GNOME_LIBS@@ @@INTLLIBS@@" the_flags="$the_flags @@GNOME_INCLUDEDIR@@ @@GTK_CFLAGS@@" ;; gnomeui) - the_libs="$the_libs @@GNOME_LIBDIR@@ @@GNOMEUI_LIBS@@" + the_libs="$the_libs @@GNOME_LIBDIR@@ @@GNOMEUI_LIBS@@ @@INTLLIBS@@" the_flags="$the_flags @@GNOME_INCLUDEDIR@@ @@GTK_CFLAGS@@" ;; gtkxmhtml) @@@@ -253,7 +255,7 @@@@ case "$i" in # a library, save it for later, in reverse order -l*) rev_libs="$i $rev_libs" ;; - -L*|-R*) + -L*|-R*|-Wl,-R*) if $libs_L; then case " $lib_L_flags " in *\ $i\ *) ;; # already there @ 1.4 log @Update gnome-libs to 1.2.5. Changes from version 1.2.3 are misc. bugfixes and documentation improvements. @ text @d1 1 a1 1 $NetBSD$ @ 1.3 log @tell programs using libgnome that -lintl (gettext) is needed too @ text @d3 2 a4 2 --- gnome-config.in.orig Tue Sep 7 21:25:26 1999 +++ gnome-config.in Thu Jun 1 11:06:04 2000 d9 1 a9 1 +module_dirs="XXXLOCALBASEXXX/lib:$module_dirs" d14 1 a14 1 @@@@ -169,11 +171,11 @@@@ d19 1 a19 1 + the_libs="$the_libs @@GNOME_LIBDIR@@ @@GNOME_LIBS@@ -lintl" d24 1 a24 1 + the_libs="$the_libs @@GNOME_LIBDIR@@ @@GNOMEUI_LIBS@@ -lintl" d28 1 a28 1 @@@@ -239,7 +241,7 @@@@ @ 1.2 log @update to 1.2.1 "many fixes and enhancements" @ text @d4 1 a4 1 +++ gnome-config.in Tue May 30 17:56:22 2000 d14 14 @ 1.1 log @Properly order linker option output of "gnome-config" and "libart-config". @ text @d3 12 a14 3 --- gnome-config.in.orig Mon Feb 15 19:05:33 1999 +++ gnome-config.in Sat May 1 16:56:02 1999 @@@@ -213,7 +213,7 @@@@ @