Date: Sun, 10 Oct 1999 15:23:57 -0400 (EDT) From: jedgar@fxp.org To: FreeBSD-gnats-submit@freebsd.org Subject: ports/14251: Fix ports: lmmon/wmlmmon: BROKEN --> FORBIDDEN Message-ID: <19991010192357.3E0159B22@pawn.primelocation.net>
next in thread | raw e-mail | index | archive | help
>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 <bsd.port.pre.mk> .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 <bsd.port.post.mk> 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 <bsd.port.pre.mk> .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 <bsd.port.post.mk> >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991010192357.3E0159B22>