x11/xorg-libraries does not build on clean environment, since /usr/X11R6 does not exists as directory nor symbolic link. /usr/ports/Tools/scripts/mergebase.sh does not help. It only creates symbolic link iff /usr/X11R6 exists. How-To-Repeat: # ls /usr/ bin games lib libexec ports share compat include libdata obj sbin src # pwd /usr/ports/x11/xorg-libraries # make install Read /usr/ports/UPDATING for the procedure to upgrade to xorg 7.2. *** Error code 1
Responsible Changed From-To: freebsd-ports-bugs->freebsd-x11 Over to maintainer
lesi 2007-05-25 20:59:30 UTC FreeBSD ports repository Modified files: x11/xorg-libraries Makefile pkg-plist Log: Don't bail out on clean installs, just create convenience symlink instead. PR: ports/112796 Discussed with: flz, kris Revision Changes Path 1.19 +5 -1 ports/x11/xorg-libraries/Makefile 1.9 +1 -0 ports/x11/xorg-libraries/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, along with symlink creation if /usr/X11R6 does not exist. Thanks!