aboutsummaryrefslogtreecommitdiff
path: root/x11/wmutils-core
diff options
context:
space:
mode:
authorDmitri Goutnik <dmgk@FreeBSD.org>2019-10-20 02:21:46 +0000
committerDmitri Goutnik <dmgk@FreeBSD.org>2019-10-20 02:21:46 +0000
commit78076c8a0d4200abb920473e9dd5096b6a52fdf2 (patch)
tree30ca703c28482b2e3dd0f449753644f2c7515c63 /x11/wmutils-core
parentdbf6dbc9fbafd8f9670a4710e828b089666ca35d (diff)
downloadports-78076c8a0d4200abb920473e9dd5096b6a52fdf2.tar.gz
ports-78076c8a0d4200abb920473e9dd5096b6a52fdf2.zip
x11/wmutils-core: Update to 1.5
- Pet portclippy while here Changes: https://github.com/wmutils/core/compare/v1.4...v1.5 Approved by: araujo (mentor) Differential Revision: https://reviews.freebsd.org/D22058
Notes
Notes: svn path=/head/; revision=514873
Diffstat (limited to 'x11/wmutils-core')
-rw-r--r--x11/wmutils-core/Makefile10
-rw-r--r--x11/wmutils-core/distinfo6
-rw-r--r--x11/wmutils-core/files/patch-Makefile17
-rw-r--r--x11/wmutils-core/files/patch-config.mk10
-rw-r--r--x11/wmutils-core/pkg-plist2
5 files changed, 16 insertions, 29 deletions
diff --git a/x11/wmutils-core/Makefile b/x11/wmutils-core/Makefile
index e47897ff9572..1dd5aa737b02 100644
--- a/x11/wmutils-core/Makefile
+++ b/x11/wmutils-core/Makefile
@@ -2,7 +2,7 @@
PORTNAME= wmutils-core
DISTVERSIONPREFIX= v
-DISTVERSION= 1.4
+DISTVERSION= 1.5
CATEGORIES= x11
MAINTAINER= dmgk@FreeBSD.org
@@ -11,15 +11,17 @@ COMMENT= Set of window manipulation tools
LICENSE= ISCL
LICENSE_FILE= ${WRKSRC}/LICENSE
-LIB_DEPENDS= libxcb-util.so:x11/xcb-util
+LIB_DEPENDS= libxcb-util.so:x11/xcb-util \
+ libxcb-cursor.so:x11/xcb-util-cursor
-USES= localbase:ldflags
-USE_XORG= xcb
+USES= localbase:ldflags xorg
USE_GITHUB= yes
GH_ACCOUNT= wmutils
GH_PROJECT= core
+USE_XORG= xcb
+
CONFLICTS= wtf # games/wtf
post-install:
diff --git a/x11/wmutils-core/distinfo b/x11/wmutils-core/distinfo
index 792ac0b404a9..efde191e4287 100644
--- a/x11/wmutils-core/distinfo
+++ b/x11/wmutils-core/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1515851719
-SHA256 (wmutils-core-v1.4_GH0.tar.gz) = 44e16576b7f6e1f126c2cb249449ab7e10fd65289aff774ffaf27d2c15a7b2ba
-SIZE (wmutils-core-v1.4_GH0.tar.gz) = 10333
+TIMESTAMP = 1571245429
+SHA256 (wmutils-core-v1.5_GH0.tar.gz) = 72af22ea52bc343bf90a6603ae3e169ed3c15f64635fa42507cc662ab04a6372
+SIZE (wmutils-core-v1.5_GH0.tar.gz) = 10893
diff --git a/x11/wmutils-core/files/patch-Makefile b/x11/wmutils-core/files/patch-Makefile
deleted file mode 100644
index 55796e9d82d2..000000000000
--- a/x11/wmutils-core/files/patch-Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
---- Makefile.orig 2017-01-25 13:19:03 UTC
-+++ Makefile
-@@ -30,12 +30,10 @@ binutils: $(BIN)
- $(OBJ): $(HDR) util.o
-
- .o:
-- @echo "LD $@"
-- @$(LD) $< util.o -o $@ $(LDFLAGS)
-+ $(LD) $< util.o -o $@ $(LDFLAGS)
-
- .c.o:
-- @echo "CC $<"
-- @$(CC) -c $< -o $@ $(CFLAGS)
-+ $(CC) -c $< -o $@ $(CFLAGS)
-
- install: $(BIN)
- mkdir -p $(DESTDIR)$(PREFIX)/bin/
diff --git a/x11/wmutils-core/files/patch-config.mk b/x11/wmutils-core/files/patch-config.mk
index dfcf515a4d1f..fd109106f939 100644
--- a/x11/wmutils-core/files/patch-config.mk
+++ b/x11/wmutils-core/files/patch-config.mk
@@ -1,4 +1,4 @@
---- config.mk.orig 2017-01-25 13:19:03 UTC
+--- config.mk.orig 2019-10-16 17:08:21 UTC
+++ config.mk
@@ -1,9 +1,9 @@
-PREFIX = /usr
@@ -8,8 +8,8 @@
CC = cc
LD = $(CC)
--CFLAGS = -std=c99 -pedantic -Wall -Os
--LDFLAGS = -lxcb -lxcb-util
-+CFLAGS := -std=c99 -pedantic -Wall $(CFLAGS)
-+LDFLAGS := -lxcb -lxcb-util $(LDFLAGS)
+-CFLAGS = -std=c99 -pedantic -Wall -Os -I/usr/X11R6/include
+-LDFLAGS = -lxcb -lxcb-util -lxcb-cursor -L/usr/X11R6/lib
++CFLAGS := -std=c99 -pedantic -Wall -Os $(CFLAGS)
++LDFLAGS := -lxcb -lxcb-util -lxcb-cursor $(LDFLAGS)
diff --git a/x11/wmutils-core/pkg-plist b/x11/wmutils-core/pkg-plist
index 32419a10cc9c..aba343ff958d 100644
--- a/x11/wmutils-core/pkg-plist
+++ b/x11/wmutils-core/pkg-plist
@@ -5,6 +5,7 @@ bin/killw
bin/lsw
bin/mapw
bin/pfw
+bin/slw
bin/wattr
bin/wmp
bin/wmv
@@ -18,6 +19,7 @@ man/man1/killw.1.gz
man/man1/lsw.1.gz
man/man1/mapw.1.gz
man/man1/pfw.1.gz
+man/man1/slw.1.gz
man/man1/wattr.1.gz
man/man1/wmp.1.gz
man/man1/wmutils.1.gz