summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2009-03-05 18:51:26 +0000
committerjoerg <joerg@pkgsrc.org>2009-03-05 18:51:26 +0000
commit94a3f9b7a3b2fbb0a8dbd7b23ce68a7fd17d4996 (patch)
tree582487f2bb6c9f4f0c6e734176270724791e41fc /textproc
parent076e4f378a292a4551687d98f6df357bcd4f0569 (diff)
downloadpkgsrc-94a3f9b7a3b2fbb0a8dbd7b23ce68a7fd17d4996.tar.gz
Remove PYBINMODULE. All it did was mark some packages as not available
on some platforms that lacked shared library support in the past. The list hasn't been maintained at all and the gain is very limited, so just get rid of it.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/py-X/Makefile3
-rw-r--r--textproc/py-expat/Makefile3
-rw-r--r--textproc/py-libxml2/Makefile3
-rw-r--r--textproc/py-libxslt/Makefile3
-rw-r--r--textproc/py-mecab/Makefile3
-rw-r--r--textproc/py-xml/Makefile3
6 files changed, 6 insertions, 12 deletions
diff --git a/textproc/py-X/Makefile b/textproc/py-X/Makefile
index b248c7c5ebd..0a0b9baa273 100644
--- a/textproc/py-X/Makefile
+++ b/textproc/py-X/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2008/06/12 02:14:52 joerg Exp $
+# $NetBSD: Makefile,v 1.7 2009/03/05 18:51:32 joerg Exp $
#
DISTNAME= PyX-0.9
@@ -11,7 +11,6 @@ PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= teTeX-bin-[0-9]*:../../print/teTeX3-bin
-PYBINMODULE= yes
PYDISTUTILSPKG= yes
MAINTAINER= adrianp@NetBSD.org
diff --git a/textproc/py-expat/Makefile b/textproc/py-expat/Makefile
index ea3350315ad..dc71caa9a3a 100644
--- a/textproc/py-expat/Makefile
+++ b/textproc/py-expat/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2008/03/15 18:11:38 joerg Exp $
+# $NetBSD: Makefile,v 1.14 2009/03/05 18:51:32 joerg Exp $
#
PKGNAME= ${PYPKGPREFIX}-expat-0
@@ -14,7 +14,6 @@ PKG_DESTDIR_SUPPORT= user-destdir
EXTRACT_ELEMENTS= ${PYSUBDIR}/Modules/pyexpat.c
PYDISTUTILSPKG= yes
-PYBINMODULE= yes
PY_PATCHPLIST= yes
PY_SETUP_SUBST+= EXPATPREFIX=${BUILDLINK_DIR}
PY_SETUP_SUBST+= EXPATRTPREFIX=${BUILDLINK_PREFIX.expat}
diff --git a/textproc/py-libxml2/Makefile b/textproc/py-libxml2/Makefile
index 91abe1803e9..f7d9d3123a0 100644
--- a/textproc/py-libxml2/Makefile
+++ b/textproc/py-libxml2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2009/02/21 14:06:09 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2009/03/05 18:51:32 joerg Exp $
DISTNAME= libxml2-2.7.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -14,7 +14,6 @@ PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}/${DISTNAME}/python
PYDISTUTILSPKG= YES
-PYBINMODULE= YES
NO_CONFIGURE= YES
SUBST_CLASSES+= setup
diff --git a/textproc/py-libxslt/Makefile b/textproc/py-libxslt/Makefile
index 845a96aeb65..d0e25081a9d 100644
--- a/textproc/py-libxslt/Makefile
+++ b/textproc/py-libxslt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2008/05/26 16:52:21 drochner Exp $
+# $NetBSD: Makefile,v 1.33 2009/03/05 18:51:32 joerg Exp $
DISTNAME= libxslt-1.1.24
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -16,7 +16,6 @@ DEPENDS+= ${PYPKGPREFIX}-libxml2>=2.6.8:../../textproc/py-libxml2
WRKSRC= ${WRKDIR}/${DISTNAME}/python
PYDISTUTILSPKG= YES
-PYBINMODULE= YES
NO_CONFIGURE= YES
MAKE_ENV+= PYLIBXSLTVERSION=${PKGVERSION:Q}
diff --git a/textproc/py-mecab/Makefile b/textproc/py-mecab/Makefile
index 95abd8879cf..99120880d40 100644
--- a/textproc/py-mecab/Makefile
+++ b/textproc/py-mecab/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2008/02/04 04:58:53 obache Exp $
+# $NetBSD: Makefile,v 1.3 2009/03/05 18:51:32 joerg Exp $
#
.include "../../textproc/mecab/Makefile.common"
@@ -14,7 +14,6 @@ PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= c c++
PYDISTUTILSPKG= yes
-PYBINMODULE= yes
TEST_ENV+= PYTHONPATH=${WRKSRC:Q}/build/lib.${LOWER_OPSYS}-${OS_VERSION}-${MACHINE_ARCH}-${PYVERSSUFFIX}
diff --git a/textproc/py-xml/Makefile b/textproc/py-xml/Makefile
index ed75c545ae1..9a82ed1a47f 100644
--- a/textproc/py-xml/Makefile
+++ b/textproc/py-xml/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2009/02/09 21:09:23 joerg Exp $
+# $NetBSD: Makefile,v 1.17 2009/03/05 18:51:32 joerg Exp $
#
DISTNAME= PyXML-0.8.4
@@ -16,7 +16,6 @@ PKG_DESTDIR_SUPPORT= user-destdir
CONFLICTS+= PyXML-[0-9]*
PYDISTUTILSPKG= yes
-PYBINMODULE= yes
BUILDLINK_API_DEPENDS.expat+= expat>=1.95.6
PYSETUPBUILDARGS+= --with-libexpat=${BUILDLINK_DIR}
PYSETUPBUILDARGS+= --ldflags="${EXPAT_LDFLAGS}"