Re: Skipping *nix hidden folders while indexing

2013-01-24 Thread Rainer Müller
On 2013-01-23 01:30, Andrea D'Amore wrote: I sometime disable a port in tree and reindex, the natural way to do it is to prepend a dot to the portdir name. Is there anything against the following? Index: src/macports1.0/macports.tcl

Re: [101464] trunk/dports/_resources/port1.0/group/ compiler_blacklist_versions-1.0.tcl

2013-01-24 Thread Ryan Schmidt
On Jan 11, 2013, at 08:18, michae...@macports.org wrote: Revision: 101464 https://trac.macports.org/changeset/101464 Author: michae...@macports.org Date: 2013-01-11 06:18:33 -0800 (Fri, 11 Jan 2013) Log Message: --- compiler_blacklist_versions : change fancy ``s to

Re: [101464] trunk/dports/_resources/port1.0/group/ compiler_blacklist_versions-1.0.tcl

2013-01-24 Thread Michael Dickens
On Jan 24, 2013, at 8:33 AM, Ryan Schmidt ryandes...@macports.org wrote: On Jan 11, 2013, at 08:18, michae...@macports.org wrote: compiler_blacklist_versions : change fancy ``s to basic s, as is used everywhere else. Modified Paths: --

Re: [101464] trunk/dports/_resources/port1.0/group/ compiler_blacklist_versions-1.0.tcl

2013-01-24 Thread Ryan Schmidt
On Jan 24, 2013, at 07:46, Michael Dickens wrote: On Jan 24, 2013, at 8:33 AM, Ryan Schmidt wrote: On Jan 11, 2013, at 08:18, michae...@macports.org wrote: compiler_blacklist_versions : change fancy ``s to basic s, as is used everywhere else. Modified Paths: --

Re: Compiling ObjC++ versus ObjC

2013-01-24 Thread Michael Dickens
On Jan 23, 2013, at 7:10 PM, Jeremy Huddleston Sequoia jerem...@macports.org wrote Well, I encourage you to submit these change upstream, so developers *can* rely on them =) I'll check out the Qt tickets. No, you should fix it right (defaulting to $CXX). For comparison, this is what

Re: [101464] trunk/dports/_resources/port1.0/group/ compiler_blacklist_versions-1.0.tcl

2013-01-24 Thread Rainer Müller
On 2013-01-24 15:14, Ryan Schmidt wrote: Sorry to hear smart quotes don't work with your xterm; this is the first I've heard of such a problem. I don't know why that would be. They work fine in my OS X Terminal.app on Mountain Lion. I've been switching to smart quotes in many ports already,

Re: [101989] trunk/dports/net/bind9

2013-01-24 Thread Daniel J. Luke
On Jan 23, 2013, at 10:55 PM, Jeremy Huddleston Sequoia jerem...@macports.org wrote: On Jan 23, 2013, at 7:39 PM, Daniel J. Luke dl...@geeklair.net wrote: On Jan 23, 2013, at 7:38 PM, jerem...@macports.org wrote: bind9: Fix inlining What ticket is this for? and/or what was broken that you

Re: [101464] trunk/dports/_resources/port1.0/group/ compiler_blacklist_versions-1.0.tcl

2013-01-24 Thread Michael Dickens
On Jan 24, 2013, at 9:46 AM, Rainer Müller rai...@macports.org wrote: It's probably not a problem for most users with a recent enough terminal emulator that supports UTF-8. Actually one would have to check by locale environment or by other means whether support for UTF-8 is available... Not

Re: [101464] trunk/dports/_resources/port1.0/group/ compiler_blacklist_versions-1.0.tcl

2013-01-24 Thread Rainer Müller
On 2013-01-24 16:29, Michael Dickens wrote: On Jan 24, 2013, at 9:46 AM, Rainer Müller rai...@macports.org wrote: It's probably not a problem for most users with a recent enough terminal emulator that supports UTF-8. Actually one would have to check by locale environment or by other means

Re: [101464] trunk/dports/_resources/port1.0/group/ compiler_blacklist_versions-1.0.tcl

2013-01-24 Thread Michael Dickens
On Jan 24, 2013, at 10:41 AM, Rainer Müller rai...@macports.org wrote: It's /opt/X11/bin/xterm for me, but I guess /usr/X11R6 on your system is a symlink to that anyway. I use the same versions on Mac OS X 10.8 Mountain Lion. Yes: % ls -lAFd /usr/X11* lrwxr-xr-x 1 root wheel 8 Oct 26

Re: [101989] trunk/dports/net/bind9

2013-01-24 Thread Jeremy Huddleston Sequoia
On Jan 24, 2013, at 7:13 AM, Daniel J. Luke dl...@geeklair.net wrote: On Jan 23, 2013, at 10:55 PM, Jeremy Huddleston Sequoia jerem...@macports.org wrote: On Jan 23, 2013, at 7:39 PM, Daniel J. Luke dl...@geeklair.net wrote: On Jan 23, 2013, at 7:38 PM, jerem...@macports.org wrote:

Re: [101464] trunk/dports/_resources/port1.0/group/ compiler_blacklist_versions-1.0.tcl

2013-01-24 Thread Lawrence Velázquez
On Jan 24, 2013, at 9:46 AM, Rainer Müller rai...@macports.org wrote: Fun fact: These quotes are used differently depending on the language. “English” „German“ Note that the English left quote is the same as the German right quote. That is why I just cannot remember which of these symbols

Re: [101989] trunk/dports/net/bind9

2013-01-24 Thread Daniel J. Luke
On Jan 24, 2013, at 1:34 PM, Jeremy Huddleston Sequoia jerem...@macports.org wrote: (If so, it wasn't a minimal fix, since it affected more than that variant - if not, it wasn't something that prevented the build on my local boxes or the buildboxes, so I don't think it really qualifies under

Re: [101949] trunk/dports/kde/kde4-runtime

2013-01-24 Thread MK-MacPorts
OMG, now we depend on clang for some of the KDE ports?!!! So much hassle just to get kde4-(runtime|baseapps) built… :-( Is there no way around this? ___ macports-dev mailing list macports-dev@lists.macosforge.org

Re: [101989] trunk/dports/net/bind9

2013-01-24 Thread Jeremy Huddleston Sequoia
On Jan 24, 2013, at 12:39 PM, Daniel J. Luke dl...@geeklair.net wrote: I spent 5 minutes looking on http://www.isc.org for a way to actually send them the patch only to be presented with requests to fill out a sponsorship application before I could join their forums. As such, ISC doesn't

gcc and xgetbv

2013-01-24 Thread Michael Dickens
I'm trying to compile gnuradio using configure.compiler=macports-gcc-4.7 to see if their SIMD detection is working (a component they call VOLK). VOLK was originally designed for GCC-based compilers, and they are working on augmenting for CLANG. I've been told, and a quick internet search