getting rid of py27-nose @1.2.1_1 and gmp @5.0.5_0

2013-12-10 Thread Federico Calboli
Hi All, if I do 'port installed' I get two ports, py27-nose @1.2.1_1 and gmp @5.0.5_0, that are not active -- they have been superseded by py27-nose @1.3.0_0 and gmp @5.1.2_0 -- but are there. Please note I always 'port -u upgrade', so I am at loss why they should be there in the first

Re: getting rid of py27-nose @1.2.1_1 and gmp @5.0.5_0

2013-12-10 Thread Ryan Schmidt
On Dec 10, 2013, at 4:44, Federico Calboli wrote: if I do 'port installed' I get two ports, py27-nose @1.2.1_1 and gmp @5.0.5_0, that are not active -- they have been superseded by py27-nose @1.3.0_0 and gmp @5.1.2_0 -- but are there. Please note I always 'port -u upgrade', so I am at

Re: getting rid of py27-nose @1.2.1_1 and gmp @5.0.5_0

2013-12-10 Thread Federico Calboli
On 10 Dec 2013, at 11:28, Ryan Schmidt ryandes...@macports.org wrote: I have thus far failed to get rid of them, and get rid of any leftover crud left by their configuration. I'd be obliged if someone could tell how to do that -- I like to run a tight ship. You can uninstall them this

Re: getting rid of py27-nose @1.2.1_1 and gmp @5.0.5_0

2013-12-10 Thread Ryan Schmidt
On Dec 10, 2013, at 05:40, Federico Calboli f.calb...@gmail.com wrote: On 10 Dec 2013, at 11:28, Ryan Schmidt ryandes...@macports.org wrote: I have thus far failed to get rid of them, and get rid of any leftover crud left by their configuration. I'd be obliged if someone could tell how to

where put font forge docs?

2013-12-10 Thread Murray Eisenberg
I’ve installed the port fontforge @20120731_2. Now I want the Help to call local help files. Following instructions at http://fontforge.org/source-build.html#Documentation, I put the downloaded, unarchived documentation at /usr/local/share/doc/fontforge. But still, after starting fontforge

Re: where put font forge docs?

2013-12-10 Thread Brandon Allbery
On Tue, Dec 10, 2013 at 12:25 PM, Murray Eisenberg murrayeisenb...@gmail.com wrote: I’ve installed the port fontforge @20120731_2. Now I want the Help to call local help files. Following instructions at http://fontforge.org/source-build.html#Documentation, I put the downloaded, unarchived

Re: where put font forge docs?

2013-12-10 Thread Murray Eisenberg
I suspected it would be somewhere in /opt/local. Thanks! Looking further, I see in the fontforge app’s File Preferences menu item window an entry for HelpDir that’s set to default, in fact, to: /opt/local/share/fontforge/doc/fontforge So that’s where I unarchived the docs, and now I do get

Re: where put font forge docs?

2013-12-10 Thread Ryan Schmidt
On Dec 10, 2013, at 11:47, Murray Eisenberg wrote: I guess it’s “tidy” to keep the docs within /opt/local/share/fontforge, but what will happen on a version upgrade? will they be left unaffected (I would presume)? MacPorts will not touch files it did not put there, so they should remain

Re: where put font forge docs?

2013-12-10 Thread Murray Eisenberg
On Dec 10, 2013, at 2:06 PM, Ryan Schmidt ryandes...@macports.org wrote: On Dec 10, 2013, at 11:47, Murray Eisenberg wrote: I guess it’s “tidy” to keep the docs within /opt/local/share/fontforge, but what will happen on a version upgrade? will they be left unaffected (I would presume)?

c compile error on implicit declaration

2013-12-10 Thread Gmail
Hi all I am trying to compile the c code and got the following error. cc -DIWORDSIZE=4 -DMAX_HISTORY=25 -DNMM_CORE=0 -c -g registry.c registry.c:60:3: warning: implicit declaration of function 'sym_forget' is invalid in C99 [-Wimplicit-function-declaration] sym_forget() ; ^ Do anybody

Undefined symbols for architecture x86_64 error on fortran compiling

2013-12-10 Thread Gmail
Hi all When I compile a fortran code, I got the error Undefined symbols for architecture x86_64 My mac is 64bits. The fortran compiler used here is ifort. Thank you Bruce___ macports-users mailing list macports-users@lists.macosforge.org