Re: Which GCC does macports use?

2010-04-18 Thread Jeff Singleton
Ctalk Project ctalk at ctalklang.org writes: So how do I tell macports to use the newly installed compiler? Tnx, Robert Having found this out the hard way ... here is the answer: 1. Using gcc_select (-l to list available versions) 2. Using configure.compiler=macports-gcc-4.4 on

GCC44, GCC45, GCC46 - Whats the point?

2010-06-15 Thread Jeff Singleton
Seriously...what is the point of even having gcc44, gcc45, gcc46 in Macports, if we can't even use the newest compilers inside of Macports? I mean, I spend the hours building it, because there are features and enhancements in gcc 4.4 that I would like to use in other apps. But, after waiting all

Re: GCC44, GCC45, GCC46 - Whats the point?

2010-06-15 Thread Jeff Singleton
in later. On Tue, Jun 15, 2010 at 4:37 PM, Ryan Schmidt ryandes...@macports.orgwrote: On Jun 15, 2010, at 14:41, Jeff Singleton wrote: Seriously...what is the point of even having gcc44, gcc45, gcc46 in Macports, if we can't even use the newest compilers inside of Macports? There are several

A word on Trac ticket submissions...

2010-06-22 Thread Jeff Singleton
Ya know... If the same effort was put into fixing bugs as was put into ensuring tickets entered are correct, I think we would have a lot less bugs. How about configuring Trac with Drop Down selections for maintainers, or Error checks that automatically prompt us, or even prevent the ticket from

Re: A word on Trac ticket submissions...

2010-06-22 Thread Jeff Singleton
: On Jun 22, 2010, at 9:08 AM, Jeff Singleton wrote: But I would think the maintainer should be maintaining which should include the random test builds to ensure everything still works. As a maintainer, I do a bunch of testing before I do an update to a port. I rarely test it between updates

Re: A word on Trac ticket submissions...

2010-06-22 Thread Jeff Singleton
Yeah ... its why there is a heavily used acronym called RTFM. Because nobody ever does read the manual. Besides ... reading, remembering, and knowing the correct way are completely different. Humans are not computers and thus do not retain everything we read all of the time for ever. I doubt

Re: ticket#25375 couchdb (rookie here)

2010-06-25 Thread Jeff Singleton
I think the overwhelming response will be...stretch, crack yer knuckles, and dive right in. I'm not a dev, but have submitted my share of bugs to trac. Most end up hitting that dreaded duplicate issue, despite my searching. I rarely can contribute code fixes, but sometimes can suggest work

Re: Building Python+GTK for Quartz

2010-07-12 Thread Jeff Singleton
Hey Chris First run a port clean on tk...then apply the below patch on the Portfile under x11/tk sources folder. Then re-run your port install tk command. Begin Tk De-Carbon Patch = --- Portfile.858.original       2010-01-15 15:20:24.0 +0900 +++ Portfile    2010-01-15

Re: Help needed...suddenly nothing works

2010-07-28 Thread Jeff Singleton
What happens when you run this command? sudo launchctl load -w /Library/LaunchDaemons/org.macports.apache2.plist What do you see when you run this command? sudo launchctl list | grep http Do you see port 80 listening? netstat -na | grep LIST Is the apache2 port installed in its

Re: Setting up Apache (was: Re: Still have MySQL problems that need to get solved soon)

2010-07-29 Thread Jeff Singleton
If you have a second partition formatted with HFS, there is an option on the Get Info options to ignore ownership on this volume. Outside of that ... if you are hosting Joomla from your home folder under Sites, and you get the cannot write error during the install process, then you have other

Re: Huge system slowdown while installing ports

2010-08-02 Thread Jeff Singleton
Just a shot in the dark ... but are you running Intego Virus Barrier X6? Or one of Intego's other security apps? If you are ... make sure to add your Macports folder to the exempt (Do not Scan in Real Time) listas Realtime monitoring from Intego will cause exactly the issues you are stating.

Re: Building libvpx Error

2010-08-02 Thread Jeff Singleton
I hit this error too ... I solved it doing a port -vfnR on the two ports that are required to build libvpx, and then it seemed to work. On Sun, Aug 1, 2010 at 1:43 PM, Ryan Schmidt ryandes...@macports.org wrote: On Aug 1, 2010, at 06:47, mieru mieru wrote: Hi everybody, i'm new to this list

Re: trac.macports.org/ticket/25815

