pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libglade2 Drop python dependency. Python is sup...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/993becec6477
branches:  trunk
changeset: 488224:993becec6477
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Tue Jan 25 22:42:49 2005 +0000

description:
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:

 devel/libglade2/Makefile         |   6 +++---
 devel/libglade2/distinfo         |   3 ++-
 devel/libglade2/patches/patch-aa |  21 +++++++++++++++++++++
 3 files changed, 26 insertions(+), 4 deletions(-)

diffs (66 lines):

diff -r 9d3e688d6269 -r 993becec6477 devel/libglade2/Makefile
--- a/devel/libglade2/Makefile  Tue Jan 25 20:26:06 2005 +0000
+++ b/devel/libglade2/Makefile  Tue Jan 25 22:42:49 2005 +0000
@@ -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 @@
 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 @@
        ${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 -r 9d3e688d6269 -r 993becec6477 devel/libglade2/distinfo
--- a/devel/libglade2/distinfo  Tue Jan 25 20:26:06 2005 +0000
+++ b/devel/libglade2/distinfo  Tue Jan 25 22:42:49 2005 +0000
@@ -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 -r 9d3e688d6269 -r 993becec6477 devel/libglade2/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libglade2/patches/patch-aa  Tue Jan 25 22:42:49 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index