mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
- 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)
This commit is contained in:
parent
a14bb70f83
commit
872f1c12d2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133589
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user