py-gnome2 install EG_DST_DIR as 0555 but py-gnome-desktop do install it as mkdir aka 0755, which confuse pointyhat when building pkgng packages: see http://pointyhat-west.isc.freebsd.org/errorlogs/amd64-errorlogs/e.9-pkgng.20120419221037.pointyhat-west/py27-gnome-desktop-2.32.0_1.log A first fix could be to set all the directory to 0755 which after all make sense imho. just for you information ${TAR} -C ${EG_SRC_DIR} -cf - . | ${TAR} -C ${EG_DST_DIR} -xf - can be replaced by: cd ${EG_SRC_DIR}; pax -rw . ${EG_DST_DIR} This will be faster normally, but py-gnome is already fast, so not really needed :) Port maintainer (gnome@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_5 (mode: change, diff: CVS)
Responsible Changed From-To: freebsd-ports-bugs->gnome Over to maintainer (via the GNATS Auto Assign Tool)
State Changed From-To: open->closed Committed, thanks!
mezz 2012-05-20 16:35:09 UTC FreeBSD ports repository Modified files: x11-toolkits/py-gnome2 Makefile Log: 555 -> 755 for doc directories. PR: ports/167119 Submitted by: bapt Revision Changes Path 1.111 +1 -1 ports/x11-toolkits/py-gnome2/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"