2010-08-02 Thread Jeff Singleton
Agreed .. It is this error from the config.err file: gcc-4.0: -E, -S, -save-temps and -M options are not allowed with multiple -arch flags I hit this with wxWidgets-devel when trying to build universal...my guess there are some dependencies that need to be rebuilt with universal. I'm back

Re: trac.macports.org/ticket/25815

2010-08-02 Thread Jeff Singleton
On Mon, Aug 2, 2010 at 10:23 PM, Ryan Schmidt ryandes...@macports.org wrote: On Aug 2, 2010, at 21:16, Jeff Singleton wrote: Agreed .. It is this error from the config.err file:       gcc-4.0: -E, -S, -save-temps and -M options are not allowed with multiple -arch flags I hit

Reinstalling ports from a Port Archive

2010-08-03 Thread Jeff Singleton
OK ... Seems my registry db got corrupt ... probably not due to anything Macports did, rather than just a fluke of nature, considering everything froze and force me to hard power my Macbook. I wasn't worried to much since I have been employing the port archive feature to ensure that I have

Re: Reinstalling ports from a Port Archive

2010-08-03 Thread Jeff Singleton
Maybe I just assumed it would do this automatically ... I will check with the -b here shortly. On Tue, Aug 3, 2010 at 5:12 PM, Arno Hautala a...@alum.wpi.edu wrote: On Tue, Aug 3, 2010 at 16:24, Jeff Singleton gvib...@gmail.com wrote: So why isn't MacPorts just extracting archived ports from

Re: Reinstalling ports from a Port Archive

2010-08-03 Thread Jeff Singleton
to the ports I use/need...and added them to etc/variants.conf I'm gonna give +universal another go, instead of letting the port's default arch getting built. So far so good. On Tue, Aug 3, 2010 at 8:09 PM, Arno Hautala a...@alum.wpi.edu wrote: On Tue, Aug 3, 2010 at 17:22, Jeff Singleton gvib

Re: msmtp crash report (mutt not working)

2010-08-03 Thread Jeff Singleton
Try deactivating the current active one and activating the version with +macosx. Maybe run update_dyld_shared_cache Or do what Brian said below ... I love gmail, tells me when someone else replies while I am replying and lets me read it to decide if my reply still has relevance. Which it

rb-activesupport bad checksums and failing to install

2010-08-05 Thread Jeff Singleton
I've seen this over and over ... I'm pretty sure there is a trac already opened (too tired to search right now) ... but here is the error that I just cannot get passed. I just don't understand how it can't find itself locally or in a repository. Maybe someone can help me figure it out...I'll

Re: rb-activesupport bad checksums and failing to install

2010-08-05 Thread Jeff Singleton
About the checksums ... it happens everytime I have ever tried installing this port. I usually just change the Portfile, clean and retry, which seems to end right where I am now. On Thu, Aug 5, 2010 at 8:37 PM, Jeff Singleton gvib...@gmail.com wrote: I've seen this over and over ... I'm pretty

Re: rb-activesupport bad checksums and failing to install

2010-08-05 Thread Jeff Singleton
I'm just working around it using gem in my User folder and adding that path so everything can find it. On Thu, Aug 5, 2010 at 8:58 PM, Ryan Schmidt ryandes...@macports.org wrote: On Aug 5, 2010, at 19:39, Jeff Singleton wrote: About the checksums ... it happens everytime I have ever tried

Re: rb-activesupport bad checksums and failing to install

2010-08-06 Thread Jeff Singleton
I've been installing from Rubygems ... but some things argue about where my gems are installed. I can put the gems bin folder in my path, and there is always one that just doesn't like it. I guess the biggest thing is that error message ... I think maybe its the version number being part of the

Re: quartz everything

2010-08-11 Thread Jeff Singleton
Yep ... Here is what I have in mine. Because I know what each of these variants do, I know that something I build and use regularly requires features provided by one of them. # variants.conf -ipv6 +no_x11 -x11 +quartz -x11_xcb +gvfs +python26 +help_browser +no_gcc43 -speex +mysql5 +postgresql84

Removing/Blocking Specific Mirrors

2010-08-21 Thread Jeff Singleton
I'll just get right to it ... Internap's Sourceforge mirror has been real pissy lately, at least for me. Is there a way to just remove this one mirror from the list or blacklist it so that it is skipped when using SF's repository? Ex 1. I've seen longer, but only because I wanted to see wtf

Re: Removing/Blocking Specific Mirrors

