aboutsummaryrefslogtreecommitdiff
path: root/deskutils/gucharmap
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2020-02-11 18:11:50 +0000
committerThierry Thomas <thierry@FreeBSD.org>2020-02-11 18:11:50 +0000
commitbaafd93899c6a25d1b4058870bf5c751eaa10c5a (patch)
treedc9cade6b853cb82f0389d9f0ca0b897c3cf98c5 /deskutils/gucharmap
parentb2a341b4c5a921fb1ead04625b2a4bded8a7e251 (diff)
downloadports-baafd93899c6a25d1b4058870bf5c751eaa10c5a.tar.gz
ports-baafd93899c6a25d1b4058870bf5c751eaa10c5a.zip
Chase UCD's upgrade and prepare the next one.
Since I'm there, add a missing dependency to freetype. Reported by: antoine
Notes
Notes: svn path=/head/; revision=525880
Diffstat (limited to 'deskutils/gucharmap')
-rw-r--r--deskutils/gucharmap/Makefile2
-rw-r--r--deskutils/gucharmap/files/patch-gucharmap_gucharmap-unicode-info.h14
2 files changed, 16 insertions, 0 deletions
diff --git a/deskutils/gucharmap/Makefile b/deskutils/gucharmap/Makefile
index c4b6448a45b9..e203f33a73a9 100644
--- a/deskutils/gucharmap/Makefile
+++ b/deskutils/gucharmap/Makefile
@@ -3,6 +3,7 @@
PORTNAME= gucharmap
PORTVERSION= 11.0.1
+PORTREVISION= 1
CATEGORIES= deskutils gnome
#MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
@@ -17,6 +18,7 @@ BUILD_DEPENDS= itstool:textproc/itstool \
UCD>=0:textproc/UCD \
gtkdocize:textproc/gtk-doc \
${LOCALBASE}/share/aclocal/yelp.m4:textproc/yelp-tools
+LIB_DEPENDS+= libfreetype.so:print/freetype2
PORTSCOUT= limitw:1,even
diff --git a/deskutils/gucharmap/files/patch-gucharmap_gucharmap-unicode-info.h b/deskutils/gucharmap/files/patch-gucharmap_gucharmap-unicode-info.h
new file mode 100644
index 000000000000..34750401b534
--- /dev/null
+++ b/deskutils/gucharmap/files/patch-gucharmap_gucharmap-unicode-info.h
@@ -0,0 +1,14 @@
+--- gucharmap/gucharmap-unicode-info.h.orig 2018-06-17 14:45:00 UTC
++++ gucharmap/gucharmap-unicode-info.h
+@@ -50,7 +50,10 @@ typedef enum {
+ GUCHARMAP_UNICODE_VERSION_9_0,
+ GUCHARMAP_UNICODE_VERSION_10_0,
+ GUCHARMAP_UNICODE_VERSION_11_0,
+- GUCHARMAP_UNICODE_VERSION_LATEST = GUCHARMAP_UNICODE_VERSION_11_0 /* private, will move forward with each revision */
++ GUCHARMAP_UNICODE_VERSION_12_0,
++ GUCHARMAP_UNICODE_VERSION_12_1,
++ GUCHARMAP_UNICODE_VERSION_13_0,
++ GUCHARMAP_UNICODE_VERSION_LATEST = GUCHARMAP_UNICODE_VERSION_12_1 /* private, will move forward with each revision */
+ } GucharmapUnicodeVersion;
+
+ /* return values are read-only */