From owner-svn-ports-all@FreeBSD.ORG Mon Jun 2 09:28:33 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AA985569; Mon, 2 Jun 2014 09:28:33 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7DE962D4D; Mon, 2 Jun 2014 09:28:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s529SXD1011776; Mon, 2 Jun 2014 09:28:33 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s529SXka011774; Mon, 2 Jun 2014 09:28:33 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201406020928.s529SXka011774@svn.freebsd.org> From: Martin Wilke Date: Mon, 2 Jun 2014 09:28:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356207 - head/net-mgmt/coovachilli X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2014 09:28:33 -0000 Author: miwi Date: Mon Jun 2 09:28:32 2014 New Revision: 356207 URL: http://svnweb.freebsd.org/changeset/ports/356207 QAT: https://qat.redports.org/buildarchive/r356207/ Log: - Stage support - Mark broken for 10.X PR: 190479 Submitted by: maintainer Modified: head/net-mgmt/coovachilli/Makefile head/net-mgmt/coovachilli/pkg-plist Modified: head/net-mgmt/coovachilli/Makefile ============================================================================== --- head/net-mgmt/coovachilli/Makefile Mon Jun 2 09:25:55 2014 (r356206) +++ head/net-mgmt/coovachilli/Makefile Mon Jun 2 09:28:32 2014 (r356207) @@ -14,25 +14,23 @@ MAINTAINER= venture37@geeklan.co.uk COMMENT= An access controller for wired & wireless clients CONFLICTS= chillispot-[0-9]* - -MAN1= chilli_query.1 chilli_radconfig.1 chilli_response.1 -MAN5= chilli.conf.5 chilli-radius.5 -MAN8= chilli.8 +#if __FreeBSD__ >= 10.0 +#IGNORE= Does not work correctly, awaiting new release upstream with fixes integrated. +#endif CONFIGURE_ARGS=-localstatedir=/var GNU_CONFIGURE= yes -USES= perl5 +USES= perl5 libtool USE_PERL5= build USE_LDCONFIG= yes USE_RC_SUBR= coovachilli -NO_STAGE= yes post-install: .if !defined(NOPORTEXAMPLES) - ${MKDIR} ${EXAMPLESDIR} - ${INSTALL_MAN} ${FILESDIR}/main.conf.sample ${EXAMPLESDIR} - ${INSTALL_MAN} ${FILESDIR}/pf.conf.sample ${EXAMPLESDIR} - ${INSTALL_MAN} ${FILESDIR}/ipfw-config.sample ${EXAMPLESDIR} + ${MKDIR} ${STAGEDIR}/${EXAMPLESDIR} + ${INSTALL_MAN} ${FILESDIR}/main.conf.sample ${STAGEDIR}/${EXAMPLESDIR} + ${INSTALL_MAN} ${FILESDIR}/pf.conf.sample ${STAGEDIR}/${EXAMPLESDIR} + ${INSTALL_MAN} ${FILESDIR}/ipfw-config.sample ${STAGEDIR}/${EXAMPLESDIR} .endif @${CAT} ${PKGMESSAGE} Modified: head/net-mgmt/coovachilli/pkg-plist ============================================================================== --- head/net-mgmt/coovachilli/pkg-plist Mon Jun 2 09:25:55 2014 (r356206) +++ head/net-mgmt/coovachilli/pkg-plist Mon Jun 2 09:28:32 2014 (r356207) @@ -19,13 +19,19 @@ www/chilli/openid.gif www/chilli/wait.gif etc/chilli/wwwsh lib/libbstring.a -lib/libbstring.la lib/libbstring.so +lib/libbstring.so.0.0.0 lib/libbstring.so.0 lib/libchilli.a -lib/libchilli.la lib/libchilli.so +lib/libchilli.so.0.0.0 lib/libchilli.so.0 +man/man1/chilli_query.1.gz +man/man1/chilli_radconfig.1.gz +man/man1/chilli_response.1.gz +man/man5/chilli-radius.5.gz +man/man5/chilli.conf.5.gz +man/man8/chilli.8.gz sbin/chilli sbin/chilli_query sbin/chilli_radconfig @@ -33,7 +39,7 @@ sbin/chilli_response sbin/test_radius @dirrm www/chilli @dirrm etc/chilli -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pf.conf.sample %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ipfw-config.sample %%PORTEXAMPLES%%%%EXAMPLESDIR%%/main.conf.sample -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pf.conf.sample +%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%