Index: head/deskutils/gucharmap/Makefile =================================================================== --- head/deskutils/gucharmap/Makefile (revision 525879) +++ head/deskutils/gucharmap/Makefile (revision 525880) @@ -1,42 +1,44 @@ # Created by: Joe Marcus Clarke # $FreeBSD$ PORTNAME= gucharmap PORTVERSION= 11.0.1 +PORTREVISION= 1 CATEGORIES= deskutils gnome #MASTER_SITES= GNOME DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Unicode/ISO10646 character map and font viewer LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING 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 USES= autoreconf:build desktop-file-utils gettext gmake gnome \ libtool localbase pathfix pkgconfig tar:xz USE_GNOME= cairo gdkpixbuf2 gtk30 intltool introspection:build GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-unicode-data=${LOCALBASE}/share/unicode/ucd/ USE_LDCONFIG= yes INSTALL_TARGET= install-strip USE_GITLAB= yes GL_SITE= https://gitlab.gnome.org GL_ACCOUNT= GNOME GL_COMMIT= 061cf7c0ba4ce62d2ce5743313a71cb272a5f82e GLIB_SCHEMAS= org.gnome.Charmap.enums.xml \ org.gnome.Charmap.gschema.xml pre-configure: cd ${WRKSRC} && NOCONFIGURE=1 ./autogen.sh .include Index: head/deskutils/gucharmap/files/patch-gucharmap_gucharmap-unicode-info.h =================================================================== --- head/deskutils/gucharmap/files/patch-gucharmap_gucharmap-unicode-info.h (nonexistent) +++ head/deskutils/gucharmap/files/patch-gucharmap_gucharmap-unicode-info.h (revision 525880) @@ -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 */ Property changes on: head/deskutils/gucharmap/files/patch-gucharmap_gucharmap-unicode-info.h ___________________________________________________________________ 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