Re: yafc @1.3.4 (net) for MacPorts 2.3.1

2014-10-07 Thread Kurt Hindenburg
Hi, if no one has replied already, please put in a ticket at 
trac.macports.org

yafc does already have openssl deps.
  Kurt

On 10/4/14, 11:33 PM, William Santos wrote:


Hello,

/yafc 1.3.4 (x86_64-apple-darwin13.4.0)/ is not functional without 
this additional dependency: *openssh*


Without *openssh* installed it will not connect and reports the 
following error message:


|Sorry, don't know how to handle your 'ssh' protocol
trying 'ftp' instead...
Connecting to (null) at port 22...
yafc
|

Please add *openssh* to the required dependencies in the port file.

Thank You,

Bill Santos



___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Fwd: Problems linking static glib2.0

2014-10-07 Thread Jameson Merkow
Hello,
I've been using macports for a while. I've been using apple-gcc42 compiler,
but I recently switched to mp-gcc46, to use mpich-gcc46.  Now that I've
switched, Im running into link errors (attached) with the installed
glib2.0.  I am linking against the archive, not the dylib (this was working
with apple-gcc42). I've tried installing and reinstalling it a few times,
to no avail, perhaps I am missing a step?
I have the following glib installed:
glib2  @2.42.0 devel/glib2

I have also tried glib2-devel version.

Any help debugging, or if Im missing something, would be greatly
appreciated.

-Jameson


gliberror.log
Description: Binary data
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: Problems linking static glib2.0

2014-10-07 Thread Brandon Allbery
On Tue, Oct 7, 2014 at 1:23 PM, Jameson Merkow jmer...@gmail.com wrote:

 I've been using macports for a while. I've been using apple-gcc42
 compiler, but I recently switched to mp-gcc46, to use mpich-gcc46.  Now
 that I've switched, Im running into link errors (attached) with the
 installed glib2.0.  I am linking against the archive, not the dylib (this
 was working with apple-gcc42). I've tried installing and reinstalling it a
 few times, to no avail, perhaps I am missing a step?
 I have the following glib installed:


It's linking against the system iconv instead of MacPorts' iconv for some
reason. MacPorts does that because otherwise things link fine and then drop
core at runtime because the static data is different.

-- 
brandon s allbery kf8nh   sine nomine associates
allber...@gmail.com  ballb...@sinenomine.net
unix, openafs, kerberos, infrastructure, xmonadhttp://sinenomine.net
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: Problems linking static glib2.0

2014-10-07 Thread Jameson Merkow
So the solution would be to put the macports lib directory at the beginning
of my path when building? Is there a different or better way?

-Jameson

On Tue, Oct 7, 2014 at 10:28 AM, Brandon Allbery allber...@gmail.com
wrote:


 On Tue, Oct 7, 2014 at 1:23 PM, Jameson Merkow jmer...@gmail.com wrote:

 I've been using macports for a while. I've been using apple-gcc42
 compiler, but I recently switched to mp-gcc46, to use mpich-gcc46.  Now
 that I've switched, Im running into link errors (attached) with the
 installed glib2.0.  I am linking against the archive, not the dylib (this
 was working with apple-gcc42). I've tried installing and reinstalling it a
 few times, to no avail, perhaps I am missing a step?
 I have the following glib installed:


 It's linking against the system iconv instead of MacPorts' iconv for some
 reason. MacPorts does that because otherwise things link fine and then drop
 core at runtime because the static data is different.

 --
 brandon s allbery kf8nh   sine nomine
 associates
 allber...@gmail.com
 ballb...@sinenomine.net
 unix, openafs, kerberos, infrastructure, xmonad
 http://sinenomine.net

___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: Problems linking static glib2.0

2014-10-07 Thread Brandon Allbery
On Tue, Oct 7, 2014 at 1:34 PM, Jameson Merkow jmer...@gmail.com wrote:

 So the solution would be to put the macports lib directory at the
 beginning of my path when building? Is there a different or better way?


$PATH is not used for library searches, and setting the DYLD path variables
is very bad juju. -L/opt/local/lib is preferred.


-- 
brandon s allbery kf8nh   sine nomine associates
allber...@gmail.com  ballb...@sinenomine.net
unix, openafs, kerberos, infrastructure, xmonadhttp://sinenomine.net
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: [KDE/Mac] Upgrade to 4.13.3 in Macports default theme

2014-10-07 Thread René J . V . Bertin
On Tuesday October 07 2014 21:43:38 Marko Käning wrote:

  And you're right that the Aqua theme doesn't look good; even if there are 
  no layout errors it takes much too much space for everything. (Which in 
  itself might confirm my suspicion that it will work only with the default 
  font setting…)
 
 Yep, it should not be the default setting of a MacPorts/KDE installation 
 anymore.
 
 QtCurve does a fine job and thus should become our default theme.
 
 We just need some magic in post-destroot of kdelibs4-runtime, I guess.
 
 And thus we need to make every real KDE application depend on 
 kdelibs4-runtime or even better kde4-workspace and not only kdelibs4 anymore, 
 to be sure that the port allows and instructs the user to use kcmshell or the 
 systemsettings app to get the correct preset for QtCurve.

