FreeBSD Bugzilla – Attachment 143285 Details for
Bug 190479
[MAINTAINER] net-mgmt/coovachilli: Add staging support
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
coovachilli-1.0.12.patch
coovachilli-1.0.12.patch (text/plain), 2.19 KB, created by
Sevan Janiyan
on 2014-06-02 03:55:44 UTC
(
hide
)
Description:
coovachilli-1.0.12.patch
Filename:
MIME Type:
Creator:
Sevan Janiyan
Created:
2014-06-02 03:55:44 UTC
Size:
2.19 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 356005) >+++ Makefile (working copy) >@@ -14,25 +14,23 @@ > COMMENT= An access controller for wired & wireless clients > > CONFLICTS= chillispot-[0-9]* >+#if __FreeBSD__ >= 10.0 >+#IGNORE= Does not work correctly, awaiting new release upstream with fixes integrated. >+#endif > >-MAN1= chilli_query.1 chilli_radconfig.1 chilli_response.1 >-MAN5= chilli.conf.5 chilli-radius.5 >-MAN8= chilli.8 >- > 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} > >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 356005) >+++ pkg-plist (working copy) >@@ -19,13 +19,19 @@ > 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/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%% >--- coovachilli-1.0.12.patch ends here ---
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 190479
: 143285