Re: lint version hardcode

2009-04-27 Thread Ryan Schmidt
On Apr 27, 2009, at 18:45, Rainer Müller wrote: nox wrote: I haven't looked at the source but I think it just searches $ {version} in the Portfile after having read it, and triggers the warning if it's not the version command. So if I'm right, the answer is yes. The regex currently being

Re: [50222] trunk/dports/graphics

2009-04-27 Thread Ryan Schmidt
On Apr 27, 2009, at 18:27, dwe...@macports.org wrote: Revision: 50222 http://trac.macports.org/changeset/50222 Author: dwe...@macports.org Date: 2009-04-27 16:27:01 -0700 (Mon, 27 Apr 2009) Log Message: --- The default installation with shared libraries appears to work no

Re: [50222] vtk-devel Lint Report

2009-04-27 Thread William Siegrist
On Apr 27, 2009, at 4:43 PM, Darren Weber wrote: Seems that the svn lint checker is different from the port lint checker, ie: The server uses a recent trunk build, so it could be different than your local version. -Bill ___ macports-dev m

Re: lint version hardcode

2009-04-27 Thread Rainer Müller
nox wrote: > I haven't looked at the source but I think it just searches ${version} > in the Portfile after having read it, and triggers the warning if it's > not the version command. So if I'm right, the answer is yes. The regex currently being used for exclusion is {^PortSystem|^PortGroup|^v

Re: [50222] vtk-devel Lint Report

2009-04-27 Thread Darren Weber
Seems that the svn lint checker is different from the port lint checker, ie: [ m...@xxx ~/ports ]$ port lint vtk-devel ---> Verifying Portfile for vtk-devel ---> 0 errors and 0 warnings found. On Mon, Apr 27, 2009 at 4:40 PM, Perry Lee wrote: > On Apr 27, 2009, at 4:32 PM, Darren Weber wr

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

Fwd: [50222] vtk-devel Lint Report

2009-04-27 Thread Darren Weber
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} { ... } Should it be: variant carbon conflicts cocoa x11 ... or maybe: variant carbon conflicts cocoa conflict

Re: lint version hardcode

2009-04-27 Thread nox
Le 27 avr. 09 à 20:30, Ryan Schmidt a écrit : On Apr 27, 2009, at 08:56, nox wrote: Using php5*extension also makes this lint test reports false positive as php5extension.setup sets ${version} itself. I haven't run trunk in awhile so I haven't seen this problem yet. php5extension.setup wa

Re: lint version hardcode

2009-04-27 Thread Ryan Schmidt
On Apr 27, 2009, at 08:56, nox wrote: Using php5*extension also makes this lint test reports false positive as php5extension.setup sets ${version} itself. I haven't run trunk in awhile so I haven't seen this problem yet. php5extension.setup was modeled on other portgroups -- the ruby, has

local repository config file?

2009-04-27 Thread Darren Weber
For development of ports, we can use a local repository as a sandbox to test port changes before adding back to the trunk. Would it be possible to set some general configuration options that apply to any ports from this local repository? For example, the local repo is at ~/ports and it contains a

Re: lint version hardcode

2009-04-27 Thread nox
Le 27 avr. 09 à 01:28, Rainer Müller a écrit : Ryan Schmidt wrote: On Apr 25, 2009, at 19:36, Jeremy Huddleston wrote: Portfile: firefox-x11-devel Warning: Line 163 seems to hardcode the version number, consider using ${version} instead Can this check please be updated to not report false-po