From owner-svn-ports-head@FreeBSD.ORG Fri Mar 14 13:05:16 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 742FCEFC; Fri, 14 Mar 2014 13:05:16 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4700E81B; Fri, 14 Mar 2014 13:05:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2ED5GXb090853; Fri, 14 Mar 2014 13:05:16 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2ED5F28090851; Fri, 14 Mar 2014 13:05:15 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201403141305.s2ED5F28090851@svn.freebsd.org> From: John Marino Date: Fri, 14 Mar 2014 13:05:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r348223 - in head/devel/gprbuild: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2014 13:05:16 -0000 Author: marino Date: Fri Mar 14 13:05:15 2014 New Revision: 348223 URL: http://svnweb.freebsd.org/changeset/ports/348223 QAT: https://qat.redports.org/buildarchive/r348223/ Log: devel/gprbuild: Fix automatic detection for AMD64 The standard target is amd64, not x86_64. Support both though. Modified: head/devel/gprbuild/Makefile head/devel/gprbuild/files/patch-share_gprconfig_targetset.xml Modified: head/devel/gprbuild/Makefile ============================================================================== --- head/devel/gprbuild/Makefile Fri Mar 14 13:01:51 2014 (r348222) +++ head/devel/gprbuild/Makefile Fri Mar 14 13:05:15 2014 (r348223) @@ -3,6 +3,7 @@ PORTNAME= gprbuild PORTVERSION= ${SNAPSHOT} +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://downloads.dragonlace.net/src/ DISTNAME= gprbuild-gpl-${YEAR}-src Modified: head/devel/gprbuild/files/patch-share_gprconfig_targetset.xml ============================================================================== --- head/devel/gprbuild/files/patch-share_gprconfig_targetset.xml Fri Mar 14 13:01:51 2014 (r348222) +++ head/devel/gprbuild/files/patch-share_gprconfig_targetset.xml Fri Mar 14 13:05:15 2014 (r348223) @@ -11,30 +11,33 @@ -@@ -144,10 +144,29 @@ +@@ -144,10 +144,32 @@ - x86-freebsd i.86-.*freebsd.* ++ amd64-.*-freebsd.* + x86_64-.*-freebsd.* -+ ++ + + i.86-.*-dragonfly.* + x86_64-.*-dragonfly.* + + -+ ++ + + i.86-.*-netbsd.* ++ amd64-.*-netbsd.* + x86_64-.*-netbsd.* + + -+ ++ + + i.86-.*-openbsd.* ++ amd64-.*-openbsd.* + x86_64-.*-openbsd.* + +