[MacPorts] #45862: New port: py-kde4

MacPorts noreply at macports.org
Wed Nov 12 14:53:42 PST 2014


#45862: New port: py-kde4
--------------------------+--------------------------------
  Reporter:  rjvbertin@…  |      Owner:  macports-tickets@…
      Type:  submission   |     Status:  new
  Priority:  Normal       |  Milestone:
 Component:  ports        |    Version:  2.3.2
Resolution:               |   Keywords:  needs_work
      Port:               |
--------------------------+--------------------------------

Comment (by jmr@…):

 You don’t need the foreach loop to declare subports, that will be done by
 the portgroup when python.versions is set. The reason ${python.version} is
 unset is that you are referencing it from py-pykde4, which is just a stub
 port and thus has no associated python version. There are a lot of things
 in this portfile that don’t belong in the stub, and those should be put
 inside an if statement like this:
 {{{
 if {$subport ne $name} {
     <things that should only be done in the subports>
 }
 }}}
 Looks like everything from depends_build to compiler.blacklist (inclusive)
 should be inside that if statement.

-- 
Ticket URL: <https://trac.macports.org/ticket/45862#comment:2>
MacPorts <https://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list