svn commit: r356207 - head/net-mgmt/coovachilli
Martin Wilke
miwi at FreeBSD.org
Mon Jun 2 09:28:33 UTC 2014
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 at 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%%
More information about the svn-ports-all
mailing list