Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jul 2013 10:06:51 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r323953 - head/sysutils/dd_rescue
Message-ID:  <201307301006.r6UA6pB7067569@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Jul 30 10:06:51 2013
New Revision: 323953
URL: http://svnweb.freebsd.org/changeset/ports/323953

Log:
  Fix build with clang by forcing gnu89 standard
  While here convert USE_GMAKE->USES=gmake

Modified:
  head/sysutils/dd_rescue/Makefile

Modified: head/sysutils/dd_rescue/Makefile
==============================================================================
--- head/sysutils/dd_rescue/Makefile	Tue Jul 30 09:44:01 2013	(r323952)
+++ head/sysutils/dd_rescue/Makefile	Tue Jul 30 10:06:51 2013	(r323953)
@@ -8,12 +8,13 @@ MASTER_SITES=	http://www.garloff.de/kurt
 		http://fossies.org/unix/privat/
 
 MAINTAINER=	nobutaka@FreeBSD.org
-COMMENT=	A dd tool suitable for rescuing data from a medium with errors
+COMMENT=	dd tool suitable for rescuing data from a medium with errors
 
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USE_GMAKE=	yes
+USES=		gmake
+USE_CSTD=	gnu89
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 ALL_TARGET=	default



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307301006.r6UA6pB7067569>