Index: head/graphics/geeqie/Makefile =================================================================== --- head/graphics/geeqie/Makefile (revision 461161) +++ head/graphics/geeqie/Makefile (revision 461162) @@ -1,70 +1,69 @@ # Created by: Martin Tournoij # $FreeBSD$ PORTNAME= geeqie -PORTVERSION= 1.3 -PORTREVISION= 2 +PORTVERSION= 1.4 CATEGORIES= graphics MASTER_SITES= http://www.geeqie.org/ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Lightweight image viewer forked from GQview LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpng.so:graphics/png USES= autoreconf gettext gmake jpeg localbase pkgconfig \ desktop-file-utils tar:xz lua:51 USE_GNOME= intltool GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-readmedir="${DOCSDIR}" PORTDOCS= * OPTIONS_DEFINE= EXIV2 LCMS LIRC GPS TIFF DOCS OPTIONS_DEFAULT=EXIV2 LCMS GTK2 OPTIONS_SINGLE= TOOLKIT OPTIONS_SINGLE_TOOLKIT=GTK2 GTK3 EXIV2_DESC= Metadata editing LCMS_DESC= Color adjusting LIRC_DESC= Remote control GPS_DESC= GPS map support via libchamplain (experimental!) TOOLKIT_DESC= Graphical user interface toolkit GTK2_DESC= Use GTK 2 GTK3_DESC= Use GTK 3 EXIV2_LIB_DEPENDS= libexiv2.so:graphics/exiv2 EXIV2_CONFIGURE_ENABLE= exiv2 LCMS_LIB_DEPENDS= liblcms2.so:graphics/lcms2 LCMS_CONFIGURE_ENABLE= lcms LIRC_LIB_DEPENDS= liblirc_client.so:comms/lirc LIRC_CONFIGURE_ENABLE= lirc LIRC_CONFIGURE_ON= --with-lirc-prefix="${LOCALBASE}" GPS_LIB_DEPENDS= libchamplain-0.12.so:graphics/libchamplain \ libclutter-gtk-1.0.so:graphics/clutter-gtk3 GPS_CONFIGURE_ENABLE= map gpu-accell TIFF_LIB_DEPENDS= libtiff.so:graphics/tiff TIFF_CONFIGURE_ENABLE= tiff GTK2_USE= GNOME=gtk20 GTK3_USE= GNOME=gtk30 GTK3_CONFIGURE_ENABLE= gtk3 GTK3_PREVENTS= GPS GTK3_PREVENTS_MSG= GPS option does not support GTK3 yet post-patch: @${REINPLACE_CMD} -e 's| -r %F||' ${WRKSRC}/geeqie.desktop.in @${REINPLACE_CMD} -e '/readme_DATA/ s|COPYING||' ${WRKSRC}/Makefile.am @${REINPLACE_CMD} -e 's|lua5.1|lua-5.1|' ${WRKSRC}/configure.in # I cannot get gnome-doc-tool working properly: Outputs gibberish @${REINPLACE_CMD} -Ee '/^(SUBDIRS|DIST_SUBDIRS)/ s|doc||' \ ${WRKSRC}/Makefile.am .include Index: head/graphics/geeqie/distinfo =================================================================== --- head/graphics/geeqie/distinfo (revision 461161) +++ head/graphics/geeqie/distinfo (revision 461162) @@ -1,3 +1,3 @@ -TIMESTAMP = 1464486383 -SHA256 (geeqie-1.3.tar.xz) = 4b6f566dd1a8badac68c4353c7dd0f4de17f8627b85a7a70d5eb1ae3b540ec3f -SIZE (geeqie-1.3.tar.xz) = 1141820 +TIMESTAMP = 1515356766 +SHA256 (geeqie-1.4.tar.xz) = 5c583a165573ec37874c278f9dc57e73df356b30e09a9ccac3179dd5d97e3e32 +SIZE (geeqie-1.4.tar.xz) = 35881152 Index: head/graphics/geeqie/files/patch-src_view__file_icon.c =================================================================== --- head/graphics/geeqie/files/patch-src_view__file_icon.c (revision 461161) +++ head/graphics/geeqie/files/patch-src_view__file_icon.c (nonexistent) @@ -1,18 +0,0 @@ ---- ./src/view_file_icon.c.orig 2016-05-28 21:43:05 UTC -+++ ./src/view_file_icon.c -@@ -379,6 +379,7 @@ static void vficon_mark_toggled_cb(GtkCe - - static void tip_show(ViewFile *vf) - { -+ return; // or crash - GtkWidget *label; - gint x, y; - -@@ -460,6 +461,7 @@ static void tip_unschedule(ViewFile *vf) - - static void tip_update(ViewFile *vf, IconData *id) - { -+ return; // or crash - if (VFICON(vf)->tip_window) - { - gint x, y; Property changes on: head/graphics/geeqie/files/patch-src_view__file_icon.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/graphics/geeqie/files/patch-Makefile.am =================================================================== --- head/graphics/geeqie/files/patch-Makefile.am (nonexistent) +++ head/graphics/geeqie/files/patch-Makefile.am (revision 461162) @@ -0,0 +1,14 @@ +--- Makefile.am.orig 2017-12-31 12:31:21 UTC ++++ Makefile.am +@@ -10,9 +10,9 @@ man_MANS = geeqie.1 + readmedir = @readmedir@ + + if HAVE_MARKDOWN +-readme_DATA = README.md COPYING ChangeLog TODO README.lirc AUTHORS README.html ChangeLog.html ++readme_DATA = README.md TODO README.lirc AUTHORS + else +-readme_DATA = README.md COPYING ChangeLog TODO README.lirc AUTHORS ChangeLog.html ++readme_DATA = README.md TODO README.lirc AUTHORS + endif + + desktopdir = $(datadir)/applications Property changes on: head/graphics/geeqie/files/patch-Makefile.am ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/graphics/geeqie/files/patch-src_layout__util.c =================================================================== --- head/graphics/geeqie/files/patch-src_layout__util.c (nonexistent) +++ head/graphics/geeqie/files/patch-src_layout__util.c (revision 461162) @@ -0,0 +1,10 @@ +--- src/layout_util.c.orig 2017-12-31 12:31:21 UTC ++++ src/layout_util.c +@@ -59,6 +59,7 @@ + #include "desktop_file.h" + + #include /* for keyboard values */ ++#include /* for WEXITSTATUS */ + #include "keymap_template.c" + + #define MENU_EDIT_ACTION_OFFSET 16 Property changes on: head/graphics/geeqie/files/patch-src_layout__util.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/graphics/geeqie/pkg-plist =================================================================== --- head/graphics/geeqie/pkg-plist (revision 461161) +++ head/graphics/geeqie/pkg-plist (revision 461162) @@ -1,53 +1,54 @@ bin/geeqie lib/geeqie/geeqie-import lib/geeqie/geeqie-rotate lib/geeqie/geeqie-symlink lib/geeqie/geeqie-ufraw +lib/geeqie/geocode-parameters.awk man/man1/geeqie.1.gz share/applications/geeqie.desktop %%DATADIR%%/applications/geeqie-import-geeqie.desktop %%DATADIR%%/applications/geeqie-import-gqview.desktop %%DATADIR%%/applications/geeqie-ufraw-id.desktop %%DATADIR%%/applications/geeqie-ufraw-recursive.desktop %%DATADIR%%/applications/geeqie-ufraw.desktop %%DATADIR%%/applications/rotate.desktop %%DATADIR%%/applications/symlink.desktop %%DATADIR%%/template.desktop share/locale/ar/LC_MESSAGES/geeqie.mo share/locale/be/LC_MESSAGES/geeqie.mo share/locale/bg/LC_MESSAGES/geeqie.mo share/locale/ca/LC_MESSAGES/geeqie.mo share/locale/cs/LC_MESSAGES/geeqie.mo share/locale/da/LC_MESSAGES/geeqie.mo share/locale/de/LC_MESSAGES/geeqie.mo share/locale/el/LC_MESSAGES/geeqie.mo share/locale/eo/LC_MESSAGES/geeqie.mo share/locale/es/LC_MESSAGES/geeqie.mo share/locale/et/LC_MESSAGES/geeqie.mo share/locale/eu/LC_MESSAGES/geeqie.mo share/locale/fi/LC_MESSAGES/geeqie.mo share/locale/fr/LC_MESSAGES/geeqie.mo share/locale/hu/LC_MESSAGES/geeqie.mo share/locale/id/LC_MESSAGES/geeqie.mo share/locale/it/LC_MESSAGES/geeqie.mo share/locale/ja/LC_MESSAGES/geeqie.mo share/locale/ko/LC_MESSAGES/geeqie.mo share/locale/nb/LC_MESSAGES/geeqie.mo share/locale/nl/LC_MESSAGES/geeqie.mo share/locale/pl/LC_MESSAGES/geeqie.mo share/locale/pt_BR/LC_MESSAGES/geeqie.mo share/locale/ro/LC_MESSAGES/geeqie.mo share/locale/ru/LC_MESSAGES/geeqie.mo share/locale/sk/LC_MESSAGES/geeqie.mo share/locale/sl/LC_MESSAGES/geeqie.mo share/locale/sr/LC_MESSAGES/geeqie.mo share/locale/sr@latin/LC_MESSAGES/geeqie.mo share/locale/sv/LC_MESSAGES/geeqie.mo share/locale/th/LC_MESSAGES/geeqie.mo share/locale/tlh/LC_MESSAGES/geeqie.mo share/locale/tr/LC_MESSAGES/geeqie.mo share/locale/uk/LC_MESSAGES/geeqie.mo share/locale/vi/LC_MESSAGES/geeqie.mo share/locale/zh_CN/LC_MESSAGES/geeqie.mo share/locale/zh_TW/LC_MESSAGES/geeqie.mo share/pixmaps/geeqie.png