OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

50 lines
2.0 KiB

  1. # --- T2-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # T2 SDE: package/.../emacs/no-shared.patch
  5. # Copyright (C) 2004 - 2006 The T2 SDE Project
  6. # Copyright (C) 1998 - 2003 Clifford Wolf
  7. #
  8. # More information can be found in the files COPYING and README.
  9. #
  10. # This patch file is dual-licensed. It is available under the license the
  11. # patched project is licensed under, as long as it is an OpenSource license
  12. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  13. # of the GNU General Public License as published by the Free Software
  14. # Foundation; either version 2 of the License, or (at your option) any later
  15. # version.
  16. # --- T2-COPYRIGHT-NOTE-END ---
  17. diff -urN emacs-21.3/etc/Makefile emacs-21.3-fixed/etc/Makefile
  18. --- emacs-21.3/etc/Makefile 1995-04-26 22:59:05.000000000 +0200
  19. +++ emacs-21.3-fixed/etc/Makefile 2003-03-29 02:05:11.000000000 +0100
  20. @@ -12,7 +12,7 @@
  21. clean distclean maintainer-clean:
  22. -rm -f DOC* core
  23. -SOURCES = [0-9A-QS-Z]* README *.[ch16] emacs.* etags.* ledit.l ms-* \
  24. +SOURCES = [0-9A-QS-Z]* README *.[ch16] emacs.* ledit.l ms-* \
  25. news.texi rc2log refcard.tex spook-lines termcap.* ulimit.hack \
  26. vcdiff vipcard.tex xmouse.doc
  27. diff -urN emacs-21.3/lib-src/Makefile.in emacs-21.3-fixed/lib-src/Makefile.in
  28. --- emacs-21.3/lib-src/Makefile.in 2002-05-31 18:45:17.000000000 +0200
  29. +++ emacs-21.3-fixed/lib-src/Makefile.in 2003-03-29 02:03:28.000000000 +0100
  30. @@ -294,15 +294,8 @@
  31. install: ${archlibdir}
  32. @echo
  33. - @echo "Installing utilities for users to run."
  34. - for file in ${INSTALLABLES} ; do \
  35. - $(INSTALL_PROGRAM) $(INSTALL_STRIP) $${file} ${bindir}/$${file} ; \
  36. - chmod a+rx ${bindir}/$${file}; \
  37. - done
  38. - for file in ${INSTALLABLE_SCRIPTS} ; do \
  39. - $(INSTALL_PROGRAM) ${srcdir}/$${file} ${bindir}/$${file} ; \
  40. - chmod a+rx ${bindir}/$${file}; \
  41. - done
  42. + @echo "Installing no utilities for users."
  43. + @echo "They are shared with emacs and in a seperate ROCK package."
  44. uninstall:
  45. (cd ${bindir}; \