Opened 17 years ago
Closed 17 years ago
#12451 closed defect (fixed)
handbrake doesn't install
Reported by: | rjkroege@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.5.1 |
Keywords: | Cc: | rjkroege@…, simon@… | |
Port: |
Description
As with #12448, HandBrake doesn't install because its Portfile is missing the destroot.violate_mtree.
Here is a patch:
*** Portfile.org Mon Aug 13 07:17:15 2007 --- Portfile Mon Aug 13 07:19:50 2007 *************** *** 67,72 **** --- 67,73 ---- build.cmd jam build.target build.env CFLAGS=-I${prefix}/include LDFLAGS=-L${prefix}/lib + destroot.violate_mtree yes destroot { set appPath ${destroot}/Applications/MacPorts xinstall -d -m 755 ${appPath}
Change History (1)
comment:1 Changed 17 years ago by simon@…
Cc: | rjkroege@… simon@… added |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
This was a bug in the macports base which was fixed. It works fine now.
Thanks for your report.