summaryrefslogtreecommitdiff
path: root/security/rsaref
diff options
context:
space:
mode:
authorfredb <fredb@pkgsrc.org>2004-02-04 19:02:43 +0000
committerfredb <fredb@pkgsrc.org>2004-02-04 19:02:43 +0000
commitea06e1992a07becf0e483ba46763bff945431915 (patch)
tree8c88dfc1811ea5eef30aa69a982c24aef187bded /security/rsaref
parentd12757988198b2ea0fbd74c5084e1990f097e2e9 (diff)
downloadpkgsrc-ea06e1992a07becf0e483ba46763bff945431915.tar.gz
Remove extra, asymetric context from last hunk; it was confusing GNU patch.
Problem pointed out by Georg Schwarz on tech-pkg.
Diffstat (limited to 'security/rsaref')
-rw-r--r--security/rsaref/patches/patch-ag12
1 files changed, 5 insertions, 7 deletions
diff --git a/security/rsaref/patches/patch-ag b/security/rsaref/patches/patch-ag
index 3b3b0e141a5..7e80c917fa0 100644
--- a/security/rsaref/patches/patch-ag
+++ b/security/rsaref/patches/patch-ag
@@ -1,6 +1,7 @@
-$NetBSD: patch-ag,v 1.6 2000/02/05 05:03:04 wiz Exp $
---- unix/makefile.orig Fri Mar 25 14:01:31 1994
-+++ unix/makefile Sun May 23 17:02:59 1999
+$NetBSD: patch-ag,v 1.7 2004/02/04 19:02:43 fredb Exp $
+
+--- unix/makefile.orig 1994-03-25 13:01:31.000000000 -0600
++++ unix/makefile
@@ -4,8 +4,7 @@
O = o
@@ -33,10 +34,7 @@ $NetBSD: patch-ag,v 1.6 2000/02/05 05:03:04 wiz Exp $
# The location of the demo source directory.
RDEMODIR = ../rdemo/
-@@ -38,11 +37,10 @@
- dhdemo : dhdemo.$(O) $(RSAREFLIB)
- cc -o $@ dhdemo.$(O) $(RSAREFLIB)
-
+@@ -41,8 +40,7 @@
$(RSAREFLIB) : desc.$(O) digit.$(O) md2c.$(O) md5c.$(O) nn.$(O) prime.$(O)\
rsa.$(O) r_encode.$(O) r_dh.$(O) r_enhanc.$(O) r_keygen.$(O) r_random.$(O)\
r_stdlib.$(O)