Re: libgcrypt-config with +universal

2015-05-07 Thread Ryan Schmidt
On May 7, 2015, at 9:01 AM, René J.V. Bertin wrote: On Thursday May 07 2015 07:43:32 Ryan Schmidt wrote: Where did you notice this? This message is not printed by libgcrypt-config; it must've been printed by whatever used libgcrypt-config. Building something unpronouncable

Re: [135592] trunk/dports/kde

2015-05-06 Thread Ryan Schmidt
On Apr 27, 2015, at 11:55 AM, ni...@macports.org wrote: Revision 135592 Author ni...@macports.org Date 2015-04-27 09:55:07 -0700 (Mon, 27 Apr 2015) Log Message py-pykde4: new port (ticket #47125) --- trunk/dports/kde/py-pykde4/Portfile (rev 0) +++

Re: [135847] trunk/dports/science/volk

2015-05-06 Thread Ryan Schmidt
On May 6, 2015, at 3:49 PM, Michael Dickens wrote: Yes; OK; agreed in general. So, why do we have configure.cxx_stdlib? Why not just force users to use libc++ and never libstdc++? I know this setting -can be- per port, but for (guessing) 99%+ of all users they just use the default (they

Re: [135847] trunk/dports/science/volk

2015-05-06 Thread Ryan Schmidt
On May 6, 2015, at 7:16 PM, Ryan Schmidt wrote: When I added this check to port lint in r119714, I did not realize that there would be use cases where someone would use { in a compiler.blacklist entry that did not involve the use of the compiler_blacklist_versions portgroup, so the first

Re: [135907] trunk/dports/math/octave-database/Portfile

2015-05-06 Thread Ryan Schmidt
On May 6, 2015, at 1:08 PM, michae...@macports.org wrote: Revision 135907 Author michae...@macports.org Date 2015-05-06 11:08:43 -0700 (Wed, 06 May 2015) Log Message octave-database: + update to 2.3.2; + move postgresql 8.[0-2] to legacy variants, using 9.2 as the default if one

Re: [135905] trunk/dports/python/py-mustache/Portfile

2015-05-06 Thread Ryan Schmidt
On May 6, 2015, at 11:55 AM, s...@macports.org wrote: Revision 135905 Author s...@macports.org Date 2015-05-06 09:55:12 -0700 (Wed, 06 May 2015) Log Message py-mustache: use github portgroup Modified Paths • trunk/dports/python/py-mustache/Portfile Diff Modified:

Re: GSoC Project: Revitalizing Pallet

2015-05-06 Thread Ryan Schmidt
On May 6, 2015, at 5:14 PM, Kyle Sammons wrote: My name's Kyle Sammons and I've been accepted into this years GSoC. I was also a GSoC participant for MacPorts last year working on Project Clean-up Stuff, which created the port doctor and port reclaim commands. My project for this year

Re: [135847] trunk/dports/science/volk

2015-05-06 Thread Ryan Schmidt
On May 6, 2015, at 12:09 PM, Michael Dickens wrote: Thanks for the pointers on using {} only when using [] but not *; I'll update the Portfile shortly. I prefer to be transparent in compiler selection, so blacklisting even compilers that won't be chosen is better than not really does no

Re: upgrading/installing in a background process

2015-05-05 Thread Ryan Schmidt
On May 5, 2015, at 10:15 AM, René J.V. Bertin wrote: Maybe the output of 'port outdated' should just indicate that the new version was installed, but isn't active? That, or there could be `port active outdated` vs. `port installed outdated` commands? As far as I'm concerned, the confusion

Re: macports with closed stdout

2015-05-05 Thread Ryan Schmidt
On May 5, 2015, at 12:58 PM, Clemens Lang wrote: It doesn't really apply when doing a bunch of updates or installs, but rather working on a single port. In this particular case, I was checking whether the current version of one of my ports would still build from scratch. On my own system I

Re: macports with closed stdout

2015-05-05 Thread Ryan Schmidt
On May 5, 2015, at 1:23 PM, René J.V. Bertin wrote: apparently the log is truncated when the activation phase begins. I never noticed this before, but then I rarely check the log after a successful install ... This has annoyed me for years. I would love it if this bug were fixed but I

Re: [135847] trunk/dports/science/volk

2015-05-05 Thread Ryan Schmidt
On May 5, 2015, at 10:06 AM, michae...@macports.org wrote: Revision 135847 Author michae...@macports.org Date 2015-05-05 08:06:12 -0700 (Tue, 05 May 2015) Log Message volk: + update to 83b09941 (20150504); + remove now-unnecessary patch, instead blacklisting GCC 4.3 since they do

Re: [135847] trunk/dports/science/volk

2015-05-05 Thread Ryan Schmidt
On May 5, 2015, at 4:36 PM, Lawrence Velázquez wrote: In the context of Tcl I'm unfamiliar with the [3-6] notation that you're using so I'm not sure how or if that works. The elements of compiler.blacklist are treated as patterns for string match, which closely resemble shell globs.

Re: How to properly set variant-dependent ACLOCAL_PATH (or better proposals)?

2015-05-04 Thread Ryan Schmidt
On May 4, 2015, at 12:44 AM, Mojca Miklavec wrote: We have five different wxWidgets ports. Usually it's enough if a port that depends on wxWidgets sets something like --with-wxdir=${wxWidgets.wxdir} in configure flags, but when a development version of a port has to bootstrap first,

Proper library version numbering

2015-05-02 Thread Ryan Schmidt
We frequently find projects versioning their libraries incorrectly -- i.e., using the project's version number as the library version number. For example here's a library that I'm almost certain is doing it wrong: $ port installed tidy The following ports are currently installed: tidy

Re: Buildbot buildports-lion-x86_64 stalled for over 12 hours

2015-04-30 Thread Ryan Schmidt
On Apr 28, 2015, at 2:18 PM, David Evans wrote: On 4/28/15 10:10 AM, Henry Groen wrote: Looks like it ran out of space again, reset it and now it has 23GB available. henry  Henry Groen Core OS ☎ 408.862.5234 | ✉ gr...@apple.com ☎ 415.971.3222 OK, that reset the builder but now it

Re: standard way to require c++11?

2015-04-30 Thread Ryan Schmidt
On Apr 30, 2015, at 6:46 AM, Mihai Moldovan wrote: On 30.04.2015 03:56 AM, Ryan Schmidt wrote: On Apr 29, 2015, at 1:37 AM, Ryan Schmidt wrote: That was going to be my suggestion, to avoid a proliferation of portgroups that all do something similar. For example, right now I'm dealing

Re: standard way to require c++11?

2015-04-29 Thread Ryan Schmidt
On Apr 29, 2015, at 12:12 AM, Mihai Moldovan wrote: Do we want a general cxx PortGroup with options for C++11, C++14, C++... or a new PortGroup for every standard? Probably the former? That was going to be my suggestion, to avoid a proliferation of portgroups that all do something similar.

Re: [135656] trunk/dports/_resources/port1.0/group/cxx11-1.0.tcl

2015-04-28 Thread Ryan Schmidt
On Apr 28, 2015, at 11:31 PM, io...@macports.org wrote: Revision 135656 Author io...@macports.org Date 2015-04-28 21:31:27 -0700 (Tue, 28 Apr 2015) Log Message cxx11-1.0: new PortGroup. Added Paths • trunk/dports/_resources/port1.0/group/cxx11-1.0.tcl +PortGroup

Re: [135644] trunk/dports/cross/openocd/Portfile

2015-04-28 Thread Ryan Schmidt
On Apr 28, 2015, at 2:42 PM, s...@macports.org wrote: Revision 135644 Author s...@macports.org Date 2015-04-28 12:42:18 -0700 (Tue, 28 Apr 2015) Log Message openocd: update to 0.8.0, #44855 Modified Paths • trunk/dports/cross/openocd/Portfile -default_variants +ft2232

Re: standard way to require c++11?

2015-04-28 Thread Ryan Schmidt
On Apr 28, 2015, at 11:39 PM, Mihai Moldovan wrote: On 14.04.2015 07:44 AM, Mojca Miklavec wrote: Could something like that be added to the compiler_blacklist PortGroup? I believe that pure C++11 projects need consistent handling and it would be very handy to allow a keyword like

Re: Buildbot buildports-lion-x86_64 stalled for over 12 hours

2015-04-27 Thread Ryan Schmidt
Henry, Can you please reset the buildbot buildports-lion builder? It has been stalled for 70 hours. -Ryan On Apr 25, 2015, at 1:43 PM, David Evans wrote: No progress on current build 28518 for over 12 hours. Attempts to stop and restart via web interface ineffective.

Re: [135601] trunk/dports/audio/pulseaudio

2015-04-27 Thread Ryan Schmidt
On Apr 27, 2015, at 4:00 PM, io...@macports.org wrote: Revision 135601 Author io...@macports.org Date 2015-04-27 14:00:35 -0700 (Mon, 27 Apr 2015) Log Message pulseaudio: add record and playback module arguments for CoreAudio modules. --- trunk/dports/audio/pulseaudio/Portfile

Re: Variants +clang3{0,1,2} ...

2015-04-26 Thread Ryan Schmidt
On Apr 25, 2015, at 11:53 AM, petr wrote: On 25 Apr 2015, at 17:49, Lawrence Velázquez wrote: On Apr 25, 2015, at 5:49 AM, petr wrote: To my understanding the +clang3{0,1,2} refer to clang-3.{0,1,2} respectively. Yup. These clang ports are no obsolete. Yup. However, there

Re: Variants +clang3{0,1,2} ...

2015-04-26 Thread Ryan Schmidt
On Apr 26, 2015, at 8:28 PM, Ryan Schmidt wrote: and that if there is are objections within a number of days Editing error: this should have read if there are no objections ___ macports-dev mailing list macports-dev@lists.macosforge.org https

Re: Howto avoid fetching from macport mirrors?

2015-04-25 Thread Ryan Schmidt
On Apr 25, 2015, at 3:30 PM, petr wrote: I am wondering if there is a simple way to avoid fetching distfiles from the macports mirrors. I would need to do this mainly for testing, or things like to detect stealth updates or broken master_sites. You can exclude servers by listing their

Re: GCC driver-driver [was: Re: standard way to require c++11?]

2015-04-22 Thread Ryan Schmidt
On Apr 22, 2015, at 1:45 PM, Mihai Moldovan wrote: On 22.04.2015 08:41 PM, Ryan Schmidt wrote: On Apr 22, 2015, at 1:23 PM, Mihai Moldovan wrote: You're right. The proper solution would be to add the old driver-driver back to FSF GCC and get it upstreamed, instead of relying even more

Re: GCC driver-driver [was: Re: standard way to require c++11?]

2015-04-22 Thread Ryan Schmidt
On Apr 22, 2015, at 1:23 PM, Mihai Moldovan wrote: You're right. The proper solution would be to add the old driver-driver back to FSF GCC and get it upstreamed, instead of relying even more on muniversal. Personally, I do not wish to do so, for multiple reasons. Too bad Apple didn't

Re: [135242] trunk/dports/www/webkit-gtk/Portfile

2015-04-20 Thread Ryan Schmidt
On Apr 20, 2015, at 1:12 AM, dev...@macports.org wrote: Revision 135242 Author dev...@macports.org Date 2015-04-19 23:12:52 -0700 (Sun, 19 Apr 2015) Log Message webkit-gtk: increment revision to rebuild with libicu*.55. If webkit-gtk and webkit-gtk-2.0 link with libicu, they should

Re: [133942] trunk/dports/graphics/cairo-devel

2015-04-20 Thread Ryan Schmidt
On Apr 19, 2015, at 10:24 PM, David Evans wrote: I noticed that you updated cairo-devel to stable version 1.14.2 but not cairo itself. Is there an issue with 1.14.2 that is preventing the update? Yes: 1.14.2 cannot be compiled on Tiger. I need to revert an upstream change to bring back

Re: [135138] trunk/dports/kde/kde4-workspace

2015-04-19 Thread Ryan Schmidt
On Apr 16, 2015, at 9:48 AM, ni...@macports.org wrote: Revision 135138 Author ni...@macports.org Date 2015-04-16 07:48:25 -0700 (Thu, 16 Apr 2015) Log Message kde4-workspace: update to latest version (ticket #46359) --- trunk/dports/kde/kde4-workspace/Portfile 2015-04-16 14:42:23

Re: standard way to require c++11?

2015-04-18 Thread Ryan Schmidt
On Apr 15, 2015, at 3:45 AM, Mojca Miklavec wrote: (b) I've been suggesting for a long time already that we should set up three new buildbots to build packages against libc++ on 10.6-10.8. The lack of a buildbot is a showstopper for me, preventing me from globally switching to libc++ (on an

Re: Tickets past maintainer timeout

2015-04-18 Thread Ryan Schmidt
On Apr 15, 2015, at 10:29 PM, Mihai Moldovan wrote: r135132 and r135133. On that note, I seem to have broken trac/svn, because https://trac.macports.org/changeset/135133 is reporting an invalid changeset number. How the commit was able to do this is not clear to me, as it was a normal update

Re: cross-port ${filespath} access?

2015-04-15 Thread Ryan Schmidt
On Apr 14, 2015, at 1:56 PM, René J.V. Bertin wrote: Not upstream, this is something done in the post-destroot (and I'm the original author of the Portfile) You shouldn't try to make one port use another port's files, via symlinks or other trickery. Subports can and often do share

Re: Where are our mirror scripts defined?

2015-04-15 Thread Ryan Schmidt
On Apr 15, 2015, at 2:46 AM, Mihai Moldovan wrote: There's also a post-commit hook that mirrors the ports touched by the commit (portfile_mirror.pl), which is not currently not in use/working. I'd like to get this working again. What's needed? How can I help?

Re: [135005] trunk/dports/x11/xinit/Portfile

2015-04-14 Thread Ryan Schmidt
On Apr 13, 2015, at 9:38 AM, Mihai Moldovan wrote: On 13.04.2015 12:17 PM, Ryan Schmidt wrote: On Apr 12, 2015, at 10:29 PM, io...@macports.org wrote: Revision 135005 Author io...@macports.org Date 2015-04-12 20:29:57 -0700 (Sun, 12 Apr 2015) Log Message xinit: port to notes

Re: reconfigure using autogen.sh for intltool 0.51 compatibility

2015-04-13 Thread Ryan Schmidt
Thank you for the documentation! Good to know what's going on. ___ macports-dev mailing list macports-dev@lists.macosforge.org https://lists.macosforge.org/mailman/listinfo/macports-dev

Re: [135005] trunk/dports/x11/xinit/Portfile

2015-04-13 Thread Ryan Schmidt
On Apr 12, 2015, at 10:29 PM, io...@macports.org wrote: Revision 135005 Author io...@macports.org Date 2015-04-12 20:29:57 -0700 (Sun, 12 Apr 2015) Log Message xinit: port to notes. Modified Paths • trunk/dports/x11/xinit/Portfile +if {${os.major} 9} { +

Re: Portfile question

2015-04-10 Thread Ryan Schmidt
On Apr 10, 2015, at 8:05 PM, Edward Maros wrote: I need to make sure a port is deactive when I build my package. If it is active, I would like to deactivate it for building of my package and then reactivate it once my package is built. What sections should I modify and what code do I need to

Re: [134865] trunk/dports/net/transmission-x11/Portfile

2015-04-10 Thread Ryan Schmidt
On Apr 9, 2015, at 4:02 AM, dev...@macports.org wrote: Revision 134865 Author dev...@macports.org Date 2015-04-09 02:02:26 -0700 (Thu, 09 Apr 2015) Log Message transmission-x11: update to version 2.84, reconfigure using autogen.sh for intltool 0.51 compatibility, drop +gtk variant

Re: reconfigure using autogen.sh for intltool 0.51 compatibility

2015-04-10 Thread Ryan Schmidt
On Apr 10, 2015, at 11:17 PM, dev...@macports.org wrote: Revision 134933 Author dev...@macports.org Date 2015-04-10 21:17:15 -0700 (Fri, 10 Apr 2015) Log Message gimp2: reconfigure using autogen.sh for intltool 0.51 compatibility. Modified Paths •

Re: [134834] trunk/dports/perl/p5-html-lint/Portfile

2015-04-09 Thread Ryan Schmidt
On Apr 8, 2015, at 9:33 AM, dev...@macports.org wrote: Revision 134834 Author dev...@macports.org Date 2015-04-08 07:33:00 -0700 (Wed, 08 Apr 2015) Log Message p5-html-lint: reformat, for consistency with other perl ports, don't disable livecheck in subports. Disabling livecheck in

Re: [134818] trunk/dports/graphics/lib2geom/Portfile

2015-04-08 Thread Ryan Schmidt
On Apr 8, 2015, at 7:41 AM, David Evans wrote: Thanks for these enhancements, particularly the use of the expand operator, introduced in Tcl 8.5, in preference to the now deprecated 'eval'. [1] I note, however, that the use of 'eval' is fairly wide spread throughout the ports, PortGroups

Re: [134833] trunk/base/src/port1.0/portutil.tcl

2015-04-08 Thread Ryan Schmidt
On Apr 8, 2015, at 9:30 AM, j...@macports.org wrote: Revision 134833 Author j...@macports.org Date 2015-04-08 07:30:14 -0700 (Wed, 08 Apr 2015) Log Message simplify makeuserproc and get rid of weird overquoting requirement (which probably only existed because someone called their

Re: [134799] trunk/dports/databases/postgis2/Portfile

2015-04-08 Thread Ryan Schmidt
On Apr 8, 2015, at 1:33 AM, Vincent Habchi wrote: Did you want to change the default variant to postgresql94 since that is the latest stable version? Not at this point. Maybe when postgresql94 reaches version 9.4.2 or 3. It is always costly to migrate from one postgresql version to

Re: [134799] trunk/dports/databases/postgis2/Portfile

2015-04-07 Thread Ryan Schmidt
On Apr 7, 2015, at 12:37 PM, vi...@macports.org wrote: Revision 134799 Author vi...@macports.org Date 2015-04-07 10:37:19 -0700 (Tue, 07 Apr 2015) Log Message postgis2: bump to version 2.1.7 Modified Paths • trunk/dports/databases/postgis2/Portfile +variant postgresql94

Re: port provides inside a Portfile?

2015-04-06 Thread Ryan Schmidt
On Apr 6, 2015, at 3:47 AM, René JV Bertin wrote: On 06 Apr 2015, at 04:42, Lawrence Velázquez wrote: https://trac.macports.org/wiki/PortfileRecipes#deactivatehack I'm quite certain I could have used recipes from that page (e.g. to deactivate the 'standard' port when

Re: parallel build suggestion

2015-04-05 Thread Ryan Schmidt
On Apr 4, 2015, at 9:01 AM, René J.V. Bertin wrote: Besides (think of that what you like), I like to be able to see at a glance what setting I currently run (since one cannot override the variable on the commandline I do tailor it from time to time). And: I use the variable in my

Re: Bad files on Mavericks buildbot (Fwd: buildbot failure in MacPorts on buildports-mavericks-x86_64)

2015-04-01 Thread Ryan Schmidt
On Mar 31, 2015, at 4:10 PM, Joshua Root j...@macports.org wrote: Oh, we took care of a conflict in /Applications/MacPorts/Python 2.6 already, but I guess there are more of python26's files still lying around. Henry (or whoever's reading this), could you please delete

Re: use_configure yes fails building universal(?)

2015-03-30 Thread Ryan Schmidt
On Mar 30, 2015, at 11:11 PM, Mihai Moldovan wrote: I've hit a very strange issue/bug in base and need some help with that. There is no bug. Everything is working correctly. I've been trying to build this Portfile universal:

Re: Compiler version on the Mountain Lion buildbot

2015-03-28 Thread Ryan Schmidt
On Mar 27, 2015, at 1:40 AM, Mojca Miklavec wrote: I experienced a compile error on 10.8 only. http://trac.macports.org/ticket/47273 It is most likely a compiler bug and I need to figure out which compilers to blacklist, but the thing that surprised me most was the fact that the

Re: [134311] trunk/dports/devel/hub/Portfile

2015-03-22 Thread Ryan Schmidt
On Mar 21, 2015, at 11:23 PM, Mihai Moldovan wrote: -depends_lib port:git +depends_build port:go +depends_lib port:git \ +port:go Adding a library dependency is equivalent to adding a build dependency and a runtime dependency. So you don't

Re: [134288] trunk/dports/sysutils/pidof/Portfile

2015-03-22 Thread Ryan Schmidt
On Mar 22, 2015, at 2:52 PM, David Evans wrote: On 3/22/15 10:35 AM, Lawrence Velázquez wrote: On Mar 21, 2015, at 4:43 PM, Ryan Schmidt wrote: If you use use_configure no, you're indicating to MacPorts that this port uses something that isn't anything like autoconf, so that default

Re: fetch ssl errors on _some_ buildbots

2015-03-22 Thread Ryan Schmidt
On Mar 22, 2015, at 1:08 PM, Mihai Moldovan wrote: On 22.03.2015 06:33 PM, Bradley Giesbrecht wrote: From what appears to be the same servers the Mavericks and Yosemite buildbots were able to fetch via https while Snow Leopard, Lion and Mountain Lion buildbots were not. Is this known

Re: [134312] trunk/dports/mail/rspamd/Portfile

2015-03-22 Thread Ryan Schmidt
On Mar 21, 2015, at 10:49 PM, pixi...@macports.org wrote: Revision 134312 Author pixi...@macports.org Date 2015-03-21 20:49:16 -0700 (Sat, 21 Mar 2015) Log Message mail/rspamd: - Use http to get around buildbot ssl errors. Presumably this would affect any user of older systems, not

Re: fetch ssl errors on _some_ buildbots

2015-03-22 Thread Ryan Schmidt
On Mar 22, 2015, at 5:07 PM, Rainer Müller wrote: Also, I am reluctant to pull software into base that is not covered by a BSD license. OpenSSL has an advertising clause, GnuTLS is LGPL. I agree with that. ___ macports-dev mailing list

Re: [134288] trunk/dports/sysutils/pidof/Portfile

2015-03-21 Thread Ryan Schmidt
On Mar 21, 2015, at 3:37 PM, David Evans dev...@macports.org wrote: On 3/21/15 9:59 AM, ryandes...@macports.org wrote: Revision 134288 Author ryandes...@macports.org Date 2015-03-21 09:59:36 -0700 (Sat, 21 Mar 2015) Log Message pidof: add universal variant Modified Paths •

Re: [134311] trunk/dports/devel/hub/Portfile

2015-03-21 Thread Ryan Schmidt
On Mar 21, 2015, at 7:15 PM, io...@macports.org wrote: Revision 134311 Author io...@macports.org Date 2015-03-21 17:15:49 -0700 (Sat, 21 Mar 2015) Log Message hub: update to 2.2.0. Use go for building. Destroot manually. Patch maintainer-provided. Fixes: #47224. Modified Paths

Re: Buildbots no longer upload any binary packages (cleanup failure)

2015-03-20 Thread Ryan Schmidt
On Mar 20, 2015, at 4:21 PM, Blair Zajac wrote: On Mar 18, 2015, at 6:43 PM, Ryan Schmidt wrote: I'll write a more detailed explanation shortly. Do you know what happened here? The protobuf3-cpp port was created in r134007 with the unusual version value 0.0.0.1 # remove this version

Re: Buildbot cruft: /opt/local/bin/mvn31

2015-03-18 Thread Ryan Schmidt
On Mar 18, 2015, at 2:27 AM, Mojca Miklavec wrote: But there are times when an error occurs on the buildbot and those cases might result in leftovers on the buildbot even if the Portfile and the software are properly written. Usually only a single buildbot is affected. I am hoping that

Re: Buildbots no longer upload any binary packages (cleanup failure)

2015-03-18 Thread Ryan Schmidt
Mac OS Forge Admin, could you please log into each of the buildbot port builders, except for the Snow Leopard builder (so, the Lion, Mountain Lion, Mavericks and Yosemite builders), and run the following command: sudo port uninstall protobuf3-cpp This should uninstall the bad previous version

Re: How identify and remove leftover files on buildbots?

2015-03-18 Thread Ryan Schmidt
On Mar 18, 2015, at 4:33 PM, Rainer Müller rai...@macports.org wrote: On 2015-03-17 22:26, Marko Käning wrote: I just tried to rebuild rkward on the buildbots (in order to analyse this further), but it succeeded e.g. for Mavericks [1], although I thought it wouldn’t: --- Building ports

Re: Buildbot cruft: /opt/local/bin/mvn31

2015-03-18 Thread Ryan Schmidt
On Mar 17, 2015, at 3:24 PM, Blair Zajac wrote: On Mar 17, 2015, at 12:39 PM, Marko Käning mk-macpo...@techno.ms wrote: On 17 Mar 2015, at 19:58 , David Strubbe dstru...@mit.edu wrote: How about using ls -lt in an appropriate step of the Portfile to get this info? Oh, I wasn’t

Re: Python 3.5 subports?

2015-03-18 Thread Ryan Schmidt
On Mar 17, 2015, at 4:21 PM, petr wrote: now that python 3.5 became available as alpha, wouldn't it make sense to start activating py35 subports, to get them ready for the release later this year? I would expect this to take some while, as we have to move through the dependency tree.

Re: Buildbot cruft: /opt/local/bin/mvn31

2015-03-18 Thread Ryan Schmidt
On Mar 18, 2015, at 1:30 AM, Mojca Miklavec wrote: On Wed, Mar 18, 2015 at 7:09 AM, Ryan Schmidt wrote: On Mar 17, 2015, at 3:24 PM, Blair Zajac wrote: Funny, I found this code in the maven3 port because of this bug: pre-activate { # Remove stray files on Mavericks buildbot

Re: [134073] trunk/dports/devel/gazpacho/Portfile

2015-03-18 Thread Ryan Schmidt
On Mar 17, 2015, at 7:24 PM, p...@macports.org wrote: Revision 134073 Author p...@macports.org Date 2015-03-17 17:24:13 -0700 (Tue, 17 Mar 2015) Log Message gazpacho: use python 2.7 Modified Paths • trunk/dports/devel/gazpacho/Portfile Since this will change the

Re: [134071] trunk/dports

2015-03-18 Thread Ryan Schmidt
On Mar 17, 2015, at 7:15 PM, p...@macports.org wrote: Revision 134071 Author p...@macports.org Date 2015-03-17 17:15:37 -0700 (Tue, 17 Mar 2015) Log Message kiwi: rename to py-kiwi, closes #36022 --- trunk/dports/devel/gazpacho/Portfile 2015-03-18 00:00:30 UTC (rev 134070)

Re: [133912] trunk/dports/security/xml-security-c/Portfile

2015-03-15 Thread Ryan Schmidt
On Mar 15, 2015, at 1:46 PM, scan...@macports.org wrote: Revision 133912 Author scan...@macports.org Date 2015-03-15 11:46:11 -0700 (Sun, 15 Mar 2015) Log Message Update to bzip2 extract Modified Paths • trunk/dports/security/xml-security-c/Portfile Diff Modified:

Re: Death of Google Code

2015-03-13 Thread Ryan Schmidt
On Mar 13, 2015, at 12:46 PM, Mark Anderson wrote: Do we have any idea what we need to do/should do to prepare for the eventual shutdown of google code? I know a lot of stuff has been abandoning it, but I feel like we've got quite a few ports out there that will be hit. Thanks, I was just

Re: MacPort selfupdate using SVN

2015-03-12 Thread Ryan Schmidt
On Mar 11, 2015, at 11:11 AM, Jackson Isaac wrote: On Wed, Mar 11, 2015 at 4:55 PM, Rainer Müller wrote: On 2015-03-11 11:19, Jackson Isaac wrote: I meant that it doesn't run 'svn update' when I do sync. It just tries to Synchronizing local ports tree from

Re: MacPort selfupdate using SVN

2015-03-11 Thread Ryan Schmidt
On Mar 11, 2015, at 5:19 AM, Jackson Isaac wrote: I tried using the http://trac.macports.org/wiki/howto/PortTreeTarball method. For this it shows the following output: DEBUG: Copying /Users/JacksonIsaac/Library/Preferences/com.apple.dt.Xcode.plist to

Re: [133744] trunk/dports/textproc/libxml2/Portfile

2015-03-10 Thread Ryan Schmidt
On Mar 10, 2015, at 5:33 AM, and.dam...@macports.org wrote: Revision 133744 Author and.dam...@macports.org Date 2015-03-10 03:33:25 -0700 (Tue, 10 Mar 2015) Log Message port libxml2: add variant to enable history support using readline; nomaintainer Modified Paths •

Re: MacPort selfupdate using SVN

2015-03-09 Thread Ryan Schmidt
On Mar 9, 2015, at 06:02, Jackson Isaac wrote: But when I try 'port -d sync', it says I need to run 'port selfupdate'. My University network blocks rsync. selfupdate always uses rsync; it cannot be configured to use another method. If your network blocks rsync, then you cannot use the

Re: arch order doing a universal build

2015-03-09 Thread Ryan Schmidt
On Mar 9, 2015, at 8:42 AM, René J.V. Bertin wrote: Where is there architecture order defined for ports that do 2 (or more) completely separate builds that are merged afterwards (= use the muniversal PortGroup, I think)? It currently starts with 64bit build, but I'd like it to start with

Re: [133725] trunk/dports/_resources/port1.0/group/octave-1.0.tcl

2015-03-09 Thread Ryan Schmidt
On Mar 9, 2015, at 11:49 AM, michae...@macports.org wrote: Revision 133725 Author michae...@macports.org Date 2015-03-09 09:49:23 -0700 (Mon, 09 Mar 2015) Log Message octave 1.0 PortGroup: combine post-patch and pre-configure into the latter only, to allow for using post-patch in

Re: hidden variants?

2015-03-08 Thread Ryan Schmidt
On Mar 8, 2015, at 1:39 PM, René J.V. Bertin wrote: Can a port have variants that it doesn't advertise? In other words, what happens if a portfile uses `variant_isset` to check whether or not a variant has been selected, but doesn't contain (or contains a commented-out) declaration for

Re: repetitive path gives filename too long errors

2015-03-08 Thread Ryan Schmidt
On Mar 8, 2015, at 4:42 PM, René J.V. Bertin wrote: I'm struggling with the py-pykde4 package, which is giving me filename overflows due to constructing a path that contains repetitions of itself. I first ran into this in November, have since updated to CMake 3.1.2, and now see that the

Re: hiredis: fix dylib path

2015-03-06 Thread Ryan Schmidt
On Mar 5, 2015, at 12:04 PM, Bradley Giesbrecht wrote: The new hiredis port does not use configure and the dylib files have broken paths. I can use install_name_tool to fix them but are there make or env args to build it correctly to begin with? Not anything standard that would be set by

Re: [133521] trunk/dports/devel/gecode/Portfile

2015-03-03 Thread Ryan Schmidt
On Mar 3, 2015, at 5:05 PM, m...@macports.org wrote: Revision 133521 Author m...@macports.org Date 2015-03-03 15:05:17 -0800 (Tue, 03 Mar 2015) Log Message gecode: Update to version 4.3.3. Change to new maintainer. Add qt4 and qt4 variants. (#46941) Modified Paths •

Re: subversion access

2015-03-03 Thread Ryan Schmidt
On Mar 3, 2015, at 11:04 AM, Rainer Müller wrote: On 2015-03-03 15:54, Jerry wrote: Is there anonymous or readonly access to subversion? or how could I try the MacPorts_Framework code? Yes, that would be here: https://svn.macports.org/repository/macports/contrib/MacPorts_Framework/ I

Re: [133494] trunk/dports/sysutils/pypi2port/Portfile

2015-03-03 Thread Ryan Schmidt
On Mar 3, 2015, at 4:54 AM, gau...@macports.org wrote: Revision 133494 Author gau...@macports.org Date 2015-03-03 02:54:37 -0800 (Tue, 03 Mar 2015) Log Message trunk/dports/sysutils/pypi2port: Corrected python.version to python.default_version for python app It looks like you also

Re: [133173] trunk/dports/mail/alpine/Portfile

2015-03-01 Thread Ryan Schmidt
On Feb 22, 2015, at 7:40 PM, lar...@macports.org wrote: Revision 133173 Author lar...@macports.org Date 2015-02-22 17:40:47 -0800 (Sun, 22 Feb 2015) Log Message alpine: Swap negative variants for positive ones Modified Paths • trunk/dports/mail/alpine/Portfile +variant

Re: [133168] trunk/dports/sysutils

2015-03-01 Thread Ryan Schmidt
On Feb 22, 2015, at 11:53 AM, rai...@macports.org wrote: Revision 133168 Author rai...@macports.org Date 2015-02-22 09:53:02 -0800 (Sun, 22 Feb 2015) Log Message sysutils/optool: New port, an editor for Mach-O binaries Added Paths • trunk/dports/sysutils/optool/ •

Re: [133343] trunk/dports/sysutils/pypi2port/Portfile

2015-02-27 Thread Ryan Schmidt
On Feb 26, 2015, at 2:39 PM, gau...@macports.org wrote: Revision 133343 Author gau...@macports.org Date 2015-02-26 12:39:20 -0800 (Thu, 26 Feb 2015) Log Message trunk/dports/sysutils: Added Portfile for pypi2port Added Paths • trunk/dports/sysutils/pypi2port/Portfile Diff

Re: [133368] trunk/dports/perl

2015-02-27 Thread Ryan Schmidt
On Feb 27, 2015, at 5:08 PM, dev...@macports.org wrote: Revision 133368 Author dev...@macports.org Date 2015-02-27 15:08:00 -0800 (Fri, 27 Feb 2015) Log Message p5-file-find-object: new port, an object oriented File::Find replacement. Added Paths •

Re: Order of activation/deactivation pre/post phases

2015-02-25 Thread Ryan Schmidt
On Feb 25, 2015, at 8:56 AM, Artur Szostak wrote: OK, so as I suspected, activation performs the dependency check and triggers a deactivation of the older port. Not knowing much about the internals of MacPorts, my assumption would have been that all, pre-phase, phase, pos-phase groups

Re: Order of activation/deactivation pre/post phases

2015-02-25 Thread Ryan Schmidt
On Feb 25, 2015, at 2:38 PM, Artur Szostak wrote: The problem with downloading into destroot just like any other file is that one ends up with two copied of the data. That is fine for packages of a few MB. But for large number of demo data packages of a few GB each this surely is a bad

Re: [133277] trunk/dports/python/py-pyxb/Portfile

2015-02-24 Thread Ryan Schmidt
On Feb 24, 2015, at 12:12 PM, adfernan...@macports.org wrote: Revision 133277 Author adfernan...@macports.org Date 2015-02-24 10:12:37 -0800 (Tue, 24 Feb 2015) Log Message py-pyxb: Update to 1.2.4, support python 3.X, now developed on github. Allowed by 'nomaintainer'. Modified

Re: [133291] trunk/dports/python/py-pyxb/Portfile

2015-02-24 Thread Ryan Schmidt
On Feb 24, 2015, at 3:04 PM, adfernan...@macports.org wrote: Revision 133291 Author adfernan...@macports.org Date 2015-02-24 13:04:26 -0800 (Tue, 24 Feb 2015) Log Message py-pyxb: Fix for including the github portgroup, but not using it. Modified Paths •

Re: [133278] trunk/dports

2015-02-24 Thread Ryan Schmidt
On Feb 24, 2015, at 3:19 PM, Andrew Fernandes wrote: Thanks, Ryan - should be fixed now. FYI - the build failures were rather surprising because all of my changes passed testing and linting. Furthermore, when I saw the buildbot failures, the error messages were singularly unhelpful in

Re: [133278] trunk/dports

2015-02-24 Thread Ryan Schmidt
On Feb 24, 2015, at 12:15 PM, adfernan...@macports.org wrote: Revision 133278 Author adfernan...@macports.org Date 2015-02-24 10:15:27 -0800 (Tue, 24 Feb 2015) Log Message py-protobuf-c/cpp/java: Synchronized update to 2.6.1. All tests pass. Maintainer timeout. Closes #44804.

Re: circular dependencies

2015-02-24 Thread Ryan Schmidt
On Feb 23, 2015, at 4:52 PM, Clemens Lang wrote: I am only aware of two ports that do not build in trace mode due to functional changes or problems that are caused by trace mode, and those are: - go, because the OS X loader uses malloc() when DYLD_INSERT_LIBRARIES is set and that breaks a

Re: circular dependencies

2015-02-20 Thread Ryan Schmidt
On Feb 20, 2015, at 5:34 PM, René J.V. Bertin wrote: On Friday February 20 2015 09:31:28 Daniel J. Luke wrote: if possible/reasonable, a good solution here is to break the port in question up into two ports (one which installs the 'boostrap' version and one which installs the extra

Re: [133076] trunk/dports/multimedia/VLC

2015-02-19 Thread Ryan Schmidt
On Feb 19, 2015, at 1:43 PM, m...@macports.org wrote: Revision 133076 Author m...@macports.org Date 2015-02-19 11:43:20 -0800 (Thu, 19 Feb 2015) Log Message vlc: Move pulseaudio to a variant. Enable qt4 ui plugin. Remove some sparkle code. Update configure options to match upstream

Re: Naive question about perl versions (LaTeXML)

2015-02-17 Thread Ryan Schmidt
On Feb 17, 2015, at 2:36 PM, Bruce Miller wrote: Hi all; The portfile for LaTeXML (with the help of mojca and others on this list) now has lines to the effect: PortGroup perl5 1.0 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 and if {${perl5.major} ne } {

Re: buildbot failure in MacPorts on buildports-mavericks-x86_64

2015-02-17 Thread Ryan Schmidt
On Feb 17, 2015, at 8:37 AM, Michael Dickens wrote: Looks like the Mavericks buildbot is hosed; can someone kick it? - MLD {{{ Building ports Building uhd (1 of 1)...Error: Port uhd not found [snip] touch: /var/tmp/failcache/uhd: No such file or directory }}} We're aware of it, and

Re: [MacPorts] #46844: help2man: add support for perl5.{16,18,20}

2015-02-13 Thread Ryan Schmidt
On Feb 13, 2015, at 8:57 PM, Joshua Root wrote: On 2015-2-14 07:37 , Lawrence Velázquez wrote: What's our de facto policy on Perl dependencies? I really hate +perlX_YY variants and would rather ports pick a single version and stick with it, but I don't have any skin in the matter. I really

Re: ~/.macports

2015-02-12 Thread Ryan Schmidt
On Feb 11, 2015, at 4:00 AM, René J.V. Bertin wrote: On Tuesday February 10 2015 19:30:59 Ryan Schmidt wrote: I've also made additional changes to make it impossible for me to forget to use sudo: Could it be those are indeed quite necessary (i.e. you forgot to list the changes)? ;) I

Re: MacPorts forum(s)? (was: Re: memberlist)

2015-02-12 Thread Ryan Schmidt
On Feb 11, 2015, at 4:16 AM, René J.V. Bertin wrote: On Tuesday February 10 2015 21:27:07 Craig Treleaven wrote: PS Some forums can be set up to send you an email when a sub-forum or topic is updated (after your last visit). I don't know of any that allow you to send an email that

Re: ~/.macports

2015-02-10 Thread Ryan Schmidt
On Feb 10, 2015, at 5:47 AM, Clemens Lang wrote: On 10 Feb, 2015, at 11:37, René J.V. Bertin wrote: As I said, my ~/.macports on my Mac appears to be unused since november 2013 or so. However, the tiny test install I have on my Linux system does contain a lot of things that appear to

<    3   4   5   6   7   8   9   10   11   12   >