FreeBSD Bugzilla – Attachment 23289 Details for
Bug 40088
Update: www/webcheck (patches deleted)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.57 KB, created by
Cyrille Lefevre
on 2002-07-01 20:10:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Cyrille Lefevre
Created:
2002-07-01 20:10:02 UTC
Size:
1.57 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/www/webcheck/Makefile,v >retrieving revision 1.17 >diff -u -r1.17 Makefile >--- Makefile 30 May 2002 07:33:51 -0000 1.17 >+++ Makefile 1 Jul 2002 18:53:46 -0000 >@@ -15,25 +15,27 @@ > > USE_PYTHON= YES > USE_BZIP2= YES >+.if defined(NOPORTDOCS) >+NO_BUILD= YES >+.endif >+ >+do-build: >+ ${AWK} '/^Running Webcheck/ { output=1 } output' \ >+ < ${WRKSRC}/INSTALL > ${WRKSRC}/USAGE > > do-install: > @${MKDIR} ${DATADIR} >- ${CP} ${WRKSRC}/*.py ${DATADIR} >- ${CP} ${WRKSRC}/*.css ${DATADIR} >+ ${INSTALL_DATA} ${WRKSRC}/*.py ${DATADIR} >+ ${INSTALL_DATA} ${WRKSRC}/*.css ${DATADIR} > .for d in plugins schemes > @${MKDIR} ${DATADIR}/${d} >- ${CP} ${WRKSRC}/${d}/*.py ${DATADIR}/${d} >+ ${INSTALL_DATA} ${WRKSRC}/${d}/*.py ${DATADIR}/${d} > .endfor >+ ${INSTALL_SCRIPT} ${WRKSRC}/webcheck.py ${DATADIR} > ${LN} -sf ${DATADIR}/webcheck.py ${PREFIX}/bin/webcheck >-.ifndef NOPORTDOCS >+.if !defined(NOPORTDOCS) > @${MKDIR} ${DOCSDIR} > ${INSTALL_DATA} ${WRKSRC}/USAGE ${DOCSDIR} >- >-do-build: >- ${AWK} '/^Running Webcheck/ { output=1 } output' \ >- < ${WRKSRC}/INSTALL > ${WRKSRC}/USAGE >-.else >-NO_BUILD= yes > .endif > > .include <bsd.port.mk> >Index: pkg-plist >=================================================================== >RCS file: /home/ncvs/ports/www/webcheck/pkg-plist,v >retrieving revision 1.7 >diff -u -r1.7 pkg-plist >--- pkg-plist 15 May 2002 15:33:01 -0000 1.7 >+++ pkg-plist 1 Jul 2002 18:51:40 -0000 >@@ -1,3 +1,4 @@ >+@comment $FreeBSD$ > share/webcheck/config.py > share/webcheck/debugio.py > share/webcheck/htmlparse.py
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 40088
: 23289