pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/geography/qgis Remove unnecessary USE_X11=yes.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d485ab72a34c
branches:  trunk
changeset: 629642:d485ab72a34c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Jan 25 08:59:57 2014 +0000

description:
Remove unnecessary USE_X11=yes.
Mark as not ready for python-3.x.

diffstat:

 geography/qgis/Makefile   |  3 +--
 geography/qgis/options.mk |  3 ++-
 2 files changed, 3 insertions(+), 3 deletions(-)

diffs (34 lines):

diff -r 1313b8bcfd2e -r d485ab72a34c geography/qgis/Makefile
--- a/geography/qgis/Makefile   Sat Jan 25 08:57:54 2014 +0000
+++ b/geography/qgis/Makefile   Sat Jan 25 08:59:57 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2013/09/01 12:14:06 obache Exp $
+# $NetBSD: Makefile,v 1.36 2014/01/25 08:59:57 wiz Exp $
 
 DISTNAME=      qgis-1.7.4
 PKGREVISION=   20
@@ -16,7 +16,6 @@
 USE_LIBTOOL=           yes
 USE_PKGLOCALEDIR=      yes
 USE_TOOLS+=            bison perl
-USE_X11=               yes
 
 .include "options.mk"
 
diff -r 1313b8bcfd2e -r d485ab72a34c geography/qgis/options.mk
--- a/geography/qgis/options.mk Sat Jan 25 08:57:54 2014 +0000
+++ b/geography/qgis/options.mk Sat Jan 25 08:59:57 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1.1.1 2010/08/27 11:42:58 adam Exp $
+# $NetBSD: options.mk,v 1.2 2014/01/25 08:59:57 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.qgis
 PKG_SUPPORTED_OPTIONS= python
@@ -14,6 +14,7 @@
 CMAKE_ARGS+=           -DWITH_BINDINGS:BOOL=TRUE
 CMAKE_ARGS+=           -DSIP_BINARY_PATH:PATH=${BUILDLINK_PREFIX.py-sip}/bin
 PLIST.python=          yes
+PYTHON_VERSIONS_INCOMPATIBLE=  33 # not yet ported as of 1.7.4
 .include "../../lang/python/application.mk"
 .include "../../x11/py-qt4/buildlink3.mk"
 .include "../../x11/py-sip/buildlink3.mk"



Home | Main Index | Thread Index | Old Index