svn commit: r323523 - head/net-mgmt/dhcdrop

Tijl Coosemans tijl at FreeBSD.org
Tue Jul 23 09:47:30 UTC 2013


Author: tijl
Date: Tue Jul 23 09:47:30 2013
New Revision: 323523
URL: http://svnweb.freebsd.org/changeset/ports/323523

Log:
  Add USE_CSTD=gnu89 for clang instead of removing inline.
  
  PR:		180263
  Approved by:	maintainer timeout (19 days)

Modified:
  head/net-mgmt/dhcdrop/Makefile   (contents, props changed)
Directory Properties:
  head/net-mgmt/dhcdrop/distinfo   (props changed)
  head/net-mgmt/dhcdrop/pkg-descr   (props changed)

Modified: head/net-mgmt/dhcdrop/Makefile
==============================================================================
--- head/net-mgmt/dhcdrop/Makefile	Tue Jul 23 08:48:04 2013	(r323522)
+++ head/net-mgmt/dhcdrop/Makefile	Tue Jul 23 09:47:30 2013	(r323523)
@@ -3,6 +3,7 @@
 
 PORTNAME=	dhcdrop
 PORTVERSION=	0.5
+PORTREVISION=	1
 CATEGORIES=	net-mgmt sysutils
 MASTER_SITES=	http://www.netpatch.ru/projects/dhcdrop/
 
@@ -10,6 +11,7 @@ MAINTAINER=	ffault at gmail.com
 COMMENT=	Tool for searching and suppressing false DHCP servers
 
 USE_BZIP2=	yes
+USE_CSTD=	gnu89
 GNU_CONFIGURE=	yes
 
 MAN8=		${PORTNAME}.8
@@ -26,9 +28,4 @@ STATIC_DESC=	Build a static version of d
 CONFIGURE_ARGS+=--enable-static-build
 .endif
 
-post-patch:
-	@${REINPLACE_CMD} -e \
-		's,inline void rand_ether_addr,static void rand_ether_addr,' \
-			${WRKSRC}/src/dhcdrop.[c,h]
-
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list