[124372] trunk/dports/net/heimdal

cal at macports.org cal at macports.org
Sat Aug 23 02:55:00 PDT 2014


Revision: 124372
          https://trac.macports.org/changeset/124372
Author:   cal at macports.org
Date:     2014-08-23 02:55:00 -0700 (Sat, 23 Aug 2014)
Log Message:
-----------
heimdal: Apply debian patch to fix compatibility with texinfo 5, closes #44738, openmaintainer

Modified Paths:
--------------
    trunk/dports/net/heimdal/Portfile

Added Paths:
-----------
    trunk/dports/net/heimdal/files/
    trunk/dports/net/heimdal/files/heimdal-texi.diff

Modified: trunk/dports/net/heimdal/Portfile
===================================================================
--- trunk/dports/net/heimdal/Portfile	2014-08-23 09:12:30 UTC (rev 124371)
+++ trunk/dports/net/heimdal/Portfile	2014-08-23 09:55:00 UTC (rev 124372)
@@ -29,6 +29,11 @@
 depends_lib         port:readline \
                     port:gettext
 
+# See https://trac.macports.org/ticket/44738, drop when integrated upstream
+# Patch from https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=711221
+patch.pre_args      -p1
+patchfiles          heimdal-texi.diff
+
 # Use a separate prefix to avoid conflicts with the port kerberos5
 # (and openssl, if that variant is selected)
 configure.pre_args  --prefix=${prefix}/libexec/heimdal

Added: trunk/dports/net/heimdal/files/heimdal-texi.diff
===================================================================
--- trunk/dports/net/heimdal/files/heimdal-texi.diff	                        (rev 0)
+++ trunk/dports/net/heimdal/files/heimdal-texi.diff	2014-08-23 09:55:00 UTC (rev 124372)
@@ -0,0 +1,54 @@
+diff -urN heimdal-1.6~git20120403+dfsg1.old/doc/hx509.texi heimdal-1.6~git20120403+dfsg1/doc/hx509.texi
+--- heimdal-1.6~git20120403+dfsg1.old/doc/hx509.texi	2012-05-03 15:39:09.000000000 +0000
++++ heimdal-1.6~git20120403+dfsg1/doc/hx509.texi	2013-06-12 19:23:31.342744883 +0000
+@@ -34,9 +34,20 @@
+ @subtitle 2008
+ @author Love Hörnquist Åstrand
+ 
++ at iftex
+ @def at copynext{@vskip 20pt plus 1fil}
+ @def at copyrightstart{}
+ @def at copyrightend{}
++ at end iftex
++ at ifinfo
++ at macro copynext
++ at end macro
++ at macro copyrightstart
++ at end macro
++ at macro copyrightend
++ at end macro
++ at end ifinfo
++
+ @page
+ @copyrightstart
+ Copyright (c) 1994-2008 Kungliga Tekniska Högskolan
+@@ -183,6 +194,13 @@
+ * CMS signing and encryption::
+ * Certificate matching::
+ * Software PKCS 11 module::
++* Creating a CA certificate::
++* Issuing certificates::
++* Issuing CRLs::
++* Application requirements::
++* CMS background::
++* Matching syntax::
++* How to use the PKCS11 module::
+ 
+ @detailmenu
+  --- The Detailed Node Listing ---
+diff -urN heimdal-1.6~git20120403+dfsg1.old/doc/whatis.texi heimdal-1.6~git20120403+dfsg1/doc/whatis.texi
+--- heimdal-1.6~git20120403+dfsg1.old/doc/whatis.texi	2012-05-03 15:39:10.000000000 +0000
++++ heimdal-1.6~git20120403+dfsg1/doc/whatis.texi	2013-06-12 19:12:32.130262662 +0000
+@@ -35,10 +35,10 @@
+ @end macro
+ @end ifinfo
+ 
+- at tex
++ at iftex
+ @def at xsub#1{$_{#1}$}
+ @global at let@sub=@xsub
+- at end tex
++ at end iftex
+ 
+ @ifhtml
+ @macro sub{arg}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140823/a477a58b/attachment.html>


More information about the macports-changes mailing list