svn commit: r319260 - head/net-mgmt/chillispot

Baptiste Daroussin bapt at FreeBSD.org
Mon May 27 15:52:36 UTC 2013


Author: bapt
Date: Mon May 27 15:52:35 2013
New Revision: 319260
URL: http://svnweb.freebsd.org/changeset/ports/319260

Log:
  Fix build on HEAD by adding USE_GCC=any (uses nested functions)

Modified:
  head/net-mgmt/chillispot/Makefile

Modified: head/net-mgmt/chillispot/Makefile
==============================================================================
--- head/net-mgmt/chillispot/Makefile	Mon May 27 15:50:58 2013	(r319259)
+++ head/net-mgmt/chillispot/Makefile	Mon May 27 15:52:35 2013	(r319260)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:   Chillispot
-# Date created:                19 October 2005
-# Whom:                        Sevan Janiyan <venture37 at geeklan.co.uk>
-#
+# Created by: Sevan Janiyan <venture37 at geeklan.co.uk>
 # $FreeBSD$
-#
 
 PORTNAME=	chillispot
 PORTVERSION=	1.0
@@ -23,6 +19,7 @@ CONFIGURE_ARGS=-sysconfdir=${PREFIX}/etc
 USE_RC_SUBR=	chillispot
 SUB_FILES=	pkg-message installguide.txt
 MAN8=		chilli.8
+USE_GCC=	any
 
 OPTIONS_DEFINE=	APACHE RADIUS
 OPTIONS_SINGLE=	RADIUS


More information about the svn-ports-all mailing list