2010-08-22 Thread Jeff Singleton
Cool ... was it a problem for you too? I live in Atlanta, and Internap is a joke around here, so I wouldn't be surprised. -- J On Sun, Aug 22, 2010 at 12:33 PM, Perry Lee pe...@macports.org wrote: On Aug 21, 2010, at 5:37 PM, Jeff Singleton wrote: Internap's Sourceforge mirror has been

Re: Removing/Blocking Specific Mirrors

2010-08-23 Thread Jeff Singleton
Excellent! Thanks All! On Sun, Aug 22, 2010 at 8:40 PM, Rainer Müller rai...@macports.org wrote: On 2010-08-22 18:33 , Perry Lee wrote: On Aug 21, 2010, at 5:37 PM, Jeff Singleton wrote: Internap's Sourceforge mirror has been real pissy lately, at least for me.   Is there a way to just

Re: Ports applications are not shown to Mac Application menu

2010-08-23 Thread Jeff Singleton
Platypus only makes App bundles out of Java (jar) applications that are launched via shell script. On Sun, Aug 22, 2010 at 1:07 PM, Eric Le Lay ele...@macports.org wrote:  Le 22/08/10 02:00, Ryan Schmidt a écrit : On Aug 21, 2010, at 18:23, Bradley Giesbrecht wrote: My only real interest

Re: Ports applications are not shown to Mac Application menu

2010-08-23 Thread Jeff Singleton
- Hash: SHA1 On 8/23/10 09:18 , Jeff Singleton wrote: Platypus only makes App bundles out of Java (jar) applications that are launched via shell script. Its webpage disagrees: Platypus is a developer tool for the Mac OS X operating system. It can be used to create native, flawlessly

Force Macports to use XQuartz as X11 dependency

2010-08-30 Thread Jeff Singleton
I hope this can be just a quick one ... Can Macports be forced to used the XQuartz release installed by DMG, instead of painfully going through the build process of every single X dependency? -- Jeff ___ macports-users mailing list

Re: Force Macports to use XQuartz as X11 dependency

2010-08-30 Thread Jeff Singleton
SIGNED MESSAGE- Hash: SHA1 On 8/30/10 08:30 , Jeff Singleton wrote: I hope this can be just a quick one ... Can Macports be forced to used the XQuartz release installed by DMG, instead of painfully going through the build process of every single X dependency? It's a quick one

Re: Force Macports to use XQuartz as X11 dependency

2010-08-30 Thread Jeff Singleton
because its more compatible with older hardware that I will never use... Just doesn't make sense to me ... If I had a dual quad-core 32gig Mac Pro, I probably wouldn't care. On Mon, Aug 30, 2010 at 3:04 PM, Jeremy Huddleston jerem...@macports.org wrote: On Aug 30, 2010, at 10:43, Jeff Singleton

Re: Force Macports to use XQuartz as X11 dependency

2010-08-30 Thread Jeff Singleton
these things. If you would rather not discuss...then don't replyits that easy. -- J On Mon, Aug 30, 2010 at 4:22 PM, Brandon S Allbery KF8NH allb...@kf8nh.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 8/30/10 15:27 , Jeff Singleton wrote: So there is no way to avoid building

Re: Wireshark Capture support

2010-09-14 Thread Jeff Singleton
Actually ... that will work! Its the ChmodBPF steps to change the permissions so that the 'admin' group can access the devices. On Tue, Sep 14, 2010 at 10:36 AM, Rainer Müller rai...@macports.org wrote: On 2010-09-14 12:40 , Jasper Frumau wrote: Installed Wireshark a while. Decided to use it

Re: py26-numpy +gcc44 requires gcc45 variant of atlas

2010-09-14 Thread Jeff Singleton
I took a gamble and changed the CC and CXX variables being set in the py26-numpy Portfile to point to the gcc-4.2/g++-4.2 compiler in OS X. py26-numpy compiled without issue for me. I could not get it to build using mp-gcc-4.4 ... It kept failing with RuntimeError: Broken toolchain: cannot link

Re: py26-numpy +gcc44 requires gcc45 variant of atlas

2010-09-14 Thread Jeff Singleton
On Tue, Sep 14, 2010 at 1:56 PM, Michael Dickens michae...@mailworks.orgwrote: Which in my experience means that you're compiling from .c to .o for one arch (e.g., 32 bit) but trying to link from .o to an executable with another arch (e.g., 64 bit) -- so, the compiler errors out that's the

Re: Wireshark Capture support

