Index: head/lang/py-prolog/Makefile =================================================================== --- head/lang/py-prolog/Makefile (revision 126039) +++ head/lang/py-prolog/Makefile (revision 126040) @@ -1,24 +1,25 @@ # New ports collection makefile for: py-prolog # Date created: 28 Jun 2003 # Whom: Gerhard Gonter # # $FreeBSD$ PORTNAME= prolog PORTVERSION= 0.1 +PORTREVSION= 1 CATEGORIES= lang python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= pyprolog PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= PyProlog-${PORTVERSION} MAINTAINER= g.gonter@ieee.org COMMENT= A Python extension embedding SWI-Prolog BUILD_DEPENDS= pl:${PORTSDIR}/lang/swi-pl RUN_DEPENDS= pl:${PORTSDIR}/lang/swi-pl USE_PYTHON= yes USE_PYDISTUTILS=yes .include Property changes on: head/lang/py-prolog/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/lang/py-prolog/files/patch-aa =================================================================== --- head/lang/py-prolog/files/patch-aa (nonexistent) +++ head/lang/py-prolog/files/patch-aa (revision 126040) @@ -0,0 +1,26 @@ +--- setup.py.orig Sun Jun 10 05:16:04 2001 ++++ setup.py Tue Nov 16 12:46:44 2004 +@@ -13,11 +13,13 @@ + + # TDB: this code only need run during 'build'. + arch = get_atom('arch') +-#swipl_version = get_atom('version') ++swipl_version = get_atom('version') + swipl_home = get_atom('home') + #print 'P>', arch, swipl_version, swipl_home + swipl_include_path = os.path.join(swipl_home, 'include') + swipl_library_path = os.path.join(swipl_home, 'runtime', arch) ++if swipl_version > '50400': ++ swipl_library_path = os.path.join(swipl_home, 'lib', arch) + #print 'I>', swipl_include_path, swipl_library_path + + setup(name="PyProlog", +@@ -25,7 +27,7 @@ + author="Glen Wilder", + author_email="gwilder@best.com", + url="http://pyprolog.sourceforge.net", +- licence='LGPL', ++ license='LGPL', + description='SWI-Prolog extension module', + packages=["pyprolog"], + package_dir={"pyprolog":"Lib"}, Property changes on: head/lang/py-prolog/files/patch-aa ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property