Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Aug 2011 18:07:25 GMT
From:      Pedro Giffuni <giffunip@tutopia.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/159362: Minor cleanup to www/phpbb3
Message-ID:  <201108011807.p71I7PWs079256@red.freebsd.org>
Resent-Message-ID: <201108011810.p71IABcG005963@freefall.freebsd.org>

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

>Number:         159362
>Category:       ports
>Synopsis:       Minor cleanup to www/phpbb3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 01 18:10:11 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Pedro Giffuni
>Release:        9.0-CURRENT
>Organization:
>Environment:
FreeBSD mogwai.giffuni.net 9.0-CURRENT FreeBSD 9.0-CURRENT #6: Sat Apr 30 01:37:57 PDT 2011     root@build9x64.pcbsd.org:/usr/obj/pcbsd-build90/fbsd-source/9.0/sys/PCBSD  amd64

>Description:
Minor enhancements:
- define USE_PHP
- Add License (GPLv2).

While here... phpBB version previous to 3.0.x are not supported anymore
so I'd recommend moving this port to www/phpbb and either remove
the old phpbb or repocopy it to phpbb2.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN phpbb3.orig/Makefile phpbb3/Makefile
--- phpbb3.orig/Makefile	2011-08-01 10:13:41.000000000 +0000
+++ phpbb3/Makefile	2011-08-01 12:53:35.000000000 +0000
@@ -18,7 +18,10 @@
 CONFLICTS=	phpbb-tw-[0-9]* phpbb-devel-[0-9]* \
 		phpbb-[0-2]*
 
+LICENSE=	GPLv2
+
 USE_BZIP2=	yes
+USE_PHP=	yes
 
 # The phpBB2 port supports a number of variables that may be tweaked at build
 # time.  Perform a "make options" to see more information on these variables.


>Release-Note:
>Audit-Trail:
>Unformatted:



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