From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 9 21:30:18 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B2A937B404 for ; Mon, 9 Jun 2003 21:30:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FED443FE1 for ; Mon, 9 Jun 2003 21:30:16 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h5A4UGUp018770 for ; Mon, 9 Jun 2003 21:30:16 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h5A4UGhO018769; Mon, 9 Jun 2003 21:30:16 -0700 (PDT) Resent-Date: Mon, 9 Jun 2003 21:30:16 -0700 (PDT) Resent-Message-Id: <200306100430.h5A4UGhO018769@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Mark Linimon Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE12237B401 for ; Mon, 9 Jun 2003 21:28:33 -0700 (PDT) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47D2143F3F for ; Mon, 9 Jun 2003 21:28:33 -0700 (PDT) (envelope-from linimon@lonesome.com) Received: from lonesome.lonesome.com (cs242746-11.austin.rr.com [24.27.46.11]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.soaustin.net (Postfix) with ESMTP id 4F139140C8 for ; Mon, 9 Jun 2003 23:28:32 -0500 (CDT) Received: from lonesome.lonesome.com (localhost.lonesome.com [127.0.0.1]) by lonesome.lonesome.com (8.12.9/8.12.3) with ESMTP id h5A4WoNa093991 for ; Mon, 9 Jun 2003 23:32:51 -0500 (CDT) (envelope-from linimon@lonesome.lonesome.com) Received: (from linimon@localhost) by lonesome.lonesome.com (8.12.9/8.12.6/Submit) id h5A4WnBA093990; Mon, 9 Jun 2003 23:32:49 -0500 (CDT) (envelope-from linimon) Message-Id: <200306100432.h5A4WnBA093990@lonesome.lonesome.com> Date: Mon, 9 Jun 2003 23:32:49 -0500 (CDT) From: Mark Linimon To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113.1 Subject: ports/53129: [patch] fix Makefile for devel/ups-debug X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jun 2003 04:30:19 -0000 >Number: 53129 >Category: ports >Synopsis: [patch] fix Makefile for devel/ups-debug >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:30:16 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 in the Makefile to determine BROKEN duplicates work that bsd.port.mk would be happy to do for it. In addition, it is unclear. This also brings the usage of IGNORE and BROKEN more in line with practice elsewhere. (Note, however, that making it correspond with practice elsewhere will mean that bento will attempt to build this on i386-5-full.) >How-To-Repeat: N/A >Fix: --- ups-debug/Makefile.dist Thu Apr 3 15:16:26 2003 +++ ups-debug/Makefile Mon Jun 9 23:26:27 2003 @@ -26,10 +26,10 @@ .include -.if ${ARCH} != i386 || ${OSVERSION} > 500000 -BROKEN= "compiles only under -STABLE on i386" -# Avoid building packages on bento for unsupported platforms -IGNORE= ${BROKEN} +ONLY_FOR_ARCHS= i386 + +.if ${OSVERSION} > 500000 +BROKEN= "Does not compile on 5.X" .endif post-install: >Release-Note: >Audit-Trail: >Unformatted: