summaryrefslogtreecommitdiff
path: root/security/pgp6/files/patch-ai
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-05-29 06:17:54 +0000
committerWill Andrews <will@FreeBSD.org>2000-05-29 06:17:54 +0000
commit46bf503a0a2a3bc7dd3d70ee2f5c9f795333fbb2 (patch)
tree7e18f02d8c0b9e2769c06e44139472ea14b22466 /security/pgp6/files/patch-ai
parentAdd xtrojka, a skill game similar to T*tris. (diff)
Update to PGP (International version) 6.5.1i. This is actually a new
port, repo-copied from security/pgp5 by asami. I added a bunch of the intl mirrors to make this port super-available. PR: 16377 Submitted by: Mike Sherwood <mike@fate.com>
Notes
Notes: svn path=/head/; revision=28909
Diffstat (limited to 'security/pgp6/files/patch-ai')
-rw-r--r--security/pgp6/files/patch-ai25
1 files changed, 25 insertions, 0 deletions
diff --git a/security/pgp6/files/patch-ai b/security/pgp6/files/patch-ai
new file mode 100644
index 000000000000..6e06b0d6a4c0
--- /dev/null
+++ b/security/pgp6/files/patch-ai
@@ -0,0 +1,25 @@
+*** libs/pgpcdk/priv/crypto/bignum/bni80386_aout.s 2000/01/26 03:23:29 1.1
+--- libs/pgpcdk/priv/crypto/bignum/bni80386_aout.s 2000/01/26 03:23:59 1.2
+***************
+*** 16,24 ****
+
+ # Different assemblers have different conventions here
+ # These conventions are for a.out format assembler
+! align4=2 # could be 2 or 4
+! align8=3 # could be 3 or 8
+! align16=4 # cound be 4 or 16
+
+
+ .text
+--- 16,26 ----
+
+ # Different assemblers have different conventions here
+ # These conventions are for a.out format assembler
+!
+! # Changed from 2,3,4 to 4,8,16 for FreeBSD
+! align4=4 # could be 2 or 4
+! align8=8 # could be 3 or 8
+! align16=16 # cound be 4 or 16
+
+
+ .text