[MacPorts] #27479: mozplugger builds universal even when the universal variant was not requested

MacPorts noreply at macports.org
Sun Nov 28 00:23:37 PST 2010


#27479: mozplugger builds universal even when the universal variant was not
requested
-------------------------------------+--------------------------------------
 Reporter:  ryandesign@…             |       Owner:  jeremyhu@…           
     Type:  defect                   |      Status:  new                  
 Priority:  Normal                   |   Milestone:                       
Component:  ports                    |     Version:  1.9.2                
 Keywords:                           |        Port:  mozplugger           
-------------------------------------+--------------------------------------
 {{{
 $ sudo port install mozplugger -universal
 Password:
 --->  Fetching mozplugger
 --->  Attempting to fetch mozplugger-1.14.2.tar.gz from
 http://distfiles.macports.org/mozplugger
 --->  Verifying checksum(s) for mozplugger
 --->  Extracting mozplugger
 --->  Configuring mozplugger
 --->  Building mozplugger
 --->  Staging mozplugger into destroot
 --->  Installing mozplugger @1.14.2_0
 --->  Activating mozplugger @1.14.2_0
 --->  Cleaning mozplugger
 $ port -v installed mozplugger
 The following ports are currently installed:
   mozplugger @1.14.2_0 (active) platform='darwin 10' archs='x86_64'
 $ port -q contents mozplugger | grep /bin/ | xargs lipo -info
 Architectures in the fat file: /opt/local/bin/mozplugger-controller are:
 x86_64 i386
 Architectures in the fat file: /opt/local/bin/mozplugger-helper are:
 x86_64 i386
 Architectures in the fat file: /opt/local/bin/mozplugger-linker are:
 x86_64 i386
 $
 }}}

 r73886 caused this, because it unconditionally uses
 ${configure.universal_''whatever''}. These should only be used if the
 universal variant is selected. And their non-universal counterparts should
 be used in the other case, to support changing the build_arch.

-- 
Ticket URL: <https://trac.macports.org/ticket/27479>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list