aboutsummaryrefslogtreecommitdiff
path: root/graphics/xournalpp/Makefile
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2020-02-08 05:39:26 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2020-02-08 05:39:26 +0000
commit214889b24cb200c8703641411099908a0c4ca04f (patch)
tree19579e1a738f33fa837265a917559b103deb3724 /graphics/xournalpp/Makefile
parente2e9828072fe712a273d18f029dff469fb1c39e4 (diff)
downloadports-214889b24cb200c8703641411099908a0c4ca04f.tar.gz
ports-214889b24cb200c8703641411099908a0c4ca04f.zip
graphics/xournalpp: Update 1.0.16 -> 1.0.17
Reported by: portscout
Notes
Notes: svn path=/head/; revision=525518
Diffstat (limited to 'graphics/xournalpp/Makefile')
-rw-r--r--graphics/xournalpp/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/xournalpp/Makefile b/graphics/xournalpp/Makefile
index d0c7683f7d93..5c1c94f26f57 100644
--- a/graphics/xournalpp/Makefile
+++ b/graphics/xournalpp/Makefile
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= xournalpp
-DISTVERSION= 1.0.16
-PORTREVISION= 2
+DISTVERSION= 1.0.17
CATEGORIES= graphics
MAINTAINER= yuri@FreeBSD.org
@@ -22,6 +21,9 @@ USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 libxml2 pango
USE_XORG= x11 xi
USE_TEX= latex
+post-patch: # TEMP workaround for the bug in release 1.0.17: https://github.com/xournalpp/xournalpp/issues/1734#event-3018678460
+ @${REINPLACE_CMD} 's|gettext_create_translations ("$${potfile}")|gettext_create_translations ("$${potfile}" ALL)|' ${WRKSRC}/po/CMakeLists.txt
+
# CAVEAT: crashes when built with gcc: https://github.com/xournalpp/xournalpp/issues/851
.include <bsd.port.mk>