ports/62951: [PATCH] Unbreak port net/AquaGatekeeper for CURRENT

Eugene Grosbein eugen at grosbein.pp.ru
Tue Feb 17 09:10:24 UTC 2004


>Number:         62951
>Category:       ports
>Synopsis:       [PATCH] Unbreak port net/AquaGatekeeper for CURRENT
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 17 01:10:24 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Eugene Grosbein
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
Svyaz Service JSC
>Environment:
System: FreeBSD www.svzserv.kemerovo.su 4.9-STABLE FreeBSD 4.9-STABLE #0: Mon Nov 3 13:18:36 KRAT 2003 eu at www.svzserv.kemerovo.su:/home4/obj/home/src/sys/WWW i386

>Description:
		Make AquaGatekeeper work for CURRENT out-of-box
>How-To-Repeat:
		N/A
>Fix:

--- Makefile.orig	Tue Feb 17 16:03:41 2004
+++ Makefile	Tue Feb 17 13:28:56 2004
@@ -50,8 +50,10 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} > 500000 || ${OSVERSION} < 400000
+.if ${OSVERSION} < 400000
 BROKEN=		"Supported only on 4.x systems"
+.elif ${OSVERSION} >= 500000
+LIB_DEPENDS=	c.4:${PORTSDIR}/misc/compat4x
 .endif
 
 .include <bsd.port.post.mk>
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list