#13773 closed defect (worksforme)
xrender Portfile contains unknown variable 'sysroot'
Reported by: | McDutchie (Martijn Dekker) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.5.2 |
Keywords: | xrender variable bug | Cc: | |
Port: |
Description
The xrender port contains an unknown variable "sysroot" that MacPorts complains about when trying to install or upgrade it. I had to edit the Portfile to get it to work (patch in diff -u format attached).
Attachments (1)
Change History (5)
Changed 17 years ago by McDutchie (Martijn Dekker)
Attachment: | xrender-Portfile.patch added |
---|
comment:1 Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → worksforme |
---|---|
Status: | new → closed |
The patch should not be applied. The ${sysroot}
and ${prefix}
variables are not even remotely equivalent.
The ${sysroot}
variable exists in MacPorts as of 1.6.0. Please update to MacPorts 1.6.0 or later.
sudo port selfupdate
comment:2 Changed 17 years ago by McDutchie (Martijn Dekker)
MacPorts 1.6.0 fails to build on Mac OS X 10.3.9 (Panther). The download link to the Panther release .dmg is invalid (404). Until 1.6.0 can be obtained on all supported systems, ports should not rely on 1.6.0 variables.
comment:3 Changed 17 years ago by jmpalacios (Juan Manuel Palacios)
Priority: | High → Normal |
---|
Note: See
TracTickets for help on using
tickets.
patch to fix 'sysroot' variable in xrender Portfile