Date: Sat, 16 Apr 2005 23:03:26 +0200 (CEST) From: Johan van Selst <johans@stack.nl> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/80014: textproc/py-ltxml: fix checksum, fix amd64 build Message-ID: <20050416210326.A963C676B@hammer.stack.nl> Resent-Message-ID: <200504162110.j3GLAPi5047795@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 80014 >Category: ports >Synopsis: textproc/py-ltxml: fix checksum, fix amd64 build >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Apr 16 21:10:25 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Johan van Selst >Release: FreeBSD 5.4-STABLE amd64 >Organization: >Environment: System: FreeBSD hammer.stack.nl 5.4-STABLE FreeBSD 5.4-STABLE #10: Fri Apr 15 11:15:54 CEST 2005 root@hammer.stack.nl:/usr/obj/usr/src/sys/HAMMER amd64 >Description: Distfile had been updated but not renamed. Building on amd64 depends on pr/80013. >How-To-Repeat: >Fix: diff -uNr py-ltxml/Makefile py-ltxml/Makefile --- py-ltxml/Makefile Wed Mar 2 11:21:09 2005 +++ py-ltxml/Makefile Sat Apr 16 22:57:25 2005 @@ -19,8 +19,6 @@ 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 @@ .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 -uNr py-ltxml/distinfo py-ltxml/distinfo --- py-ltxml/distinfo Mon Jul 26 11:27:47 2004 +++ py-ltxml/distinfo Sat Apr 16 22:22:33 2005 @@ -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 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050416210326.A963C676B>