[MacPorts] #27558: qt4-mac @4.7.1 adding 'framework' variants
MacPorts
noreply at macports.org
Thu Mar 17 11:20:33 PDT 2011
#27558: qt4-mac @4.7.1 adding 'framework' variants
------------------------------------+---------------------------------------
Reporter: youngtaek.oh@… | Owner: michaelld@…
Type: enhancement | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 1.9.2
Keywords: | Port: qt4-mac
------------------------------------+---------------------------------------
Comment(by trojanfoe@…):
Replying to [comment:28 michaelld@…]:
> Replying to [comment:27 trojanfoe@…]:
> > I locally modified the Portfile to add the framework variant and it
solved these problems, so a framework variant has my vote (if I have a
vote that is).
>
> Can you do an 'svn diff' on your Portfile & post it here?
It's as posted above, 3 months ago by the OP, but here is the diff (not an
svn diff I'm afraid):
{{{
bash-3.2# diff -c rsync.macports.org/release/ports/aqua/qt4-mac/Portfile
local/ports/aqua/qt4-mac/Portfile
*** rsync.macports.org/release/ports/aqua/qt4-mac/Portfile 2011-03-11
02:00:15.000000000 +0000
--- local/ports/aqua/qt4-mac/Portfile 2011-03-17 16:18:44.000000000
+0000
***************
*** 499,504 ****
--- 499,511 ----
#variant x11 conflicts quartz \
#description {Build for X11 GUI, not Native OSX Quartz} {}
+ # LOCAL
+ variant framework \
+ description {Build as framework} {
+ configure.args-delete -no-framework
+ configure.args-append -framework
+ }
+
# if neither +x11 or +quartz were specified, default to the latter
#if {![variant_isset quartz] && ![variant_isset x11]}
default_variants +quartz
}}}
--
Ticket URL: <https://trac.macports.org/ticket/27558#comment:29>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list