From owner-cvs-ports@FreeBSD.ORG Sat Aug 13 13:34:50 2011 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CD0A51065672; Sat, 13 Aug 2011 13:34:50 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A522F8FC18; Sat, 13 Aug 2011 13:34:50 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p7DDYoeO011183; Sat, 13 Aug 2011 13:34:50 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p7DDYo3o011182; Sat, 13 Aug 2011 13:34:50 GMT (envelope-from marius) Message-Id: <201108131334.p7DDYo3o011182@repoman.freebsd.org> From: Marius Strobl Date: Sat, 13 Aug 2011 13:34:50 +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/sysutils/cdrtools Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Aug 2011 13:34:50 -0000 marius 2011-08-13 13:34:50 UTC FreeBSD ports repository (src committer) Modified files: sysutils/cdrtools Makefile Log: - Allow to build on powerpc64. [1] - Revert the hack allowing to cross-compile FreeBSD/i386 releases on amd64 as it caused more problems than it solved. As of r224838 all of head, stable/8 and stable/7 are switch to use use makefs(8) instead of mkisofs(8) so this hack is no longer necessary. [2] PR: 159671 [1], 151486 [2], 152309 [2], probably some more for [2] Approved by: netchild Revision Changes Path 1.83 +2 -7 ports/sysutils/cdrtools/Makefile