Re: [111903] trunk/dports/kde

2013-10-06 Thread Nicolas Pavillon
Hello, 

 +#Clang of XCode 5 presently fails with a boost error 
 +#(fatal error: recursive template instantiation exceeded maximum depth of 
 128)
 +#XCode 5.0.0 is 500.2.75
 +compiler.blacklist  {clang  500}
 
 We recently fixed this same error in vigra using:
 
 configure.cxxflags-append -ftemplate-depth-1024
 
 Maybe something similar will help rocs.
 
Thanks for the tip, that fixed the issue.

Cheers,

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


Re: New wiki page describing commit rules needed or nonsense?

2013-10-06 Thread MK-MacPorts
On Oct 5, 2013, at 12:54 PM, Rainer Müller wrote:
 We have point 8. there, Commit messages should make clear what has 
 been changed:
Oh, I missed that one.

 I added a link to the new wiki page there as well.
I see.

 We could now probably remove the three points below that as they are covered 
 in the 
 new wiki page.
Well, these three points are actually a little more detailed than that what is 
on the new page.
Shall I simply integrate them into the new page rather than dump them?
___
macports-dev mailing list
macports-dev@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-dev


Re: [111870] trunk/dports/devel/kmm_banking/Portfile

2013-10-06 Thread MK-MacPorts
Hi Joshua,

I made it obsolete in r111928.

Greets,
Marko
___
macports-dev mailing list
macports-dev@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-dev


Re: [111870] trunk/dports/devel/kmm_banking/Portfile

2013-10-06 Thread Clemens Lang
Hi Marko,

On Sun, Oct 06, 2013 at 12:29:09PM +0200, mk-macpo...@techno.ms wrote:
 I made it obsolete in r111928.

Please look at this again:
 (1) The obsolete PortGroup is meant to be used at the end of a
 Portfile, e.g., see the hs-platform-alex Portfile.
 (2) The obsolete PortGroup requires replaced_by to be set. Since it
 isn't in this case, the Portfile fails to execute:
 can't read replaced_by: no such variable

-- 
Clemens Lang

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


Re: Compile/Link 101

2013-10-06 Thread Jeremy Huddleston Sequoia

On Oct 5, 2013, at 16:59, Ryan Schmidt ryandes...@macports.org wrote:

 
 On Oct 5, 2013, at 18:13, Craig Treleaven wrote:
 
 At 4:06 PM -0500 10/5/13, Ryan Schmidt wrote:
 My somewhat hazy recollection is that it might have started working in
 4.4. Unfortunately I don't have that version handy to check.
 
 http://trac.macports.org/ticket/36339#comment:3 says 4.4.1's clang doesn't 
 support LIBRARY_PATH either. 4.5's does. So since the build system is so 
 finicky you can blacklist macports-clang-2.9 macports-clang-3.0 and {clang 
  421}
 
 Thanks Ryan.  I'll have a go at that.
 
 BTW, version information w.r.t. XCode 4.4 and 4.4.1 seems to be absent from 
 the wiki page.  Anyone have to details?
 
 https://trac.macports.org/wiki/XcodeVersionInfo
 
 Someone would have to download those versions of Xcode and their 
 corresponding command line tools, install them, and get the requested info.

https://www.opensource.apple.com/release/developer-tools-44/

clang-421.0.57
llvmgcc42-2336.11

smime.p7s
Description: S/MIME cryptographic signature
___
macports-dev mailing list
macports-dev@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-dev


Posting to developer ML problematic

2013-10-06 Thread MK-MacPorts
I have received responses like these from Mac OS Forges' mail server:

---
This message was created automatically by mail delivery software.

A message that you sent could not be delivered to one or more of
its recipients. This is a permanent error. The following address
failed:

macports-dev@lists.macosforge.org:
SMTP error from remote server in greeting:
host: mail-in.apple.com:
5.7.1 You are not allowed to connect.
---

and I don't know why…

I am subscribed to the list, but the mail server seems to forget that at times!
___
macports-dev mailing list
macports-dev@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-dev


Re: Posting to developer ML problematic

