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.

40 lines
1.6 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../heimdal/heimdal-1.3.3-no-hcrypto-manpages.diff
  5. # Copyright (C) 2012 The OpenSDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This patch file is dual-licensed. It is available under the license the
  10. # patched project is licensed under, as long as it is an OpenSource license
  11. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  12. # of the GNU General Public License as published by the Free Software
  13. # Foundation; either version 2 of the License, or (at your option) any later
  14. # version.
  15. # --- SDE-COPYRIGHT-NOTE-END ---
  16. Do not install hcrypto related manpages
  17. --- heimdal-1.3.3/doc/Makefile.am.orig 2012-07-23 21:07:19.812569337 +0200
  18. +++ heimdal-1.3.3/doc/Makefile.am 2012-07-23 21:09:12.969864233 +0200
  19. @@ -57,7 +57,7 @@
  20. chmod +x vars.texi.tmp
  21. mv vars.texi.tmp vars.texi
  22. -PROJECTS = hcrypto hdb hx509 gssapi krb5 ntlm wind
  23. +PROJECTS = hdb hx509 gssapi krb5 ntlm wind
  24. doxyout doxygen: hdb.dxy hx509.dxy hcrypto.dxy gssapi.dxy krb5.dxy ntlm.dxy wind.dxy
  25. @find $(srcdir)/doxyout -type d ! -perm -200 -exec chmod u+w {} ';' ; \
  26. --- heimdal-1.3.3/doc/Makefile.in.orig 2012-07-23 21:07:23.512938829 +0200
  27. +++ heimdal-1.3.3/doc/Makefile.in 2012-07-23 21:08:39.981947266 +0200
  28. @@ -373,7 +373,7 @@
  29. texi_subst = sed -e 's,[@]dbdir[@],$(localstatedir),g' \
  30. -e 's,[@]PACKAGE_VERSION[@],$(PACKAGE_VERSION),g'
  31. -PROJECTS = hcrypto hdb hx509 gssapi krb5 ntlm wind
  32. +PROJECTS = hdb hx509 gssapi krb5 ntlm wind
  33. heimdal_TEXINFOS = \
  34. ack.texi \
  35. apps.texi \