From owner-svn-ports-all@FreeBSD.ORG Sun Mar 9 22:54:12 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9BE0523F; Sun, 9 Mar 2014 22:54:12 +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 87EB3F7B; Sun, 9 Mar 2014 22:54:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s29MsC5O001642; Sun, 9 Mar 2014 22:54:12 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s29MsCK7001641; Sun, 9 Mar 2014 22:54:12 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201403092254.s29MsCK7001641@svn.freebsd.org> From: John Marino Date: Sun, 9 Mar 2014 22:54:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r347706 - head/lang/gcc47-aux X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2014 22:54:12 -0000 Author: marino Date: Sun Mar 9 22:54:12 2014 New Revision: 347706 URL: http://svnweb.freebsd.org/changeset/ports/347706 QAT: https://qat.redports.org/buildarchive/r347706/ Log: gcc47-aux: I guess .CURDIR wasn't missing after all... Modified: head/lang/gcc47-aux/Makefile.common Modified: head/lang/gcc47-aux/Makefile.common ============================================================================== --- head/lang/gcc47-aux/Makefile.common Sun Mar 9 22:39:15 2014 (r347705) +++ head/lang/gcc47-aux/Makefile.common Sun Mar 9 22:54:12 2014 (r347706) @@ -1,6 +1,6 @@ # $FreeBSD$ -.include "${.CURDIR}/Makefile.version" +.include "Makefile.version" LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp LIB_DEPENDS+= libmpfr.so:${PORTSDIR}/math/mpfr