ports/111700: [PATCH] ports-mgmt/portlint: don't complain at late USE_PHP
Thomas Sandford
freebsduser at paradisegreen.co.uk
Mon Apr 16 06:30:02 UTC 2007
>Number: 111700
>Category: ports
>Synopsis: [PATCH] ports-mgmt/portlint: don't complain at late USE_PHP
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Mon Apr 16 06:30:02 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator: Thomas Sandford
>Release: FreeBSD 5.4-RELEASE i386
>Organization:
Paradise Green Technical Services
>Environment:
System: FreeBSD almaz.paradisegreen.co.uk 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sun May 15 12:31:08 BST 2005
>Description:
According to CHANGES:
"20070306:
AUTHOR: portmgr at FreeBSD.org
The following changes were made to the ports infrastructure:
...
* It is now possible to include USE_PHP after bsd.port.pre.mk."
However portlint still reports this as a fatal error.
The included patch fixes this (bumps version to 2.9.4)
Port maintainer (marcus at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:
--- portlint-2.9.4.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/ports-mgmt/portlint_orig/Makefile /usr/ports/ports-mgmt/portlint/Makefile
--- /usr/ports/ports-mgmt/portlint_orig/Makefile Mon Apr 16 07:20:19 2007
+++ /usr/ports/ports-mgmt/portlint/Makefile Mon Apr 16 07:22:28 2007
@@ -8,7 +8,7 @@
#
PORTNAME= portlint
-PORTVERSION= 2.9.3
+PORTVERSION= 2.9.4
CATEGORIES= ports-mgmt
MASTER_SITES= # none
DISTFILES= # none
diff -ruN --exclude=CVS /usr/ports/ports-mgmt/portlint_orig/src/portlint.pl /usr/ports/ports-mgmt/portlint/src/portlint.pl
--- /usr/ports/ports-mgmt/portlint_orig/src/portlint.pl Mon Apr 16 07:20:19 2007
+++ /usr/ports/ports-mgmt/portlint/src/portlint.pl Mon Apr 16 07:22:16 2007
@@ -46,7 +46,7 @@
# version variables
my $major = 2;
my $minor = 9;
-my $micro = 3;
+my $micro = 4;
sub l { '[{(]'; }
sub r { '[)}]'; }
@@ -1186,7 +1186,6 @@
(?:LIB)?RUBY
LINUX_PREFIX
OPENSSL
- PHP
PYTHON
QT2?
QT_VER
--- portlint-2.9.4.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list