Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144576003
D22058.1775542096.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D22058.1775542096.diff
View Options
Index: head/x11/wmutils-core/Makefile
===================================================================
--- head/x11/wmutils-core/Makefile
+++ head/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,14 +11,16 @@
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
Index: head/x11/wmutils-core/distinfo
===================================================================
--- head/x11/wmutils-core/distinfo
+++ head/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
Index: head/x11/wmutils-core/files/patch-Makefile
===================================================================
--- head/x11/wmutils-core/files/patch-Makefile
+++ head/x11/wmutils-core/files/patch-Makefile
@@ -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/
Index: head/x11/wmutils-core/files/patch-config.mk
===================================================================
--- head/x11/wmutils-core/files/patch-config.mk
+++ head/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)
Index: head/x11/wmutils-core/pkg-plist
===================================================================
--- head/x11/wmutils-core/pkg-plist
+++ head/x11/wmutils-core/pkg-plist
@@ -5,6 +5,7 @@
bin/lsw
bin/mapw
bin/pfw
+bin/slw
bin/wattr
bin/wmp
bin/wmv
@@ -18,6 +19,7 @@
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
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Apr 7, 6:08 AM (13 h, 17 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28285756
Default Alt Text
D22058.1775542096.diff (2 KB)
Attached To
Mode
D22058: x11/wmutils-core: Update to 1.5
Attached
Detach File
Event Timeline
Log In to Comment