[36285] trunk/base/portmgr/jobs/portfile_lint.pl
William Siegrist
wsiegrist at apple.com
Fri Apr 25 13:18:18 PDT 2008
This has been installed on the server. Thanks for fixing it.
-Bill
On Apr 25, 2008, at 7:46 AM, eridius at macports.org wrote:
> Revision36285Authoreridius at macports.orgDate2008-04-25 07:46:00 -0700
> (Fri, 25 Apr 2008)Log Message
> Make the auto-lint script catch errors too, not just warnings
> Modified Paths
> • trunk/base/portmgr/jobs/portfile_lint.pl
> Diff
> Modified: trunk/base/portmgr/jobs/portfile_lint.pl (36284 => 36285)
> --- trunk/base/portmgr/jobs/portfile_lint.pl 2008-04-25 14:42:41 UTC
> (rev 36284)
> +++ trunk/base/portmgr/jobs/portfile_lint.pl 2008-04-25 14:46:00 UTC
> (rev 36285)
> @@ -59,7 +59,7 @@
>
> sub _lint {
> my ($port) = @_;
> - my $errors = `$PORTCMD -qc lint`;
> + my $errors = `$PORTCMD -qc lint 2>&1`;
>
> if ($errors) {
> _log("Error: $errors ");
> _______________________________________________
> macports-changes mailing list
> macports-changes at lists.macosforge.org
> http://lists.macosforge.org/mailman/listinfo/macports-changes
----
William Siegrist
Mac OS Forge
http://macosforge.org/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2421 bytes
Desc: not available
Url : http://lists.macosforge.org/pipermail/macports-dev/attachments/20080425/67285e71/smime.bin
More information about the macports-dev
mailing list