aboutsummaryrefslogtreecommitdiff
path: root/graphics/zphoto/files
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2004-05-10 21:39:56 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2004-05-10 21:39:56 +0000
commit16f8154ebc76a78ccc2517af9092f18903a922ac (patch)
treefdd46511545787747a56d57f9322dd5ee1c2d13b /graphics/zphoto/files
parentedf87a119c4bb6bc9c6cd5bd42fc14c33ee05a14 (diff)
downloadports-16f8154ebc76a78ccc2517af9092f18903a922ac.tar.gz
ports-16f8154ebc76a78ccc2517af9092f18903a922ac.zip
Notes
Diffstat (limited to 'graphics/zphoto/files')
-rw-r--r--graphics/zphoto/files/patch-configure6
-rw-r--r--graphics/zphoto/files/patch-zphoto.c12
2 files changed, 3 insertions, 15 deletions
diff --git a/graphics/zphoto/files/patch-configure b/graphics/zphoto/files/patch-configure
index 77d98e263a07..81857a226640 100644
--- a/graphics/zphoto/files/patch-configure
+++ b/graphics/zphoto/files/patch-configure
@@ -1,6 +1,6 @@
---- configure.orig Thu Feb 26 19:09:36 2004
-+++ configure Tue Mar 2 10:21:20 2004
-@@ -3725,7 +3725,7 @@
+--- configure.orig Wed May 5 16:27:51 2004
++++ configure Wed May 5 16:44:18 2004
+@@ -4131,7 +4131,7 @@
SWFMovie_save(movie, "foo"); /* 0.2a API */
}
EOF
diff --git a/graphics/zphoto/files/patch-zphoto.c b/graphics/zphoto/files/patch-zphoto.c
deleted file mode 100644
index 6bf251887617..000000000000
--- a/graphics/zphoto/files/patch-zphoto.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- zphoto.c.orig Sat Apr 10 18:12:30 2004
-+++ zphoto.c Mon Apr 12 09:48:26 2004
-@@ -1308,8 +1308,8 @@
- fp = zphoto_efopen(file_name, "r");
-
- while (fgets(buf, BUFSIZ, fp)) {
-- buf[strcspn(buf, "\r\n")] = '\0'; /* chomp */
- char *sep, *file_name, *caption;
-+ buf[strcspn(buf, "\r\n")] = '\0'; /* chomp */
- if (buf[0] == '#')
- continue;
- if ((sep = strchr(buf, '\t'))) {