From 25a80fb4ab65de992b45059240f7a82bc39d8378 Mon Sep 17 00:00:00 2001 From: joerg Date: Thu, 5 Mar 2009 18:51:26 +0000 Subject: 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. --- audio/py-cddb/Makefile | 3 +-- biology/py-mol/Makefile | 3 +-- converters/py-chardet/Makefile | 3 +-- converters/py-cjkcodecs/Makefile | 3 +-- converters/py-jpCodecs/Makefile | 3 +-- converters/py-simplejson/Makefile | 3 +-- converters/py-zhCodecs/Makefile | 3 +-- databases/py-IndexedCatalog/Makefile | 3 +-- databases/py-PgSQL/Makefile | 3 +-- databases/py-bsddb3/Makefile | 3 +-- databases/py-gdbm/Makefile | 3 +-- databases/py-mssql/Makefile | 3 +-- databases/py-mysqldb/Makefile | 3 +-- databases/py-postgresql/Makefile | 3 +-- databases/py-sqlite3/Makefile | 3 +-- devel/py-cheetah/Makefile | 3 +-- devel/py-curses/Makefile | 3 +-- devel/py-cursespanel/Makefile | 3 +-- devel/py-generate/Makefile | 3 +-- devel/py-kjbuckets/Makefile | 3 +-- devel/py-readline/Makefile | 3 +-- devel/py-subversion/Makefile | 3 +-- graphics/py-biggles/Makefile | 3 +-- graphics/py-gd/Makefile | 3 +-- graphics/py-gdchart/Makefile | 3 +-- lang/py-psyco/Makefile | 3 +-- lang/python/extension.mk | 8 +------- math/py-Numeric/Makefile | 3 +-- math/py-Scientific/Makefile | 3 +-- multimedia/py-ming/Makefile | 3 +-- net/py-GeoIP/Makefile | 3 +-- print/bg5pdf/Makefile | 3 +-- print/py-reportlab/Makefile | 3 +-- security/libpreludedb/Makefile | 3 +-- security/py-OpenSSL/Makefile | 3 +-- security/py-amkCrypto/Makefile | 3 +-- security/py-asn1/Makefile | 3 +-- security/py-crack/Makefile | 3 +-- security/py-cryptkit/Makefile | 3 +-- security/py-mcrypt/Makefile | 3 +-- security/py-prewikka/Makefile | 3 +-- security/py-smbpasswd/Makefile | 3 +-- textproc/py-X/Makefile | 3 +-- textproc/py-expat/Makefile | 3 +-- textproc/py-libxml2/Makefile | 3 +-- textproc/py-libxslt/Makefile | 3 +-- textproc/py-mecab/Makefile | 3 +-- textproc/py-xml/Makefile | 3 +-- time/py-mxDateTime/Makefile | 3 +-- www/py-clearsilver/Makefile | 3 +-- www/py-curl/Makefile | 3 +-- www/py-rss2gen/Makefile | 3 +-- x11/py-Tk/Makefile | 3 +-- x11/py-wxWidgets/Makefile | 3 +-- 54 files changed, 54 insertions(+), 113 deletions(-) diff --git a/audio/py-cddb/Makefile b/audio/py-cddb/Makefile index 0c401f93d8c..08fa60ce19b 100644 --- a/audio/py-cddb/Makefile +++ b/audio/py-cddb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2008/06/12 02:14:14 joerg Exp $ +# $NetBSD: Makefile,v 1.14 2009/03/05 18:51:26 joerg Exp $ # DISTNAME= CDDB-1.4 @@ -14,7 +14,6 @@ COMMENT= Python module to access the CDDB online database PKG_DESTDIR_SUPPORT= user-destdir PYDISTUTILSPKG= yes -PYBINMODULE= yes .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" diff --git a/biology/py-mol/Makefile b/biology/py-mol/Makefile index e717a8cb405..e3510eaa0b5 100644 --- a/biology/py-mol/Makefile +++ b/biology/py-mol/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2008/04/25 20:39:06 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2009/03/05 18:51:26 joerg Exp $ DISTNAME= pymol-0_98-src PKGNAME= ${PYPKGPREFIX}-mol-0.98 @@ -14,7 +14,6 @@ COMMENT= Molecular Visualization System WRKSRC= ${WRKDIR}/pymol-0.98 PYDISTUTILSPKG= yes -PYBINMODULE= yes PYSETUP= setup.py CONFLICTS= pymol-[0-9]* diff --git a/converters/py-chardet/Makefile b/converters/py-chardet/Makefile index bbe2e2679a0..767a2043e83 100644 --- a/converters/py-chardet/Makefile +++ b/converters/py-chardet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2009/02/16 19:26:00 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2009/03/05 18:51:27 joerg Exp $ # DISTNAME= chardet-1.0.1 @@ -14,7 +14,6 @@ COMMENT= Character encoding auto-detection in Python PKG_DESTDIR_SUPPORT= user-destdir PYDISTUTILSPKG= yes -PYBINMODULE= yes .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" diff --git a/converters/py-cjkcodecs/Makefile b/converters/py-cjkcodecs/Makefile index 630a32c1bc1..b3322898b0d 100644 --- a/converters/py-cjkcodecs/Makefile +++ b/converters/py-cjkcodecs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2009/02/09 21:09:20 joerg Exp $ +# $NetBSD: Makefile,v 1.13 2009/03/05 18:51:27 joerg Exp $ # DISTNAME= cjkcodecs-1.1.1 @@ -14,7 +14,6 @@ COMMENT= Python Unicode codecs for Chinese, Japanese, and Korean encodings PKG_DESTDIR_SUPPORT= user-destdir PYDISTUTILSPKG= yes -PYBINMODULE= yes PYTHON_VERSIONS_ACCEPTED= 23 # included in python>=2.4 post-install: diff --git a/converters/py-jpCodecs/Makefile b/converters/py-jpCodecs/Makefile index f65881f92f5..2ff8e6ca20e 100644 --- a/converters/py-jpCodecs/Makefile +++ b/converters/py-jpCodecs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2009/02/09 21:09:20 joerg Exp $ +# $NetBSD: Makefile,v 1.13 2009/03/05 18:51:27 joerg Exp $ DISTNAME= JapaneseCodecs-1.4.11 PKGNAME= ${PYPKGPREFIX}-jpCodecs-1.4.11 @@ -14,7 +14,6 @@ COMMENT= Python Unicode codecs for Japanese charsets PKG_DESTDIR_SUPPORT= user-destdir PYDISTUTILSPKG= yes -PYBINMODULE= yes .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" diff --git a/converters/py-simplejson/Makefile b/converters/py-simplejson/Makefile index 800453d816f..77233a246ee 100644 --- a/converters/py-simplejson/Makefile +++ b/converters/py-simplejson/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2009/02/17 15:37:01 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2009/03/05 18:51:27 joerg Exp $ # PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -16,7 +16,6 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= c PYDISTUTILSPKG= yes -PYBINMODULE= yes .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/converters/py-zhCodecs/Makefile b/converters/py-zhCodecs/Makefile index c4f2d5a8d5f..0f621ae7b6e 100644 --- a/converters/py-zhCodecs/Makefile +++ b/converters/py-zhCodecs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2008/06/12 02:14:17 joerg Exp $ +# $NetBSD: Makefile,v 1.15 2009/03/05 18:51:27 joerg Exp $ DISTNAME= ChineseCodecs1.2.0 PKGNAME= ${PYPKGPREFIX}-zhCodecs-1.2.0 @@ -15,7 +15,6 @@ PKG_DESTDIR_SUPPORT= user-destdir WRKSRC= ${WRKDIR}/${DISTNAME}/Python PYDISTUTILSPKG= # defined -PYBINMODULE= # defined post-extract: @${CHMOD} 711 ${WRKSRC}/chinesetw diff --git a/databases/py-IndexedCatalog/Makefile b/databases/py-IndexedCatalog/Makefile index b163ca5e86a..1c7be7dcb7e 100644 --- a/databases/py-IndexedCatalog/Makefile +++ b/databases/py-IndexedCatalog/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:20 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2009/03/05 18:51:27 joerg Exp $ # DISTNAME= IndexedCatalog-0.6.0 @@ -16,7 +16,6 @@ PKG_DESTDIR_SUPPORT= user-destdir PYTHON_VERSIONS_ACCEPTED= 23 PYDISTUTILSPKG= yes -PYBINMODULE= yes .include "../../lang/python/extension.mk" .include "../../databases/py-ZODB/buildlink3.mk" diff --git a/databases/py-PgSQL/Makefile b/databases/py-PgSQL/Makefile index 0cbc6f24fd7..263ae29eafd 100644 --- a/databases/py-PgSQL/Makefile +++ b/databases/py-PgSQL/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2009/02/09 21:09:20 joerg Exp $ +# $NetBSD: Makefile,v 1.18 2009/03/05 18:51:27 joerg Exp $ # DISTNAME= pyPgSQL-2.4 @@ -15,7 +15,6 @@ PKG_DESTDIR_SUPPORT= user-destdir WRKSRC= ${WRKDIR}/pypgsql PYDISTUTILSPKG= YES -PYBINMODULE= YES PY_PATCHPLIST= YES .include "../../lang/python/extension.mk" diff --git a/databases/py-bsddb3/Makefile b/databases/py-bsddb3/Makefile index 791d3bfe469..131d7f15c21 100644 --- a/databases/py-bsddb3/Makefile +++ b/databases/py-bsddb3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2009/02/23 11:30:51 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2009/03/05 18:51:27 joerg Exp $ # DISTNAME= bsddb3-4.7.5 @@ -16,7 +16,6 @@ PYSETUPBUILDARGS= --berkeley-db=${BUILDLINK_PREFIX.db4} PYSETUPINSTALLARGS= --berkeley-db=${BUILDLINK_PREFIX.db4} PYDISTUTILSPKG= yes -PYBINMODULE= yes REPLACE_PYTHON= Lib/bsddb/dbshelve.py REPLACE_PYTHON+= Lib3/bsddb/dbshelve.py diff --git a/databases/py-gdbm/Makefile b/databases/py-gdbm/Makefile index 3e250b4e53f..cf5bce3bc53 100644 --- a/databases/py-gdbm/Makefile +++ b/databases/py-gdbm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2008/06/12 02:14:20 joerg Exp $ +# $NetBSD: Makefile,v 1.26 2009/03/05 18:51:28 joerg Exp $ # PKGNAME= ${PYPKGPREFIX}-gdbm-0 @@ -17,7 +17,6 @@ USE_TOOLS+= patch EXTRACT_ELEMENTS= ${PYSUBDIR}/Modules/gdbmmodule.c PYDISTUTILSPKG= yes -PYBINMODULE= yes PY_PATCHPLIST= yes PY_SETUP_SUBST+= GDBMPREFIX=${GDBMDIR} diff --git a/databases/py-mssql/Makefile b/databases/py-mssql/Makefile index a6344cc06ab..327b6b39eef 100644 --- a/databases/py-mssql/Makefile +++ b/databases/py-mssql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:20 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2009/03/05 18:51:28 joerg Exp $ # DISTNAME= pymssql-0.8.0 @@ -15,7 +15,6 @@ PKG_DESTDIR_SUPPORT= user-destdir BUILDLINK_API_DEPENDS.freetds+= freetds>=0.63 PYTHON_VERSIONS_ACCEPTED= 25 24 -PYBINMODULE= yes PYDISTUTILSPKG= yes .include "../../databases/freetds/buildlink3.mk" diff --git a/databases/py-mysqldb/Makefile b/databases/py-mysqldb/Makefile index 396351a963f..bdcebc8ae01 100644 --- a/databases/py-mysqldb/Makefile +++ b/databases/py-mysqldb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2008/08/06 17:16:49 mjl Exp $ +# $NetBSD: Makefile,v 1.26 2009/03/05 18:51:28 joerg Exp $ DISTNAME= MySQL-python-${PKGVER} PKGNAME= ${PYPKGPREFIX}-mysqldb-${PKGVER} @@ -14,7 +14,6 @@ COMMENT= MySQL interface for Python PKG_DESTDIR_SUPPORT= user-destdir PYDISTUTILSPKG= yes -PYBINMODULE= yes PY_PATCHPLIST= yes PYSETUPINSTALLARGS= --single-version-externally-managed --record plist.txt PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} diff --git a/databases/py-postgresql/Makefile b/databases/py-postgresql/Makefile index cb249e209f9..df80cdbd83a 100644 --- a/databases/py-postgresql/Makefile +++ b/databases/py-postgresql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 2009/01/01 13:21:44 darcy Exp $ +# $NetBSD: Makefile,v 1.55 2009/03/05 18:51:28 joerg Exp $ DISTNAME= PyGreSQL-4.0 PKGNAME= ${PYPKGPREFIX}-postgresql-4.0 @@ -24,7 +24,6 @@ PLIST_SUBST+= PYPKGPREFIX=${PYPKGPREFIX:Q} PYTHON_VERSIONS_ACCEPTED= 26 25 24 23 PYDISTUTILSPKG= yes -PYBINMODULE= yes DOCDIR= ${PREFIX}/share/doc/${PYPKGPREFIX}-postgresql INSTALLATION_DIRS= ${DOCDIR}/tutorial ${DOCDIR}/docs diff --git a/databases/py-sqlite3/Makefile b/databases/py-sqlite3/Makefile index d8e5732951b..4f7687cd32c 100644 --- a/databases/py-sqlite3/Makefile +++ b/databases/py-sqlite3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/08/27 00:28:57 epg Exp $ +# $NetBSD: Makefile,v 1.2 2009/03/05 18:51:28 joerg Exp $ PKGNAME= ${PYPKGPREFIX}-sqlite3-0 CATEGORIES= databases python @@ -13,7 +13,6 @@ USE_TOOLS+= patch EXTRACT_ELEMENTS= ${PYSUBDIR}/Modules/_sqlite -PYBINMODULE= yes PYDISTUTILSPKG= yes PYTHON_VERSIONS_ACCEPTED=25 PY_SETUP_SUBST+= SQLITE_PREFIX=${BUILDLINK_PREFIX.sqlite3} diff --git a/devel/py-cheetah/Makefile b/devel/py-cheetah/Makefile index 1dfaa5f8d14..f9a9220f26b 100644 --- a/devel/py-cheetah/Makefile +++ b/devel/py-cheetah/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2008/06/12 02:14:28 joerg Exp $ +# $NetBSD: Makefile,v 1.11 2009/03/05 18:51:28 joerg Exp $ # DISTNAME= Cheetah-2.0.1 @@ -15,7 +15,6 @@ COMMENT= Python-powered template engine and code-generator PKG_DESTDIR_SUPPORT= user-destdir PYDISTUTILSPKG= yes -PYBINMODULE= yes PYSETUP= setup.py .include "../../lang/python/extension.mk" diff --git a/devel/py-curses/Makefile b/devel/py-curses/Makefile index 13365fbf7e8..96d4e5b8690 100644 --- a/devel/py-curses/Makefile +++ b/devel/py-curses/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2008/06/12 02:14:28 joerg Exp $ +# $NetBSD: Makefile,v 1.33 2009/03/05 18:51:29 joerg Exp $ # PKGNAME= ${PYPKGPREFIX}-curses-0 @@ -18,7 +18,6 @@ USE_NCURSES= yes # wechochar winsnstr winsstr wredrawln wsyncdown wsyncup EXTRACT_ELEMENTS= ${PYSUBDIR}/Modules/_cursesmodule.c PYDISTUTILSPKG= yes -PYBINMODULE= yes PY_PATCHPLIST= yes PY_SETUP_SUBST= NCURSESPREFIX=${BUILDLINK_PREFIX.ncurses} diff --git a/devel/py-cursespanel/Makefile b/devel/py-cursespanel/Makefile index 55e5d71a6ba..232cce98fc0 100644 --- a/devel/py-cursespanel/Makefile +++ b/devel/py-cursespanel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2008/06/12 02:14:28 joerg Exp $ +# $NetBSD: Makefile,v 1.16 2009/03/05 18:51:29 joerg Exp $ # PKGNAME= ${PYPKGPREFIX}-cursespanel-0 @@ -17,7 +17,6 @@ USE_NCURSES= # filter getsyx getwin has_key immedok mvwinsnstr mvwinsstr ... # wechochar winsnstr winsstr wredrawln wsyncdown wsyncup EXTRACT_ELEMENTS= ${PYSUBDIR}/Modules/_curses_panel.c PYDISTUTILSPKG= yes -PYBINMODULE= yes PY_PATCHPLIST= yes PY_SETUP_SUBST= NCURSESPREFIX=${BUILDLINK_PREFIX.ncurses} diff --git a/devel/py-generate/Makefile b/devel/py-generate/Makefile index 1045f1a9170..4e309e1fe47 100644 --- a/devel/py-generate/Makefile +++ b/devel/py-generate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2008/12/19 12:12:53 darcy Exp $ +# $NetBSD: Makefile,v 1.15 2009/03/05 18:51:29 joerg Exp $ # DISTNAME= generate-2.6 @@ -22,7 +22,6 @@ LIBS.SunOS+= -lnsl -lsocket LIBS.QNX= -lsocket PYDISTUTILSPKG= yes -PYBINMODULE= yes .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-kjbuckets/Makefile b/devel/py-kjbuckets/Makefile index 521f769b241..867b950c5a0 100644 --- a/devel/py-kjbuckets/Makefile +++ b/devel/py-kjbuckets/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:28 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2009/03/05 18:51:29 joerg Exp $ # DISTNAME= gadfly-1.0.0 @@ -18,7 +18,6 @@ EXTRACT_ELEMENTS+= ${DISTNAME}/doc/kjbuckets.txt WRKSRC= ${WRKDIR}/${DISTNAME}/kjbuckets PYDISTUTILSPKG= yes -PYBINMODULE= yes PLIST_SUBST+= PYPKGPREFIX=${PYPKGPREFIX:Q} KJBDOCDIR= ${PREFIX}/share/doc/${PYPKGPREFIX}-kjbuckets diff --git a/devel/py-readline/Makefile b/devel/py-readline/Makefile index aca88116328..e6a8c479eed 100644 --- a/devel/py-readline/Makefile +++ b/devel/py-readline/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2009/02/09 21:09:20 joerg Exp $ +# $NetBSD: Makefile,v 1.17 2009/03/05 18:51:29 joerg Exp $ # PKGNAME= ${PYPKGPREFIX}-readline-0 @@ -16,7 +16,6 @@ EXTRACT_ELEMENTS= ${PYSUBDIR}/Modules/readline.c USE_GNU_READLINE= # defined PYDISTUTILSPKG= yes -PYBINMODULE= yes PY_PATCHPLIST= yes PY_SETUP_SUBST+= RLPREFIX=${BUILDLINK_PREFIX.readline} PY_SETUP_SUBST+= RLRTPREFIX=${BUILDLINK_PREFIX.readline} diff --git a/devel/py-subversion/Makefile b/devel/py-subversion/Makefile index bf234e4c1d4..0aa37937612 100644 --- a/devel/py-subversion/Makefile +++ b/devel/py-subversion/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2008/10/14 06:23:43 epg Exp $ +# $NetBSD: Makefile,v 1.32 2009/03/05 18:51:29 joerg Exp $ PKGNAME= ${PYPKGPREFIX}-subversion-${SVNVER} #PKGREVISION= 1 @@ -13,7 +13,6 @@ SHLIBTOOL_OVERRIDE= # empty CONFIGURE_ENV+= PYTHON2=${PYTHONBIN:Q} PY_PATCHPLIST= YES -PYBINMODULE= YES PYTHON_PATCH_SCRIPTS= tools/hook-scripts/mailer/mailer.py BUILD_TARGET= swig-py diff --git a/graphics/py-biggles/Makefile b/graphics/py-biggles/Makefile index cf08cf719f6..f980d550e9d 100644 --- a/graphics/py-biggles/Makefile +++ b/graphics/py-biggles/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2008/06/12 02:14:32 joerg Exp $ +# $NetBSD: Makefile,v 1.13 2009/03/05 18:51:29 joerg Exp $ # DISTNAME= python-biggles-1.6.3 @@ -14,7 +14,6 @@ COMMENT= Python module for creating 2D scientific plots PKG_DESTDIR_SUPPORT= user-destdir PYDISTUTILSPKG= yes -PYBINMODULE= yes .include "../../lang/python/extension.mk" .include "../../math/py-Numeric/buildlink3.mk" diff --git a/graphics/py-gd/Makefile b/graphics/py-gd/Makefile index de4d82351bd..198be4da845 100644 --- a/graphics/py-gd/Makefile +++ b/graphics/py-gd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2008/06/12 02:14:32 joerg Exp $ +# $NetBSD: Makefile,v 1.30 2009/03/05 18:51:29 joerg Exp $ DISTNAME= gdmodule.c PKGNAME= ${PYPKGPREFIX}-gd-1.3 @@ -17,7 +17,6 @@ WRKSRC= ${WRKDIR} BUILD_TARGET= default PYDISTUTILSPKG= yes -PYBINMODULE= yes post-patch: ${SED} 's+@LOCALBASE@+${LOCALBASE}+g' ${FILESDIR}/Setup.in > ${WRKSRC}/setup.py diff --git a/graphics/py-gdchart/Makefile b/graphics/py-gdchart/Makefile index 0c3427b87b5..e96f49efe18 100644 --- a/graphics/py-gdchart/Makefile +++ b/graphics/py-gdchart/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2008/03/04 15:39:10 jlam Exp $ +# $NetBSD: Makefile,v 1.24 2009/03/05 18:51:29 joerg Exp $ # DISTNAME= gdchart-py-0.6 @@ -24,7 +24,6 @@ MODULE_FILES= chart.py gdchart.so EXAMPLE_FILES= test.html test.py CHANGES EXAMPLE_DIR= ${PREFIX}/share/examples/${PYPKGPREFIX}-gdchart PY_PATCHPLIST= yes -PYBINMODULE= yes INSTALLATION_DIRS= ${PYSITELIB:S/^${PREFIX}\///} diff --git a/lang/py-psyco/Makefile b/lang/py-psyco/Makefile index 460db04377c..e2842fc7a5d 100644 --- a/lang/py-psyco/Makefile +++ b/lang/py-psyco/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2008/04/25 17:16:40 tnn Exp $ +# $NetBSD: Makefile,v 1.15 2009/03/05 18:51:29 joerg Exp $ DISTNAME= psyco-1.6-src PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-src//} @@ -13,7 +13,6 @@ PKG_DESTDIR_SUPPORT= user-destdir WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//} PYDISTUTILSPKG= YES -PYBINMODULE= YES PY_PATCHPLIST= YES ONLY_FOR_PLATFORM= *-*-i386 diff --git a/lang/python/extension.mk b/lang/python/extension.mk index 1adb46f40e0..23127f808ca 100644 --- a/lang/python/extension.mk +++ b/lang/python/extension.mk @@ -1,4 +1,4 @@ -# $NetBSD: extension.mk,v 1.22 2009/02/19 12:24:59 obache Exp $ +# $NetBSD: extension.mk,v 1.23 2009/03/05 18:51:30 joerg Exp $ # derive a python version from the package name if possible # optionally handled quoted package names @@ -12,12 +12,6 @@ PYTHON_VERSION_REQD?= ${PKGNAME_OLD:C/(^.*-|^)py([0-9][0-9])-.*/\2/} .include "../../lang/python/pyversion.mk" -.if defined(PYBINMODULE) -.if ${MACHINE_ARCH} == "mips" || ${MACHINE_ARCH} == "vax" -PKG_FAIL_REASON+= "${PKGNAME} needs dynamic loading" -.endif -.endif - .if defined(PYDISTUTILSPKG) .include "../../mk/bsd.prefs.mk" diff --git a/math/py-Numeric/Makefile b/math/py-Numeric/Makefile index e42102c802c..cd14f56309b 100644 --- a/math/py-Numeric/Makefile +++ b/math/py-Numeric/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2008/04/25 20:39:10 joerg Exp $ +# $NetBSD: Makefile,v 1.47 2009/03/05 18:51:30 joerg Exp $ DISTNAME= Numeric-24.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,7 +12,6 @@ COMMENT= Adds multidimensional numeric arrays to Python PKG_DESTDIR_SUPPORT= user-destdir PYDISTUTILSPKG= yes -PYBINMODULE= yes PYSETUP= setup.py PLIST_VARS+= blas diff --git a/math/py-Scientific/Makefile b/math/py-Scientific/Makefile index 16931cbbac0..4e173de2f20 100644 --- a/math/py-Scientific/Makefile +++ b/math/py-Scientific/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2008/06/12 02:14:36 joerg Exp $ +# $NetBSD: Makefile,v 1.31 2009/03/05 18:51:30 joerg Exp $ DISTNAME= ScientificPython-2.4.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/Python//} @@ -16,7 +16,6 @@ PKG_DESTDIR_SUPPORT= user-destdir CONFLICTS+= py-Scientific-* PYDISTUTILSPKG= yes -PYBINMODULE= yes MAKE_ENV+= NETCDF_PREFIX=${LOCALBASE:Q} diff --git a/multimedia/py-ming/Makefile b/multimedia/py-ming/Makefile index 216a3de698b..d6c780a59d9 100644 --- a/multimedia/py-ming/Makefile +++ b/multimedia/py-ming/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2008/06/12 02:14:38 joerg Exp $ +# $NetBSD: Makefile,v 1.7 2009/03/05 18:51:30 joerg Exp $ # DISTNAME= ming-py-0.3.0 @@ -13,7 +13,6 @@ COMMENT= Python bindings for Ming library PKG_DESTDIR_SUPPORT= user-destdir PY_PATCHPLIST= yes -PYBINMODULE= yes WRKSRC= ${WRKDIR}/ming-0.3.0/py_ext diff --git a/net/py-GeoIP/Makefile b/net/py-GeoIP/Makefile index c3281620078..94364430c88 100644 --- a/net/py-GeoIP/Makefile +++ b/net/py-GeoIP/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:41 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2009/03/05 18:51:30 joerg Exp $ # DISTNAME= GeoIP-Python-1.2.1 @@ -13,7 +13,6 @@ COMMENT= GeoIP support for Python PKG_DESTDIR_SUPPORT= user-destdir PYDISTUTILSPKG= yes -PYBINMODULE= yes .include "../../lang/python/extension.mk" .include "../../net/GeoIP/buildlink3.mk" diff --git a/print/bg5pdf/Makefile b/print/bg5pdf/Makefile index 65557e389ba..39c096e5191 100644 --- a/print/bg5pdf/Makefile +++ b/print/bg5pdf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2009/02/09 22:56:26 joerg Exp $ +# $NetBSD: Makefile,v 1.18 2009/03/05 18:51:30 joerg Exp $ DISTNAME= bg5pdf-1.0.0 PKGREVISION= 5 @@ -12,7 +12,6 @@ COMMENT= Wrap big5 encoding text file into PDF file by using PDFlib PKG_DESTDIR_SUPPORT= user-destdir WRKSRC= ${WRKDIR}/bg5pdf -PYBINMODULE= # defined PY_PATCHPLIST= yes PYTHON_PATCH_SCRIPTS= bg5pdf diff --git a/print/py-reportlab/Makefile b/print/py-reportlab/Makefile index d65f0004cd7..d04eba12f76 100644 --- a/print/py-reportlab/Makefile +++ b/print/py-reportlab/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2009/02/09 18:43:06 joerg Exp $ +# $NetBSD: Makefile,v 1.35 2009/03/05 18:51:31 joerg Exp $ # DISTNAME= ReportLab_2_2 @@ -15,7 +15,6 @@ PKG_DESTDIR_SUPPORT= user-destdir PYTHON_VERSIONS_ACCEPTED= 25 24 -PYBINMODULE= yes PYDISTUTILSPKG= yes .include "../../graphics/freetype2/buildlink3.mk" diff --git a/security/libpreludedb/Makefile b/security/libpreludedb/Makefile index db010b2b165..b3e9d93f3fb 100644 --- a/security/libpreludedb/Makefile +++ b/security/libpreludedb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2009/02/09 22:56:26 joerg Exp $ +# $NetBSD: Makefile,v 1.25 2009/03/05 18:51:31 joerg Exp $ # DISTNAME= libpreludedb-0.9.15 @@ -23,7 +23,6 @@ CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} CONFIGURE_ARGS+= --with-mysql=${BUILDLINK_PREFIX.mysql-client} CONFIGURE_ARGS+= --with-pgsql=no LDFLAGS+= ${BUILDLINK_LDFLAGS.mysql-client} -PYBINMODULE= yes PY_PATCHPLIST= yes post-install: diff --git a/security/py-OpenSSL/Makefile b/security/py-OpenSSL/Makefile index 406d1174bbd..51b19e5d328 100644 --- a/security/py-OpenSSL/Makefile +++ b/security/py-OpenSSL/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2008/08/21 10:29:31 tonnerre Exp $ +# $NetBSD: Makefile,v 1.17 2009/03/05 18:51:31 joerg Exp $ # DISTNAME= pyOpenSSL-0.7 @@ -15,7 +15,6 @@ PKG_DESTDIR_SUPPORT= user-destdir PYTHON_VERSIONS_ACCEPTED= 25 24 23 PYDISTUTILSPKG= yes -PYBINMODULE= yes .include "../../lang/python/extension.mk" .include "../../security/openssl/buildlink3.mk" diff --git a/security/py-amkCrypto/Makefile b/security/py-amkCrypto/Makefile index 366bc98a6d5..857a9f9981a 100644 --- a/security/py-amkCrypto/Makefile +++ b/security/py-amkCrypto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2009/02/27 12:46:54 drochner Exp $ +# $NetBSD: Makefile,v 1.24 2009/03/05 18:51:31 joerg Exp $ # DISTNAME= pycrypto-2.0.1 @@ -13,7 +13,6 @@ COMMENT= Cryptographic and hash functions for Python PKG_DESTDIR_SUPPORT= user-destdir -PYBINMODULE= yes PYDISTUTILSPKG= yes .include "../../security/openssl/buildlink3.mk" diff --git a/security/py-asn1/Makefile b/security/py-asn1/Makefile index 59e98443987..6c0803e0212 100644 --- a/security/py-asn1/Makefile +++ b/security/py-asn1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/10/22 16:33:55 tonnerre Exp $ +# $NetBSD: Makefile,v 1.2 2009/03/05 18:51:31 joerg Exp $ # DISTNAME= pyasn1-0.0.8a @@ -13,7 +13,6 @@ COMMENT= ITU Abstract Syntax Notification for Python PKG_DESTDIR_SUPPORT= user-destdir PYDISTUTILSPKG= yes -#PYBINMODULE= yes PYSETUP= setup.py .include "../../lang/python/egg.mk" diff --git a/security/py-crack/Makefile b/security/py-crack/Makefile index 33b0a8086e7..840e54a8171 100644 --- a/security/py-crack/Makefile +++ b/security/py-crack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:45 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2009/03/05 18:51:31 joerg Exp $ # DISTNAME= pycrack-0.01 @@ -20,7 +20,6 @@ MAKE_ENV+= BINDIR=${LOCALBASE}/bin USE_TOOLS+= gmake PYDISTUTILSPKG= yes -PYBINMODULE= yes PY_PATCHPLIST= yes .include "../../lang/python/extension.mk" diff --git a/security/py-cryptkit/Makefile b/security/py-cryptkit/Makefile index 7954cab9d6e..06ba3a47dde 100644 --- a/security/py-cryptkit/Makefile +++ b/security/py-cryptkit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2008/05/08 18:33:53 joerg Exp $ +# $NetBSD: Makefile,v 1.13 2009/03/05 18:51:31 joerg Exp $ DISTNAME= cryptkit-0.9 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,7 +12,6 @@ COMMENT= Python Cryptographic Toolkit PKG_DESTDIR_SUPPORT= user-destdir -PYBINMODULE= yes PYDISTUTILSPKG= yes .include "../../lang/python/extension.mk" diff --git a/security/py-mcrypt/Makefile b/security/py-mcrypt/Makefile index 9579248de56..dd7b927e627 100644 --- a/security/py-mcrypt/Makefile +++ b/security/py-mcrypt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:45 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2009/03/05 18:51:31 joerg Exp $ # DISTNAME= python-mcrypt-1.1 @@ -13,7 +13,6 @@ COMMENT= Python interface to mcrypt library PKG_DESTDIR_SUPPORT= user-destdir -PYBINMODULE= yes PYDISTUTILSPKG= yes .include "../../lang/python/extension.mk" diff --git a/security/py-prewikka/Makefile b/security/py-prewikka/Makefile index 120b5a1f61a..c2ff765ee0b 100644 --- a/security/py-prewikka/Makefile +++ b/security/py-prewikka/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2008/10/19 19:18:47 he Exp $ +# $NetBSD: Makefile,v 1.30 2009/03/05 18:51:31 joerg Exp $ # DISTNAME= prewikka-${VERSION} @@ -25,7 +25,6 @@ USE_TOOLS+= msgfmt .include "../../mk/bsd.prefs.mk" PYDISTUTILSPKG= yes -PYBINMODULE= yes PYSETUP= setup.py PYTHON_PATCH_SCRIPTS= scripts/prewikka-httpd PREWIKKA_USER?= prewikka diff --git a/security/py-smbpasswd/Makefile b/security/py-smbpasswd/Makefile index e9e4fe3a449..b7ef67df454 100644 --- a/security/py-smbpasswd/Makefile +++ b/security/py-smbpasswd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:45 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2009/03/05 18:51:32 joerg Exp $ # DISTNAME= py-smbpasswd-1.0.1 @@ -12,7 +12,6 @@ COMMENT= Python SMB Password Hash Generator PKG_DESTDIR_SUPPORT= user-destdir -PYBINMODULE= yes PYDISTUTILSPKG= yes PYTHON_VERSIONS_ACCEPTED= 24 23 22 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}" diff --git a/time/py-mxDateTime/Makefile b/time/py-mxDateTime/Makefile index d1f3df650b5..3aaa1c41f77 100644 --- a/time/py-mxDateTime/Makefile +++ b/time/py-mxDateTime/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2009/02/09 21:09:23 joerg Exp $ +# $NetBSD: Makefile,v 1.28 2009/03/05 18:51:32 joerg Exp $ # DISTNAME= egenix-mx-base-2.0.6 @@ -14,7 +14,6 @@ COMMENT= Python extension that provides types and conversions for dates PKG_DESTDIR_SUPPORT= user-destdir PYDISTUTILSPKG= yes -PYBINMODULE= yes .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/py-clearsilver/Makefile b/www/py-clearsilver/Makefile index 9163d40619f..9358a06e142 100644 --- a/www/py-clearsilver/Makefile +++ b/www/py-clearsilver/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2008/10/06 01:04:29 minskim Exp $ +# $NetBSD: Makefile,v 1.14 2009/03/05 18:51:33 joerg Exp $ PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -15,7 +15,6 @@ CFLAGS+= -fPIC INSTALL_DIRS= ${WRKSRC}/python PY_PATCHPLIST= YES -PYBINMODULE= YES .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/py-curl/Makefile b/www/py-curl/Makefile index 686f8d54333..a85f8bf1dc3 100644 --- a/www/py-curl/Makefile +++ b/www/py-curl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2008/06/12 02:14:56 joerg Exp $ +# $NetBSD: Makefile,v 1.38 2009/03/05 18:51:33 joerg Exp $ DISTNAME= pycurl-7.16.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} @@ -13,7 +13,6 @@ COMMENT= Python module interface to the cURL library PKG_DESTDIR_SUPPORT= user-destdir PYDISTUTILSPKG= # defined -PYBINMODULE= # defined PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX:Q} BUILDLINK_API_DEPENDS.curl+= curl>=7.16.1 diff --git a/www/py-rss2gen/Makefile b/www/py-rss2gen/Makefile index 721e643cac7..443a455966a 100644 --- a/www/py-rss2gen/Makefile +++ b/www/py-rss2gen/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/06/21 17:51:37 tonnerre Exp $ +# $NetBSD: Makefile,v 1.2 2009/03/05 18:51:33 joerg Exp $ PYRSS2GENVER= 1.0.0 DISTNAME= PyRSS2Gen-${PYRSS2GENVER} @@ -13,7 +13,6 @@ COMMENT= Python module to generate RSS feeds PKG_DESTDIR_SUPPORT= user-destdir PYDISTUTILSPKG= # defined -PYBINMODULE= # defined PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX:Q} .include "../../lang/python/extension.mk" diff --git a/x11/py-Tk/Makefile b/x11/py-Tk/Makefile index 0ab9c49fcfb..fe31516fc0a 100644 --- a/x11/py-Tk/Makefile +++ b/x11/py-Tk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2009/02/09 21:09:23 joerg Exp $ +# $NetBSD: Makefile,v 1.44 2009/03/05 18:51:33 joerg Exp $ # PKGNAME= ${PYPKGPREFIX}-Tk-0 @@ -14,7 +14,6 @@ PKG_DESTDIR_SUPPORT= user-destdir EXTRACT_ELEMENTS= ${PYSUBDIR}/Modules/_tkinter.c \ ${PYSUBDIR}/Modules/tkappinit.c PYDISTUTILSPKG= yes -PYBINMODULE= yes PY_PATCHPLIST= yes PY_SETUP_SUBST+= BLPREFIX=${LOCALBASE} diff --git a/x11/py-wxWidgets/Makefile b/x11/py-wxWidgets/Makefile index 250a97987d9..0851a6c59d9 100644 --- a/x11/py-wxWidgets/Makefile +++ b/x11/py-wxWidgets/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2009/01/25 20:12:14 shattered Exp $ +# $NetBSD: Makefile,v 1.23 2009/03/05 18:51:33 joerg Exp $ # DISTNAME= wxPython-src-2.6.3.3 @@ -29,7 +29,6 @@ PYDISTUTILSPKG= yes # no scripts to avoid conflicts PYSETUPBUILDARGS= NO_SCRIPTS=1 ${WXARG} PYSETUPINSTALLARGS= NO_SCRIPTS=1 ${WXARG} -PYBINMODULE= yes PLIST_SUBST+= GTKVER=2 -- cgit v1.2.3