aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorsergei <sergei@FreeBSD.org>2004-08-07 13:40:51 +0800
committersergei <sergei@FreeBSD.org>2004-08-07 13:40:51 +0800
commitbdc1b7e0e4add155704ed30aab9b9093a1c1df82 (patch)
tree174478af57651254c6221f28246be63b1aa7bdc4 /security
parentd3e630aeff782fa5c90d9b6f8f7f3e3a5cd792ea (diff)
downloadfreebsd-ports-graphics-bdc1b7e0e4add155704ed30aab9b9093a1c1df82.tar.gz
freebsd-ports-graphics-bdc1b7e0e4add155704ed30aab9b9093a1c1df82.tar.zst
freebsd-ports-graphics-bdc1b7e0e4add155704ed30aab9b9093a1c1df82.zip
- Remove 2 patches no longer needed
Forgotten by: sergei Reminded by: marcus
Diffstat (limited to 'security')
-rw-r--r--security/opencdk/files/patch-configure13
-rw-r--r--security/opencdk/files/patch-tests::Makefile.in11
2 files changed, 0 insertions, 24 deletions
diff --git a/security/opencdk/files/patch-configure b/security/opencdk/files/patch-configure
deleted file mode 100644
index 61478b57cdc..00000000000
--- a/security/opencdk/files/patch-configure
+++ /dev/null
@@ -1,13 +0,0 @@
-
-$FreeBSD$
-
---- configure.orig Thu Feb 27 21:22:56 2003
-+++ configure Thu Feb 27 21:23:24 2003
-@@ -7744,6 +7744,7 @@
-
- # This can be used to rebuild libtool when needed
- LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
-+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
-
- # Always use our own libtool.
- LIBTOOL='$(SHELL) $(top_builddir)/libtool'
diff --git a/security/opencdk/files/patch-tests::Makefile.in b/security/opencdk/files/patch-tests::Makefile.in
deleted file mode 100644
index c43a54e4f41..00000000000
--- a/security/opencdk/files/patch-tests::Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- tests/Makefile.in.orig Fri Jan 24 19:06:07 2003
-+++ tests/Makefile.in Fri Jan 24 19:06:36 2003
-@@ -97,6 +97,8 @@
-
- EXTRA_DIST = pub.gpg sec.gpg sec-with-pwd.gpg ts.gpg wkold.gpg
-
-+AM_CPPFLAGS = $(LIBGCRYPT_CFLAGS)
-+
- INCLUDES = -I$(top_srcdir)/src
-
- LDADD = ../src/libopencdk.la $(LIBGCRYPT_LIBS)