I am building images through nanobsd and installing ports into that image. Both are i386 machines. cd /usr/ports/lang/perl5.8 make PREFIX=/usr/obj/nanobsd/_.w/usr/local will nevertheless reset your links in /usr/bin to that location (instead of leaving it at /usr/local/bin/perl where the perl for my laptop is located. A switch to disable the running of use.perl would be very much appreciated.
Responsible Changed From-To: freebsd-ports-bugs->tobez Over to maintainer
The patch is very simple and it would be very much appreciated if this could be added soonish. Thanks.
tobez 2007-02-19 20:12:22 UTC FreeBSD ports repository Modified files: lang/perl5.8 Makefile lang/perl5.8/files patch-freebsd.sh Log: 1. Fix breakage due to incorrect objformat-related change. 2. While at it, add a WITHOUT_USE_PERL knob that avoids spamming /usr/bin; it is meant for those who do cross-installs and such. No version bump. Pointy hat to: kris [1] Reported by: many [1] PR: 104524 [2] Submitted by: Nick Hibma <nick@anywi.com> [2] Revision Changes Path 1.90 +3 -0 ports/lang/perl5.8/Makefile 1.4 +9 -9 ports/lang/perl5.8/files/patch-freebsd.sh _______________________________________________ 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 The fix has been committed. Thank you for your submission.