Re: [59364] trunk/dports/python

2009-10-14 Thread Rainer Müller
On 2009-10-14 20:06 , Blair Zajac wrote: > Ryan Schmidt wrote: >> Note that for proper escaping, you either need double backslashes in >> front of the periods... >> >> livecheck.regex CouchDB (0\\.\[0-9\]+(\\.\[0-9\]+)?) >> >> ...or you need to enclose the entire regex in curly quotes to disab

Re: tcl needs --disable-corefoundation

2009-10-12 Thread Rainer Müller
On 2009-10-12 02:40 , Jack Howarth wrote: > DEBUG: Found Dependency: receipt exists for python26 > ---> Activating py25-pmw @1.3.2_1 > DEBUG: Image error: > /opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/Pmw/__init__.py > is being used by the active py26-

Re: tcl needs --disable-corefoundation

2009-10-11 Thread Rainer Müller
On 2009-10-11 22:44 , Jack Howarth wrote: > Am I correct in assuming that it is best practices to > construct packaging that builds against python25 or python26 > without requiring the associated python to be activated? > I believe the current pymol packaging should now build > regardless of th

Re: port algae: remove?

2009-10-11 Thread Rainer Müller
On 2009-10-11 08:26 , Jeremy Lavergne wrote: > ya or nay? > > it has gcc34 as a dep. yup, 34, not 43. Agreed, remove it. Last upstream release is from 2004. Rainer ___ macports-dev mailing list macports-dev@lists.macosforge.org http://lists.macosforge

Re: tcl needs --disable-corefoundation

2009-10-11 Thread Rainer Müller
On 2009-10-11 19:21 , Jack Howarth wrote: >I am confused though as to why the python26 package doesn't provide > the same access to its headers and development libraries as the python25 > package. In the case of the of python25 for example, we have the headers > included in /opt/local/include/p

Re: [59189] py26-eyed3 Lint Report

2009-10-11 Thread Rainer Müller
On 2009-10-11 12:18 , Eric wrote: > Here is a patch http://trac.macports.org/ticket/21991 Thanks, committed in r59194. Rainer ___ macports-dev mailing list macports-dev@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev

Re: Future of setuptools and distribute in MacPorts

2009-10-10 Thread Rainer Müller
On 2009-10-07 22:21 , Bryan Blackburn wrote: > Note that I also added py26-distribute, but as you note it does conflict > with py26-setuptools, so moving to it would be painful. Maybe it can be the > preferred one for py27 ports? We could use a replaced_by to get rid of py26-setuptools completely

Re: Download sources from servers that don't respond to ping

2009-10-05 Thread Rainer Müller
On 2009-10-06 00:15 , Perry Lee wrote: > How about using one of the time_ variables kept track of by curl? > > For example (from the man page): > > time_connect: The time, in seconds, it took from the start until the TCP > connect to the remote host (or proxy) was completed. Simultanously openi

Re: [58749] trunk/dports/lang/oorexx

2009-10-04 Thread Rainer Müller
On 2009-10-04 12:43 , krisc...@macports.org wrote: > Revision: 58749 > http://trac.macports.org/changeset/58749 > Author: krisc...@macports.org > Date: 2009-10-04 03:43:04 -0700 (Sun, 04 Oct 2009) > Log Message: > --- > Update for Snow Leopard, backup 4.0 script, true 64 bit

Re: architecture wanted: ppc7400

