Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Apr 2007 07:29:38 +0100 (BST)
From:      Thomas Sandford <freebsduser@paradisegreen.co.uk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        marcus@FreeBSD.org
Subject:   ports/111700: [PATCH] ports-mgmt/portlint: don't complain at late USE_PHP
Message-ID:  <200704160629.l3G6TcAI022228@mail.paradisegreen.co.uk>
Resent-Message-ID: <200704160630.l3G6U2Eq013956@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200704160629.l3G6TcAI022228>