mirror of
https://git.freebsd.org/ports.git
synced 2025-05-12 23:31:50 -04:00
suppressing dreaded C++11 narrowing warnings/errors - Convert to USES+=localbase and optimize away LIBS+= - Remove excessive vertical whitespace from one patch - Chase HTTP redirection in the WWW line of pkg-descr
33 lines
900 B
Text
33 lines
900 B
Text
--- librawstudio/rs-exif.cc.orig
|
|
+++ librawstudio/rs-exif.cc
|
|
@@ -21,6 +21,8 @@
|
|
#include <iomanip>
|
|
#include <exiv2/image.hpp>
|
|
#include <exiv2/exif.hpp>
|
|
+#include <exiv2/error.hpp>
|
|
+#include <exiv2/version.hpp>
|
|
#include "rs-exif.h"
|
|
#include <assert.h>
|
|
#include "rs-library.h"
|
|
--- plugins/load-gdk/exiv2-colorspace.cpp.orig
|
|
+++ plugins/load-gdk/exiv2-colorspace.cpp
|
|
@@ -22,6 +22,8 @@
|
|
#include <iomanip>
|
|
#include <exiv2/image.hpp>
|
|
#include <exiv2/exif.hpp>
|
|
+#include <exiv2/version.hpp>
|
|
+#include <exiv2/error.hpp>
|
|
#include <assert.h>
|
|
#include "exiv2-colorspace.h"
|
|
#include <math.h>
|
|
--- plugins/meta-exiv2/exiv2-metadata.cpp.orig
|
|
+++ plugins/meta-exiv2/exiv2-metadata.cpp
|
|
@@ -22,6 +22,8 @@
|
|
#include <iomanip>
|
|
#include <exiv2/image.hpp>
|
|
#include <exiv2/exif.hpp>
|
|
+#include <exiv2/version.hpp>
|
|
+#include <exiv2/error.hpp>
|
|
#include <assert.h>
|
|
#include "exiv2-metadata.h"
|
|
#include <math.h>
|