head 1.7; access; symbols pkgsrc-2013Q2:1.7.0.42 pkgsrc-2013Q2-base:1.7 pkgsrc-2012Q4:1.7.0.40 pkgsrc-2012Q4-base:1.7 pkgsrc-2011Q4:1.7.0.38 pkgsrc-2011Q4-base:1.7 pkgsrc-2011Q2:1.7.0.36 pkgsrc-2011Q2-base:1.7 pkgsrc-2009Q4:1.7.0.34 pkgsrc-2009Q4-base:1.7 pkgsrc-2008Q4:1.7.0.32 pkgsrc-2008Q4-base:1.7 pkgsrc-2008Q3:1.7.0.30 pkgsrc-2008Q3-base:1.7 cube-native-xorg:1.7.0.28 cube-native-xorg-base:1.7 pkgsrc-2008Q2:1.7.0.26 pkgsrc-2008Q2-base:1.7 pkgsrc-2008Q1:1.7.0.24 pkgsrc-2008Q1-base:1.7 pkgsrc-2007Q4:1.7.0.22 pkgsrc-2007Q4-base:1.7 pkgsrc-2007Q3:1.7.0.20 pkgsrc-2007Q3-base:1.7 pkgsrc-2007Q2:1.7.0.18 pkgsrc-2007Q2-base:1.7 pkgsrc-2007Q1:1.7.0.16 pkgsrc-2007Q1-base:1.7 pkgsrc-2006Q4:1.7.0.14 pkgsrc-2006Q4-base:1.7 pkgsrc-2006Q3:1.7.0.12 pkgsrc-2006Q3-base:1.7 pkgsrc-2006Q2:1.7.0.10 pkgsrc-2006Q2-base:1.7 pkgsrc-2006Q1:1.7.0.8 pkgsrc-2006Q1-base:1.7 pkgsrc-2005Q4:1.7.0.6 pkgsrc-2005Q4-base:1.7 pkgsrc-2005Q3:1.7.0.4 pkgsrc-2005Q3-base:1.7 pkgsrc-2005Q2:1.7.0.2 pkgsrc-2005Q2-base:1.7 pkgsrc-2005Q1:1.6.0.20 pkgsrc-2005Q1-base:1.6 pkgsrc-2004Q4:1.6.0.18 pkgsrc-2004Q4-base:1.6 pkgsrc-2004Q3:1.6.0.16 pkgsrc-2004Q3-base:1.6 pkgsrc-2004Q2:1.6.0.14 pkgsrc-2004Q2-base:1.6 pkgsrc-2004Q1:1.6.0.12 pkgsrc-2004Q1-base:1.6 pkgsrc-2003Q4:1.6.0.10 pkgsrc-2003Q4-base:1.6 netbsd-1-6-1:1.6.0.6 netbsd-1-6-1-base:1.6 netbsd-1-6:1.6.0.8 netbsd-1-6-RELEASE-base:1.6 pkgviews:1.6.0.4 pkgviews-base:1.6 buildlink2:1.6.0.2 buildlink2-base:1.6 netbsd-1-5-PATCH003:1.6 netbsd-1-5-RELEASE:1.4 netbsd-1-4-PATCH003:1.4 netbsd-1-4-PATCH002:1.1.1.1 comdex-fall-1999:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.7 date 2005.05.18.22.02.21; author wiz; state dead; branches; next 1.6; 1.6 date 2002.04.08.12.41.51; author mycroft; state Exp; branches; next 1.5; 1.5 date 2001.04.07.06.22.11; author rh; state dead; branches; next 1.4; 1.4 date 2000.09.29.06.21.35; author rh; state Exp; branches; next 1.3; 1.3 date 2000.06.01.15.02.14; author rh; state dead; branches; next 1.2; 1.2 date 2000.03.24.18.26.45; author jlam; state Exp; branches; next 1.1; 1.1 date 99.08.22.20.27.24; author rh; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 99.08.22.20.27.24; author rh; state Exp; branches; next ; desc @@ 1.7 log @Remove gnome1 packages except as needed for gnucash. Ok'd by jmmv@@ and rh@@ (gnome 1 maintainers). @ text @$NetBSD: patch-aa,v 1.6 2002/04/08 12:41:51 mycroft Exp $ --- src/gtkgs.c.orig Mon Apr 8 06:16:38 2002 +++ src/gtkgs.c Mon Apr 8 06:16:29 2002 @@@@ -1273,7 +1273,7 @@@@ fname = ggv_quote_filename (filename); filename_dsc = tempnam (g_get_tmp_dir(), "dsc"); filename_err = tempnam (g_get_tmp_dir(), "err"); - cmd = g_strdup_printf (gs_scan_pdf_cmd, "\"", fname ,"\"", "\", filename_dsc"); + cmd = g_strdup_printf (gs_scan_pdf_cmd, fname, filename_dsc); g_free (fname); /* this command (sometimes?) prints error messages to stdout! */ cmdline = g_strdup_printf ("%s >%s 2>&1", cmd, filename_err); @ 1.6 log @Fix a remarkably obvious bug introduced in 1.0.2 that prevented PDF files from loading. @ text @d1 1 a1 1 $NetBSD$ @ 1.5 log @Update ggv to 1.0. Changes include several new features, a minor graphical redesign, bonobo support, and tons of bugfixes. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.4 2000/09/29 06:21:35 rh Exp $ d3 11 a13 11 --- configure.orig Fri Sep 29 08:12:51 2000 +++ configure @@@@ -4746,7 +4746,7 @@@@ echo $ac_n "checking for BONOBO - version >= $min_bonobo_version""... $ac_c" 1>&6 echo "configure:4748: checking for BONOBO - version >= $min_bonobo_version" >&5 no_bonobo="" - if test "$GNOME_CONFIG" = "no" ; then + if true ; then no_bonobo=yes else BONOBO_CFLAGS=`$GNOME_CONFIG $bonoboconf_args --cflags bonobo` @ 1.4 log @Disable broken bonobo support. Fixes PR 11085 by Brian Stark @ text @d1 1 a1 1 $NetBSD$ @ 1.3 log @Update ggv to 0.95. Changes are tons of bugfixes and lots of interface improvements. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.2 2000/03/24 18:26:45 jlam Exp $ d3 11 a13 24 --- aclocal.m4.orig Fri Aug 20 17:38:40 1999 +++ aclocal.m4 Fri Mar 24 09:07:24 2000 @@@@ -759,7 +759,11 @@@@ # serial 35 AC_PROG_LIBTOOL AC_DEFUN(AC_PROG_LIBTOOL, -[AC_REQUIRE([AC_LIBTOOL_SETUP])dnl +[ +# Always use NetBSD's libtool. +if false; then + +AC_REQUIRE([AC_LIBTOOL_SETUP])dnl # Save cache, so that ltconfig can load it AC_CACHE_SAVE @@@@ -785,6 +789,8 @@@@ # Redirect the config.log output again, so that the ltconfig log is not # clobbered by the next message. exec 5>>./config.log + +fi ]) AC_DEFUN(AC_LIBTOOL_SETUP, @ 1.2 log @Adapt to use ghostscript-x11. @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @Initial revision @ text @d3 3 a5 4 --- configure.orig Sat Aug 21 02:38:42 1999 +++ configure Sun Aug 22 20:19:34 1999 @@@@ -2634,7 +2634,9 @@@@ LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh" d7 5 a11 1 # Always use our own libtool. d13 2 a14 2 LIBTOOL='$(SHELL) $(top_builddir)/libtool' +fi d16 3 d21 6 @ 1.1.1.1 log @Initial import of ggv-0.50, a GNOME postscript viewer. @ text @@