2010-09-17 Thread Jeff Singleton
--enable-threads --disable-warnings-as-errors* Enjoy! On Wed, Sep 15, 2010 at 11:23 AM, Jasper Frumau jasperfru...@gmail.comwrote: On Wed, Sep 15, 2010 at 3:04 PM, Ryan Schmidt ryandes...@macports.orgwrote: On Sep 15, 2010, at 04:17, Jasper Frumau wrote: On Tue, Sep 14, 2010 at 6:51 PM, Jeff

Re: Wireshark Capture support

2010-09-19 Thread Jeff Singleton
this? -- J On Fri, Sep 17, 2010 at 8:08 PM, Savory Michael msavo...@nzbox.com wrote: Hi Jeff Maybe time for a wireshark-dev port? Any docs on the really cool plugins available? Mike On Sep 17, 2010, at 5:53 AM, Jeff Singleton wrote: Oh ... if you wish to try building Wireshark from SVN

Re: How do I use p5-text-multimarkdown?

2010-09-23 Thread Jeff Singleton
Hi Time Try this website .. seems to be fairly detailed. Since I don't know what MultiMarkDown is either, I bookmarked this site too. http://fletcherpenney.net/multimarkdown/users_guide/what_is_multimarkdown/ -- J On Thu, Sep 23, 2010 at 12:47 PM, Tim Visher tim.vis...@gmail.com wrote: Hi

Re: Proxy problem

2010-10-01 Thread Jeff Singleton
In your /opt/local/etc/macports/macports.conf ... add this to the bottom: proxy_http proxy.host.domain:port proxy_https proxy.host.domain:port proxy_ftp proxy.host.domain:port proxy_rsync proxy.host.domain:port Ex: proxy_http www.proxy.net:1080

Re: Proxy problem

2010-10-02 Thread Jeff Singleton
the http may or may not be a requirement of the school's chosen proxy solution. Try both...one way will work. Also .. type 'env' outside of macport and make sure you don't have any *_proxy variables set, as they will conflict with the macports.conf setting. On Sat, Oct 2, 2010 at 1:17 PM,

libpaper_1.1.23+nmu2.tar.gz difficult to find

2010-10-12 Thread Jeff Singleton
Just an FYI ... libpaper_1.1.23+nmu2.tar.gz doesn't seem to exist on 90% of the mirrors used by Macports. I can't even find this file using a simply Google search. Eventually, it is found, but not before cycling through at least 15 mirrors. No maintainer on this port...but just wanted to make

Re: libpaper_1.1.23+nmu2.tar.gz difficult to find

2010-10-13 Thread Jeff Singleton
Excellent...I just saw the update. Thx. On Tue, Oct 12, 2010 at 2:58 PM, Takanori Yamamoto takan...@macports.orgwrote: I updated libpaper to 1.1.24 which can be easily found on the mirrors now. (r72388, 72389) On 2010/10/13, at 1:07, Jeff Singleton wrote: Just an FYI

Re: Error upgrading gimp-app

2010-11-12 Thread Jeff Singleton
gimp-app is building a really old version of GIMP. I don't even think that gimp-app.sourceforge.net is maintained any longer. TIP: use Macports to build gimp2 or gimp2-devel...then download the GIMPskel.zip from http://gimp-app.sourceforge.net and follow the instructions in the Text file to

Question about Xcode 4.2.1 on Lion

2012-02-04 Thread Jeff Singleton
Hi Everyone I recently noticed what appears to be a change in Apple's Xcode 4.2.1 that seems to be breaking everything I try to install. Basically, I just need a sanity check to make sure I am not doing something wrong, and whether anyone else is seeing the same behavior. Basically…I am seeing

Re: Question about Xcode 4.2.1 on Lion

2012-02-05 Thread Jeff Singleton
Thank-you for all of the replies. I'm going over everything mentioned right now. As I stated, I had a small hunch it couldn't be what it looked like, and just needed a sanity check. So far…SMART checks out on my hard drives, Permissions are bing repair as I type, but I need to ask, how do I

Re: Question about Xcode 4.2.1 on Lion

2012-02-05 Thread Jeff Singleton
Ok I just saw git-core get pulled down from my selfupdate. I'm going to clean and then try that one. On Sun, Feb 5, 2012 at 11:34 AM, Jeff Singleton gvib...@gmail.com wrote: Thank-you for all of the replies. I'm going over everything mentioned right now. As I stated, I had a small hunch

Re: Question about Xcode 4.2.1 on Lion