2009-10-02 Thread Rainer Müller
On 2009-10-01 22:24 , Ryan Schmidt wrote: > > On Oct 1, 2009, at 12:04, Kjell Konis wrote: > >> I just upgraded to 1.8.1 and when it tried to upgrade freetype it >> borked. I am using a 1GHz pb G4 runnning OS X 10.4.11 (hey, it still >> points doesn't it!?) which I guess is now unsupported >

Re: [58577] trunk/dports/net/tuntaposx

2009-10-01 Thread Rainer Müller
On 2009-10-01 12:07 , Ryan Schmidt wrote: > > On Oct 1, 2009, at 05:05, Rainer Müller wrote: > >> On 2009-10-01 11:56 , Ryan Schmidt wrote: >>> Would you consider: >>> >>> platform darwin 10 {} >>> if {[variant_isset darwin_10]} { >>>

Re: [58577] trunk/dports/net/tuntaposx

2009-10-01 Thread Rainer Müller
On 2009-10-01 11:56 , Ryan Schmidt wrote: > Would you consider: > > platform darwin 10 {} > if {[variant_isset darwin_10]} { > default_variants +universal > } > > Would that not have the same effect as what you do, but also indicate > in the variants that this is a universal build? But t

Re: [58577] trunk/dports/net/tuntaposx

2009-10-01 Thread Rainer Müller
On 2009-10-01 11:44 , Ryan Schmidt wrote: >> -# doesn't build 64-bit >> -configure.universal_archs-delete x86_64 ppc64 >> +configure { >> +if {[variant_isset darwin_10] && ![variant_isset universal]} { >> +# Kernel can be 32-bit or 64-bit, so build both >> +configure.cfl

Re: [58392] trunk/dports/_resources/port1.0/group/archcheck-1.0.tcl

2009-09-28 Thread Rainer Müller
On 2009-09-28 20:55 , Ryan Schmidt wrote: > I agree it's a peculiar thing to have in a portgroup, but so is the > xcodeversion portgroup, and they both fill a need. The alternative is > to duplicate a bunch of code in a bunch of ports, so I think this is > better. Better still would be suppor

Re: MacPorts on Other Platforms

2009-09-20 Thread Rainer Müller
On 2009-09-20 15:11 , Ryan Schmidt wrote: > We could write code in base to check the platform -- for example to > check that if "platforms" is "macosx" that we are really running on > Mac OS X and not PureDarwin. But since I doubt anybody is using > MacPorts on anything other than Mac OS X, o

Re: Remove +with_default_names and use a specific path for unprefixed binaries

2009-09-20 Thread Rainer Müller
On 2009-09-20 00:28 , Ryan Schmidt wrote: > If your MANPATH is empty (as I believe we recommend), then man will > automatically search for things in all the locations specified in PATH > (that is, for every path in PATH, man will look in ../share/man for > manpages). The installer still sets

Re: MacPorts on Other Platforms

2009-09-20 Thread Rainer Müller
On 2009-09-20 10:22 , Anders F Björklund wrote: > There are not many mac ports working with "platform freebsd", > but that's not the goal either (although some might be fixed) > The test is more for "base", to test whether it remains working > without the proprietary parts... And thus far, it still

Re: Do Explorative Programming in tclsh with Readline Support

2009-09-18 Thread Rainer Müller
On 2009-09-18 14:47 , Ryan Schmidt wrote: > Leaving rlwrap out of it for the moment, I can run "tclsh" (or > "tclsh8.4" or "tclsh8.5"). But as soon as I try to "source ~/path/to/ > macports_testing.tcl" I don't see the successful "1.0" message but > instead: > > can't read "workpath": can't r

Re: [57854] trunk/dports/www/phpmyadmin/Portfile

2009-09-17 Thread Rainer Müller
On 2009-09-17 23:26 , Ryan Schmidt wrote: > Personally, I prefer to tell the user where the sample files are so > they can make copies if and when they want. Other port authors have > taken recently to copying the sample files for the user. If the software requires the config file to run at al

Re: oddity building ports with archiving

2009-09-17 Thread Rainer Müller
On 2009-09-17 16:43 , Anders F Björklund wrote: > Jeremy Lavergne wrote: > >>> So yeah, you will have to clean it manually - there is no "force" >>> or "rearchive" option yet. >> >> To do so: >> sudo port clean --archive PORTNAME > > That was the inferred "manual" part. > > But no option to th

Re: [57801] trunk/base/src/port1.0/portinstall.tcl

2009-09-16 Thread Rainer Müller
On 2009-09-16 22:46 , j...@macports.org wrote: > Revision: 57801 > http://trac.macports.org/changeset/57801 > Author: j...@macports.org > Date: 2009-09-16 13:46:03 -0700 (Wed, 16 Sep 2009) > Log Message: > --- > don't record install in the statefile This is a bad change as

Re: emulating post install scripts in MacPorts?

2009-09-16 Thread Rainer Müller
Ryan Schmidt wrote: > Most ports that need to print such messages do so in the post-activate > phase. I believe you are correct that this will not be shown when > installing from binary archives, but since we have no means to centrally > build and distribute such archives at this time, and everybod

Re: request for configure clarifications on darwin10

2009-09-15 Thread Rainer Müller
On 2009-09-16 02:10 , Jack Howarth wrote: > On Tue, Sep 15, 2009 at 07:20:20PM -0400, Jack Howarth wrote: >> + else >> + if sysctl -a | grep -c hw.cpu64bit_capable>/dev/null 2>&1 >> ; then >> + UNAME_PROCESSOR=x86_64 > > Please execuse the error in

Re: co-existing pythons?

2009-09-14 Thread Rainer Müller
On 2009-09-14 18:21 , Jack Howarth wrote: > Yes, this is one thing I definitely miss from fink. Most packages providing > development libraries are either present as... > > foobar headers > foobar-bin binaries > foobar-shlibs shared libraries > > or > > foobar-dev headers > foob

Re: x86_64 10.5/i386 fink 10.6 and the options for MacPorts

2009-09-14 Thread Rainer Müller
On 2009-09-14 15:01 , Jack Howarth wrote: > Coming from working with fink for all these years, the first thing > that struck me was how painful it is in MacPorts to visually > scan through the various Portfiles. In fink, if you are looking > for coding examples of packaging, you could go to one of

Re: version dependencies in MacPorts?

2009-09-13 Thread Rainer Müller
On 2009-09-13 22:55 , Jack Howarth wrote: > Rather than depending on users having executed selfupdates > in a sequence that ended up those packages being updated before gcc4x > was built, it is better for the build of gcc4x to be able to demand > the newer versions/revisions being installed before

Re: version dependencies in MacPorts?

2009-09-13 Thread Rainer Müller
On 2009-09-13 21:30 , Jack Howarth wrote: >It certainly would be nice to have some sort of basic > version/revision tracker for at least the buiild process of > MacPort. Of course I do not disagree that dependencies with versions would be useful. :-) My proposal would be to add the version to

Re: startupitems and port load

2009-09-13 Thread Rainer Müller
On 2009-09-13 01:51 , Jeremy Lavergne wrote: > Does `sudo port load ...` do a force load (`launchctl load -F ...`) or > does it write it out as runnable (`launchctl load -w ...`)? It's an alias for `launchctl load -w`. And note that this feature is broken in 1.8.0, http://trac.macports.org/ticke

Re: more verbosity

2009-09-13 Thread Rainer Müller
On 2009-09-13 00:41 , Ryan Schmidt wrote: > Due to the volume of information printed by the -d switch, its use can > cause you to overlook important messages ports sometimes print out. > > For developing your own portfiles using -d is great and helpful, but > for general use, I recommend you i

Re: version dependencies in MacPorts?

2009-09-13 Thread Rainer Müller
On 2009-09-13 20:37 , Anders F Björklund wrote: >> ps I can imagine that this might in concept be solved by >> requiring the user to do a selfupdate instead, however you >> would still need a mechanism to stage the build order in >> a manner that required version/revision dependencies are >> satisf

Re: [57581] trunk/dports/python/py26-cairo/Portfile

2009-09-13 Thread Rainer Müller
On 2009-09-13 18:23 , rai...@macports.org wrote: > --- trunk/dports/python/py26-cairo/Portfile 2009-09-13 15:53:37 UTC (rev > 57580) > +++ trunk/dports/python/py26-cairo/Portfile 2009-09-13 16:23:23 UTC (rev > 57581) > @@ -37,7 +37,7 @@ > > platform darwin 9 { > post-patch { > -

Re: Write to HFS in Snow Leopard

2009-09-08 Thread Rainer Müller
On 2009-09-09 01:52 , Ryan Schmidt wrote: > It seems Apple has decided that in Snow Leopard we may now only read > HFS volumes but not write to them. I need to write to an HFS disk > image. Anybody know of a way to still do this in Snow Leopard? Wow, didn't notice and probably would not have e

End of life for python23

2009-09-02 Thread Rainer Müller
Hi, python23 is very old and outdated. It is a non-framework build, not supported by python_select and should not be used anymore. There are a few dependents, most of which have also not been updated in years, so I assume nobody cares anymore. nonpareil zope zopeedit gwee waitfor Martin, if you

Re: Batch replace for livecheck.type and svn.revision

2009-09-02 Thread Rainer Müller
On 2009-09-02 17:46 , Jeremy Huddleston wrote: > > On Sep 2, 2009, at 07:51, Ryan Schmidt wrote: > >> Note that we already crippled MacPorts for users of 1.7.1 and >> earlier on August 29 by adding license info to 35 ports, including >> openssl (which has 274 dependents) and most of the gcc p

Re: Portgroup copyrights

2009-09-02 Thread Rainer Müller
On 2009-09-02 08:33 , Ryan Schmidt wrote: > This doesn't seem right. Besides the obvious point that Markus did not > commit this portgroup and it is not 2007, does it make sense for > portgroups to be marked as copyrighted by a particular person? We > don't do that for portfiles. Some of the

Re: Batch replace for livecheck.type and svn.revision

2009-08-31 Thread Rainer Müller
On 2009-08-31 16:55 , David Evans wrote: > Ryan Schmidt wrote: >> Rather than make everyone update this themselves, which will take >> forever, I propose I do a batch find and replace in all ports, >> changing livecheck.check to livecheck.type and svn.tag to >> svn.revision. This will make these po

Re: [56020] trunk/dports/_resources/port1.0/variant_descriptions.conf

2009-08-23 Thread Rainer Müller
On 2009-08-23 22:39 , Ryan Schmidt wrote: > On Aug 23, 2009, at 08:46, rai...@macports.org wrote: >> Modified: trunk/dports/_resources/port1.0/variant_descriptions.conf >> === >> --- trunk/dports/_resources/port1.0/variant_descriptions

Re: Automatic homepage for sourceforge, googlecode, etc.

2009-08-23 Thread Rainer Müller
On 2009-08-22 22:32 , Ryan Schmidt wrote: > That syntax looks nice. But all the existing use_ options are in > MacPorts base code. Part of the motivation for my suggestion is to > move this out of MacPorts base and into something inside the dports/ > _resources directory, e.g. a portgroup. We

Re: Automatic homepage for sourceforge, googlecode, etc.

2009-08-22 Thread Rainer Müller
On 2009-08-22 22:03 , Ryan Schmidt wrote: > On Aug 22, 2009, at 13:15, Jeremy Lavergne wrote: >> I'd suggest we do something akin to the extract options: >> use_sourceforge or use_googlecode. > > That would be another option But perhaps another motivation to > move the logic out of MacPort

Re: Automatic homepage for sourceforge, googlecode, etc.

2009-08-22 Thread Rainer Müller
On 2009-08-22 21:29 , Scott Haneda wrote: > Simplify the base code, or simplify the port files? The port files > list a url, which I find highly readable, and also nice, because I can > easily know what that url is, and ping, curl, or http request it. You would still be able to read the URL i

Re: [55961] trunk/dports/python

2009-08-22 Thread Rainer Müller
On 2009-08-22 17:57 , Ryan Schmidt wrote: > On Aug 22, 2009, at 06:43, jo...@macports.org wrote: >> +depends_lib port:R >> + >> +variant custom_r description {Use a custom R installation instead >> depending on macports' R} { >> +depends_lib-delete port:R >> +} > > Why this? Is there

Re: Remove +with_default_names and use a specific path for unprefixed binaries

2009-08-21 Thread Rainer Müller
On 2009-08-21 19:13 , Ryan Schmidt wrote: > On Aug 21, 2009, at 11:36, Rainer Müller wrote: >> You would only have to add ${prefix}/gnubin at the front of your >> PATH to >> use the GNU versions. > > ${prefix}/gnubin would be an mtree violation, which we try to avoid

Re: Remove +with_default_names and use a specific path for unprefixed binaries

2009-08-21 Thread Rainer Müller
On 2009-08-21 17:57 , Blair Zajac wrote: > This ticket was opened > > https://trac.macports.org/ticket/20748 > > Does building a port modify PATH so it would ignore the gnubin > directory? Yes. The environment variable PATH is by default set to ${prefix}/bin:${prefix}/sbin:/bin:/sbin:/usr/bin:

Re: [55848] trunk/dports/devel/autoconf

2009-08-21 Thread Rainer Müller
On 2009-08-20 13:11 , Jeremy Lavergne wrote: > Doesn't the revision need to go higher, not lower? Revision got to 1 from 0 at adding the patch, now it is 2 after removing the patch, which is fine. This will cause unnecessary rebuilds for most people, but we do not have a better way to handle somet

Re: Trac can't synchronize with the repository

2009-08-12 Thread Rainer Müller
On 2009-08-12 03:45 , William Siegrist wrote: > On Aug 11, 2009, at 6:41 PM, Ryan Schmidt wrote: >> Oh. Perhaps this could be announced on macports-dev? >> > > It was just a warning (and lack of Trac browser) for all of 15m. > We've always just used IRC for this stuff. I don't think we need to

Re: Where to start: pointers? links? tickets?

2009-08-09 Thread Rainer Müller
On 2009-08-09 13:06 , Giorgio Valoti wrote: > Re: the livechecks. Is there a way to maintain a parallel macports > system, say one under /opt/local and one under ~/ports? Yes, you can have as many MacPorts installations as you would like on the same machine. Just use distinct paths for each of t

Re: OT launchd sleep and wake

2009-08-09 Thread Rainer Müller
On 2009-08-08 22:35 , Scott Haneda wrote: > Very good to know. Are you on Intel by any chance? That was my > concern, in that there are a some comments of massive memory usage on > Intel. Yes, I am on Intel using SSHKeychain from MacPorts. ... %CPU %MEM VSZRSS ...TIME COMMAND

Re: [MacPorts] #20531: gdal build fails if pthsem is installed

2009-08-07 Thread Rainer Müller
On 2009-08-08 02:18 , Sean Fulton wrote: > One solution from the gdal perspective is to have a variant for > pthreads and requite pth. In most cases I would accept that a variant > is appropriate but here I'm not so sure. pthreads is the standard > library for threads, I think, in the vast

Re: OT launchd sleep and wake

2009-08-07 Thread Rainer Müller
On 2009-08-07 20:43 , Scott Haneda wrote: > I'm looking to clear ssh-agent which is becoming an issue in and of > itself. I was hoping there may be a file that was created or destroyed > in wake/sleep that I could set launchd to look at as a watch folder. > [...] > I know sshkeychain has this

Subject: New committers: avsm and scantor

2009-08-06 Thread Rainer Müller
Please join us in welcoming the following new MacPorts committers: - Anil Madhavapeddy (avsm) - Scott Cantor (scantor) We look forward to continued excellent contributions from these new team members. - Bryan, Joshua, Rainer, and Ryan Do you want to join the MacPorts team? If you would like to

Re: Vim MacPorts support

2009-07-23 Thread Rainer Müller
On 2009-07-24 01:50 , Darren Weber wrote: > I've found that MacVim provides fairly useful tcl highlighting just by > using the mode line that is suggested here: > http://guide.macports.org/#development.practices > > That is, > > # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil;

Re: livecheck

2009-07-23 Thread Rainer Müller
On 2009-07-23 21:43 , Scott Haneda wrote: > His concern was that of course, it downloads the entire page, and uses > regex to parse out the important bits. He was willing to create a > current-version.txt file that he maintains, as he was worried about > bandwidth. > I see this as a semi va

Re: Vim MacPorts support

2009-07-23 Thread Rainer Müller
On 2009-07-23 20:02 , Maximilian Nickel wrote: > i've started work on MacPorts support for Vim. Right now it consists > of syntax coloring for Portfiles, lint support and autoloading stuff. > Syntax coloring is still in early stages, down to the configure phase > most stuff should work though. Ver

New committers: aecollins1, singingwolfboy, mnick

2009-07-20 Thread Rainer Müller
Please join us in welcoming the following new MacPorts committers: - Anthony Collins (aecollins1) - David Baumgold (singingwolfboy) - Maximilian Nickel (mnick) We look forward to continued excellent contributions from these new team members. - Bryan, Joshua, Rainer, and Ryan Do you want to

Re: Uninstall not updating state file

2009-07-18 Thread Rainer Müller
On 2009-07-18 05:36 , Mike Alexander wrote: > Using macports from SVN version r53993, which is pretty much up to > date, I get an error if I do > > port uninstall foo > port install foo > > where foo is any installed port. The error is > > Error: Target org.macports.activate returned: Registry

Re: GSOC09 MacPorts GUI

2009-07-17 Thread Rainer Müller
Hi Juan, first of all you are doing good on this so far. But I also have some comments and proposals: First of all, the initial loading of the port list takes a long time about 1-2 minutes for my installation. How is this list being retrieved? Could this be made faster? For example, instead of ca

Re: ocaml port updates

2009-07-15 Thread Rainer Müller
On 2009-07-14 06:58 , Anil Madhavapeddy wrote: > Can I get a macports account to put the new ports in or could someone > take a gander? I would like to see some maintainer for the various ocaml related ports. The main problem for other committers is to test or verify if the ports are doing every

Re: Net-SSLeay 1.35

2009-07-08 Thread Rainer Müller
On 2009-07-08 22:52 , Scott Haneda wrote: > Looking at the homepage below, I see that 1.30 is current, where is > 1.35 coming from, and where can I find out more about this? > > perl5.setup Net-SSLeay 1.35 > revision1 > maintainers nomaintainer > descrip

Re: [20055] Can someone please have a look?

2009-07-07 Thread Rainer Müller
On 2009-07-07 09:41 , lars.h...@me.com wrote: > 13 days ago I opened a bug for bzr in order to bump its version > number. As it seems bzr has no active maintainer currently. Therefore > I'd like to ask if someone can have a look at my provided patches add > maybe incorporate them. I saw the ticket

Re: Shared access to Mac OS X: how to manage wakeonlan and sleep

2009-07-07 Thread Rainer Müller
On 2009-07-07 00:47 , Jean-Michel Pouré wrote: > * How can I manage sleep so that it is triggered after an SSH > disconnection and let's say 30 minutes of inactivity. > * When using screen, I would like to be sure that the Mac does not go to > sleep. I don't know any way how to prevent the Mac goi

Re: GSoC: Mid-term evaluations this week

2009-07-06 Thread Rainer Müller
George Armah wrote: > Juan's internet connection at home has been down this past week. He is > working to get it back online as soon as possible. > If he doesn't respond by Wednesday, I will attempt contacting him by > phone and compose a message on his behalf. Students also have to fill out a fo

GSoC: Mid-term evaluations this week

2009-07-05 Thread Rainer Müller
Hi Dmitry and Juan, you have been working now for about 5 weeks on MacPorts code. Now the mid-term evaluation of your work will happen from 6th to 13th July. All your new code is only visible to those who have been following the branches in Subversion. It would be nice if you could give a quick o

Re: [52946] trunk/dports/_resources/port1.0/fetch/mirror_sites.tcl

2009-06-29 Thread Rainer Müller
On 2009-06-30 01:46, Ryan Schmidt wrote: > On Jun 29, 2009, at 10:31, William Siegrist wrote: > >> I believe the problem is MacPorts will wait for a while (10 >> seconds?) before giving up on a mirror which just drops packets >> instead of refusing the connection outright. It does not break MP

Re: livecheck.regex

2009-06-27 Thread Rainer Müller
On 2009-06-20 19:51, James Kyle wrote: > in the tclsh, the following pattern matches correctly: > > % set text "newmat10.tar.gz or newmat10.zip - newmat10D source files" > newmat10.tar.gz or newmat10.zip - newmat10D source files > % set worldlist [regexp -inline -all -- {newmat(10)\.tar\.gz or >

Re: [MacPorts] CommittersTipsAndTricks modified

2009-06-24 Thread Rainer Müller
On 2009-06-24 21:30, Darren Weber wrote: > I was about to add this note to the page, but something is already > there. However, the current update contains a -d option; should that be > a -v option? The switch -d implies -v, but -v is enough in this case. Changed the wiki page accordingly. Raine

Re: [52668] trunk/dports/security/cyrus-sasl2/Portfile

2009-06-23 Thread Rainer Müller
On 2009-06-21 01:49, t...@macports.org wrote: > --- trunk/dports/security/cyrus-sasl2/Portfile2009-06-20 23:35:06 UTC > (rev 52667) > +++ trunk/dports/security/cyrus-sasl2/Portfile2009-06-20 23:49:38 UTC > (rev 52668) > @@ -84,16 +84,14 @@ > file copy ${worksrcpath}/doc ${des

Re: [52497] trunk/dports/gnome/liboobs/Portfile

2009-06-18 Thread Rainer Müller
On 2009-06-18 22:15, Blair Zajac wrote: > On Jun 18, 2009, at 1:12 PM, Daniel J. Luke wrote: >> Perhaps base/ needs to be enhanced so that it keeps track of the >> libraries that a port links to (and what ports they are associated >> with)? > > Yes, this should be a dynamic search for a port's

Re: The road to MacPorts 1.8.0

2009-06-15 Thread Rainer Müller
On 2009-06-15 21:18, Ryan Schmidt wrote: > Do we know of anything broken in trunk at the moment? `port distcheck` is broken due to namespace encapsulation as it tries to use internal procs from portfetch. But I am working on a fix. Rainer ___ macports-d

Re: [52043] trunk/dports/tex/texlive_base

2009-06-11 Thread Rainer Müller
On 2009-06-11 22:17, Daniel J. Luke wrote: > On Jun 11, 2009, at 2:38 PM, Ryan Schmidt wrote: >>> Since they produce the same output, and MacPorts doesn't present >>> checkboxes or radio buttons to the user, I don't think that that's >>> really a valid distinction. >> I think it is valid, since

Re: py25-mayavi port submission and sandbox violation

2009-06-09 Thread Rainer Müller
On 2009-06-09 16:32, Jonathan Stickel wrote: > $ sudo port -t install py25-mayavi > ---> Fetching py25-mayavi > ---> Verifying checksum(s) for py25-mayavi > ---> Extracting py25-mayavi > ---> Configuring py25-mayavi > ---> Building py25-mayavi > trace: access denied to > /opt/local/Library/Fr

Re: Removing configure options

2009-06-09 Thread Rainer Müller
On 2009-06-10 02:37, Scott Haneda wrote: > I need make, but not make install. xinstall is failing, because make > install was not ran, so the binary of ${worksrcpath}/rbldnsd does not > yet exist. > > Suggestions? The default build phase runs 'make', the default destroot phase runs 'make ins

Re: Removing configure options

2009-06-09 Thread Rainer Müller
On 2009-06-09 23:24, Scott Haneda wrote: > # $Id$ > > PortSystem 1.0 > > name rbldnsd > version 0.996b > categoriessysutils > > master_siteshttp://www.corpit.ru/mjt/rbldnsd/ > distfiles ${name}_0.996b.tar.gz

Re: Is it time to start regression testing yet?

2009-06-09 Thread Rainer Müller
On 2009-06-09 21:08, Andre Stechert wrote: > Note that we currently allow users to log crash reports using TRAC -- > an automated build failure notification just makes it easier for the > user and, if appropriately designed (as Ian said), easier for us too. Once the logging proposal has been imple

Re: [51868] trunk/dports/devel/git-core/Portfile

2009-06-09 Thread Rainer Müller
On 2009-06-07 00:27, Ryan Schmidt wrote: > svn.tag and livecheck.check are NOT superseded and should NOT be > avoided (and in fact, must continue to be used) until MacPorts 1.8.0 > is released. Thus, these features should NOT be marked as deprecated > until 1.8.0 is released. That is the poin

Re: lead up to SL

2009-06-09 Thread Rainer Müller
On 2009-06-09 21:02, Jeremy Huddleston wrote: > I wasn't around during the leadup to Leopard, so I'd like a few > pointers. How should I be handling SL regressions in MacPorts during > these coming months? Should we have a special tag/keyword to place on > radars? trac doesn't support bloc

Re: Is it time to start regression testing yet?

2009-06-09 Thread Rainer Müller
On 2009-06-08 22:36, Ryan Schmidt wrote: > I imagine you've been working on this for awhile, and since this is > an open source project, it would have been nice to know you were > working on this, and to have the code in the MacPorts repository (the > users area would have been a good place f

Re: Portfile conformance test

2009-06-06 Thread Rainer Müller
On 2009-06-06 18:32, Bradley Giesbrecht wrote: > Is there a way to try (without dry run in trunk) to tell if a Portfile > violates the macports file structure policy? I am not sure what you want to check for. Violations of the mtree cannot be detected without running build and destroot on the po

Re: fail2ban

2009-06-06 Thread Rainer Müller
On 2009-06-06 18:53, Bradley Giesbrecht wrote: > This doesn't seem to create a dependency on python, at least I don't > see python in "port installed". You should have python26. > I'm guessing since I didn't add a dependency on python26 ports used > Apples python to build and that might be th

Re: fail2ban

2009-06-06 Thread Rainer Müller
On 2009-06-06 18:29, Bradley Giesbrecht wrote: > I'm building a fail2ban Portfile. > > fail2ban is python application. > > It resides as security/py-fail2ban. > > I originally had my Portfile at security/fail2ban. > > I haven't created any python ports. Is there a preference in macports > for

Re: [51868] trunk/dports/devel/git-core/Portfile

2009-06-06 Thread Rainer Müller
On 2009-06-05 23:25, Ryan Schmidt wrote: > All I'm saying is that the situation we have is not working. This is > not the first time someone has run "port lint", thought they should > change something because "port lint" said it was deprecated, but this > ended up breaking the port for anyone

Re: Forcing a variant to a variant

2009-06-04 Thread Rainer Müller
On 2009-06-05 01:54, Bradley Giesbrecht wrote: > There is: > /opt/local/etc/macports/variants.conf > > where you could put: > +server > > and I believe you will get the +server add to all ports that port > builds, no? Yes, that would select +server automatically if available. > I mentioned re

Re: Forcing a variant to a variant

2009-06-04 Thread Rainer Müller
On 2009-06-05 01:22, Scott Haneda wrote: > A few of those are done already. Is closing #126 just a matter of > splitting the above ports into two, and having on depend on the other > with a startup item in it? That ticket is 7 years old, if the list > above is all it takes to close it, mayb

Re: Startup items

2009-06-04 Thread Rainer Müller
On 2009-06-04 08:06, Scott Haneda wrote: > I added a startup item to a portfile > ### > # A startup item has been generated that will aid in > # starting assp with launchd. It is disabled > # by default. Execute the following command to start

Re: openssl

2009-06-01 Thread Rainer Müller
On 2009-06-01 18:46, Emmanuel Hainry wrote: > Citando Bradley Giesbrecht : >> bash-3.2# port installed depends:openssl > > This line is probably equivalent to port depends openssl. There is no 'port depends'. You mean 'port dependents'. The depends: pseudo-port syntax does not pick up variants,

Re: Building imaptest and a port

2009-05-30 Thread Rainer Müller
On 2009-05-30 21:21, Scott Haneda wrote: > I think in order to fully replicate the behavior: > # Color output > export CLICOLOR=1 > export CLICOLOR_FORCE=1 > export LSCOLORS=dxfxcxdxbxegedabagacad Ah, it is the CLICOLOR_FORCE which causes the problem. Usually ls will not output color codes if the

Re: port cat

2009-05-30 Thread Rainer Müller
On 2009-05-30 22:00, Bradley Giesbrecht wrote: > What do you think about having "port -v cat assp" print the file port > is running cat on and then dump the contents? Would be easy to implement, but what is your use case for the additional filename? Note you can run multiple commands at once ag

Re: how to merge my users svn Portfile into macports trunk?

2009-05-30 Thread Rainer Müller
On 2009-05-30 02:24, Bryan Blackburn wrote: > $ cd /path/to/macports/checkout/trunk/dports/graphics/InsightToolkit > $ svn merge > http://svn.macports.org/repository/macports/users/dweber/graphics/InsightToolkit A small side-note, as of Subversion 1.6 you do not have to type the full URL anymore.

Re: Building imaptest and a port

2009-05-30 Thread Rainer Müller
On 2009-05-29 20:52, Daniel J. Luke wrote: > On May 29, 2009, at 2:34 PM, Scott Haneda wrote: >> If I remove the CLICOLOR variable, it will build fine. Since I have >> had MacPorts build so many things, and never had this issue, I was >> hoping someone here can explain to me how to make sure M

Re: DVCS for MacPorts Project?

2009-05-30 Thread Rainer Müller
On 2009-05-30 14:50, Akira Kitada wrote: > It seems Git and Mercurial just think keyword substitutions are't so > useful, and even it hurts, maybe. > So if there were a report on that, I wonder it will be fixed. > By the way, I also do not find $id$ is so useful. I just use it > because MacPorts Gu

Re: reinplace - how to remove a new line char

2009-05-30 Thread Rainer Müller
On 2009-05-30 00:11, Darren Weber wrote: > An example of how to remove a line with some search text in it. Assume > tmp.txt contains: > > # BEGIN (not in file) > abc > def > # END (not in file) > > reinplace {$!N;s|^.*abc.*\\n||g} tmp.txt Easier sed syntax to remove a line would be: reinplace

Re: DVCS for MacPorts Project?

2009-05-30 Thread Rainer Müller
On 2009-05-30 10:57, Ryan Schmidt wrote: > On May 30, 2009, at 01:12, Blair Zajac wrote: >> One can always check out from the svn repository using git svn, >> which works nicely (except it commits the $Id$ properties using an >> expanded value). > > Is there already a bug report with the devel

Re: How to build an xcode project

2009-05-27 Thread Rainer Müller
On 2009-05-28 00:20, Darren Weber wrote: > What's the svn url? Tried and failed on: > > svn checkout http://svn.macports.org/repository/users/trunk You probably do not really want to checkout the directories of all users as that would be quite big. Use the Trac Browser to find out the paths befo

Re: tcl testing: where is reinplace declared?

2009-05-27 Thread Rainer Müller
On 2009-05-27 23:23, Darren Weber wrote: > > Following the wiki dev tips, I'm doing this: > > rlwrap tclsh8.4 > % source /Library/Tcl/macports1.0/macports_fastload.tcl > % package require Pextlib > > It doesn't provide the 'reinplace' command. Also, the following comes > up with nothing: > > g

New committers: breskeby, billitch

2009-05-26 Thread Rainer Müller
Please join us in welcoming the following new MacPorts committers: - René Gröschke (breskeby) - Thomas de Grivel (billitch) We look forward to continued excellent contributions from these new team members. - Bryan, Joshua, Rainer, and Ryan Do you want to join the MacPorts team? If you wo

Re: [51429] trunk/base/src/macports1.0/macports_fastload.tcl.in

2009-05-25 Thread Rainer Müller
On 2009-05-25 21:52, Bryan Blackburn wrote: > On Mon, May 25, 2009 at 01:58:20PM +0200, Rainer Müller said: >> On 2009-05-25 06:17, b...@macports.org wrote: > Since macports_fastload.tcl doesn't know whether it's being called during > make or actual runtime, I couldn

Re: [51429] trunk/base/src/macports1.0/macports_fastload.tcl.in

2009-05-25 Thread Rainer Müller
On 2009-05-25 06:17, b...@macports.org wrote: > Revision: 51429 > http://trac.macports.org/changeset/51429 > Author: b...@macports.org > Date: 2009-05-24 21:17:42 -0700 (Sun, 24 May 2009) > Log Message: > --- > macports1.0/macports_fastload.tcl.in - don't try sourcing files

Re: Port approval

2009-05-23 Thread Rainer Müller
On 2009-05-24 01:56, Scott Haneda wrote: > From the users list: >> Hello, can someone closer to these two ports give me an idea of what >> their status is? >> http://trac.macports.org/ticket/17709 No patch has been attached. Could you please attach it as it sounds you are already using it? >>

Re: [50797] trunk/dports/gnome/gnome-platform-suite/Portfile

2009-05-23 Thread Rainer Müller
On 2009-05-23 09:08, Ryan Schmidt wrote: > On May 21, 2009, at 12:29, David Evans wrote: >> Also I'm not sure why you made it a path dependency. Should this >> be done globally? > > I am getting tired of having to monitor ports' dependencies for > things like "port:pango" and "port:cairo" and

Re: How are new volunteers "processed" these days?

2009-05-23 Thread Rainer Müller
On 2009-05-23 11:11, Jordan K. Hubbard wrote: > After seeing 2 people volunteer their services as MacPorts committers > recently, it occurred to me to wonder just how these sorts of ad-hoc, > informal "how can I help?" messages are being acted on. If someone > from project management has alr

Re: python install anomalies - tcl code to set paths

2009-05-22 Thread Rainer Müller
On 2009-05-22 21:07, Darren Weber wrote: > The following tcl code should work for python 2.4, 2.5, and 2.6 (as of > May 2009). The nice thing about this tcl code is that a port can use it > to set a python dependency for configuration that will be specific to a > python version. This proc can be

<    5   6   7   8   9   10   11   12   13   14   >