Ticket #32679 (closed defect: fixed)
vobcopy: build for the right architectures
| Reported by: | ryandesign@… | Owned by: | 0booo5b02@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 2.0.3 |
| Keywords: | haspatch | Cc: | mtb19@… |
| Port: | vobcopy |
Description
vobcopy doesn't build for the right architectures:
$ port -v installed vobcopy The following ports are currently installed: vobcopy @1.2.0_0+universal (active) platform='darwin 10' archs='i386 x86_64' $ port -q contents vobcopy | xargs -n 1 lipo -info 2>/dev/null Non-fat file: /opt/local/bin/vobcopy is architecture: x86_64
The attached patch fixes this:
$ port -v installed vobcopy The following ports are currently installed: vobcopy @1.2.0_0+universal platform='darwin 10' archs='i386 x86_64' vobcopy @1.2.0_1+universal (active) platform='darwin 10' archs='i386 x86_64' $ port -q contents vobcopy | xargs -n 1 lipo -info 2>/dev/null Architectures in the fat file: /opt/local/bin/vobcopy are: x86_64 i386
Please let me know if you have any objections or whether I may commit it.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


proposed patch