diff options
author | jylefort <jylefort@FreeBSD.org> | 2005-04-18 23:45:07 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2005-04-18 23:45:07 +0800 |
commit | 1c0e049f77bedc770a0ae8b03a6a8d194889e4f2 (patch) | |
tree | b05613cc14b22799eff8a2568c8044690e6796a0 /textproc/py-ltxml | |
parent | 4fb7e92c44fdb44dc514a4d05109fd42944a9229 (diff) | |
download | freebsd-ports-gnome-1c0e049f77bedc770a0ae8b03a6a8d194889e4f2.tar.gz freebsd-ports-gnome-1c0e049f77bedc770a0ae8b03a6a8d194889e4f2.tar.zst freebsd-ports-gnome-1c0e049f77bedc770a0ae8b03a6a8d194889e4f2.zip |
- 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)
Diffstat (limited to 'textproc/py-ltxml')
-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 |