#32679: vobcopy: build for the right architectures -------------------------------------+-------------------------------------- Reporter: ryandesign@… | Owner: 0booo5b02@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Keywords: haspatch | Port: vobcopy -------------------------------------+-------------------------------------- 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. -- Ticket URL: <https://trac.macports.org/ticket/32679> MacPorts <http://www.macports.org/> Ports system for Mac OS