2012-02-05 Thread Jeff Singleton
from scratch would suddenly cause me all these problems. Jeff On Sun, Feb 5, 2012 at 12:16 PM, Andrea D'Amore and.dam...@macports.orgwrote: On Sun, Feb 5, 2012 at 18:34, Jeff Singleton gvib...@gmail.com wrote: how do I know which git-core I have so I can see if the fixed one made

Re: Question about Xcode 4.2.1 on Lion

2012-02-05 Thread Jeff Singleton
No idea. Its not in my Path, just the normal default Path including the /opt/local folders added by MacPorts. Should I try reinstalling Xcode, maybe the Combo installer for 10.7.3? On Sun, Feb 5, 2012 at 1:57 PM, Jeremy Lavergne jer...@lavergne.gotdns.orgwrote: checking how to run the C

Re: Question about Xcode 4.2.1 on Lion

2012-02-05 Thread Jeff Singleton
ryandes...@macports.orgwrote: On Feb 5, 2012, at 13:56, Jeff Singleton wrote: Ok so I got past git-core, but now no version of GCC will install. I have tried gcc43, gcc44, gcc45, and finally, skipping gcc46, I tried gcc47. All of them fail to build with the same errors: checking

Re: Question about Xcode 4.2.1 on Lion

2012-02-05 Thread Jeff Singleton
Opened Bug for this: http://trac.macports.org/ticket/33151 Thanks, Jeff On Sun, Feb 5, 2012 at 4:42 PM, Jeff Singleton gvib...@gmail.com wrote: Thanks Ryan I double checked everything and everything appears correct in regards to Path. I reinstalled Xcode 4.2.1 and the Combo 10.7.3 update

Automatically reinstall ports (UPDATE)

2012-03-04 Thread Jeff Singleton
Hi All I just wanted to see if we could bump this reinstall method up to a more stable status. I can and do confirm that under MacPorts 2.0.4, Xcode 4.3 (with persistent License Agreement), and +universal variant enabled…the restore ports TCL script, and steps provided on the Migration Info

Re: Automatically reinstall ports (UPDATE)

2012-03-04 Thread Jeff Singleton
Interesting. Well…the 210 ports listed in my original email all got installed and marked active without issue. The only problems were that 16 core cpu's don't exist yet, and I can't afford a terabyte of DDR3 ram…so the compiling time took all day. -- Jeff On Sun, Mar 4, 2012 at 9:34 PM, Joshua

Re: Automatically reinstall ports (UPDATE)

2012-03-05 Thread Jeff Singleton
ROFL...but even the refurbished ones cost $4,299.00 That is a whole bunch of Subway sandwiches I can't eat :) On Mon, Mar 5, 2012 at 12:36 PM, Ryan Schmidt ryandes...@macports.orgwrote: On Mar 4, 2012, at 22:06, Jeff Singleton wrote: The only problems were that 16 core cpu's don't exist

Re: Automatically reinstall ports (UPDATE)

2012-03-05 Thread Jeff Singleton
...@macports.orgwrote: On Mar 4, 2012, at 22:06, Jeff Singleton wrote: The only problems were that 16 core cpu's don't exist yet Apple shipped Xserves with 8 hyper-threaded cores (which appear to the OS as 16 virtual cores) in 2009 and 12-core (24-virtual-core) Mac Pros in 2010... But yes

intltool won't install because of the old XML::Parser not found issue

2012-03-15 Thread Jeff Singleton
All.. Before I go opening a bug, that probably won't get addressed -- considering every single bug previously opened by others has been ignored, blamed on something else, or just not fixed because the devs have no idea why its not finding XML::Parser. I've tried every suggestion…I've tried

Re: intltool won't install because of the old XML::Parser not found issue

2012-03-16 Thread Jeff Singleton
16, 2012 at 1:12 AM, Ryan Schmidt ryandes...@macports.orgwrote: On Mar 15, 2012, at 23:59, Jeff Singleton wrote: Before I go opening a bug, that probably won't get addressed -- considering every single bug previously opened by others has been ignored, blamed on something else, or just

Re: intltool won't install because of the old XML::Parser not found issue

2012-03-16 Thread Jeff Singleton
Yep that bug is way closer to correctness … now I think we are on to something. I just tried that 0.50.2 version and it does the same thing…so I wouldn't rush pushing that one into the tree just yet. On Fri, Mar 16, 2012 at 1:17 AM, Ryan Schmidt ryandes...@macports.orgwrote: On Mar 16, 2012,

Re: intltool won't install because of the old XML::Parser not found issue

