Index: head/deskutils/treeline/Makefile =================================================================== --- head/deskutils/treeline/Makefile (revision 123461) +++ head/deskutils/treeline/Makefile (revision 123462) @@ -1,59 +1,59 @@ # New ports collection makefile for: treeline # Date created: Wed Jul 7 20:50:24 CEST 2004 # Whom: Tobias Roth # # $FreeBSD$ # PORTNAME= treeline PORTVERSION= 0.10.1 CATEGORIES= deskutils python MASTER_SITES= http://www.bellz.org/treeline/ \ http://depot.fsck.ch/mirror/distfiles/ MAINTAINER= ports@fsck.ch COMMENT= TreeLine is a structured information storage program BUILD_DEPENDS= pyuic:${PORTSDIR}/x11-toolkits/py-qt RUN_DEPENDS= ${BUILD_DEPENDS} .if defined(WITH_ASPELL) BUILD_DEPENDS+= aspell:${PORTSDIR}/textproc/aspell .endif .if defined(WITH_ISPELL) BUILD_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell .endif .if defined(WITH_PYXML) BUILD_DEPENDS+= ${PYXML} .else LIB_DEPENDS+= expat.5:${PORTSDIR}/textproc/expat2 .endif WRKSRC= ${WRKDIR}/TreeLine USE_QT_VER= 3 -USE_PYTHON= 2.3+ +USE_PYTHON= 2.3 NO_BUILD= yes pre-everything:: @${ECHO_MSG} "" @${ECHO_MSG} "You may use the following build options:" @${ECHO_MSG} "WITH_ASPELL=yes install with aspell support" @${ECHO_MSG} " or" @${ECHO_MSG} "WITH_ISPELL=yes install with ispell support" @${ECHO_MSG} "WITH_PYXML=yes use textproc/py-xml instead of" @${ECHO_MSG} " textproc/expat2" @${ECHO_MSG} "" do-install: @cd ${WRKSRC} && ${PYTHON_CMD} install.py -p ${PREFIX} -x post-install: ${RM} ${DOCSDIR}/INSTALL ${DOCSDIR}/LICENSE .if defined(NOPORTDOCS) ${RM} ${DOCSDIR}/* ${RMDIR} ${DOCSDIR} .endif .include Property changes on: head/deskutils/treeline/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/devel/kodos/Makefile =================================================================== --- head/devel/kodos/Makefile (revision 123461) +++ head/devel/kodos/Makefile (revision 123462) @@ -1,41 +1,41 @@ # ex:ts=8 # # Ports collection makefile for: kodos # Date created: Jun 8, 2004 # Whom: ijliao # # $FreeBSD$ # PORTNAME= kodos PORTVERSION= 2.4.5 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= dryice@liu.com.cn COMMENT= The Python Regular Expression Debugger RUN_DEPENDS= ${PYTHON_SITELIBDIR}/qt.so:${PORTSDIR}/x11-toolkits/py-qt USE_REINPLACE= yes -USE_PYTHON= 1.5+ +USE_PYTHON= 1.5-2.3 USE_PYDISTUTILS= yes PLIST_FILES= bin/kodos ${PYTHON_SITELIBDIR:S,^${PREFIX}/,,}/kodos.pth post-patch: @${REINPLACE_CMD} -e "s,%%PREFIX%%,${PREFIX}," ${WRKSRC}/setup.py post-install: @${MV} -f ${PREFIX}/bin/kodos.py ${PREFIX}/bin/kodos @${FIND} ${PYTHON_SITELIBDIR}/kodos ! -type d | \ ${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST} @${FIND} ${PYTHON_SITELIBDIR}/kodos -type d | ${SORT} -r | \ ${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST} @${FIND} ${DATADIR} ! -type d | \ ${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST} @${FIND} ${DATADIR} -type d | ${SORT} -r | \ ${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST} .include Property changes on: head/devel/kodos/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/devel/py-sip/Makefile =================================================================== --- head/devel/py-sip/Makefile (revision 123461) +++ head/devel/py-sip/Makefile (revision 123462) @@ -1,32 +1,32 @@ # New ports collection makefile for: py-sip # Date created: Tue Oct 8 09:51:22 SAST 2002 # Whom: nbm # # $FreeBSD$ PORTNAME= sip PORTVERSION= 4.1.1 CATEGORIES= devel python MASTER_SITES= http://www.river-bank.demon.co.uk/download/sip/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= danny@ricin.com COMMENT= Python to C and C++ bindings generator BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake -USE_PYTHON= yes +USE_PYTHON= 2.3 USE_QT_VER= 3 .include do-configure: @(cd ${WRKSRC} && ${SETENV} QTDIR=${X11BASE} \ QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++ \ ${PYTHON_CMD} configure.py -b ${PREFIX}/bin \ -d ${PYTHONPREFIX_SITELIBDIR} -v ${PREFIX}/share/sip) post-install: @${PYTHON_CMD} -O -c "import sipconfig" .include Property changes on: head/devel/py-sip/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/graphics/imgseek/Makefile =================================================================== --- head/graphics/imgseek/Makefile (revision 123461) +++ head/graphics/imgseek/Makefile (revision 123462) @@ -1,32 +1,32 @@ # New ports collection makefile for: imgseek # Date created: 16 June 2003 # Whom: Ben Haga # # $FreeBSD$ # PORTNAME= imgSeek PORTVERSION= 0.8.3 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= imgseek EXTRACT_SUFX= .tar.bz2 MAINTAINER= tuximus@tuximus.mine.nu COMMENT= A photo manager and viewer with content-based search BUILD_DEPENDS= pyuic:${PORTSDIR}/x11-toolkits/py-qt \ Magick++-config:${PORTSDIR}/graphics/ImageMagick USE_CONFIGURE= no USE_PYDISTUTILS= yes -USE_PYTHON= yes +USE_PYTHON= 2.3 USE_BZIP2= yes INSTALLS_SHLIB= yes LDCONFIG_DIRS= ${PYTHON_SITELIBDIR}/imgSeekLib #do-build: # (cd ${WRKSRC};${PYTHON_CMD} setup.py) #do-install: .include Property changes on: head/graphics/imgseek/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/graphics/lphoto/Makefile =================================================================== --- head/graphics/lphoto/Makefile (revision 123461) +++ head/graphics/lphoto/Makefile (revision 123462) @@ -1,50 +1,50 @@ # New ports collection makefile for: lphoto # Date created: 2004-06-03 # Whom: michael johnson # # $FreeBSD$ # PORTNAME= lphoto PORTVERSION= 1.0.26 PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://software.linspire.com/emptypool/lindowsos/pool/main/l/lphoto/ DISTNAME= ${PORTNAME}_${PORTVERSION}-0.0.0.45.lindows0.1 MAINTAINER= ahze@FreeBSD.org COMMENT= A complete desktop solution for digital photo management BUILD_DEPENDS= kdepyuic:${PORTSDIR}/x11-toolkits/py-kde LIB_DEPENDS= Magick.7:${PORTSDIR}/graphics/ImageMagick RUN_DEPENDS= gphoto2:${PORTSDIR}/graphics/gphoto2 \ kdepyuic:${PORTSDIR}/x11-toolkits/py-kde USE_REINPLACE= yes -USE_PYTHON= yes +USE_PYTHON= 2.3 NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} # Hack to use OPTIONS since OPTIONS is listed below bsd.port.pre.mk OPTIONS= .include .if ${ARCH} == "i386" OPTIONS+= JPEGMMX "Use JPEG with MMX optimization" off .endif .if defined(WITH_JPEGMMX) RUN_DEPENDS+= jpegtran-mmx:${PORTSDIR}/graphics/jpeg-mmx .endif post-patch: .if defined(WITH_JPEGMMX) @${REINPLACE_CMD} -e 's|jpegtran|jpegtran-mmx|' \ ${WRKSRC}/Lphoto/photolibrary.py .endif do-install: @cd ${WRKSRC} && ${PYTHON_CMD} install.py -d ${PREFIX}/${PYTHON_SITELIBDIR:S/${PYTHONBASE}//} -b ${PREFIX}/bin .include Property changes on: head/graphics/lphoto/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/math/convertall/Makefile =================================================================== --- head/math/convertall/Makefile (revision 123461) +++ head/math/convertall/Makefile (revision 123462) @@ -1,34 +1,34 @@ # New ports collection makefile for: convertall # Date created: 2004-08-12 # Whom: Michael Johnson # # $FreeBSD$ # PORTNAME= convertall PORTVERSION= 0.3.0 CATEGORIES= math MASTER_SITES= http://bellz.org/convertall/ MAINTAINER= ports@FreeBSD.org COMMENT= Another unit converter BUILD_DEPENDS= pyuic:${PORTSDIR}/x11-toolkits/py-qt RUN_DEPENDS= pyuic:${PORTSDIR}/x11-toolkits/py-qt WRKSRC= ${WRKDIR}/ConvertAll USE_REINPLACE= yes -USE_PYTHON= yes +USE_PYTHON= 2.3 USE_X_PREFIX= yes NO_BUILD= yes PORTDOCS= README.html INSTALL LICENSE post-patch: .if defined(NOPORTDOCS) @${REINPLACE_CMD} -e 's|doc||' ${WRKSRC}/install.py .endif do-install: (cd ${WRKSRC};${PYTHON_CMD} ${WRKSRC}/install.py -p ${PREFIX}) .include Property changes on: head/math/convertall/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/misc/flyway/Makefile =================================================================== --- head/misc/flyway/Makefile (revision 123461) +++ head/misc/flyway/Makefile (revision 123462) @@ -1,36 +1,36 @@ # ex:ts=8 # Ports collection makefile for: flyway # Date created: Mar 14, 2002 # Whom: ijliao # # $FreeBSD$ # PORTNAME= flyway PORTVERSION= 0.3.3 CATEGORIES= misc python MASTER_SITES= http://www.bellz.org/flyway/ MAINTAINER= ports@FreeBSD.org COMMENT= A VFR/IFR Route Planner for Pilots BUILD_DEPENDS= pyuic:${PORTSDIR}/x11-toolkits/py-qt RUN_DEPENDS= pyuic:${PORTSDIR}/x11-toolkits/py-qt USE_X_PREFIX= yes -USE_PYTHON= yes +USE_PYTHON= 2.3 USE_REINPLACE= yes NO_BUILD= yes WRKSRC= ${WRKDIR}/FlyWay PORTDOCS= README.html INSTALL LICENSE post-patch: .if defined(NOPORTDOCS) @${REINPLACE_CMD} -e 's|doc||' \ ${WRKSRC}/install.py .endif do-install: (cd ${WRKSRC};${PYTHON_CMD} ${WRKSRC}/install.py -p ${PREFIX}) .include Property changes on: head/misc/flyway/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/net/qtorrent/Makefile =================================================================== --- head/net/qtorrent/Makefile (revision 123461) +++ head/net/qtorrent/Makefile (revision 123462) @@ -1,29 +1,29 @@ # New ports collection makefile for: qtorrent # Date created: 2004-03-31 # Whom: michael johnson # # $FreeBSD$ # PORTNAME= qtorrent PORTVERSION= 0.9.6.1 CATEGORIES= net python MASTER_SITES= http://thegraveyard.org/files/ MAINTAINER= ports@FreeBSD.org COMMENT= BitTorrent client that uses the Qt widget-set BUILD_DEPENDS= pyuic:${PORTSDIR}/x11-toolkits/py-qt RUN_DEPENDS= pyuic:${PORTSDIR}/x11-toolkits/py-qt USE_BZIP2= yes -USE_PYTHON= yes +USE_PYTHON= 2.3 USE_PYDISTUTILS=yes pre-everything:: @${ECHO_MSG} "===>" @${ECHO_MSG} "===> For qtorrent to work you need to compile" @${ECHO_MSG} "===> python WITH_THREADS defined, it is default" @${ECHO_MSG} "===>" .include Property changes on: head/net/qtorrent/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/net-p2p/qtorrent/Makefile =================================================================== --- head/net-p2p/qtorrent/Makefile (revision 123461) +++ head/net-p2p/qtorrent/Makefile (revision 123462) @@ -1,29 +1,29 @@ # New ports collection makefile for: qtorrent # Date created: 2004-03-31 # Whom: michael johnson # # $FreeBSD$ # PORTNAME= qtorrent PORTVERSION= 0.9.6.1 CATEGORIES= net python MASTER_SITES= http://thegraveyard.org/files/ MAINTAINER= ports@FreeBSD.org COMMENT= BitTorrent client that uses the Qt widget-set BUILD_DEPENDS= pyuic:${PORTSDIR}/x11-toolkits/py-qt RUN_DEPENDS= pyuic:${PORTSDIR}/x11-toolkits/py-qt USE_BZIP2= yes -USE_PYTHON= yes +USE_PYTHON= 2.3 USE_PYDISTUTILS=yes pre-everything:: @${ECHO_MSG} "===>" @${ECHO_MSG} "===> For qtorrent to work you need to compile" @${ECHO_MSG} "===> python WITH_THREADS defined, it is default" @${ECHO_MSG} "===>" .include Property changes on: head/net-p2p/qtorrent/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/sysutils/luma/Makefile =================================================================== --- head/sysutils/luma/Makefile (revision 123461) +++ head/sysutils/luma/Makefile (revision 123462) @@ -1,32 +1,32 @@ # New ports collection makefile for: luma # Date created: 19 November 2003 # Whom: Alexander Novitsky # # $FreeBSD$ # PORTNAME= luma PORTVERSION= 1.5 CATEGORIES= sysutils net-mgmt MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= alecn2002@yandex.ru COMMENT= A graphical tool for accessing and managing LDAP servers RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_ldap.so:${PORTSDIR}/net/py-ldap2 \ ${PYTHON_SITELIBDIR}/smbpasswd.so:${PORTSDIR}/net/py-smbpasswd \ pyuic:${PORTSDIR}/x11-toolkits/py-qt USE_BZIP2= yes -USE_PYTHON= yes +USE_PYTHON= 2.3 USE_PYDISTUTILS= yes PYSETUP= install.py PYDISTUTILS_BUILDARGS= build PYDISTUTILS_INSTALLARGS= --prefix=${PREFIX} USE_OPENLDAP= yes do-configure: .include Property changes on: head/sysutils/luma/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/x11-toolkits/py-kde/Makefile =================================================================== --- head/x11-toolkits/py-kde/Makefile (revision 123461) +++ head/x11-toolkits/py-kde/Makefile (revision 123462) @@ -1,61 +1,61 @@ # New ports collection makefile for: PyKDE # Date created: Sun Oct 17 00:24:28 PDT 1999 # Whom: adsharma@sharmas.dhs.org # # $FreeBSD$ # PORTNAME= kde PORTVERSION= 3.11.3 CATEGORIES= x11-toolkits kde python MASTER_SITES= http://www.river-bank.demon.co.uk/download/PyKDE2/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= PyKDE-${PORTVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= danny@ricin.com COMMENT= Python Bindings for KDE3 BROKEN= "Does not compile with KDE >= 3.3.1" BUILD_DEPENDS= pyuic:${PORTSDIR}/x11-toolkits/py-qt RUN_DEPENDS= ${BUILD_DEPENDS} -USE_PYTHON= yes +USE_PYTHON= 2.3 USE_KDELIBS_VER=3 USE_REINPLACE= yes PYQTVERSION= 3.13 EXAMPLESDIR= ${PREFIX}/share/examples/${PKGBASE} NO_FILTER_SHLIBS= yes .include post-patch: @${REINPLACE_CMD} -e 's#/usr/bin/python#${PYTHON_CMD}#' ${WRKSRC}/postproc do-configure: @( cd ${WRKSRC} && ${PYTHON_CMD} configure.py -c \ -k ${LOCALBASE} \ -v ${PREFIX}/share/sip \ -d ${PYTHONPREFIX_SITELIBDIR} ) pre-install: @${REINPLACE_CMD} -e "s,${SETENV} python,${PYTHON_CMD}," \ ${WRKSRC}/contrib/kdepyuic post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${EXAMPLESDIR} @( cd ${WRKSRC}/examples && ${TAR} -cf - . ) | \ ( cd ${EXAMPLESDIR} && ${TAR} -xf - ) @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${EXAMPLESDIR} @${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py ${EXAMPLESDIR} @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${EXAMPLESDIR} .endif @${INSTALL_SCRIPT} ${WRKSRC}/contrib/kdepyuic ${PREFIX}/bin @${PYTHON_CMD} -c "import pykdeconfig, dcopexport" @${PYTHON_CMD} -O -c "import pykdeconfig, dcopexport" .include Property changes on: head/x11-toolkits/py-kde/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.23 \ No newline at end of property +1.24 \ No newline at end of property Index: head/x11-toolkits/py-qt/Makefile =================================================================== --- head/x11-toolkits/py-qt/Makefile (revision 123461) +++ head/x11-toolkits/py-qt/Makefile (revision 123462) @@ -1,55 +1,55 @@ # New ports collection makefile for: PyQt # Date created: Sun Oct 17 00:24:28 PDT 1999 # Whom: adsharma@sharmas.dhs.org # # $FreeBSD$ PORTNAME= qt PORTVERSION= 3.13 CATEGORIES= x11-toolkits python MASTER_SITES= http://www.river-bank.demon.co.uk/download/PyQt/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= PyQt-x11-gpl-${PORTVERSION} MAINTAINER= danny@ricin.com COMMENT= Python bindings for the Qt toolkit LIB_DEPENDS= qscintilla.5:${PORTSDIR}/x11-toolkits/qscintilla BUILD_DEPENDS= ${LOCALBASE}/bin/sip:${PORTSDIR}/devel/py-sip RUN_DEPENDS= ${BUILD_DEPENDS} USE_QT_VER= 3 -USE_PYTHON= yes +USE_PYTHON= 2.3 USE_REINPLACE= yes .include .if defined(WITHOUT_OPENGL) PLIST_SUB+= GL="@comment " .else PLIST_SUB+= GL="" .endif do-configure: @(cd ${WRKSRC} && ${ECHO} "yes" | ${PYTHON_CMD} configure.py \ -b ${PREFIX}/bin -d ${PYTHONPREFIX_SITELIBDIR} \ -n ${X11BASE}/include -o ${X11BASE}/lib \ -v ${PREFIX}/share/sip) .if ${OSVERSION} < 500000 post-configure: @${REINPLACE_CMD} -e \ 's|static_cast(QTable::editMode())|\ (sipQTable::sipEditMode) QTable::editMode()|' \ ${WRKSRC}/qttable/sipqttableQTable.cpp @${REINPLACE_CMD} -e \ 's|static_cast(QTable::editMode())|\ (sipQDataTable::sipEditMode) QTable::editMode()|' \ ${WRKSRC}/qtsql/sipqtsqlQDataTable.cpp .endif post-install: @${PYTHON_CMD} -c "import pyqtconfig" @${PYTHON_CMD} -O -c "import pyqtconfig" .include Property changes on: head/x11-toolkits/py-qt/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.27 \ No newline at end of property +1.28 \ No newline at end of property