aboutsummaryrefslogtreecommitdiff
path: root/security/xca/files
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2012-05-08 19:02:48 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2012-05-08 19:02:48 +0000
commita8245abc6e1c51611e39d7c9e9eac6073442fd80 (patch)
tree2a61dbc76e50b99363fb5bab7155d92f2652500c /security/xca/files
parent449cee8a6fce4901dd2e36f17d5c80af793cdf6c (diff)
downloadports-a8245abc6e1c51611e39d7c9e9eac6073442fd80.tar.gz
ports-a8245abc6e1c51611e39d7c9e9eac6073442fd80.zip
Notes
Diffstat (limited to 'security/xca/files')
-rw-r--r--security/xca/files/patch-compiler-errors11
-rw-r--r--security/xca/files/patch-doc-Makefile2
2 files changed, 1 insertions, 12 deletions
diff --git a/security/xca/files/patch-compiler-errors b/security/xca/files/patch-compiler-errors
deleted file mode 100644
index 952ae8fe648e..000000000000
--- a/security/xca/files/patch-compiler-errors
+++ /dev/null
@@ -1,11 +0,0 @@
---- lib/db.cpp.orig 2009-12-10 18:44:03.000000000 +0100
-+++ lib/db.cpp 2010-01-05 11:00:43.000000000 +0100
-@@ -153,7 +153,7 @@
- return -1;
- }
- if (!verify_magic()){
-- printf("Garbage found at %lu\n", head_offset);
-+ printf("Garbage found at %lu\n", (long unsigned int) head_offset);
- head_offset+=4;
- return next(flag);
- }
diff --git a/security/xca/files/patch-doc-Makefile b/security/xca/files/patch-doc-Makefile
index 7af154a8281b..b44c1755a25a 100644
--- a/security/xca/files/patch-doc-Makefile
+++ b/security/xca/files/patch-doc-Makefile
@@ -16,7 +16,7 @@
- test ! -f xca-doc.tgz || tar zxf xca-doc.tgz
- @$(PRINT) " DOC [$(BASENAME)] $@"
- $(LINUXDOC) -B html $< >/dev/null
-+ echo 'The documentation for XCA can be viewed online at: <a href="http://xca.sourceforge.net/">http://xca.sourceforge.net/</a>.' > $@
++ echo 'The documentation for XCA can be viewed online at: <a href="http://xca.sourceforge.net/">http://xca.sourceforge.net/</a>.' >> $@
install: xca.1.gz xca.html
install -m 755 -d $(destdir)$(docdir) \