I encountered this same error when "make deinstall" net/py-zsi as Dominic Fandrey said in the freebsd-ports maillist: http://docs.freebsd.org/cgi/getmsg.cgi?fetch=281568+0+archive/2008/freebsd-ports/20081019.freebsd-ports so I submitt this patch which use easy_install to avoid the bug. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->mnag Over to maintainer (via the GNATS Auto Assign Tool)
mnag 2008-10-29 17:10:52 UTC FreeBSD ports repository Modified files: net/py-zsi Makefile pkg-plist Log: - Use easy_install to avoid deinstall errors PR: 128257 Submitted by: Wen Heping <wenheping___gmail.com> Revision Changes Path 1.13 +1 -1 ports/net/py-zsi/Makefile 1.6 +1 -127 ports/net/py-zsi/pkg-plist _______________________________________________ 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 Committed. Thanks!