FreeBSD Bugzilla – Attachment 77781 Details for
Bug 111928
sysutils/nut: fix plist
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.84 KB, created by
Dima Panov
on 2007-04-20 05:50:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Dima Panov
Created:
2007-04-20 05:50:02 UTC
Size:
1.84 KB
patch
obsolete
>Index: sysutils/nut/Makefile >=================================================================== >RCS file: /home/ncvs/ports/sysutils/nut/Makefile,v >retrieving revision 1.35 >diff -u -r1.35 Makefile >--- sysutils/nut/Makefile 28 Feb 2007 01:19:04 -0000 1.35 >+++ sysutils/nut/Makefile 20 Apr 2007 04:38:43 -0000 >@@ -66,16 +66,23 @@ > MAN8+= upsset.cgi.8 upsstats.cgi.8 upsimage.cgi.8 > .if !exists(${PREFIX}/www) && exists(${PREFIX}/share/apache) > CGIDIR?= share/apache/cgi-bin >+WWWDIR?= share/apache/htdocs > .else > CGIDIR?= www/cgi-bin >+WWWDIR?= www/data > .endif > CONFIGURE_ARGS+= --with-cgi --with-cgipath=${PREFIX}/${CGIDIR}/nut \ >+ --with-htmlpath=${PREFIX}/${WWWDIR}/nut \ > --with-gd-includes=-I${PREFIX}/include \ > --with-gd-libs="-L${PREFIX}/lib -lgd" >+PLIST_SUB+= WWWFILES="${WWWDIR}/nut/" >+PLIST_SUB+= WWWDIRRM="@dirrm ${WWWDIR}/nut" > PLIST_SUB+= CGIFILES="${CGIDIR}/nut/" > PLIST_SUB+= CGIDIRRM="@dirrm ${CGIDIR}/nut" > PLIST_SUB+= CGIETC="etc/nut/" > .else >+PLIST_SUB+= WWWFILES="@comment " >+PLIST_SUB+= WWWDIRRM="@comment " > PLIST_SUB+= CGIFILES="@comment " > PLIST_SUB+= CGIDIRRM="@comment " > PLIST_SUB+= CGIETC="@comment " >Index: sysutils/nut/pkg-plist >=================================================================== >RCS file: /home/ncvs/ports/sysutils/nut/pkg-plist,v >retrieving revision 1.23 >diff -u -r1.23 pkg-plist >--- sysutils/nut/pkg-plist 24 Jan 2007 23:02:07 -0000 1.23 >+++ sysutils/nut/pkg-plist 20 Apr 2007 04:27:12 -0000 >@@ -65,6 +65,10 @@ > %%CGIETC%%upsset.conf.sample > %%CGIETC%%upsstats.html.sample > %%CGIETC%%upsstats-single.html.sample >+%%WWWFILES%%bottom.html >+%%WWWFILES%%header.html >+%%WWWFILES%%index.html >+%%WWWFILES%%nut-banner.png > %%PORTDOCS%%@exec mkdir %D/%%DOCSDIR%% > %%PORTDOCS%%@exec mkdir %D/%%DOCSDIR%%/cables > %%PORTDOCS%%%%DOCSDIR%%/ChangeLog >@@ -113,3 +117,4 @@ > @dirrmtry libexec/nut > @dirrmtry %%STATEDIR%% > %%CGIDIRRM%% >+%%WWWDIRRM%%
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 111928
: 77781