summaryrefslogtreecommitdiff
path: root/devel/libglade2
diff options
context:
space:
mode:
authorjmmv <jmmv>2005-01-25 22:42:49 +0000
committerjmmv <jmmv>2005-01-25 22:42:49 +0000
commit4687d1ccad34dac6f64b6477c5f68577c3cc85a8 (patch)
tree840b1aa4b93f9f6091aef39a3ecfabbbfdaaa936 /devel/libglade2
parent74c0d7b81910b9541516e57c89bdbbe750c95470 (diff)
downloadpkgsrc-4687d1ccad34dac6f64b6477c5f68577c3cc85a8.tar.gz
Drop python dependency. Python is supposed to be used by the libglade-convert
script, but as the package is currently missing another dependency, it's not being installed. Therefore, and as we haven't noticed any other package requiring this utility, simply drop it completely. (If it's needed some day, we can simply create a package to install it, but depending on python here is not good.) Bump PKGREVISION to 1.
Diffstat (limited to 'devel/libglade2')
-rw-r--r--devel/libglade2/Makefile6
-rw-r--r--devel/libglade2/distinfo3
-rw-r--r--devel/libglade2/patches/patch-aa21
3 files changed, 26 insertions, 4 deletions
diff --git a/devel/libglade2/Makefile b/devel/libglade2/Makefile
index 352c60b76fb..5d32fe33a52 100644
--- a/devel/libglade2/Makefile
+++ b/devel/libglade2/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.30 2004/12/28 21:41:45 jmmv Exp $
+# $NetBSD: Makefile,v 1.31 2005/01/25 22:42:49 jmmv Exp $
#
DISTNAME= libglade-2.4.1
PKGNAME= ${DISTNAME:S/libglade/libglade2/}
+PKGREVISION= 1
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libglade/2.4/}
EXTRACT_SUFX= .tar.bz2
@@ -20,7 +21,7 @@ GNU_CONFIGURE= YES
USE_LIBTOOL= YES
PKGCONFIG_OVERRIDE= libglade-2.0.pc.in
-CONFIGURE_ENV+= jh_cv_path_python="${PYTHONBIN}"
+CONFIGURE_ENV+= PYTHON=${FALSE}
CONFIGURE_ARGS+= --with-html-dir="${PREFIX}/share/doc/html"
CONFIGURE_ARGS+= --without-xml-catalog
@@ -33,7 +34,6 @@ post-install:
${INSTALL_DATA_DIR} ${PREFIX}/lib/libglade/2.0
.include "../../devel/pkgconfig/buildlink3.mk"
-.include "../../lang/python/application.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../textproc/xmlcatmgr/catalogs.mk"
.include "../../x11/gtk2/buildlink3.mk"
diff --git a/devel/libglade2/distinfo b/devel/libglade2/distinfo
index 77e3029c93f..2f366046855 100644
--- a/devel/libglade2/distinfo
+++ b/devel/libglade2/distinfo
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.7 2004/12/28 21:41:45 jmmv Exp $
+$NetBSD: distinfo,v 1.8 2005/01/25 22:42:49 jmmv Exp $
SHA1 (libglade-2.4.1.tar.bz2) = 1c12cb75d726c0902e8ac553c0a24743b4ecfde0
Size (libglade-2.4.1.tar.bz2) = 317285 bytes
+SHA1 (patch-aa) = 2c2d2eea1f68048b2fc0dc0af775d196a253dae7
diff --git a/devel/libglade2/patches/patch-aa b/devel/libglade2/patches/patch-aa
new file mode 100644
index 00000000000..49d45a40224
--- /dev/null
+++ b/devel/libglade2/patches/patch-aa
@@ -0,0 +1,21 @@
+$NetBSD: patch-aa,v 1.4 2005/01/25 22:42:49 jmmv Exp $
+
+--- configure.orig 2004-11-11 12:21:37.000000000 +0100
++++ configure
+@@ -11071,6 +11071,7 @@ echo "${ECHO_T}$LINGUAS" >&6
+
+
+
++if false; then
+ if test -n "$PYTHON"; then
+ # If the user set $PYTHON, use it and don't search something else.
+ echo "$as_me:$LINENO: checking whether $PYTHON version >= 2.0" >&5
+@@ -11273,6 +11274,8 @@ echo "${ECHO_T}no" >&6
+ have_python=false
+ fi
+ fi
++fi
++have_python=false
+
+
+ if $have_python; then