Date: Tue, 17 Feb 2004 16:04:15 +0700 (KRAT) From: Eugene Grosbein <eugen@grosbein.pp.ru> To: FreeBSD-gnats-submit@FreeBSD.org Cc: krion@FreeBSD.org Subject: ports/62951: [PATCH] Unbreak port net/AquaGatekeeper for CURRENT Message-ID: <200402170904.i1H94FPw032500@www.svzserv.kemerovo.su> Resent-Message-ID: <200402170910.i1H9AOeH064261@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402170904.i1H94FPw032500>