From owner-cvs-all@FreeBSD.ORG Tue Feb 21 11:02:00 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 A78BE16A420; Tue, 21 Feb 2006 11:02:00 +0000 (GMT) (envelope-from lesi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7678543D48; Tue, 21 Feb 2006 11:02:00 +0000 (GMT) (envelope-from lesi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1LB20TE013922; Tue, 21 Feb 2006 11:02:00 GMT (envelope-from lesi@repoman.freebsd.org) Received: (from lesi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1LB20UX013921; Tue, 21 Feb 2006 11:02:00 GMT (envelope-from lesi) Message-Id: <200602211102.k1LB20UX013921@repoman.freebsd.org> From: Dejan Lesjak Date: Tue, 21 Feb 2006 11:01:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/misc/compat4x Makefile pkg-plist.freebsd5 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 21 Feb 2006 11:02:00 -0000 lesi 2006-02-21 11:01:59 UTC FreeBSD ports repository Modified files: misc/compat4x Makefile pkg-plist.freebsd5 Log: Avoid clobbering ${ARCH} variable for amd64 which resulted in this port being unfechable as a dependency of another port. Introduce instead COMPAT4X_ARCH which is the same as ARCH except on amd64 where it is "i386" and replace relevant occurances of ARCH with it. This also unbreaks ".if ${ARCH} == amd64" comparison that comes after ARCH was modified to "i386" before. While here, avoid installing ldconfig/compat4x for amd64 which only needs ldconfig32/compat4x. Unfetchability hinted at by: pointyhat via kris Revision Changes Path 1.31 +15 -12 ports/misc/compat4x/Makefile 1.8 +1 -1 ports/misc/compat4x/pkg-plist.freebsd5