From owner-cvs-all@FreeBSD.ORG Sat Aug 30 19:58:51 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90DB716A4BF; Sat, 30 Aug 2003 19:58:51 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CAD843F3F; Sat, 30 Aug 2003 19:58:51 -0700 (PDT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h7V2wo0U094727; Sat, 30 Aug 2003 19:58:50 -0700 (PDT) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h7V2woHb094726; Sat, 30 Aug 2003 19:58:50 -0700 (PDT) Message-Id: <200308310258.h7V2woHb094726@repoman.freebsd.org> From: Edwin Groothuis Date: Sat, 30 Aug 2003 19:58:50 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/aureal-kmod Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Aug 2003 02:58:51 -0000 edwin 2003/08/30 19:58:50 PDT FreeBSD ports repository Modified files: audio/aureal-kmod Makefile Log: [non-maintainer update] update logic for "BROKEN" variable in audio/aureal-kmod The current logic to calculate BROKEN in this port does not allow for one OS release to ask the port if it is broken on another OS release. This is due to an assumption that the OSVERSION passed to the Makefile exactly corresponds to the source version installed under /usr/src/sys (if any.) That is the default. However, when doing a cross-query, this is not the case. While this is a problem that is probably only of interest to myself, Bill Fenner, and Dan Langille, the logic could use tightening anyway. PR: ports/52590 Submitted by: Mark Linimon Revision Changes Path 1.17 +4 -5 ports/audio/aureal-kmod/Makefile