Opened 12 years ago

Closed 12 years ago

#32679 closed defect (fixed)

vobcopy: build for the right architectures

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: 0booo5b02@…
Priority: Normal Milestone:
Component: ports Version: 2.0.3
Keywords: haspatch Cc: posita (Matt Bogosian)
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 (1)

vobcopy-archs.diff (602 bytes) - added by ryandesign (Ryan Carsten Schmidt) 12 years ago.
proposed patch

Download all attachments as: .zip

Change History (3)

Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Attachment: vobcopy-archs.diff added

proposed patch

comment:1 Changed 12 years ago by posita (Matt Bogosian)

Cc: mtb19@… added

Cc Me!

comment:2 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: newclosed

r94810 (maintainer timeout)

Note: See TracTickets for help on using tickets.