2012-03-16 Thread Jeff Singleton
:23, Jeff Singleton wrote: Yep that bug is way closer to correctness … now I think we are on to something. I've set up a separate MacPorts prefix, in which I'll try to build all p5.12 ports with a non-standard build_arch. That should help me determine whether arch ignorance is specific

Re: intltool won't install because of the old XML::Parser not found issue

2012-03-17 Thread Jeff Singleton
FYI… I just tried a clean install from scratch using the hack on gcc-4.2 mentioned in that bug #33624. No, intltool still does not build, and is failing with the same error. So I don't know how that guy (jhkoivis) was able to build intltool with that hack, when it never gets past the configure

Re: intltool won't install because of the old XML::Parser not found issue

2012-03-18 Thread Jeff Singleton
Well…check my last entry on #33264. Despite it not being the way its done in MacPorts, but what I did worked. Now to figure out the right way to accomplish the same thing. On Sun, Mar 18, 2012 at 12:49 AM, Ryan Schmidt ryandes...@macports.orgwrote: On Mar 17, 2012, at 19:44, Jeff Singleton

Re: Does MacPort come with an alternative GCC for compiling Ruby 1.8.7 with RVM

2012-03-23 Thread Jeff Singleton
You can use configure.cc /usr/bin/gcc-4.2 that's what I had to do. http://guide.macports.org/index.html#reference.phases.configure On Fri, Mar 23, 2012 at 9:44 PM, Behrang Saeedzadeh behran...@gmail.comwrote: Hi all, As you know Ruby1.8.7 cannot be compiled with XCode 4.2 unless it is an

Re: Does MacPort come with an alternative GCC for compiling Ruby 1.8.7 with RVM

2012-03-24 Thread Jeff Singleton
Behrang, you should know that the developers of RVM did not build RVM with Mac OS X in mind. You will have to do a lot of manual configuration before you can get it to work the way you want it. It would be be easier to manually build Ruby in your $HOME folder, then just install Gems with the

Re: Is this a bug in RVM or MacPorts?

2012-03-24 Thread Jeff Singleton
I have a question for Behrang. Are you installing RVM from MacPorts or are you installing RVM for Ruby? The RVM in Macports is the Rsync Vault Manager…and is not the same as RVM the Ruby Version Manager that you are discussing in that forum. Reason I ask is that you were talking about RVM

Re: UsingTheRightCompiler

2012-04-16 Thread Jeff Singleton
If you had read my entire email you would have seen that I have tried building (rebuilding) everything again. I guess the reason I am asking for what I am … is that (for example), the less popular HomeBrew for OS X offers methods for using GCC (a switch for 'install --use-gcc') as my preferred

Re: UsingTheRightCompiler

2012-04-17 Thread Jeff Singleton
, Jeremy Huddleston jerem...@macports.orgwrote: On Apr 15, 2012, at 9:04 PM, Jeff Singleton gvib...@gmail.com wrote: I just can't say a lot for Clang. I have mentioned this before. I have taken many suggestions. Tried Tried and Tried some more to like Clang. clang is awesome. What problems

Re: [MacPorts] #45300: akonadi build fails

2014-10-11 Thread Jeff Singleton
Akonadi depends on boost. When you installed boost, did you change the compiler used? If so, this may be the issue. I found out the hard way and forced boost to use the Macports GCC 4.7, and as time went on, I found that ports depending on boost need to be built with the same compiler. On

GIMP 2.8.14 on Yosemite Does Not Recognize Image File Types

2014-10-26 Thread Jeff Singleton
Hello All.. Upgraded to Yosemite, and after reading through the problems people were having, I opted to delete MacPorts and re-install everything. I did not change anything other than forcing the variant +quartz, and I choose to compile everything. Gimp will launch from the command line, as well

Re: GIMP 2.8.14 on Yosemite Does Not Recognize Image File Types

2014-10-26 Thread Jeff Singleton
On 10/26/14, 6:46 PM, Ryan Schmidt wrote: On Oct 26, 2014, at 6:37 PM, Jeff Singleton wrote: Upgraded to Yosemite, and after reading through the problems people were having, I opted to delete MacPorts and re-install everything. I did not change anything other than forcing the variant

Re: GIMP 2.8.14 on Yosemite Does Not Recognize Image File Types

2014-10-26 Thread Jeff Singleton
On 10/26/14, 8:07 PM, Ryan Schmidt wrote: On Oct 26, 2014, at 6:52 PM, Jeff Singleton wrote: On 10/26/14, 6:46 PM, Ryan Schmidt wrote: On Oct 26, 2014, at 6:37 PM, Jeff Singleton wrote: Upgraded to Yosemite, and after reading through the problems people were having, I opted to delete

