The devel/upnp port is marked as broken on the amd64 arch, but it compiles fine and works fine (at least with ushare). Can you please unmark it as broken for the amd64 arch? Thanks, Josh Fix: Change, in the Makefile: NOT_FOR_ARCHS= amd64 sparc64 to NOT_FOR_ARCHS= sparc64 How-To-Repeat: (on an amd64 install): cd /usr/ports/devel/upnp sed -e 's/amd64 sparc64/sparc64/g' Makefile > Makefile.new make -f Makefile.new
Responsible Changed From-To: freebsd-ports-bugs->farrokhi Over to maintainer
linimon 2007-10-25 03:25:52 UTC FreeBSD ports repository Modified files: devel/upnp Makefile Log: Unmark broken on amd64 and sparc64, except -7. While here, portlint a bit. PR: ports/116759 Submitted by: Josh Carroll <josh dot carroll at gmail dot com> Approved by: maintainer timeout Revision Changes Path 1.23 +10 -5 ports/devel/upnp/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed I've unmarked it broken on amd64-6/sparc64-6, where there are existing build logs for it. However, it's broken on -7 on both of them.
Responsible Changed From-To: farrokhi->linimon