head 1.7; access; symbols pkgsrc-2013Q2:1.7.0.26 pkgsrc-2013Q2-base:1.7 pkgsrc-2012Q4:1.7.0.24 pkgsrc-2012Q4-base:1.7 pkgsrc-2011Q4:1.7.0.22 pkgsrc-2011Q4-base:1.7 pkgsrc-2011Q2:1.7.0.20 pkgsrc-2011Q2-base:1.7 pkgsrc-2009Q4:1.7.0.18 pkgsrc-2009Q4-base:1.7 pkgsrc-2008Q4:1.7.0.16 pkgsrc-2008Q4-base:1.7 pkgsrc-2008Q3:1.7.0.14 pkgsrc-2008Q3-base:1.7 cube-native-xorg:1.7.0.12 cube-native-xorg-base:1.7 pkgsrc-2008Q2:1.7.0.10 pkgsrc-2008Q2-base:1.7 pkgsrc-2008Q1:1.7.0.8 pkgsrc-2008Q1-base:1.7 pkgsrc-2007Q4:1.7.0.6 pkgsrc-2007Q4-base:1.7 pkgsrc-2007Q3:1.7.0.4 pkgsrc-2007Q3-base:1.7 pkgsrc-2007Q2:1.7.0.2 pkgsrc-2007Q2-base:1.7 pkgsrc-2007Q1:1.6.0.26 pkgsrc-2007Q1-base:1.6 pkgsrc-2006Q4:1.6.0.24 pkgsrc-2006Q4-base:1.6 pkgsrc-2006Q3:1.6.0.22 pkgsrc-2006Q3-base:1.6 pkgsrc-2006Q2:1.6.0.20 pkgsrc-2006Q2-base:1.6 pkgsrc-2006Q1:1.6.0.18 pkgsrc-2006Q1-base:1.6 pkgsrc-2005Q4:1.6.0.16 pkgsrc-2005Q4-base:1.6 pkgsrc-2005Q3:1.6.0.14 pkgsrc-2005Q3-base:1.6 pkgsrc-2005Q2:1.6.0.12 pkgsrc-2005Q2-base:1.6 pkgsrc-2005Q1:1.6.0.10 pkgsrc-2005Q1-base:1.6 pkgsrc-2004Q4:1.6.0.8 pkgsrc-2004Q4-base:1.6 pkgsrc-2004Q3:1.6.0.6 pkgsrc-2004Q3-base:1.6 pkgsrc-2004Q2:1.6.0.4 pkgsrc-2004Q2-base:1.6 pkgsrc-2004Q1:1.6.0.2 pkgsrc-2004Q1-base:1.6 pkgsrc-2003Q4:1.5.0.2 pkgsrc-2003Q4-base:1.5 buildlink2-base:1.5 netbsd-1-4-PATCH002:1.3 comdex-fall-1999:1.2 netbsd-1-4-PATCH001:1.1 netbsd-1-4-RELEASE:1.1; locks; strict; comment @# @; 1.7 date 2007.05.20.17.28.20; author wiz; state dead; branches; next 1.6; 1.6 date 2004.02.18.11.56.02; author jmmv; state Exp; branches; next 1.5; 1.5 date 2000.06.20.23.20.12; author jlam; state dead; branches; next 1.4; 1.4 date 2000.05.30.19.23.48; author drochner; state Exp; branches; next 1.3; 1.3 date 99.11.15.18.47.56; author rh; state Exp; branches; next 1.2; 1.2 date 99.08.29.12.37.04; author rh; state Exp; branches; next 1.1; 1.1 date 98.12.29.17.53.11; author tron; state Exp; branches; next ; desc @@ 1.7 log @Remove gnome-libs from pkgsrc. All its dependencies were already removed. @ text @$NetBSD: patch-ah,v 1.6 2004/02/18 11:56:02 jmmv Exp $ --- images/Makefile.in.orig 2002-08-16 00:25:24.000000000 +0200 +++ images/Makefile.in @@@@ -185,12 +185,13 @@@@ install-pixmapDATA: $(pixmap_DATA) @@$(NORMAL_INSTALL) $(mkinstalldirs) $(DESTDIR)$(pixmapdir) @@list='$(pixmap_DATA)'; for p in $$list; do \ + d=`echo $$p | sed -e 's|^gnome-|gnome1-|'`; \ if test -f $(srcdir)/$$p; then \ - echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pixmapdir)/$$p"; \ - $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pixmapdir)/$$p; \ + echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pixmapdir)/$$d"; \ + $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pixmapdir)/$$d; \ else if test -f $$p; then \ - echo " $(INSTALL_DATA) $$p $(DESTDIR)$(pixmapdir)/$$p"; \ - $(INSTALL_DATA) $$p $(DESTDIR)$(pixmapdir)/$$p; \ + echo " $(INSTALL_DATA) $$p $(DESTDIR)$(pixmapdir)/$$d"; \ + $(INSTALL_DATA) $$p $(DESTDIR)$(pixmapdir)/$$d; \ fi; fi; \ done @ 1.6 log @Rename some installed pixmaps so that this does not conflict with libgnomeui. Bump PKGREVISION to 2. Found by wiz@@. @ text @d1 1 a1 1 $NetBSD$ @ 1.5 log @USE_LIBTOOL instead of PKGLIBTOOL. While here, rearrange stuff a bit to make editing easier. @ text @d1 1 a1 1 $NetBSD: patch-ah,v 1.4 2000/05/30 19:23:48 drochner Exp $ d3 19 a21 5 --- libart_lgpl/configure.orig Sat May 20 20:55:17 2000 +++ libart_lgpl/configure Sat May 27 10:57:15 2000 @@@@ -1437,6 +1437,8 @@@@ test "x$enable_libtool_lock" = xno && libtool_flags="$libtool_flags --disable-lock" test x"$silent" = xyes && libtool_flags="$libtool_flags --silent" a22 13 +if false; then + # Some flags need to be propagated to the compiler or linker for good # libtool support. case "$lt_target" in @@@@ -1577,6 +1579,7 @@@@ # clobbered by the next message. exec 5>>./config.log +fi echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6 echo "configure:1583: checking whether to enable maintainer-specific portions of Makefiles" >&5 @ 1.4 log @update to 1.2.1 "many fixes and enhancements" @ text @d1 1 a1 1 $NetBSD$ @ 1.3 log @defuzz @ text @d3 5 a7 4 --- libart_lgpl/configure.orig Mon Nov 15 19:20:56 1999 +++ libart_lgpl/configure Mon Nov 15 19:20:56 1999 @@@@ -1624,7 +1624,9 @@@@ fi a8 1 # Always use our own libtool. d10 8 a17 1 LIBTOOL='$(SHELL) $(top_builddir)/libtool' d20 2 a21 2 # Check for any special flags to pass to ltconfig. libtool_flags= @ 1.2 log @Update gnome-libs to 1.0.14 Changes include: * various bug fixes from the gnome bug database. * gnome-libs.spec.in: Use sysconfdir=/etc instead of $prefix/etc * libgnome/gnome-config.c: Ignore lines that begin with a '#' * libgnomeui/gnome-dentry-edit.c: Attempt to remove the memory leak from not destroy the icon entry window. * libgnomeui/gnome-scores.c: use strftime() to allow showing the dates in a localized way. * libgnomeui/gnome-app-helper.c: changed "Create _New Window" to "Create New _Window" to avoid conflicts with menus that also use "_New" (it is the case of gmc) * po/*.po: modified to reflect that change * libgnorba/orbitgtk.c (gnorba_CORBA_init): Add new flag to control the priority of the CORBA loop. * idl/gnome-factory.idl: #include guard. * gnome-data/gnome.mime: Midi files also end in .mid * idl/desktop-textviewer.idl: Replace libgnorba/GnomeObject.h with libgnorba/gnome-unknown.h. Also, #include gnome-unknown.idl instead of GnomeObject.idl. * idl/desktop-textviewer.idl: Reflect latest GNOME::obj to GNOME::Unknown renaming. * gnome-bug.in (CATEGORIES): added 'gnome-applets' category * libgnorba/Makefile.am (gnome_object_built): Added gnome-unknown to the compilation process. * idl/Makefile.am (idl_DATA): Added gnome-unknown interface. * Removed the hypot() hack. * gnome-data/*.soundlist: Added Portuguese translations. * libgnorba/goad.c (goad_server_register): If `name' is passed in as NULL, an object keeps from registering in the name service, although it still exposes its IOR as before. If `name' isn't NULL but `kind' is NULL, `kind' is set to "server", and the object is placed in the naming service. * idl/GnomeObject.idl: Removed `oneway' from ref and unref; when such network optimizations are necessary, they should be done by caching the refcount in the client. @ text @d3 4 a6 4 --- libart_lgpl/configure.orig Fri Aug 20 21:45:16 1999 +++ libart_lgpl/configure Sun Aug 29 12:58:28 1999 @@@@ -1922,7 +1922,9 @@@@ LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh" d13 2 a14 2 # Redirect the config.log output again, so that the ltconfig log is not # clobbered by the next message. @ 1.1 log @Major cleanup: - Use our libtool to build the "art_lgpl" library. - Install documentation in "share/doc/gnome-libs". - Use "/var/games" instead of "/var/gnome/games" for game score files. This fixes PR pkg/6581 by Christian E. Hopps. @ text @d3 4 a6 4 --- libart_lgpl/configure.orig Wed Dec 16 10:52:25 1998 +++ libart_lgpl/configure Tue Dec 29 18:00:46 1998 @@@@ -1272,6 +1272,7 @@@@ fi a10 6 # Check for any special flags to pass to ltconfig. @@@@ -1316,6 +1317,7 @@@@ ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \ $libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \ || { echo "configure: error: libtool configure failed" 1>&2; exit 1; } @