I'm not sure I agree with the idea of changing the default theme other than 
when installing kdelibs4 for the 1st time. We could make kde4-runtime or 
kde4-workspace depend on QtCurve so that the theme gets installed, but I think 
that the rest can safely be left up to the user.

It's true that even with the KDE fonts configured as closely as possible to 
what OS X uses (Lucida Grande 13, 11 and 10 pt), the Aqua theme still leads to 
bad layout.

Marko, have you yet been able to see to what extent that is still true under 
KF5?

BTW, just saw there's also this: https://code.google.com/p/fusion-qt4/ ;)


R.

NB: I just notice kdepim4 depends on qt4-mac and phonon only, not even on 
kdepimlibs4?!
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


FATAL ERROR: Can't execute 'mysqlcheck'

2014-10-07 Thread Tim Johnson
I'm using mysql version 5.1.72 on OS X 10.7.5

When running 
mysql_upgrade5 --force --verbose --port=3306 -uroot -p
I get the following error message 

Enter password:
Looking for 'mysql' as: mysql
Looking for 'mysqlcheck' as: mysqlcheck
FATAL ERROR: Can't execute 'mysqlcheck'

I see /opt/local/bin/mysqlcheck5
symlinked to
/opt/local/lib/mysql5/bin/mysqlcheck
but don't know how to procede.

Please advise.
thanks
-- 
Tim 
tim at tee jay forty nine dot com or akwebsoft dot com
http://www.akwebsoft.com, http://www.tj49.com
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: FATAL ERROR: Can't execute 'mysqlcheck'

2014-10-07 Thread Ryan Schmidt

On Oct 7, 2014, at 5:08 PM, Tim Johnson wrote:
 
 I'm using mysql version 5.1.72 on OS X 10.7.5
 
 When running 
 mysql_upgrade5 --force --verbose --port=3306 -uroot -p
 I get the following error message 
 
 Enter password:
 Looking for 'mysql' as: mysql
 Looking for 'mysqlcheck' as: mysqlcheck
 FATAL ERROR: Can't execute 'mysqlcheck'
 
 I see /opt/local/bin/mysqlcheck5
 symlinked to
 /opt/local/lib/mysql5/bin/mysqlcheck
 but don't know how to procede.

Looks like this old bug:

https://trac.macports.org/ticket/10566

Note that the mysql5 port is deprecated. If possible, please upgrade to one of 
the newer mysql ports: mysql51, mysql55, mysql56, mariadb, mariadb-10.0, 
mariadb-10.1 or percona. Of those, I recommend mariadb-10.0 at this time. 
Possibly, these newer ports do not have this same problem.





___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: FATAL ERROR: Can't execute 'mysqlcheck'

2014-10-07 Thread Tim Johnson
* Ryan Schmidt ryandes...@macports.org [141007 15:07]:
 
 On Oct 7, 2014, at 5:08 PM, Tim Johnson wrote:
  
  I'm using mysql version 5.1.72 on OS X 10.7.5
  
  When running 
  mysql_upgrade5 --force --verbose --port=3306 -uroot -p
  I get the following error message 
  
  Enter password:
  Looking for 'mysql' as: mysql
  Looking for 'mysqlcheck' as: mysqlcheck
  FATAL ERROR: Can't execute 'mysqlcheck'
  
  I see /opt/local/bin/mysqlcheck5
  symlinked to
  /opt/local/lib/mysql5/bin/mysqlcheck
  but don't know how to procede.
 
 Looks like this old bug:
 
 https://trac.macports.org/ticket/10566
 
 Note that the mysql5 port is deprecated. If possible, please
 upgrade to one of the newer mysql ports: mysql51, mysql55,
 mysql56, mariadb, mariadb-10.0, mariadb-10.1 or percona. Of those,
 I recommend mariadb-10.0 at this time. Possibly, these newer ports
 do not have this same problem.
  Understood. Will upgrade. Thanks 

-- 
Tim 
tim at tee jay forty nine dot com or akwebsoft dot com
http://www.akwebsoft.com, http://www.tj49.com
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: Gimp (Thomas Bodlien)

2014-10-07 Thread James Linder

 Gimp is not starting on OS X 10.9.2.
 Can somebody check that?

Much as I don’t like grabbing the menu buttons the native OSX build works while 
the same version from macports (and fink!) has a truckfull of minor glitches 
(same version) nothing comes to mind, but irritating enough to ditch macports 
version in leau of the native build.

so ...
http://sourceforge.net/projects/gimponosx/files/GIMP%20Mavericks/Gimp-2.8.14p1-Mavericks-Yosemite.dmg/download

James

___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: Gimp (Thomas Bodlien)

2014-10-07 Thread James Linder

But having said that I just installed macport version (again) and my 5 min play 
yielded no problems :-)

 Gimp is not starting on OS X 10.9.2.
 Can somebody check that?

Much as I don’t like grabbing the menu buttons the native OSX build works while 
the same version from macports (and fink!) has a truckfull of minor glitches 
(same version) nothing comes to mind, but irritating enough to ditch macports 
version in leau of the native build.

so ...
http://sourceforge.net/projects/gimponosx/files/GIMP%20Mavericks/Gimp-2.8.14p1-Mavericks-Yosemite.dmg/download



James

___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users