Re: Questions about MediWiki port

2014-07-31 Thread Eric Gallager
On Thu, Jul 31, 2014 at 5:30 PM, Bradley Giesbrecht wrote: > > On Jul 31, 2014, at 12:25 PM, William H. Magill wrote: > > 3- The port listed in the portfiles web-page was version 1.17.0 last > updated "7 months ago" > > The current version of MediaWiki (just released 7/30) is either 1.23.2 > o

Re: port-whatsnew broken after upgrade to 2.3.0

2014-07-30 Thread Eric Gallager
I have updated my submitted Portfile for port-whatsnew to pull from this fixed revision now: https://trac.macports.org/ticket/38110#comment:2 On Thu, May 29, 2014 at 3:22 PM, Clemens Lang wrote: > Hi, > > > Here’s the error I get trying to use it: > > couldn't read file "/Library/Tcl/macports1

open-cobol update and destroot sandbox violations (was Re: Package open-cobol not working for me)

2014-07-29 Thread Eric Gallager
nymore. But clang is the new gcc. > > To clarify: > > --- on the command line --- > $ gcc > clang: error: no input files > --- end of command line --- > > (my system: OSX 10.8.5) > > Regards, > Michael > > Am 04.06.2014 um 18:38 schrieb Eric Gallager : > &

Re: kwallet and the OS X keychain

2014-07-29 Thread Eric Gallager
This reminds me, the configure script for subversion checks for both kwallet support and for OSX KeyChain support... is there any point in configuring it with both if kwallet is just using the system keychain as a backend in the first place? On Tue, Jul 29, 2014 at 6:06 AM, "René J.V. Bertin" w

Re: virtualbox still broken

2014-07-25 Thread Eric Gallager
Pretty sure we already have an issue for this: https://trac.macports.org/ticket/41392 You can cc yourself on it to keep up with it. On Fri, Jul 25, 2014 at 11:29 AM, David Evans wrote: > On 7/25/14 7:55 AM, Raoul wrote: > > What to do with this one? > > > > Thanks and regards. > Looks like it d

Re: Boost.Python and g++

2014-07-24 Thread Eric Gallager
On Wed, Jun 4, 2014 at 4:18 PM, "René J.V. Bertin" wrote: > > On Jun 04, 2014, at 20:21, Eric Gallager wrote: > > > Wow, that looks a lot simpler than I thought that it would be... I was > expecting something like this would have to be fixed upstream by gcc, > beca

Re: cmake universal?

2014-07-08 Thread Eric Gallager
Wine has to be 32-bit on OS X because of some ABI differences regarding register reservation in 64-bit. See the following discussion thread on wine-devel explaining why: http://www.winehq.org/pipermail/wine-devel/2014-February/103074.html On Thu, Jul 3, 2014 at 8:04 AM, "René J.V. Bertin" wrote

Re: ld64 regressed?

2014-06-04 Thread Eric Gallager
On Wed, Jun 4, 2014 at 4:07 PM, "René J.V. Bertin" wrote: > On Jun 04, 2014, at 20:51, Eric Gallager wrote: > > > Isn't 236.3_1 the broken one that failed to build? How did you manage to > get it installed in the first place? > > I had an exchange (on here

Re: ld64 regressed?

2014-06-04 Thread Eric Gallager
Isn't 236.3_1 the broken one that failed to build? How did you manage to get it installed in the first place? On Tue, Jun 3, 2014 at 4:48 PM, "René J.V. Bertin" wrote: > On OS X 10.6.8: > {{{ > $ port installed ld64 > The following ports are currently installed: > ld64 @236.3_1+llvm34 (activ

Re: Boost.Python and g++

2014-06-04 Thread Eric Gallager
Wow, that looks a lot simpler than I thought that it would be... I was expecting something like this would have to be fixed upstream by gcc, because that is how they handle the GNU vs. NeXT Objective C runtime issues, but if all it takes in this case is this script, it seems like just using this sc

Re: Package open-cobol not working for me

2014-06-04 Thread Eric Gallager
emove the flag from cobc-config, so I will attach a patch once I am done... On Wed, Jun 4, 2014 at 2:44 AM, Ryan Schmidt wrote: > > On Jun 3, 2014, at 8:24 PM, Eric Gallager wrote: > > > open-cobol is actually a source-to-source compiler (or "transpiler") > that comp

Re: Package open-cobol not working for me

2014-06-03 Thread Eric Gallager
Sorry for not replying sooner, I was away for a Memorial Day vacation last weekend, and once I got back, I was still trying to debug some kernel panics that my computer had been experiencing, which meant I couldn't really use it for email... anyway, on to the issue... open-cobol is actually a sourc

