ports/146902: [PATCH] www/ap13-sams: WITH_APACHE22 is dead

Philip M. Gollucci pgollucci at frieza.p6m7g8.net
Mon May 24 02:10:03 UTC 2010


>Number:         146902
>Category:       ports
>Synopsis:       [PATCH] www/ap13-sams: WITH_APACHE22 is dead
>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 May 24 02:10:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Philip M. Gollucci
>Release:        FreeBSD 9.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD frieza.p6m7g8.net 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Mon Apr 26 16:20:00 EDT 2010
>Description:
- yes, this changes the default package.

Port maintainer (uzgrishin at mail.ru) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- ap13-sams-1.0.5_3,1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/sams/Makefile,v
retrieving revision 1.13
diff -u -u -r1.13 Makefile
--- Makefile	18 May 2010 04:07:53 -0000	1.13
+++ Makefile	24 May 2010 01:23:44 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	sams
 DISTVERSION=	1.0.5
-PORTREVISION=	2
+PORTREVISION=	3
 PORTEPOCH=	1
 CATEGORIES=	www
 MASTER_SITES=	http://sams.perm.ru/download/ \
@@ -22,7 +22,6 @@
 USE_RC_SUBR=	sams.sh
 
 OPTIONS=	NTLM	"NTLM autorization/ActiveDirectory support"	off \
-		APACHE22	"Use apache version 2.2"	on \
 		INSTALLGD 	"Graphic reports"		on
 
 USE_GMAKE=	yes
@@ -47,10 +46,8 @@
 USE_PHP+=	ldap
 .endif
 
-.if defined(WITH_APACHE22)
-RUN_DEPENDS+=	${LOCALBASE}/sbin/httpd:${PORTSDIR}/www/apache22
-.else
-RUN_DEPENDS+=	${LOCALBASE}/sbin/httpd:${PORTSDIR}/www/apache13
+.if defined(WITH_APACHE)
+USE_APACHE=	1.3+
 .endif
 
 .if defined(WITH_INSTALLGD)
--- ap13-sams-1.0.5_3,1.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list