svn commit: r323953 - head/sysutils/dd_rescue

Baptiste Daroussin bapt at FreeBSD.org
Tue Jul 30 10:06:52 UTC 2013


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 at 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


More information about the svn-ports-all mailing list