FreeBSD Bugzilla – Attachment 7143 Details for
Bug 15700
Fix for lang/python to install python-mode.el
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 991 bytes, created by
Dima Sivachenko
on 1999-12-26 11:40:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Dima Sivachenko
Created:
1999-12-26 11:40:02 UTC
Size:
991 bytes
patch
obsolete
>diff -Nur python.old/Makefile python/Makefile >--- python.old/Makefile Sun Dec 26 14:31:04 1999 >+++ python/Makefile Sun Dec 26 14:32:58 1999 >@@ -104,6 +104,8 @@ > post-install: > strip ${PREFIX}/bin/python > @${MKDIR} ${PREFIX}/share/doc/python >+ @${MKDIR} ${PREFIX}/share/python >+ ${INSTALL_DATA} ${WRKSRC}/Misc/python-mode.el ${PREFIX}/share/emacs/site-lisp > ${INSTALL_DATA} ${WRKSRC}/Misc/COPYRIGHT ${PREFIX}/share/doc/python > @${MKDIR} ${PREFIX}/lib/python1.5/site-packages > .if defined(WITH_TOOLS) && ${WITH_TOOLS} == yes >diff -Nur python.old/pkg/PLIST python/pkg/PLIST >--- python.old/pkg/PLIST Sun Dec 26 14:31:04 1999 >+++ python/pkg/PLIST Sun Dec 26 14:33:51 1999 >@@ -1,6 +1,7 @@ > bin/python1.5 > bin/python > share/doc/python/COPYRIGHT >+share/python/python-mode.el > include/python1.5/Python.h > include/python1.5/abstract.h > include/python1.5/bitset.h >@@ -995,3 +996,4 @@ > @dirrm lib/python1.5 > @exec mkdir -p %D/lib/python1.5/site-packages > @dirrm share/doc/python >+@dirrm share/python
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 15700
: 7143