Bug 104524 - Perl5.8 port spams /usr/bin/, preventing cross installs
Summary: Perl5.8 port spams /usr/bin/, preventing cross installs
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Anton Berezin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-18 08:50 UTC by Nick Hibma
Modified: 2007-02-19 20:20 UTC (History)
0 users

See Also:


Attachments
file.diff (772 bytes, patch)
2006-10-18 08:50 UTC, Nick Hibma
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nick Hibma 2006-10-18 08:50:17 UTC
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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-10-18 08:53:48 UTC
Responsible Changed
From-To: freebsd-ports-bugs->tobez

Over to maintainer
Comment 2 Nick Hibma 2007-01-02 14:34:44 UTC
The patch is very simple and it would be very much appreciated if this could 
be added soonish. Thanks.
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-02-19 20:12:27 UTC
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"
Comment 4 Anton Berezin freebsd_committer freebsd_triage 2007-02-19 20:18:56 UTC
State Changed
From-To: open->closed

The fix has been committed. Thank you for your submission.