Changes between Initial Version and Version 2 of Ticket #1827


Ignore:
Timestamp:
Mar 24, 2016, 1:52:08 PM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1827

    • Property Status changed from new to closed
    • Property Resolution changed from to invalid
  • Ticket #1827 – Description

    initial v2  
    22
    33According to the darwinports/README, the prefix variable in portconf (e.g. /etc/ports/port.conf or
    4 ${HOME}/.portsrc) is supposed to be honored as a "directory in which to install ports".  AFAIK, base/
    5 src/port1.0/portmain.tcl overrides prefix set in base/src/darwinports1.0/darwinports.tcl by hardcoding
     4${HOME}/.portsrc) is supposed to be honored as a "directory in which to install ports".  AFAIK,
     5base/src/port1.0/portmain.tcl overrides prefix set in base/src/darwinports1.0/darwinports.tcl by hardcoding
    66prefix to /opt/local.  This patch allows portmain.tcl to use the prefix value specified in portconf.
    77
     8{{{
    89--- base/src/port1.0/portmain.tcl.orig  Sat May  8 12:58:41 2004
    910+++ base/src/port1.0/portmain.tcl       Sat May  8 12:59:14 2004
     
    1718 default destdir destroot
    1819 default destpath {${workpath}/${destdir}}
     20}}}