Re: lldb

2014-06-03 Thread Eric Gallager
Yeah, I was wondering about that, too... you should open a ticket requesting a port for it On Tue, May 27, 2014 at 1:44 PM, "René J.V. Bertin" wrote: > Hello, > > From what I see, there is no lldb port in MacPorts. I've tried to build it > (on OS X 10.6.8) following the instructions at > http:

Re: Problem with libsbml matlab bindings

2014-05-11 Thread Eric Gallager
ile, I > guess I have to run sudo port install libsbml +python27 once more ? > Ambarish > > On 5/8/14 3:01 PM, "Eric Gallager" wrote: > >>configure.args > > ___ macports-users mailing list macports-users@lists.macosfo

Re: xmgrace on mavericks

2014-05-08 Thread Eric Gallager
Do you have the full crash report available? If so, could you attach it to the ticket that you mentioned? (for reference, ~/Library/Logs/DiagnosticReports is where crash reports are usually kept, so try looking there) On 5/8/14, Pamela Lloyd wrote: > Hello, > I installed grace@5.1.23 on a Mave

Re: Problem with libsbml matlab bindings

2014-05-08 Thread Eric Gallager
Right now it looks like libsbml does not have any matlab variants yet, so try submitting a ticket on Trac requesting a matlab variant for libsbml. Looking at the libsbml configure script, it has a `--with-matlab` flag that could probably be added to `configure.args` in its Portfile... On 5/8/14,

Re: Macports tasks not launching at boot. policy?

2014-05-05 Thread Eric Gallager
If you want to try modifying the launchd sources, you might want to have a look at the openlaunchd fork of it, as it seems to be more up-to-date than the version on opensource.apple.com at least: https://github.com/rtyler/openlaunchd On 5/5/14, Brandon Allbery wrote: > On Mon, May 5, 2014 at 9:0

Re: gcc 4.8 on MacOS fails depending on -arch order

2014-04-11 Thread Eric Gallager
I am surprised that it even worked at all in the first case; last I heard, FSF GCC did not support multiple `-arch` flags at all... See gcc docs here: http://gcc.gnu.org/onlinedocs/gcc/Darwin-Options.html The code that the Apple version of gcc uses to support multiple arch flags can be found here:

Re: building a (gcc) cross-compiler

2014-04-06 Thread Eric Gallager
You can try looking at the cross-gcc PortGroup: https://trac.macports.org/browser/trunk/dports/_resources/port1.0/group/crossgcc-1.0.tcl (There is a cross-binutils PortGroup as well) As far as your specific build error goes, it looks like it is due to texinfo. Have you tried using texinfo4 instea

Re: pbzip2 isn't faster

2014-04-05 Thread Eric Gallager
I whipped up a Portfile for it: https://trac.macports.org/ticket/43247 On Sat, Apr 5, 2014 at 1:02 PM, Rainer Müller wrote: > On Fri, 04 Apr 2014 20:39:26 -0500, Ryan Schmidt wrote: > > Since the MacPorts build system now accommodates adding third-party > > software into the build, if pbzip2 w

Re: usage numbers for macports vs. homebrew?

2014-03-28 Thread Eric Gallager
Looking at all those different languages they had that message localized in reminds me, how many languages is the MacPorts website available in? Is it just English so far? Anyways, good to see that Homebrew seems to have stopped the negative advertising against MacPorts at least on their main webpa

Re: Macports basics

2014-03-27 Thread Eric Gallager
I personally do not really use the "leaves" functionality that much, but if you decide that you do want to go that route, there is a "port_cutleaves" port that you can install (with `sudo port install port_cutleaves`) that can be helpful for dealing with leaves. It is a relatively simple script tha

Re: Macports basics

2014-03-27 Thread Eric Gallager
On 3/27/14, Gio Bacareza wrote: > Just installed Macports with the intention of using it to install Octave. > Obviously I'm very new as I'm a first timer. > > When attempting to install Octave with command: sudo port install octave > +atlas+docs, I get the Error: Processing of port octave failed.

Re: Is missing "python.default_version" bug?

2014-03-22 Thread Eric Gallager
This was a leftover of the old behavior from when `py-*` ports were actually `py24-*` ports in disguise, instead of stub ports like they are now. jmr seems to have fixed it in r118101 On Sat, Mar 22, 2014 at 9:38 AM, Mathias Laurin wrote: > Dear MacPo

