In last commit (r1.143) USE_PERL5_BUILD=yes was removed from Makefile with comment "Remove USE_PERL5_BUILD, since perl is not needed anymore to build.", but during build make runs this command: perl ./mkproto.pl ./*.c ./lib/compat.c Fix: Running this command during build is unimportant, because files, generated by it, are already included in distfile. So, executing of this command must be prevented. How-To-Repeat: just make it on a system without perl being installed
Responsible Changed From-To: freebsd-ports-bugs->ehaupt Over to maintainer (via the GNATS Auto Assign Tool)
ehaupt 2009-09-15 08:30:12 UTC FreeBSD ports repository Modified files: net/rsync Makefile Log: Prevent the unnecessary usage of perl (if present) during configure. PR: 138834 (based on) Submitted by: Aleksey Mashanov <aleksey.mashanov@gmail.com> Revision Changes Path 1.144 +3 -1 ports/net/rsync/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 Patch committed, thanks.