Re: GIMP 2.8.14 on Yosemite Does Not Recognize Image File Types

2014-10-27 Thread Jeff Singleton
On 10/27/14, 9:41 PM, Gregory Seidman wrote: Ticket #45309: gimp2 @2.8.14 on 10.9 - doesn't load plug-ins https://trac.macports.org/ticket/45309 Note that this is an upstream bug. You can download the GIMP app for OS X from http://www.gimp.org/downloads/ and it has the same problem.

The crazy thing I did to fix Yosemite performance

2014-11-02 Thread Jeff Singleton
Hi, So after much frustration, much stress, and of course, I broke my Mac in the process. Backed up my user folder from single-user mode (since my mac would not boot all the way). Then I wiped and reinstalled Mavericks, upgraded to Yosemite, and then restored my user folder. Back story: In

Re: The crazy thing I did to fix Yosemite performance

2014-11-02 Thread Jeff Singleton
On 11/2/14 12:57 PM, René J.V. Bertin wrote: On Sunday November 02 2014 12:06:35 Jeff Singleton wrote: Back story: In an attempt to figure out why the services mds and mdworker were running away with my CPU. Nothing I did resolved this, including putting every single folder except

Re: The crazy thing I did to fix Yosemite performance

2014-11-03 Thread Jeff Singleton
backing up, restoring, wiping, and reinstalling. On 11/3/14 1:24 PM, Jeremy Huddleston Sequoia wrote: On Nov 2, 2014, at 10:06, Jeff Singleton gvib...@gmail.com wrote: Hi, So after much frustration, much stress, and of course, I broke my Mac in the process. Backed up my user folder from

Re: The crazy thing I did to fix Yosemite performance

2014-11-03 Thread Jeff Singleton
On 11/3/14 1:33 PM, Dave Horsfall wrote: OK, I'm going to bite. Does there exist a resource for Unix geeks to get used to Apple's way of doing things? I've read the Dummy's Guide, but it's not much more than helping Windoze lusers. I don't think there is a single guide...most of what I

Re: The crazy thing I did to fix Yosemite performance

2014-11-03 Thread Jeff Singleton
Wow Michael.. we should talk. VAX/VMS and Fortran is what I worked with in the Navy for 8 years. Ah yes, back in the day when hard drives were the size of truck tires. Jeff On 11/3/14 2:22 PM, Michael Crawford wrote: I'm a frothing Unix geek (for about 40 years) Heh. I'm a frothing

Trac is broke

2014-11-03 Thread Jeff Singleton
Not sure if anyone else has noticed, but Trac is broken. All I see is this in Chrome, Firefox, and Safari: Traceback (most recent call last): File /usr/lib/python2.6/site-packages/trac/web/api.py, line 441, in send_error data, 'text/html') File

Re: Trac is broke

2014-11-03 Thread Jeff Singleton
On 11/3/14 9:23 PM, Lawrence Velázquez wrote: On Nov 3, 2014, at 8:00 PM, Jeff Singleton gvib...@gmail.com wrote: Not sure if anyone else has noticed, but Trac is broken. All I see is this in Chrome, Firefox, and Safari: Traceback (most recent call last): File /usr/lib/python2.6/site

Re: Trac is broke

2014-11-03 Thread Jeff Singleton
Odd... I just cleared my History/Cache/Cookies in Chrome, and now it works. How odd. On 11/3/14 9:23 PM, Lawrence Velázquez wrote: On Nov 3, 2014, at 8:00 PM, Jeff Singleton gvib...@gmail.com wrote: Not sure if anyone else has noticed, but Trac is broken. All I see is this in Chrome

Re: GIMP 2.8.14 on Yosemite Does Not Recognize Image File Types

2014-11-03 Thread Jeff Singleton
Looks like Ticket #45309 has been fixed. Adding a new patch glib2-45309.patch to fix the issue. Wanted to say GOOD JOB to Jeremy for this. Jeff On 10/26/14 6:46 PM, Ryan Schmidt wrote: On Oct 26, 2014, at 6:37 PM, Jeff Singleton wrote: Upgraded to Yosemite, and after reading through

Re: The crazy thing I did to fix Yosemite performance

