ports/120944: [patch] port devel/otrs Makefile: use deprecated variables
Anton Lysenok
bart at tapolsky.net.ua
Thu Feb 21 13:00:13 UTC 2008
>Number: 120944
>Category: ports
>Synopsis: [patch] port devel/otrs Makefile: use deprecated variables
>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: Thu Feb 21 13:00:11 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator: Anton Lysenok
>Release: FreeBSD 6.3-RELEASE i386
>Organization:
DDM Studio
>Environment:
System: FreeBSD pechkin.xxxxxxxxx.com 6.3-RELEASE FreeBSD 6.3-RELEASE #0: Wed Jan 16 04:18:52 UTC 2008 root at dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386
>Description:
Makefile use deprecated value of USE_APACHE. Correct value is "common*".
Using deprecated value, I have to install apache13, although I'm using fresh version: apache22.
See ${PORTSDIR}/bsd.apache.mk, line 18 for details
>How-To-Repeat:
>Fix:
Apply this patch.
--- otrs.patch begins here ---
--- Makefile 2008-02-21 14:19:36.000000000 +0200
+++ Makefile.new 2008-02-21 14:19:49.000000000 +0200
@@ -66,7 +66,7 @@
CLEAN_FILES= scripts/apache2-httpd.include.conf scripts/suse* \
scripts/redhat* scripts/DBUpdate*
-USE_APACHE= YES
+USE_APACHE= common22
USE_PERL5= yes
.include <bsd.port.pre.mk>
--- otrs.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list