From owner-svn-ports-head@FreeBSD.ORG Thu Aug 7 02:50:36 2014 Return-Path: Delivered-To: svn-ports-head@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 2564F45F for ; Thu, 7 Aug 2014 02:50:36 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EDFA221B6 for ; Thu, 7 Aug 2014 02:50:35 +0000 (UTC) Received: from vanilla (uid 711) (envelope-from vanilla@FreeBSD.org) id 592e by svn.freebsd.org (DragonFly Mail Agent v0.9+); Thu, 07 Aug 2014 02:50:35 +0000 From: Vanilla I. Shu Date: Thu, 7 Aug 2014 02:50:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364244 - head/sysutils/fstyp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <53e2e97b.592e.234bb783@svn.freebsd.org> X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 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: Thu, 07 Aug 2014 02:50:36 -0000 Author: vanilla Date: Thu Aug 7 02:50:35 2014 New Revision: 364244 URL: http://svnweb.freebsd.org/changeset/ports/364244 QAT: https://qat.redports.org/buildarchive/r364244/ Log: 1: Stagify. 2: Fix build with clang. Modified: head/sysutils/fstyp/Makefile Modified: head/sysutils/fstyp/Makefile ============================================================================== --- head/sysutils/fstyp/Makefile Thu Aug 7 02:22:47 2014 (r364243) +++ head/sysutils/fstyp/Makefile Thu Aug 7 02:50:35 2014 (r364244) @@ -9,12 +9,10 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Detect which filesystem type a device/partition contains -GNU_CONFIGURE= yes USES= gmake +GNU_CONFIGURE= yes +CONFIGURE_ENV+= ac_cv_prog_CC="${CC}" -PLIST_FILES= bin/fstyp - -MAN8= fstyp.8 +PLIST_FILES= bin/fstyp man/man8/fstyp.8.gz -NO_STAGE= yes .include