New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #32679 (closed defect: fixed)

Opened 17 months ago

Last modified 11 months ago

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

vobcopy-archs.diff (602 bytes) - added by ryandesign@… 17 months ago.
proposed patch

Change History

Changed 17 months ago by ryandesign@…

proposed patch

comment:1 Changed 11 months ago by mtb19@…

  • Cc mtb19@… added

Cc Me!

comment:2 Changed 11 months ago by ryandesign@…

  • Status changed from new to closed
  • Resolution set to fixed

r94810 (maintainer timeout)

Note: See TracTickets for help on using tickets.