Re: How to find default variants

2014-07-05 Thread Ryan Schmidt
On Jul 5, 2014, at 7:54 PM, Jeremy Lavergne wrote: > Port variants. It indicates which variants are on based on your variants.conf ...and based on the port's defaults. For example: $ port variants xorg-libxcb xorg-libxcb has the variants: docs: Install extra documentation python25: Use p

Re: How to find default variants

2014-07-05 Thread Jeremy Lavergne
Port variants. It indicates which variants are on based on your variants.conf On July 5, 2014 8:52:08 PM EDT, Jerry wrote: >Before installing a port, how does one discover the default variants >for that port? I gather that one could search the port text file for >"default_variants" but it seems l

How to find default variants

2014-07-05 Thread Jerry
Before installing a port, how does one discover the default variants for that port? I gather that one could search the port text file for "default_variants" but it seems like there should be a command for this, perhaps port default_variants foo. Jerry ___

Re: cmake universal?

2014-07-05 Thread Ryan Schmidt
On Jul 3, 2014, at 7:04 AM, René J.V. Bertin wrote: > > On Jul 03, 2014, at 13:43, Mojca Miklavec wrote: > >> On Thu, Jul 3, 2014 at 11:45 AM, "René J.V. Bertin" wrote: >>> Quick question: I have the universal cmake variant installed, and I fail to >>> see the interest of that. Is there any wa

Re: icon generation on OS X 10.6

2014-07-05 Thread Clemens Lang
Hi, > I'd be satisfied if the icon that was created also shows up on the app > bundle, in the Finder. Simply copying it from the build folder into the app > bundle's Resource directory is not enough, of course. You need an Info.plist file in the Contents folder of the app bundle. It needs to be a

Re: icon generation on OS X 10.6

2014-07-05 Thread René J.V. Bertin
On Jul 05, 2014, at 22:05, Marko Käning wrote: > On 05 Jul 2014, at 21:50 , René J.V. Bertin wrote: >> Sadly that doesn't teach me anything new ... The last icon (icns) related >> message is that the .icns file was saved in the build directory. > > so, if you know where the build directory is

Re: icon generation on OS X 10.6

2014-07-05 Thread Marko Käning
On 05 Jul 2014, at 21:50 , René J.V. Bertin wrote: > Sadly that doesn't teach me anything new ... The last icon (icns) related > message is that the .icns file was saved in the build directory. so, if you know where the build directory is you’re happy, or not? ___

Re: icon generation on OS X 10.6

2014-07-05 Thread Marko Käning
On 05 Jul 2014, at 21:50 , René J.V. Bertin wrote: > Sadly that doesn't teach me anything new ... The last icon (icns) related > message is that the .icns file was saved in the build directory. so, if you know where the build directory is you’re happy, or not? ___

Re: icon generation on OS X 10.6

2014-07-05 Thread René J.V. Bertin
On Jul 05, 2014, at 16:56, Jeremy Lavergne wrote: > Using trace mode might help in spotting what it is trying to find (port -t > ...) Sadly that doesn't teach me anything new ... The last icon (icns) related message is that the .icns file was saved in the build directory. R. _

Re: PIL + ReportLab vs Pillow

2014-07-05 Thread Mihai Moldovan
Hi, I've actually hit this "issue" today. I need rst2pdf, which has an (undeclared, I'll fix this) runtime dependency on py27-Pillow and py27-reportlab. py27-reportlab currently depends on py27-pil, while newer subports depend on Pillow. I've been in touch with the maintainer, I hope I can quo

Re: icon generation on OS X 10.6

2014-07-05 Thread Marko Käning
Hi René, > Anyone know where icon generation is handled in cmake-based ports? I whipped > up a > replacement for the iconutil command using png2icns. oh, it's very nice that you've found a replacement for the tool. This might bring back a lot of application icons of KDE apps on OSX, which has b

Re: icon generation on OS X 10.6

2014-07-05 Thread Eric Le Lay
Hi, if you try to create an application from a port, use the app portgroup: http://trac.macports.org/browser/trunk/dports/_resources/port1.0/group/app-1.0.tcl See for instance the quodlibet port using app.icon: http://trac.macports.org/browser/trunk/dports/python/quodlibet/Portfile Cheers, Eric

Re: clang's build performance

2014-07-05 Thread Christopher Jones
Hi, I cannot answer why, but I can confirm what you have seen. Even on OSX10.9, where the system clang is MacBookPro ~ > clang -v Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn) Target: x86_64-apple-darwin13.3.0 Thread model: posix So I would guess closer to MacPorts clang 3.4 th

icon generation on OS X 10.6

2014-07-05 Thread René J.V. Bertin
Anyone know where icon generation is handled in cmake-based ports? I whipped up a replacement for the iconutil command using png2icns. The command is picked up (if it's in /usr/bin ..) and icns files are generated, but they're not copied into the target appbundles, let alone installed as app ico

clang's build performance

2014-07-05 Thread René J.V. Bertin
In hope it's not completely out of place to discuss this here, but has anyone else noticed that clang's supposedly better build performance (as opposed to gcc) is no longer an accurate selling argument, at least for version 3.4? Comparing build times of a port I'm working on, KDE's rekonq so mo