From owner-cvs-ports@FreeBSD.ORG Fri Aug 12 16:10:03 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 E8876106566C; Fri, 12 Aug 2011 16:10:02 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D321D8FC0A; Fri, 12 Aug 2011 16:10:02 +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 p7CGA2LB017333; Fri, 12 Aug 2011 16:10:02 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p7CGA20e017332; Fri, 12 Aug 2011 16:10:02 GMT (envelope-from linimon) Message-Id: <201108121610.p7CGA20e017332@repoman.freebsd.org> From: Mark Linimon Date: Fri, 12 Aug 2011 16:10:02 +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/Mk bsd.fpc.mk bsd.port.mk 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: Fri, 12 Aug 2011 16:10:03 -0000 linimon 2011-08-12 16:10:02 UTC FreeBSD ports repository Modified files: Mk bsd.fpc.mk bsd.port.mk Log: - fix problem with metadata on tier-2 machines for Pascal ports. The reason is that bsd.fpc.mk was only defining PPNAME for i386 and amd64. Provide a placeholder and proper IGNORE for tier-2 [1] - remove obsolete check for /usr/share/mk/bsd.port.options.mk [2] - add USE_DRUPAL for easy include of Mk/bsd.drupal.mk [3] PR: ports/155017 [2], ports/159288 [3] Submitted by: linimon (discussed with acm), eadler, crees Revision Changes Path 1.14 +5 -1 ports/Mk/bsd.fpc.mk 1.691 +5 -14 ports/Mk/bsd.port.mk