Re: advice for wipe and reinstall

2014-03-21 Thread Eric Gallager
See the "Migration" page on the wiki: https://trac.macports.org/wiki/Migration On Fri, Mar 21, 2014 at 4:32 PM, Terry Barnum wrote: > I've got a MacPro3,1 that after updating from 10.6 to 10.7 has > intermittently been having its builtin Gb network interface go deaf. > Nothing short of a reboo

Re: MacPorts Statistics (was Re: usage numbers for macports vs. homebrew?)

2014-03-19 Thread Eric Gallager
On Wed, Mar 19, 2014 at 4:16 PM, Clemens Lang wrote: > Hi Craig, > > > As I understand it, the statistics process arose > > in GSOC 11, right? Is it pretty much as > > described at: > > > > [...] > > > > Is the above accurate? I understand that Popcon > > tracks the last access time (atime) for

Re: usage numbers for macports vs. homebrew?

2014-03-19 Thread Eric Gallager
On Tue, Mar 18, 2014 at 7:48 PM, Clemens Lang wrote: > Hi, > > > No! Homebrew's search "functionality" is my biggest problem with it. The > > columns you mentioned make it hard to read because it makes it harder to > > see how they are sorted. The alphabetization seems to be in order by > column

Re: usage numbers for macports vs. homebrew?

2014-03-18 Thread Eric Gallager
On Tue, Mar 18, 2014 at 5:35 PM, Clemens Lang wrote: > > > * More use of ANSI colors in the log messages (used to distinguish the > start > > of each port, etc., and maybe with different colors for different > phases)... > > all tunable, of course, for those who don't like color. > > We should al

Re: usage numbers for macports vs. homebrew?

2014-03-18 Thread Eric Gallager
On Tue, Mar 18, 2014 at 8:28 AM, Ryan Schmidt wrote: > > On Mar 17, 2014, at 22:42, Davor Cubranic wrote: > > > I've given Homebrew a quick try in a VM and it doesn't seem that > different in functionality. (Except that I do wish we had something like > Homebrew-cask.) > > For those of us not fami

Re: taskgated: no signature