2013-10-06 Thread Rainer Müller
On 2013-10-06 19:24, mk-macpo...@techno.ms wrote:
 I have received responses like these from Mac OS Forges' mail server:
 
 ---
 This message was created automatically by mail delivery software.
 
 A message that you sent could not be delivered to one or more of
 its recipients. This is a permanent error. The following address
 failed:
 
 macports-dev@lists.macosforge.org:
 SMTP error from remote server in greeting:
 host: mail-in.apple.com:
 5.7.1 You are not allowed to connect.
 ---
 
 and I don't know why…
 
 I am subscribed to the list, but the mail server seems to forget that at 
 times!

Whichever mail server you use to send mails was rejected by mail-in.apple.com,
unfortunately for some reason it does not tell here. It could be that this mail
server is on some spam blacklist, check the mail server logs for details or tell
your sysadmin about that.

This problem is not related to your subscription status as the Apple mail server
rejected you right before even getting the envelope data with sender and 
recipient.

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


[111936] trunk/dports/lang/php4/Portfile

2013-10-06 Thread Joshua Root
 Revision: 111936
   https://trac.macports.org/changeset/111936
 Author:   jeremyhu at macports.org
 Date: 2013-10-06 11:27:32 -0700 (Sun, 06 Oct 2013)
 Log Message:
 ---
 php4: Add missing dependency
 
 Modified Paths:
 --
 trunk/dports/lang/php4/Portfile
 
 Modified: trunk/dports/lang/php4/Portfile
 ===
 --- trunk/dports/lang/php4/Portfile   2013-10-06 17:53:32 UTC (rev 111935)
 +++ trunk/dports/lang/php4/Portfile   2013-10-06 18:27:32 UTC (rev 111936)
 @@ -294,6 +294,7 @@
  system -W ${workpath} /usr/bin/gnutar --no-same-owner -xzf 
 ${distpath}/${pdflib_distfile}
  move ${workpath}/${pdflib_distname} ${worksrcpath}/ext/pdf
  }
 +depends_build-appendbin:gnutar:gnutar
  depends_lib-append  port:pdflib
  configure.args-append   --with-pdflib=${prefix}
  }

Shouldn't that be depends_extract? And shouldn't the leading /usr/bin/
be removed in the extract command for this to work in the cases where
the added dependency is important?

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


Re: [111928] trunk/dports/devel/kmm_banking/Portfile

2013-10-06 Thread Ryan Schmidt

On Oct 6, 2013, at 05:26, m...@macports.org wrote:

 Revision: 111928
  https://trac.macports.org/changeset/111928
 Author:   m...@macports.org
 Date: 2013-10-06 03:26:02 -0700 (Sun, 06 Oct 2013)
 Log Message:
 ---
 kmm_banking: make port obsolete, since dep aqbanking was made obsolete in 
 r105380, kmm_banking is now included in ports kmymoney4(-devel)
 
 Revision Links:
 --
https://trac.macports.org/changeset/105380
 
 Modified Paths:
 --
trunk/dports/devel/kmm_banking/Portfile
 
 Modified: trunk/dports/devel/kmm_banking/Portfile
 ===
 --- trunk/dports/devel/kmm_banking/Portfile   2013-10-06 08:27:42 UTC (rev 
 111927)
 +++ trunk/dports/devel/kmm_banking/Portfile   2013-10-06 10:26:02 UTC (rev 
 111928)
 @@ -1,53 +1,8 @@
 # $Id$
 
 PortSystem  1.0
 -
 +PortGroup   obsolete 1.0
 namekmm_banking
 version 1.0
 -# this is specific to this port and *version* for downloading it
 -set release 09
 -
 revision2

When making a port replaced by another, the version or revision must increase 
so that users see the port in port outdated.

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


open tickets

2013-10-06 Thread David Strubbe
Hi committers,

Can you please take a look at two open tickets I submitted? The first is an
enhancement to my sparskit port; the second is about port abandonment of
libxc. I submitted it 5 days ago, so the 72 hour timeout period has elapsed.

Thanks,
David

[1] https://trac.macports.org/ticket/40638
[2] https://trac.macports.org/ticket/40646
___
macports-dev mailing list
macports-dev@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-dev