Index: head/x11-wm/i3-gaps/files/patch-meson.build =================================================================== --- head/x11-wm/i3-gaps/files/patch-meson.build (revision 566702) +++ head/x11-wm/i3-gaps/files/patch-meson.build (nonexistent) @@ -1,34 +0,0 @@ -Upstream PR: https://github.com/i3/i3/pull/4264 ---- meson.build.orig 2020-11-15 18:11:08 UTC -+++ meson.build -@@ -428,7 +428,9 @@ command_parser = custom_target( - command: [perl, parser_gen, '--input=@INPUT@', '--prefix=command'], - ) - --i3srcs += command_parser -+command_parser_dep = declare_dependency( -+ sources : [command_parser] -+) - - config_parser = custom_target( - 'config_parser', -@@ -441,7 +443,9 @@ config_parser = custom_target( - command: [parser_gen, '--input=@INPUT@', '--prefix=config'], - ) - --i3srcs += config_parser -+config_parser_dep = declare_dependency( -+ sources : [config_parser] -+) - - # src/log.c uses threading primitives for synchronization - thread_dep = dependency('threads') -@@ -472,6 +476,8 @@ common_deps = [ - gobject_dep, - ev_dep, - config_h, -+ command_parser_dep, -+ config_parser_dep - ] - - executable( Property changes on: head/x11-wm/i3-gaps/files/patch-meson.build ___________________________________________________________________ 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/x11-wm/i3-gaps/Makefile =================================================================== --- head/x11-wm/i3-gaps/Makefile (revision 566702) +++ head/x11-wm/i3-gaps/Makefile (revision 566703) @@ -1,54 +1,63 @@ # $FreeBSD$ PORTNAME= i3 DISTVERSION= 4.19.1 +PORTREVISION= 1 CATEGORIES= x11-wm PKGNAMESUFFIX= -gaps +PATCH_SITES= https://github.com/i3/i3/commit/ +PATCHFILES= a7d873f8ccb117c8e0775fe5bfe5804416b89709.patch:-p1 + MAINTAINER= dmgk@FreeBSD.org COMMENT= Fork of i3 tiling window manager with more features, including gaps LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= bash:shells/bash LIB_DEPENDS= libcairo.so:graphics/cairo \ libev.so:devel/libev \ libpangocairo-1.0.so:x11-toolkits/pango \ libpcre.so:devel/pcre \ libstartup-notification-1.so:x11/startup-notification \ libxcb-cursor.so:x11/xcb-util-cursor \ libxcb-icccm.so:x11/xcb-util-wm \ libxcb-keysyms.so:x11/xcb-util-keysyms \ libxcb-util.so:x11/xcb-util \ libxcb-xrm.so:x11/xcb-util-xrm \ libxkbcommon.so:x11/libxkbcommon \ libyajl.so:devel/yajl RUN_DEPENDS= p5-AnyEvent-I3>=0:devel/p5-AnyEvent-I3 \ p5-IPC-Run>=0:devel/p5-IPC-Run \ p5-JSON-XS>=0:converters/p5-JSON-XS \ p5-Try-Tiny>=0:lang/p5-Try-Tiny USES= compiler:c11 gettext-runtime gnome iconv localbase:ldflags \ meson perl5 pkgconfig xorg USE_GITHUB= yes GH_ACCOUNT= Airblader USE_GNOME= glib20 USE_XORG= xcb MAKE_JOBS_UNSAFE= yes CONFLICTS_INSTALL= i3 OPTIONS_DEFINE= DOCS MANPAGES OPTIONS_DEFAULT= MANPAGES OPTIONS_SUB= yes DOCS_BUILD_DEPENDS= asciidoc:textproc/asciidoc DOCS_MESON_TRUE= docs MANPAGES_BUILD_DEPENDS= asciidoc:textproc/asciidoc \ xmlto:textproc/xmlto MANPAGES_MESON_TRUE= mans + +post-patch: + @${REINPLACE_CMD} -e 's,/usr,${PREFIX},g' -e 's,/etc,${PREFIX}&,g' \ + ${WRKSRC}/man/i3-config-wizard.man \ + ${WRKSRC}/man/i3.man .include Index: head/x11-wm/i3-gaps/distinfo =================================================================== --- head/x11-wm/i3-gaps/distinfo (revision 566702) +++ head/x11-wm/i3-gaps/distinfo (revision 566703) @@ -1,3 +1,5 @@ -TIMESTAMP = 1612267081 +TIMESTAMP = 1613826242 SHA256 (Airblader-i3-4.19.1_GH0.tar.gz) = 97f33544f0a64a325b7b98cd4ad17dcf6f2c8ead1350d378154b76af1798e8fc SIZE (Airblader-i3-4.19.1_GH0.tar.gz) = 4189285 +SHA256 (a7d873f8ccb117c8e0775fe5bfe5804416b89709.patch) = 50216bf695c17fa498c281bdf5ba2194c10ed2d42480b70f81d81651648177ff +SIZE (a7d873f8ccb117c8e0775fe5bfe5804416b89709.patch) = 1166