FreeBSD Bugzilla – Attachment 16197 Details for
Bug 29797
Fix port databases/gadfly
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.08 KB, created by
pat
on 2001-08-17 13:20:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
pat
Created:
2001-08-17 13:20:01 UTC
Size:
2.08 KB
patch
obsolete
>diff -ruN /usr/ports/databases/gadfly/Makefile gadfly/Makefile >--- /usr/ports/databases/gadfly/Makefile Tue Jan 16 12:30:10 2001 >+++ gadfly/Makefile Fri Aug 17 07:05:20 2001 >@@ -15,11 +15,9 @@ > > USE_PYTHON= yes > NO_WRKSUBDIR= yes >+NO_BUILD= yes > > GADFLYDIR= ${PYTHON_SITELIBDIR}/gadfly >-GADFLYDOCDIR= ${PREFIX}/share/doc/gadfly >- >-do-build: > > do-install: > ${MKDIR} ${GADFLYDIR} >@@ -29,11 +27,11 @@ > (cd ${GADFLYDIR}; ${PYTHON_CMD} gfinstall.py) > @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${GADFLYDIR} > @${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py ${GADFLYDIR} >- ${MKDIR} ${GADFLYDOCDIR} >- ${INSTALL_DATA} ${WRKSRC}/COPYRIGHT ${GADFLYDOCDIR} > .if !defined(${NOPORTDOCS}) >- ${INSTALL_DATA} ${WRKSRC}/*.html ${GADFLYDOCDIR} >- ${INSTALL_DATA} ${WRKSRC}/gadfly.JPG ${GADFLYDOCDIR} >+ @${MKDIR} ${DOCSDIR} >+ @${INSTALL_DATA} ${WRKSRC}/COPYRIGHT ${DOCSDIR} >+ @${INSTALL_DATA} ${WRKSRC}/*.html ${DOCSDIR} >+ @${INSTALL_DATA} ${WRKSRC}/gadfly.JPG ${DOCSDIR} > .endif > > .include <bsd.port.mk> >diff -ruN /usr/ports/databases/gadfly/pkg-plist gadfly/pkg-plist >--- /usr/ports/databases/gadfly/pkg-plist Thu Sep 14 08:05:42 2000 >+++ gadfly/pkg-plist Fri Aug 17 07:06:09 2001 >@@ -84,14 +84,14 @@ > lib/%%PYTHON_VERSION%%/site-packages/gadfly/sqlwhere.py > lib/%%PYTHON_VERSION%%/site-packages/gadfly/sqlwhere.pyc > lib/%%PYTHON_VERSION%%/site-packages/gadfly/sqlwhere.pyo >-share/doc/gadfly/COPYRIGHT >-share/doc/gadfly/gadfly.JPG >-share/doc/gadfly/gadfly.html >-share/doc/gadfly/gfSQL.html >-share/doc/gadfly/gffaq.html >-share/doc/gadfly/gfrecover.html >-share/doc/gadfly/index.html >-share/doc/gadfly/kwParsing.html >-share/doc/gadfly/server.html >-@dirrm share/doc/gadfly >+%%PORTDOCS%%share/doc/gadfly/COPYRIGHT >+%%PORTDOCS%%share/doc/gadfly/gadfly.JPG >+%%PORTDOCS%%share/doc/gadfly/gadfly.html >+%%PORTDOCS%%share/doc/gadfly/gfSQL.html >+%%PORTDOCS%%share/doc/gadfly/gffaq.html >+%%PORTDOCS%%share/doc/gadfly/gfrecover.html >+%%PORTDOCS%%share/doc/gadfly/index.html >+%%PORTDOCS%%share/doc/gadfly/kwParsing.html >+%%PORTDOCS%%share/doc/gadfly/server.html >+%%PORTDOCS%%@dirrm share/doc/gadfly > @dirrm lib/%%PYTHON_VERSION%%/site-packages/gadfly
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 29797
: 16197