From owner-svn-ports-head@FreeBSD.ORG Tue Sep 16 11:26:48 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 859D5A04; Tue, 16 Sep 2014 11:26:48 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 71FC5D8B; Tue, 16 Sep 2014 11:26:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8GBQm5S010208; Tue, 16 Sep 2014 11:26:48 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8GBQmKa010207; Tue, 16 Sep 2014 11:26:48 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201409161126.s8GBQmKa010207@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Tue, 16 Sep 2014 11:26:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368303 - head/x11-fonts/sgifonts 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.18-1 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: Tue, 16 Sep 2014 11:26:48 -0000 Author: marino Date: Tue Sep 16 11:26:47 2014 New Revision: 368303 URL: http://svnweb.freebsd.org/changeset/ports/368303 QAT: https://qat.redports.org/buildarchive/r368303/ Log: x11-fonts/sgifonts: Use $TAR instead of $EXTRACT_CMD Currently, FreeBSD defines EXTRACT_CMD as $TAR, but DragonFly does not have a default value for EXTRACT_CMD. Using $TAR instead of $EXTRACT_CMD is a No-Op for FreeBSD, but restores the build on DragonFly which got disrupted as a result of the previous commit. Modified: head/x11-fonts/sgifonts/Makefile Modified: head/x11-fonts/sgifonts/Makefile ============================================================================== --- head/x11-fonts/sgifonts/Makefile Tue Sep 16 10:56:13 2014 (r368302) +++ head/x11-fonts/sgifonts/Makefile Tue Sep 16 11:26:47 2014 (r368303) @@ -37,7 +37,7 @@ FONTS= Scr7 Scr8 Scr9 Scr10 Scr11 Scr12 space10 type13 post-extract: - @(cd ${WRKSRC} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} \ + @(cd ${WRKSRC} && ${TAR} ${EXTRACT_BEFORE_ARGS} \ sgi-fonts.tar.gz ${EXTRACT_AFTER_ARGS}) post-patch: