Date: Mon, 27 May 2013 15:52:35 +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: r319260 - head/net-mgmt/chillispot Message-ID: <201305271552.r4RFqZtF054103@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@geeklan.co.uk> -# +# Created by: Sevan Janiyan <venture37@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305271552.r4RFqZtF054103>