aboutsummaryrefslogtreecommitdiff
path: root/graphics/flphoto/files
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2017-12-18 11:23:13 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2017-12-18 11:23:13 +0000
commit453135dda3579de1ac19371a33cfcde9d7cdf140 (patch)
tree245796ee159885d1af23213a6f5430ed743130dd /graphics/flphoto/files
parent50c6c3166d9457419b4f2ac388a03b7daefbfafb (diff)
downloadports-453135dda3579de1ac19371a33cfcde9d7cdf140.tar.gz
ports-453135dda3579de1ac19371a33cfcde9d7cdf140.zip
- Fix LICENSE
- Add LICENSE_FILE - Switch to options helpers - Regenerate patches
Notes
Notes: svn path=/head/; revision=456621
Diffstat (limited to 'graphics/flphoto/files')
-rw-r--r--graphics/flphoto/files/patch-Fl_Print_Dialog2.cxx4
-rw-r--r--graphics/flphoto/files/patch-camera.cxx6
-rw-r--r--graphics/flphoto/files/patch-espmsg.c6
-rw-r--r--graphics/flphoto/files/patch-http-md5.cxx6
-rw-r--r--graphics/flphoto/files/patch-image.cxx6
5 files changed, 14 insertions, 14 deletions
diff --git a/graphics/flphoto/files/patch-Fl_Print_Dialog2.cxx b/graphics/flphoto/files/patch-Fl_Print_Dialog2.cxx
index 39d70a733107..e8d45e840bfe 100644
--- a/graphics/flphoto/files/patch-Fl_Print_Dialog2.cxx
+++ b/graphics/flphoto/files/patch-Fl_Print_Dialog2.cxx
@@ -1,5 +1,5 @@
---- ./Fl_Print_Dialog2.cxx.orig 2006-11-26 22:45:08.000000000 +0100
-+++ ./Fl_Print_Dialog2.cxx 2012-12-22 12:41:39.000000000 +0100
+--- Fl_Print_Dialog2.cxx.orig 2006-11-26 21:45:08 UTC
++++ Fl_Print_Dialog2.cxx
@@ -56,6 +56,7 @@
#ifdef HAVE_LIBCUPS
diff --git a/graphics/flphoto/files/patch-camera.cxx b/graphics/flphoto/files/patch-camera.cxx
index 14be5750a069..04221955b4bc 100644
--- a/graphics/flphoto/files/patch-camera.cxx
+++ b/graphics/flphoto/files/patch-camera.cxx
@@ -1,5 +1,5 @@
---- camera.cxx.orig 2008-09-15 21:32:33.000000000 +0800
-+++ camera.cxx 2008-09-15 21:33:49.000000000 +0800
+--- camera.cxx.orig 2006-07-18 01:11:22 UTC
++++ camera.cxx
@@ -42,6 +42,7 @@
# define fl_mkdir(p) mkdir(p)
#else
@@ -18,7 +18,7 @@
static void progress_update(GPContext *context, unsigned id, float current,
void *data);
static void purge_thumbnails(void);
-@@ -909,7 +909,6 @@
+@@ -909,7 +909,6 @@ static unsigned // O - ID number
progress_start(GPContext *context, // I - Current context
float target, // I - Target size
const char *format, // I - Progress text, if any
diff --git a/graphics/flphoto/files/patch-espmsg.c b/graphics/flphoto/files/patch-espmsg.c
index 6c3d8a1af172..4e553e49c1e6 100644
--- a/graphics/flphoto/files/patch-espmsg.c
+++ b/graphics/flphoto/files/patch-espmsg.c
@@ -1,6 +1,6 @@
---- ./espmsg.c.orig 2005-01-23 04:52:44.000000000 +0100
-+++ ./espmsg.c 2012-12-22 12:41:39.000000000 +0100
-@@ -766,7 +766,7 @@
+--- espmsg.c.orig 2005-01-23 03:52:44 UTC
++++ espmsg.c
+@@ -766,7 +766,7 @@ translate_messages(const char *language)
*bufptr++ = '&';
*bufptr = '\0';
diff --git a/graphics/flphoto/files/patch-http-md5.cxx b/graphics/flphoto/files/patch-http-md5.cxx
index c11fc62e6f1b..f615ef88724b 100644
--- a/graphics/flphoto/files/patch-http-md5.cxx
+++ b/graphics/flphoto/files/patch-http-md5.cxx
@@ -1,6 +1,6 @@
---- ./http-md5.cxx.orig 2012-12-22 12:42:25.000000000 +0100
-+++ ./http-md5.cxx 2012-12-22 12:42:28.000000000 +0100
-@@ -120,7 +120,7 @@
+--- http-md5.cxx.orig 2005-01-23 03:52:44 UTC
++++ http-md5.cxx
+@@ -120,7 +120,7 @@ HTTP::md5_string(const MD5Byte *sum, /*
{
int i; /* Looping var */
char *md5ptr; /* Pointer into MD5 string */
diff --git a/graphics/flphoto/files/patch-image.cxx b/graphics/flphoto/files/patch-image.cxx
index ad2b8d472e83..939f7e601ae2 100644
--- a/graphics/flphoto/files/patch-image.cxx
+++ b/graphics/flphoto/files/patch-image.cxx
@@ -1,6 +1,6 @@
---- image.cxx.orig 2006-11-18 14:56:11.000000000 +0100
-+++ image.cxx 2012-05-09 12:28:28.000000000 +0200
-@@ -92,6 +92,7 @@
+--- image.cxx.orig 2006-11-18 13:56:11 UTC
++++ image.cxx
+@@ -92,6 +92,7 @@ extern "C" {
#ifdef HAVE_LIBPNG
# include <png.h>