Thu Sep 15 15:50:22 2016 UTC ()
Change to guile20

(Doesn't build, but fails the same way as the guile 1.8 build, so this
counts as progress.)


(gdt)
diff -r1.24 -r1.25 pkgsrc/geography/proj-swig/Makefile

cvs diff -r1.24 -r1.25 pkgsrc/geography/proj-swig/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/geography/proj-swig/Attic/Makefile 2016/09/15 14:32:41 1.24
+++ pkgsrc/geography/proj-swig/Attic/Makefile 2016/09/15 15:50:22 1.25
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.24 2016/09/15 14:32:41 wiz Exp $ 1# $NetBSD: Makefile,v 1.25 2016/09/15 15:50:22 gdt Exp $
2 2
3DISTNAME= proj-swig-0.02 3DISTNAME= proj-swig-0.02
4PKGREVISION= 8 4PKGREVISION= 8
5CATEGORIES= geography 5CATEGORIES= geography
6MASTER_SITES= http://acert.ir.bbn.com/downloads/acert-geospatial/ 6MASTER_SITES= http://acert.ir.bbn.com/downloads/acert-geospatial/
7 7
8MAINTAINER= gdt@NetBSD.org 8MAINTAINER= gdt@NetBSD.org
9HOMEPAGE= http://acert.ir.bbn.com/downloads/acert-geospatial/ 9HOMEPAGE= http://acert.ir.bbn.com/downloads/acert-geospatial/
10COMMENT= Guile and python wrappers for proj 10COMMENT= Guile and python wrappers for proj
11 11
12MAKE_JOBS_SAFE= no 12MAKE_JOBS_SAFE= no
13 13
14USE_PKGLOCALEDIR= yes 14USE_PKGLOCALEDIR= yes
@@ -17,18 +17,18 @@ GNU_CONFIGURE= yes @@ -17,18 +17,18 @@ GNU_CONFIGURE= yes
17 17
18# Defines PYSITELIB, apparently. 18# Defines PYSITELIB, apparently.
19PY_PATCHPLIST= yes 19PY_PATCHPLIST= yes
20PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.02 20PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.02
21 21
22# The perl build is commented out upstream, so this doesn't have any 22# The perl build is commented out upstream, so this doesn't have any
23# effect. 23# effect.
24SUBST_CLASSES+= pkg 24SUBST_CLASSES+= pkg
25SUBST_STAGE.pkg= pre-configure 25SUBST_STAGE.pkg= pre-configure
26SUBST_MESSAGE.pkg= Replacing /usr/pkg with the correct PREFIX. 26SUBST_MESSAGE.pkg= Replacing /usr/pkg with the correct PREFIX.
27SUBST_FILES.pkg= Makefile.in 27SUBST_FILES.pkg= Makefile.in
28SUBST_SED.pkg= -e 's,/usr/pkg,${PREFIX},g' 28SUBST_SED.pkg= -e 's,/usr/pkg,${PREFIX},g'
29 29
30.include "../../devel/swig/buildlink3.mk" 30.include "../../devel/swig2/buildlink3.mk"
31.include "../../geography/proj/buildlink3.mk" 31.include "../../geography/proj/buildlink3.mk"
32.include "../../lang/guile/buildlink3.mk" 32.include "../../lang/guile20/buildlink3.mk"
33.include "../../lang/python/extension.mk" 33.include "../../lang/python/extension.mk"
34.include "../../mk/bsd.pkg.mk" 34.include "../../mk/bsd.pkg.mk"