Re: MacPorts 1.9 and portindex generation

2010-06-09 Thread Perry Lee
On Jun 9, 2010, at 10:49 PM, Perry Lee wrote: > On Jun 9, 2010, at 10:34 PM, Eric Hall wrote: > >> What about for those who up their ports via svn? Will the platform >> specific indexes be checked in, or do we need to add a portindex build >> step to our workflows

Re: MacPorts 1.9 and portindex generation

2010-06-09 Thread Perry Lee
On Jun 9, 2010, at 10:34 PM, Eric Hall wrote: > What about for those who up their ports via svn? Will the platform > specific indexes be checked in, or do we need to add a portindex build > step to our workflows? `port sync` takes care of that for you; it creates/updates the port index aft

Re: edits to googlecode.tcl

2009-11-13 Thread Perry Lee
Jeremy Lavergne wrote: I edited googlecode.tcl to incorporate a second variation of the googecode URL. After this change, however, there are a handful of portfiles that are breaking. The first port that happens to be breaking for me is dot2tex. It uses a custom homepage but the googlecode mas

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

2009-10-05 Thread Perry Lee
Ryan Schmidt wrote: "curl --head" could be used to determine whether we can connect to a server, but it doesn't give you a quality indication that could be used to rank multiple available servers. "ping" tells you how many milliseconds it took to reach the server, which is how we sort distfile

Re: [50222] vtk-devel Lint Report

2009-04-27 Thread Perry Lee
On Apr 27, 2009, at 4:32 PM, Darren Weber wrote: How do we specify that a variant conflicts with several other variants. Lint indicates a problem with this syntax: variant carbon conflicts {cocoa x11} description {Build with Carbon} { ... } variant carbon conflicts cocoa x11 description {B

Re: [50093] trunk/base/src/port1.0/portlivecheck.tcl

2009-04-25 Thread Perry Lee
On Apr 25, 2009, at 2:20 AM, Ryan Schmidt wrote: On Apr 25, 2009, at 01:28, pe...@macports.org wrote: Revision: 50093 http://trac.macports.org/changeset/50093 Author: pe...@macports.org Date: 2009-04-24 23:28:08 -0700 (Fri, 24 Apr 2009) Log Message: --- port1.0/portlivech

Re: googlecode livecheck

2009-04-24 Thread Perry Lee
On Apr 24, 2009, at 11:12 PM, Perry Lee wrote: I think the problematic line in port1.0/portlivecheck.tcl is: set livecheck.regex [list "http://[quotemeta $ {livecheck.name}].googlecode.com/files/[quotemeta $ {livecheck.distname}]\""] In particular: [quotemeta ${liv

Re: googlecode livecheck

2009-04-24 Thread Perry Lee
On Apr 24, 2009, at 10:33 PM, Jeremy Lavergne wrote: Has anyone else witnessed the default livecheck.regex failing when using master_sites googlecode? For me, it looks like there is style info and whitespace breaking the pattern. I've witnessed this problem in distcc and libofa, both of w

Re: [49606] trunk/base/src/port1.0/portactivate.tcl

2009-04-13 Thread Perry Lee
On Apr 13, 2009, at 1:00 AM, Ryan Schmidt wrote: Revision: 49606 http://trac.macports.org/changeset/49606 Author: pe...@macports.org Date: 2009-04-13 00:40:18 -0700 (Mon, 13 Apr 2009) Log Message: --- port1.0/portactivate.tcl - Wrap notes output to the terminal's width. W

Re: Discouraging variants [was: Re: port install efficiency issue]

2009-03-25 Thread Perry Lee
On Mar 25, 2009, at 5:44 AM, C. Florian Ebeling wrote: Wouldn't it make sense to provide a separate and conflicting whole port maybe for this hten? I now that seems a bit farfetched, but I'm trying to understand the implications of an hypothentical removal of the variant concept altogether, whic

Re: [48265] trunk/base/src/port1.0/portlivecheck.tcl

2009-03-18 Thread Perry Lee
On Mar 18, 2009, at 10:18 AM, David Evans wrote: I vote to include this additional patch as part of 1.7.1 to keep the freshmeat livechecks working as they did before the recent changes. I committed Bryan's simpler fix to make freshmeat's default livecheck.regex case-insensitive in r48310. _

Re: [48265] trunk/base/src/port1.0/portlivecheck.tcl

2009-03-17 Thread Perry Lee
On Mar 17, 2009, at 5:49 PM, David Evans wrote: livecheck.name GIMP livecheck.name XVid livecheck.name XSane But it would be more elegant if it could be done automatically. Index: src/port1.0/portlivecheck.tcl === --- src/port1.0/

Re: [48265] trunk/base/src/port1.0/portlivecheck.tcl

2009-03-17 Thread Perry Lee
On Mar 17, 2009, at 5:27 PM, David Evans wrote: Examples livecheck.name gimp or GIMP selects the right but the regex needs to match GIMP livecheck.name XviD, xvid, Xvid selects the right project but the regex needs to match Xvid livecheck.name xsane select the right project but the regex n

Re: MacPorts 1.7.1

2009-02-18 Thread Perry Lee
On Feb 18, 2009, at 1:03 AM, Ryan Schmidt wrote: There are probably also other changes on trunk that are not described in the ChangeLog. You may also want to merge in r46810 (it fixes a bug in wrapline). As far as I can tell, it applies to the 1.7 branch as well. __

Re: Ports recommending other ports

2009-02-12 Thread Perry Lee
On Feb 12, 2009, at 12:38 PM, Ryan Schmidt wrote: I'm not familiar with FreeBSD ports... what does "make config" or "make config install" do? `make config` displays a menu from which you can select build options (sorta like MacPorts' variants). `make config install` shows the menu then st

Announce: port_cutleaves

2009-01-25 Thread Perry Lee
Hi All, I've gone ahead and committed port_cutleaves to contrib (I talked to Bryan beforehand). port_cutleaves is an interactive script that eases the uninstallation of "leaves" - ports that have no dependents. You can see an example run here: http://svn.macports.org/repository/macports/c

Re: Question regarding new Python ports and PortGroup

2008-11-22 Thread Perry Lee
Ryan Schmidt wrote: > Which PortGroup did you use? I tried python and python24. At the time, I thought both groups were returning the warning message, but it looks I was wrong about the latter (I just tried it again). Sorry, my bad. > Note there's currently this idea to consolidate the Python P

Question regarding new Python ports and PortGroup

2008-11-22 Thread Perry Lee
For new Python ports, what should the PortGroup be set to? I recently noticed the warning message "Warning: This portgroup is deprecated and will be removed in a future version!" while running a portindex. Thanks, Perry ___ macports-dev mailing list ma