#15883 closed enhancement (fixed)
Remove --prefix=${prefix} where unnecessary
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.7.0 |
Keywords: | Cc: | acho@…, bfulgham@…, boeyms@…, cssdev, isak@…, lloyd@…, m@…, marius@…, markd@…, me@…, opendarwin.org@…, pguyot (Paul Guyot), pmoura@…, pmq@…, reiffert@…, reilles@…, rene@…, rsync@…, simon@…, tenomoto (Takeshi Enomoto), waqar@… | |
Port: |
Description
There are several ports that list --prefix=${prefix}
in the configure.args
. It's not necessary to do that because MacPorts already puts --prefix=${prefix}
in the configure.pre_args
. The attached patch removes --prefix=${prefix}
from the configure.args
where it's unnecessary. These ports are affected:
- arabica
- arts
- avr-libc
- axel
- bigloo
- blackbox
- blt
- bochs
- clisp
- dcfldd
- ffmpeg
- fnlib
- fuzz
- gmime
- grads
- httperf
- mcabber
- ncview
- netclasses-framework
- nspr
- pidgin-encryption
- py-4suite-xml
- rep-gtk
- rrdtool
- sawfish
- scotty
- swi-prolog-devel
- sympa
- szip
- taskjuggler
- tivodecode
- tktable
- wormux
- yaws
The maintainers of all affected ports are Cc'd. If you have no objection I will commit this in a few days. If you do not want me to change your port, please explain here.
Attachments (1)
Change History (3)
Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)
Attachment: | prefix.diff added |
---|
comment:1 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 16 years ago by (none)
Milestone: | Port Enhancements |
---|
Milestone Port Enhancements deleted
Note: See
TracTickets for help on using
tickets.
I changed the above ports in r38785, with the exception of httperf which was already changed in r38713, and clisp which has a custom
configure
phase which currently does not make use ofconfigure.pre_args
.