[MacPorts] #14150: libcompat invalid variant name macosx-framework
#14150: libcompat invalid variant name macosx-framework -------------------------------------+-------------------------------------- Reporter: ryandesign@macports.org | Owner: pguyot@kallisys.net Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Keywords: | -------------------------------------+-------------------------------------- libcompat contains this section: {{{ # Copy regexp.h on Tiger if {[variant_isset macosx-framework]} { file copy "${portpath}/${filesdir}/regexp.h" "${destroot}${prefix}/include/" } }}} There are two problems with this: 1. The port defines no variant named "macosx-framework" so this section can never be executed 2. "macosx-framework" is not a valid variant name (the hyphen is not a valid character in variant names; see #14141 and #14147) Paul, I'm assigning this to you since you added these lines in r13149 and I hope you will remember how this was meant to work so that you can fix it. -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/14150> MacPorts </projects/macports> Ports system for Mac OS
#14150: libcompat invalid variant name macosx-framework --------------------------------------+------------------------------------- Reporter: ryandesign@macports.org | Owner: pguyot@kallisys.net Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Resolution: fixed | Keywords: --------------------------------------+------------------------------------- Changes (by pguyot@kallisys.net): * status: new => closed * resolution: => fixed Comment: Fixed in r34430. -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/14150#comment:1> MacPorts </projects/macports> Ports system for Mac OS
participants (1)
-
MacPorts