[MacPorts] #20594: port upgrade ignores installed variant

MacPorts noreply at macports.org
Fri Aug 7 04:46:16 PDT 2009


#20594: port upgrade ignores installed variant
---------------------------+------------------------------------------------
 Reporter:  mjs@…          |       Owner:  macports-tickets@…                   
     Type:  defect         |      Status:  new                                  
 Priority:  Normal         |   Milestone:                                       
Component:  ports          |     Version:  1.7.1                                
 Keywords:                 |        Port:                                       
---------------------------+------------------------------------------------
 I currently have an ImageMagick variant installed:

 {{{
 boom:~$ sudo port installed | grep ImageMagick
   ImageMagick @6.5.2-4_1+no_plus_plus+no_x11+q16 (active)
 }}}

 How do I upgrade this variant?  If I try upgrading ImageMagick itself, it
 tries to haul in X11 bits and pieces:

 {{{
 boom:~$ sudo port upgrade ImageMagick
 --->  Fetching xorg-bigreqsproto
 --->  Verifying checksum(s) for xorg-bigreqsproto
 --->  Extracting xorg-bigreqsproto
 --->  Configuring xorg-bigreqsproto
 ^C
 }}}

 Specifying the variant explicitly (which I don't think should be
 necessary) doesn't help either:

 {{{
 boom:~$ sudo port upgrade ImageMagick +no_plus_plus +no_x11 +q16
 --->  Configuring xorg-bigreqsproto
 --->  Building xorg-bigreqsproto
 --->  Staging xorg-bigreqsproto into destroot
 --->  Installing xorg-bigreqsproto @1.0.2_0
 ^C
 }}}

 A similar problem is #12275.  That has been marked closed however the
 problem does not seem to be fixed.

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


More information about the macports-tickets mailing list