Date: Mon, 9 Jun 2003 23:46:24 -0500 (CDT) From: Mark Linimon <linimon@lonesome.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/53132: [patch] fix Makefile for devel/dnetc and devel/proxyper Message-ID: <200306100446.h5A4kO4I094236@lonesome.lonesome.com> Resent-Message-ID: <200306100450.h5A4oBxY019522@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 53132 >Category: ports >Synopsis: [patch] fix Makefile for devel/dnetc and devel/proxyper >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 Jun 09 21:50:11 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Mark Linimon >Release: FreeBSD-4.7 >Organization: FreeBSD >Environment: System: FreeBSD lonesome.lonesome.com 4.7-STABLE FreeBSD 4.7-STABLE #0: Fri Nov 8 23:46:29 CST 2002 root@lonesome.lonesome.com:/usr/src/sys/compile/MULTIMEDIA i386 >Description: The logic to set BROKEN is unclear; in any case, it should be using IGNORE for a permanent breakage. In addition, if 2.X support hasn't been made available yet, it is probably not going to be at this point. >How-To-Repeat: n/a >Fix: --- dnetc/Makefile.dist Mon Mar 10 16:59:19 2003 +++ dnetc/Makefile Mon Jun 9 23:40:19 2003 @@ -15,16 +15,12 @@ MASTER_SITE_SUBDIR= ${PORTVERSION:S/^/v/:R} .include <bsd.port.pre.mk> -.if ${ARCH} == "i386" DISTFILES= dnetc${PORTVERSION:E}-freebsd-x86-elf.tar.gz -.elif ${ARCH} == "alpha" -BROKEN= "Not immediately available. Please try again tomorrow." -.endif ONLY_FOR_ARCHS= i386 .if ${OSVERSION} < 300000 -BROKEN= "No version is currently available for your system. Please upgrade FreeBSD." +IGNORE= "This port requires FreeBSD 3.X or greater." .endif .if exists(${PREFIX}/distributed.net/rc5des) --- proxyper/Makefile.dist Mon Mar 10 16:59:29 2003 +++ proxyper/Makefile Mon Jun 9 23:43:10 2003 @@ -20,10 +20,8 @@ ONLY_FOR_ARCHS= i386 -.if ${OSVERSION} < 220000 -BROKEN= "No version is built for your system." -.elif ${OSVERSION} < 300000 -BROKEN= "No version is currently available for your system. Please try again later." +.if ${OSVERSION} < 300000 +IGNORE= "This port requires FreeBSD 3.X or greater." .endif NO_BUILD= yes >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306100446.h5A4kO4I094236>