pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/gtk2 minor cleanup:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2acb872dc762
branches:  trunk
changeset: 519939:2acb872dc762
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Thu Oct 12 14:18:40 2006 +0000

description:
minor cleanup:
-remove "enable-gtk-doc=no" configure argument, this is default
-don't pull in graphics/jpeg and graphics/tiff through buildlink3.mk,
 these are used only internally

diffstat:

 x11/gtk2/Makefile      |  3 +--
 x11/gtk2/buildlink3.mk |  4 +---
 2 files changed, 2 insertions(+), 5 deletions(-)

diffs (36 lines):

diff -r 0ac4c59b7591 -r 2acb872dc762 x11/gtk2/Makefile
--- a/x11/gtk2/Makefile Thu Oct 12 14:16:22 2006 +0000
+++ b/x11/gtk2/Makefile Thu Oct 12 14:18:40 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.130 2006/10/09 12:52:36 joerg Exp $
+# $NetBSD: Makefile,v 1.131 2006/10/12 14:18:40 drochner Exp $
 
 DISTNAME=              gtk+-2.10.6
 PKGNAME=               ${DISTNAME:S/gtk/gtk2/}
@@ -30,7 +30,6 @@
 GNU_CONFIGURE=          yes
 CONFIGURE_ARGS+=       --with-xinput=xfree
 CONFIGURE_ARGS+=       --sysconfdir=${PREFIX}/libdata
-CONFIGURE_ARGS+=       --enable-gtk-doc=no
 CONFIGURE_ENV+=                ac_cv_header_X11_extensions_Xinerama_h=no
 CONFIGURE_ENV+=                ac_cv_lib_Xinerama_XineramaQueryExtension=no
 MAKE_ENV+=             PKGLOCALEDIR=${PKGLOCALEDIR:Q}
diff -r 0ac4c59b7591 -r 2acb872dc762 x11/gtk2/buildlink3.mk
--- a/x11/gtk2/buildlink3.mk    Thu Oct 12 14:16:22 2006 +0000
+++ b/x11/gtk2/buildlink3.mk    Thu Oct 12 14:18:40 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.30 2006/09/15 17:07:30 drochner Exp $
+# $NetBSD: buildlink3.mk,v 1.31 2006/10/12 14:18:40 drochner Exp $
 
 BUILDLINK_DEPTH:=      ${BUILDLINK_DEPTH}+
 GTK2_BUILDLINK3_MK:=   ${GTK2_BUILDLINK3_MK}+
@@ -32,9 +32,7 @@
 .include "../../fonts/Xft2/buildlink3.mk"
 .include "../../graphics/cairo/buildlink3.mk"
 .include "../../graphics/freetype2/buildlink3.mk"
-.include "../../graphics/jpeg/buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"
-.include "../../graphics/tiff/buildlink3.mk"
 .include "../../x11/xcursor/buildlink3.mk"
 .include "../../x11/Xrandr/buildlink3.mk"
 



Home | Main Index | Thread Index | Old Index