diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-04-18 15:45:07 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-04-18 15:45:07 +0000 |
commit | 872f1c12d241f149bda173c4631bd0d5e9be8b85 (patch) | |
tree | f33743983c677d1b18c550081270a78fabd58c11 /textproc | |
parent | Update to 1.2.7. (diff) |
- Track updated distfile, which has changed in-place (added XMLVersion
property to Files).
- Fix build on amd64 and ia64.
PR: ports/80014
Submitted by: Johan van Selst <johans@stack.nl>
Approved by: adamw (mentor)
Notes
Notes:
svn path=/head/; revision=133589
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-ltxml/Makefile | 8 | ||||
-rw-r--r-- | textproc/py-ltxml/distinfo | 4 |
2 files changed, 5 insertions, 7 deletions
diff --git a/textproc/py-ltxml/Makefile b/textproc/py-ltxml/Makefile index 9cb19ce9b063..d68161bc9886 100644 --- a/textproc/py-ltxml/Makefile +++ b/textproc/py-ltxml/Makefile @@ -7,7 +7,7 @@ PORTNAME= ltxml PORTVERSION= 1.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc python MASTER_SITES= ftp://ftp.cogsci.ed.ac.uk/pub/LTXML/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,8 +19,6 @@ COMMENT= Python bindings to the LT XML toolkit BUILD_DEPENDS= ${LOCALBASE}/include/ltxml12/lt-safe.h:${PORTSDIR}/textproc/ltxml RUN_DEPENDS= ${BUILD_DEPENDS} -BROKEN= Size mismatch - USE_PYTHON= yes USE_PYDISTUTILS= yes INSTALLS_SHLIB= yes @@ -31,11 +29,11 @@ USE_REINPLACE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "amd64" || ${ARCH} == "ia64" -BROKEN= "Does not build on ia64 or amd64 (tries to link non-shared with shared libraries)" +CFLAGS+= -fPIC .endif post-patch: - @${REINPLACE_CMD} -e 's|/projects/ltg/projects/lcontrib|${LOCALBASE}|' ${WRKSRC}/setup.py + @${REINPLACE_CMD} -e 's|/group/ltg/projects/lcontrib9|${LOCALBASE}|' ${WRKSRC}/setup.py post-install: .if !defined(NOPORTDOCS) diff --git a/textproc/py-ltxml/distinfo b/textproc/py-ltxml/distinfo index 6b3594926747..a50d7a32f9db 100644 --- a/textproc/py-ltxml/distinfo +++ b/textproc/py-ltxml/distinfo @@ -1,2 +1,2 @@ -MD5 (PyLTXML-1.3.tar.gz) = 7e900d491d426e09713e5ce3a4682991 -SIZE (PyLTXML-1.3.tar.gz) = 27974 +MD5 (PyLTXML-1.3.tar.gz) = 001aa5b3b949b3aa666b8dc1a8189202 +SIZE (PyLTXML-1.3.tar.gz) = 28117 |