2014-03-16 Thread Eric Gallager
Yeah, that was all I meant by saying "on Mountain Lion and higher" was that it was conditionally declared like that; I did *not* mean to imply that I was on Mountain Lion myself... (I am actually still on Snow Leopard so `port notes gdb-apple` says the same thing for me as it did for Ian; I only kn

Re: taskgated: no signature

2014-03-15 Thread Eric Gallager
The only thing I know about taskgated is that you have to modify its launchd plist (by adding the '-p' option) to allow gdb to control other processes (on Mountain Lion and higher you can see this with `port notes gdb-apple`)... Have you done this at all? I have no clue whether that might be releva

Re: Vim upgrade in latest MacPorts lost gvim

2014-03-12 Thread Eric Gallager
I thought that vim-app was the version of MacVim for 10.5 and older, and that gvim was something else... On Wed, Mar 12, 2014 at 3:53 PM, Ludwig wrote: > On Wed, 12 Mar 2014, Jim Graham wrote: > > > What build option for the latest vim adds back gvim? I don't remember > > ever having to speci

Re: Dependency issue with toluapp

2014-03-12 Thread Eric Gallager
Hm, maybe that is what I was running into in #42294 ? On Wed, Mar 12, 2014 at 9:19 AM, John Ruschmeyer wrote: > Sorry to post this here, but I can't seem to get to the website. > > I am trying to install toluapp which as ha dependency of lua. Lua is at >

Re: IconServiceAgent

2014-03-05 Thread Eric Gallager
What system are you running on? I do not have that daemon on my system... Anyway, to deal with unkillable daemons, you usually have to mess with launchd via launchctl, but I am not sure how you would do that for the macports user, seeing as it is a "no login" user as you mentioned... On Wed, Mar

Re: gdb issue on 10.9.2?

2014-03-04 Thread Eric Gallager
Can you provide some sample output to show what you mean by it "not work[ing] properly"? On Tue, Mar 4, 2014 at 5:02 PM, John Spicer wrote: > I upgraded to Macosx 10.9.2 and now gdb does not seem to work properly. > I first installed it, and it worked properly on 10.9.1. > > The stack trace an

Re: libjpeg-devel?

2014-02-25 Thread Eric Gallager
The jpeg port comes with headers, at least on my computer: Local-Admins-MacBook-Pro:/ ericgallager$ port contents jpeg Port jpeg contains: /opt/local/bin/cjpeg /opt/local/bin/djpeg /opt/local/bin/jpegtran /opt/local/bin/rdjpgcom /opt/local/bin/wrjpgcom /opt/local/include/jconfig.h /o

Re: Bison 3

2014-02-04 Thread Eric Gallager
You might want to add yourself on CC on http://trac.macports.org/ticket/39910 as I added some patches that allow all 3 versions of bison to be installed in parallel to that ticket On Mon, Feb 3, 2014 at 11:37 AM, Akim Demaille wrote: > > Le 26 janv. 2014 à 16:24, Akim Demaille a écrit > : > >

Re: Troubles installing rc

2014-01-19 Thread Eric Gallager
On Sun, Jan 19, 2014 at 3:51 AM, Harald Hanche-Olsen wrote: > [Joshua Root (2014-01-19 06:47:31 UTC)] > > > > destroot fails for rc: > > > > > > /usr/bin/install -c history /opt/local/bin/- ;\ > > > rm -f /opt/local/bin/--; ln /opt/local/bin/- > /opt/local/bin/-- ;\ > > > rm -f /

Re: Any objections to removal of the carbon variant in py-wxpython-2.8?

2014-01-17 Thread Eric Gallager
It just feels more Mac-native. Also it has a shorter dependency chain in that it does not drag in gtk, nor does it require that gtk be installed with the `+x11` variant. On Thu, Jan 16, 2014 at 9:14 PM, Ryan Schmidt wrote: > > On Jan 15, 2014, at 19:57, Eric Gallager wrote: > > On

Fwd: Any objections to removal of the carbon variant in py-wxpython-2.8?

2014-01-15 Thread Eric Gallager
On Wed, Jan 15, 2014 at 6:13 PM, Ryan Schmidt wrote: > On Jan 15, 2014, at 10:27, Eric Gallager wrote: > > > I am still on 10.6 and still use the `+carbon` variant for > py-wxpython-2.8… > > Yes but would it be a problem for you to use the +gtk variant instead? If > so

Re: Any objections to removal of the carbon variant in py-wxpython-2.8?

2014-01-15 Thread Eric Gallager
I am still on 10.6 and still use the `+carbon` variant for py-wxpython-2.8... On Wed, Jan 15, 2014 at 11:11 AM, Mojca Miklavec wrote: > Hi, > > The port py-wxpython-2.8 currently supports two conflicting variants: >+carbon (32-bit Carbon-based wxWidgets) >+gtk (GTK-based wxWidgets) > >

Re:

2013-12-30 Thread Eric Gallager
What's the context here? Was the tcl script a specific portfile whose port you were trying to install with MacPorts? On Mon, Dec 30, 2013 at 3:49 AM, Rinku Thakare wrote: > > i got the error while running tcl script > gcc -DHAVE_CONFIG_H -I, -I ,-I.-g-c dialog.c > dialog.c:In funct

Re: macports-users Digest, Vol 77, Issue 1: Re: phinze/homebrew-cask on the same system like MacPorts

2013-12-18 Thread Eric Gallager
Sorry for the necro-bump, but the other day I decided to check up on what was new in Homebrew-land, and it turns out that `brew cask` actually lets you install MacPorts itself as of https://github.com/phinze/homebrew-cask/commit/9ab24161369f1652604f780df0e58733c11889c0 This was the pull request fo

Re: Any wxMSW users out there?

2013-12-12 Thread Eric Gallager
I think I tried installing it once but was never able to do so successfully: Local-Admins-MacBook-Pro:~ root# port installed wxmsw None of the specified ports are installed. I forget what the exact build failure was... Anyway I would like to keep it around and get it to work because there was some

Re: Help with tutorial for ettercap-ng

2013-12-07 Thread Eric Gallager
sudo > ettercap -C -i en1. > Both of them didn't work for me. > Thanks for ur help again > > > 2013/11/22 Eric Gallager > >> So I'm still unclear... which tutorial is this again? I don't think you >> ever provided a link to it... It's kind of

Re: Links - Graphics not enabled when compiling

2013-11-23 Thread Eric Gallager
I came across some SIMBL hack on Github once that enabled xterm mouse support in Apple's Terminal.app: https://github.com/brodie/mouseterm I haven't actually tried it myself though, so I don't know if it does exactly what you're looking for though... On Fri, Nov 22, 2013 at 2:17 PM, Jeff Friedma

Re: gdb-apple Error

2013-11-22 Thread Eric Gallager
Two things: 1. If they are just warnings and not errors, they can safely be ignored. 2. Are you sure the warning is coming from apple-gdb and not from the inferior program being debugged? On Fri, Nov 22, 2013 at 9:56 AM, James Furness wrote: > Hi, > > I have just installed gdb-apple using macpo

Re: Help with tutorial for ettercap-ng

2013-11-21 Thread Eric Gallager
, Alia Jemmali wrote: > ettercap-ng @0.7.3_5 (active) > > > > 2013/11/21 Eric Gallager > >> Which of the ettercap ports are you using? MacPorts has 2 different >> versions: ettercap and ettercap-ng. You can find this out with `port >> installed ettercap*`, whi

Re: HELP!! With tuto

2013-11-21 Thread Eric Gallager
Which of the ettercap ports are you using? MacPorts has 2 different versions: ettercap and ettercap-ng. You can find this out with `port installed ettercap*`, which will also show which variants you have them installed with. I'm adding the maintainer of ettercap-ng on cc for this in case he has any

Re: OS upgrade

2013-11-20 Thread Eric Gallager
Reinstall per the migration instructions: http://trac.macports.org/wiki/Migration On Wed, Nov 20, 2013 at 2:09 PM, McEnerney, James F. wrote: > Recently mac was upgraded from 10.6 to 10.8.5. > Should I uninstall macports & reinstall or is a self update ok? > Thanks > Jim > > __

Re: error on installing cmake

2013-11-13 Thread Eric Gallager
By gdl do you mean the "GNOME Docking Library" or the "GNU Data Language"? (The ports should really make this distinction clearer in their respective descriptions...) On Wed, Nov 13, 2013 at 9:18 PM, Gmail wrote: > I have installed GDL and GDL3 using macports. However I can not find their > bi

Re: Scribus

2013-11-11 Thread Eric Gallager
What variants do you have Scribus installed with? You can do `port installed scribus` to find out. `port variants scribus` shows which python variants it has available. On Mon, Nov 11, 2013 at 4:06 PM, Stan Sanderson wrote: > I have installed Scribus and the application itself works as expecte

Re: select a gcc sompiler

2013-10-21 Thread Eric Gallager
Seeing as this seems to come up often, perhaps we could at least have MacPorts print a note about it or something after running `port select --set`... On Mon, Oct 21, 2013 at 3:07 PM, Brandon Allbery wrote: > On Mon, Oct 21, 2013 at 2:57 PM, chamm wrote: > >> I think that I am turning on the c

Re: Alarming entries in System Log on a MacOS 10.8.5 system

2013-10-20 Thread Eric Gallager
I think this might be related to http://trac.macports.org/ticket/34954 On Sun, Oct 20, 2013 at 1:48 AM, Kok-Yong Tan wrote: > I'm seeing a lot of entries like this after a "sudo port -v upgrade > outdated" on a MacOS 10.8.5 system with Xcode 5 (build 5A1413): > > 01:38:40 sandboxd: ([6445]) xco

Re: are macports servers down ? ? ?

2013-10-19 Thread Eric Gallager
could be your firewall or other network settings. Try running `selfupdate` with the `-v` flag as the message suggests, or, if you want even more information, try doing it with the `-d` flag. On Sat, Oct 19, 2013 at 2:09 PM, Arturo Rinaldi wrote: > Hi folks, > > I'm experiencing some issues wi

Re: groff configure hanging

2013-10-17 Thread Eric Gallager
Yes, that's http://trac.macports.org/ticket/40793 and http://trac.macports.org/ticket/40797 On Thu, Oct 17, 2013 at 2:15 PM, Adam Mercer wrote: > Hi > > I'm having a strange problem installing groff, it just seems to hang > after looking for awk: > > ---> Configuring groff > > checking separ

Re: macports instal pkg - alert msg

2013-10-11 Thread Eric Gallager
If there were a `depends_pkg` type of dependency, we could use the dylibbundler port to do the dylib-rewriting: http://trac.macports.org/ticket/38112 On Fri, Oct 11, 2013 at 9:59 AM, Brandon Allbery wrote: > On Fri, Oct 11, 2013 at 9:46 AM, wrote: > >> I don't want to distribute, but there is

Re: Upgrade outdated in Mavericks

2013-10-09 Thread Eric Gallager
Well, it was hard to distinguish between Leopard and Snow Leopard, too, for the same reasons of the limited Trac query language, and yet there's still a page for Snow Leopard despite that... On Wed, Oct 9, 2013 at 2:25 PM, Rainer Müller wrote: > On 2013-10-09 19:48, Ryan Schmidt wrote: > > > >