2014-11-04 Thread Jeff Singleton
about the upgrade to Yosemite? Thanks a lot! Gustavo Seabra. Em 02/11/2014 15:07, Jeff Singleton gvib...@gmail.com escreveu: Hi, So after much frustration, much stress, and of course, I broke my Mac in the process. Backed up my user folder from single-user mode (since my mac would not boot all

Odd non-fatal GIMP Behavior

2014-11-18 Thread Jeff Singleton
This is not a failure of MacPorts, but since Gimp was built with MacPorts, I wanted to share it. I use the original GIMPskel process to create a GIMP.app bundle from the Gimp built in MacPorts. Other than having to manually copy or symlink some files from /usr/lib (base Apple), this process

Re: Odd non-fatal GIMP Behavior

2014-11-18 Thread Jeff Singleton
, Jeff Singleton wrote: This is not a failure of MacPorts, but since Gimp was built with MacPorts, I wanted to share it. I use the original GIMPskel process to create a GIMP.app bundle from the Gimp built in MacPorts. Other than having to manually copy or symlink some files from /usr/lib (base

Re: Odd non-fatal GIMP Behavior

2014-11-18 Thread Jeff Singleton
On 11/18/14 12:20 PM, Ryan Schmidt wrote: otool -L/Users/USER/*/GIMP.app/Conte jsingleton@minimac ~ $ lipo -info /opt/local/lib/libiconv.2.dylib Non-fat file: /opt/local/lib/libiconv.2.dylib is architecture: x86_64 jsingleton@minimac ~ $ lipo -info

Re: Odd non-fatal GIMP Behavior

2014-11-18 Thread Jeff Singleton
On 11/18/14 12:34 PM, Ryan Schmidt wrote: On Nov 18, 2014, at 12:30 PM, Jeff Singleton wrote: On 11/18/14 12:20 PM, Ryan Schmidt wrote: otool -L/Users/USER/*/GIMP.app/Conte jsingleton@minimac ~ $ lipo -info /opt/local/lib/libiconv.2.dylib Non-fat file: /opt/local/lib/libiconv.2.dylib

Re: Odd non-fatal GIMP Behavior

2014-11-18 Thread Jeff Singleton
On 11/18/14 7:17 PM, Ryan Schmidt wrote: find ~ -name GIMP.app 2/dev/null The only other GIMP.app is in the GIMPskel folder in my Downloads folder where I build the application bundle. jsingleton@minimac ~ $ find ~ -name GIMP.app 2/dev/null

Re: Odd non-fatal GIMP Behavior

2014-11-19 Thread Jeff Singleton
enough to fix...I will try removing it and see what happens. -- On Wed, Nov 19, 2014 at 9:47 PM, Ryan Schmidt ryandes...@macports.org wrote: On Nov 18, 2014, at 10:46 PM, Jeff Singleton wrote: On 11/18/14 7:17 PM, Ryan Schmidt wrote: find ~ -name GIMP.app 2/dev/null The only other

Re: [poll] [OS X]: how do you use port:qt4-mac (or port:qt5-mac)

2015-02-02 Thread Jeff Singleton
I use QT4 on OS X for: KDEnlive (Video Editing) KeepassX v2 (alpha) On 2/2/15 4:59 AM, René J.V. Bertin wrote: Hello, The central question first: I'd be interested to know how many members of these lists use Qt installed through MacPorts to build OS X style standalone app

Re: In the process of compiling KDEnlive in MacPorts when:

2015-01-27 Thread Jeff Singleton
rebuilding it against upgraded dependencies when this started. J On 1/27/15 3:41 AM, René J.V. Bertin wrote: On Tuesday January 27 2015 01:54:40 Jeff Singleton wrote: cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kde4-runtime/kde4

Re: In the process of compiling KDEnlive in MacPorts when:

2015-01-27 Thread Jeff Singleton
Resolved. I still don't know what caused the issue... I closed down everything I had open, and took the opportunity to upgrade OS X to 10.10.2...during the reboot I cleared PRAM x3. This time I started the compile by just compiling kde4-runtime, and for some reason it worked this time.

Re: pet project : LnxPorts

2015-10-08 Thread Jeff Singleton
Gentoo currently has 1240 orphaned packages and there only exists a very small group of active proxy maintainers. So I would not use Gentoo as any alternative...which pains me to say because I used to love Gentoo. On Thu, Oct 8, 2015 at 8:22 AM, Alejandro Imass wrote: > >

Re: pet project : LnxPorts

2015-10-08 Thread Jeff Singleton
Cal You are misinterpreting what Rene is saying. He is not trying to garner support for a Linux based Ports system, he is just sharing - after all he did state 'pet project' in the title and also states very clearly that "... this is not an announcement that I'll be forking off MacPorts to