svn commit: r323957 - head/security/rarcrack

Baptiste Daroussin bapt at FreeBSD.org
Tue Jul 30 12:27:04 UTC 2013


Author: bapt
Date: Tue Jul 30 12:27:03 2013
New Revision: 323957
URL: http://svnweb.freebsd.org/changeset/ports/323957

Log:
  Fix build with clang by forcing standard gnu89
  While here trim header
  OptionsNG

Modified:
  head/security/rarcrack/Makefile

Modified: head/security/rarcrack/Makefile
==============================================================================
--- head/security/rarcrack/Makefile	Tue Jul 30 12:21:45 2013	(r323956)
+++ head/security/rarcrack/Makefile	Tue Jul 30 12:27:03 2013	(r323957)
@@ -1,6 +1,4 @@
-# New ports collection makefile for:   snoopy
-# Date created:			24 October 2007
-# Whom:                        Philippe Audeoud <jadawin at tuxaco.net>
+# Created by: Philippe Audeoud <jadawin at tuxaco.net>
 # $FreeBSD$
 
 PORTNAME=	rarcrack
@@ -20,11 +18,14 @@ USE_BZIP2=	yes
 PLIST_FILES=	bin/rarcrack
 PORTDOCS=	README
 USE_GNOME=	libxml2
+USE_CSTD=	gnu89
 MAKE_ENV+=	PTHREAD_LIBS="${PTHREAD_LIBS}" PTHREAD_CFLAGS="${PTHREAD_CFLAGS}"
 
+.include <bsd.port.options.mk>
+
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/rarcrack ${PREFIX}/bin
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
 	${MKDIR} ${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
 .endif


More information about the svn-ports-all mailing list