diff options
author | vanilla <vanilla@FreeBSD.org> | 2003-02-06 05:57:03 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2003-02-06 05:57:03 +0000 |
commit | e1eb92cd310b52caf23b3882de59daddafd661b2 (patch) | |
tree | 2ce8921dcfdd46b30311bff3bfb42da54775b6e4 /graphics/zphoto/files | |
parent | b5f16073ac86bb10b5e1750ec55b9f78fd80fb27 (diff) | |
download | FreeBSD-ports-e1eb92cd310b52caf23b3882de59daddafd661b2.zip FreeBSD-ports-e1eb92cd310b52caf23b3882de59daddafd661b2.tar.gz |
Upgrade to 0.5.
PR: ports/47864
Submitted by: maintainer
Diffstat (limited to 'graphics/zphoto/files')
-rw-r--r-- | graphics/zphoto/files/patch-templates::all::Makefile.in | 11 | ||||
-rw-r--r-- | graphics/zphoto/files/patch-util.c | 11 | ||||
-rw-r--r-- | graphics/zphoto/files/patch-zphoto.c | 19 |
3 files changed, 0 insertions, 41 deletions
diff --git a/graphics/zphoto/files/patch-templates::all::Makefile.in b/graphics/zphoto/files/patch-templates::all::Makefile.in deleted file mode 100644 index 257c4ec..0000000 --- a/graphics/zphoto/files/patch-templates::all::Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- templates/all/Makefile.in.orig Tue Jan 28 22:56:04 2003 -+++ templates/all/Makefile.in Fri Jan 31 01:51:27 2003 -@@ -70,7 +70,7 @@ - ZPHOTO_URL = @ZPHOTO_URL@ - - templatesdir = $(pkgdatadir)/templates/all --templates_DATA = zphoto.css -+templates_DATA = zphoto.css .photo.html - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_HEADER = ../../config.h - CONFIG_CLEAN_FILES = diff --git a/graphics/zphoto/files/patch-util.c b/graphics/zphoto/files/patch-util.c deleted file mode 100644 index b217d23..0000000 --- a/graphics/zphoto/files/patch-util.c +++ /dev/null @@ -1,11 +0,0 @@ ---- util.c.orig Tue Jan 28 19:18:20 2003 -+++ util.c Wed Jan 29 00:55:26 2003 -@@ -57,7 +57,7 @@ - exit(2); - } - --extern int vasprintf (char **ptr, const char *fmt, ...); -+/* extern int vasprintf (char **ptr, const char *fmt, ...); */ - - char * - zphoto_asprintf (const char *fmt, ...) diff --git a/graphics/zphoto/files/patch-zphoto.c b/graphics/zphoto/files/patch-zphoto.c deleted file mode 100644 index b7e6fe1..0000000 --- a/graphics/zphoto/files/patch-zphoto.c +++ /dev/null @@ -1,19 +0,0 @@ ---- zphoto.c.orig Tue Jan 28 19:18:20 2003 -+++ zphoto.c Fri Jan 31 01:34:57 2003 -@@ -248,7 +248,7 @@ - int width, height; - char *photo_width, *photo_height; - -- photo_file_name = basename(options->input_photos[id]); -+ photo_file_name = zphoto_strdup(basename(options->input_photos[id])); - if (id > 0) - prev_file_name = - zphoto_modify_suffix(basename(options->input_photos[id - 1]), -@@ -283,6 +283,7 @@ - zphoto_create_date_string(date_string, BUFSIZ, - zphoto_get_mtime(options->input_photos[id])); - zphoto_template_add_subst(template, "photo_date", date_string); -+ free(photo_file_name); - free(prev_file_name); - free(next_file_name); - free(photo_width); |