From owner-freebsd-ports Sun Oct 10 12:30:30 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 78990155D9 for ; Sun, 10 Oct 1999 12:30:12 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA82215; Sun, 10 Oct 1999 12:30:12 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from pawn.primelocation.net (pawn.primelocation.net [205.161.238.235]) by hub.freebsd.org (Postfix) with ESMTP id 830FC155F4 for ; Sun, 10 Oct 1999 12:23:58 -0700 (PDT) (envelope-from jedgar@pawn.primelocation.net) Received: by pawn.primelocation.net (Postfix, from userid 1003) id 3E0159B22; Sun, 10 Oct 1999 15:23:57 -0400 (EDT) Message-Id: <19991010192357.3E0159B22@pawn.primelocation.net> Date: Sun, 10 Oct 1999 15:23:57 -0400 (EDT) From: jedgar@fxp.org Reply-To: jedgar@fxp.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/14251: Fix ports: lmmon/wmlmmon: BROKEN --> FORBIDDEN Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14251 >Category: ports >Synopsis: Fix ports: lmmon/wmlmmon: BROKEN --> FORBIDDEN >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Oct 10 12:30:12 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris D. Faulhaber >Release: FreeBSD 4.0-CURRENT i386 >Organization: BUGO - BSD Users Group of Orlando >Environment: FreeBSD 4.0-CURRENT i386 >Description: Fix port: lmmon/wmlmmon Change BROKEN to FORBIDDEN for those using FreeBSD 3.x. (per the PW on -ports) >How-To-Repeat: >Fix: Index: lmmon/Makefile =================================================================== RCS file: /home/ncvs/ports/sysutils/lmmon/Makefile,v retrieving revision 1.3 diff -u -u -r1.3 Makefile --- Makefile 1999/09/28 19:24:42 1.3 +++ Makefile 1999/10/10 13:19:17 @@ -18,7 +18,7 @@ .include .if ${OSVERSION} < 400000 -BROKEN="This port uses the intpm controller which is only available in FreeBSD 4.0+" +FORBIDDEN= "This port uses the intpm controller which is only available in FreeBSD 4.0+" .endif .include Index: wmlmmon/Makefile =================================================================== RCS file: /home/ncvs/ports/sysutils/wmlmmon/Makefile,v retrieving revision 1.4 diff -u -u -r1.4 Makefile --- Makefile 1999/09/28 19:31:43 1.4 +++ Makefile 1999/10/10 13:19:17 @@ -22,7 +22,7 @@ .include .if ${OSVERSION} < 400000 -BROKEN="This port uses the intpm controller which is only available in FreeBSD 4.0+" +FORBIDDEN= "This port uses the intpm controller which is only available in FreeBSD 4.0+" .endif .include >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message