ports/159362: Minor cleanup to www/phpbb3

Pedro Giffuni giffunip at tutopia.com
Mon Aug 1 18:10:12 UTC 2011


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



More information about the freebsd-ports-bugs mailing list