pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/gtk2 Explicitly disable cups support to avoid inst...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/00732b1a2cb4
branches:  trunk
changeset: 518776:00732b1a2cb4
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Sun Sep 17 15:35:52 2006 +0000

description:
Explicitly disable cups support to avoid installing some extra files.
Found under Mac OS X, which provides cups as part of the base system.

Fixing this correctly could probably mean supporting cups as a native tool
if available so that it worked as expected under those systems that have
it (Mac OS X as said above).  Plus I think it makes more sense to have an
independent gtk2-cups package that provides this tiny bit.

diffstat:

 x11/gtk2/distinfo         |   4 ++--
 x11/gtk2/patches/patch-ai |  16 ++++++++++++----
 2 files changed, 14 insertions(+), 6 deletions(-)

diffs (43 lines):

diff -r 7d22470b758c -r 00732b1a2cb4 x11/gtk2/distinfo
--- a/x11/gtk2/distinfo Sun Sep 17 14:48:45 2006 +0000
+++ b/x11/gtk2/distinfo Sun Sep 17 15:35:52 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.71 2006/09/15 15:06:08 jmmv Exp $
+$NetBSD: distinfo,v 1.72 2006/09/17 15:35:52 jmmv Exp $
 
 SHA1 (gtk+-2.10.3.tar.bz2) = d9e9ca2728e560c46503a1e768cba3145510ca57
 RMD160 (gtk+-2.10.3.tar.bz2) = aa945237ebdbf5613faf3e762ed3bc37dcd45c5c
@@ -6,4 +6,4 @@
 SHA1 (patch-aa) = 7efcbf733e3459fd3853c0d49842136b434ca983
 SHA1 (patch-ac) = d9a47653b8db5ffae28dc233aea0dc15399eea79
 SHA1 (patch-ad) = f38270c343961be2892d8f2b2f89a67d21f0dc15
-SHA1 (patch-ai) = 38df83add3b8f6a9f354904e73a2ba5ee0b7c972
+SHA1 (patch-ai) = d55a01204689de1d7694a69972ef125229c3227f
diff -r 7d22470b758c -r 00732b1a2cb4 x11/gtk2/patches/patch-ai
--- a/x11/gtk2/patches/patch-ai Sun Sep 17 14:48:45 2006 +0000
+++ b/x11/gtk2/patches/patch-ai Sun Sep 17 15:35:52 2006 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-ai,v 1.15 2006/03/14 17:07:47 tron Exp $
+$NetBSD: patch-ai,v 1.16 2006/09/17 15:35:52 jmmv Exp $
 
---- configure.orig     2006-03-14 13:37:39.000000000 +0000
-+++ configure  2006-03-14 15:34:00.000000000 +0000
-@@ -26102,7 +26102,7 @@
+--- configure.orig     2006-09-05 04:40:15.000000000 +0200
++++ configure
+@@ -26296,7 +26296,7 @@ echo "${ECHO_T}$gtk_uxtheme_h" >&6
  
  use_la_modules=false
  case $host in
@@ -11,3 +11,11 @@
  esac
  
  if $use_la_modules ; then
+@@ -32042,6 +32042,7 @@ _ACEOF
+ fi
+ 
+ 
++CUPS_CONFIG=no
+ if test "x$CUPS_CONFIG" != "xno"; then
+   HAVE_CUPS_TRUE=
+   HAVE_CUPS_FALSE='#'



Home | Main Index | Thread Index | Old Index