Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Feb 2008 14:36:05 +0200 (EET)
From:      Anton Lysenok <bart@tapolsky.net.ua>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Viktor Kuksin <vkuksin@visage.kiev.ua>
Subject:   ports/120944: [patch] port devel/otrs Makefile: use deprecated variables
Message-ID:  <200802211236.m1LCa5RB043978@pechkin.ddm-studio.com>
Resent-Message-ID: <200802211300.m1LD0BwT048761@freefall.freebsd.org>

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

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



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