FreeBSD Bugzilla – Attachment 68756 Details for
Bug 100980
Update port: textproc/py-docutils (install rst.el)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.59 KB, created by
Denis Shaposhnikov
on 2006-07-28 14:20:08 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Denis Shaposhnikov
Created:
2006-07-28 14:20:08 UTC
Size:
1.59 KB
patch
obsolete
>diff -Nru --exclude=.svn py-docutils.orig/Makefile py-docutils/Makefile >--- py-docutils.orig/Makefile Sun Feb 12 06:21:11 2006 >+++ py-docutils/Makefile Fri Jul 28 17:08:40 2006 >@@ -19,6 +19,16 @@ > USE_PYTHON= yes > USE_PYDISTUTILS= yes > >+.if defined(EMACS_PORT_NAME) >+USE_EMACS= yes >+EMACS_NO_BUILD_DEPENDS= yes >+EMACS_NO_RUN_DEPENDS= yes >+PLIST_SUB+= HAS_EMACS="" >+ELISPDIR= ${PREFIX}/${EMACS_SITE_LISPDIR} >+.else >+PLIST_SUB+= HAS_EMACS="@comment " >+.endif >+ > BINS= bin/rst2xml.py bin/rst2s5.py bin/rst2pseudoxml.py \ > bin/rst2newlatex.py bin/rst2latex.py bin/rst2html.py > >@@ -26,5 +36,10 @@ > .for i in ${BINS} > ${MV} -f ${PREFIX}/${i} ${PREFIX}/${i:S/.py//g} > .endfor >+ >+.if defined(EMACS_PORT_NAME) >+ ${MKDIR} ${ELISPDIR} >+ ${INSTALL_DATA} ${WRKSRC}/tools/editors/emacs/rst.el ${ELISPDIR} >+.endif > > .include <bsd.port.mk> >diff -Nru --exclude=.svn py-docutils.orig/pkg-plist py-docutils/pkg-plist >--- py-docutils.orig/pkg-plist Sun Feb 12 06:21:11 2006 >+++ py-docutils/pkg-plist Fri Jul 28 16:58:58 2006 >@@ -334,6 +334,7 @@ > %%PYTHON_SITELIBDIR%%/docutils/__init__.pyo > %%PYTHON_SITELIBDIR%%/docutils/__init__.pyc > %%PYTHON_SITELIBDIR%%/docutils/__init__.py >+%%HAS_EMACS%%%%EMACS_SITE_LISPDIR%%/rst.el > @dirrm %%PYTHON_SITELIBDIR%%/docutils/writers/s5_html/themes/big-black > @dirrm %%PYTHON_SITELIBDIR%%/docutils/writers/s5_html/themes/big-white > @dirrm %%PYTHON_SITELIBDIR%%/docutils/writers/s5_html/themes/default >@@ -358,3 +359,4 @@ > @dirrm %%PYTHON_SITELIBDIR%%/docutils/parsers > @dirrm %%PYTHON_SITELIBDIR%%/docutils/languages > @dirrm %%PYTHON_SITELIBDIR%%/docutils >+%%HAS_EMACS%%@dirrmtry %%EMACS_SITE_LISPDIR%%
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 100980
: 68756