aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm
diff options
context:
space:
mode:
authorzi <zi@FreeBSD.org>2011-08-17 05:53:28 +0800
committerzi <zi@FreeBSD.org>2011-08-17 05:53:28 +0800
commit6cfb45e337e864a0f0ebcea184e64b31b3c4859f (patch)
treeaec1c3132792ac46c3a41d793fb221a59ae624f4 /x11-wm
parented261af7ed8a7d9225a1a8ab86d70de1ce5a135a (diff)
downloadfreebsd-ports-gnome-6cfb45e337e864a0f0ebcea184e64b31b3c4859f.tar.gz
freebsd-ports-gnome-6cfb45e337e864a0f0ebcea184e64b31b3c4859f.tar.zst
freebsd-ports-gnome-6cfb45e337e864a0f0ebcea184e64b31b3c4859f.zip
Update to 0.9.34
Add LICENSE PR: ports/159751 Submitted by: Niclas Zeising <niclas.zeising@gmail.com> Approved by: wxs (mentor), maintainer
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/scrotwm/Makefile10
-rw-r--r--x11-wm/scrotwm/distinfo4
-rw-r--r--x11-wm/scrotwm/files/spawn_menu_atbottom.patch6
-rw-r--r--x11-wm/spectrwm/Makefile10
-rw-r--r--x11-wm/spectrwm/distinfo4
-rw-r--r--x11-wm/spectrwm/files/spawn_menu_atbottom.patch6
6 files changed, 22 insertions, 18 deletions
diff --git a/x11-wm/scrotwm/Makefile b/x11-wm/scrotwm/Makefile
index 42bbaff29676..3ee74cb91411 100644
--- a/x11-wm/scrotwm/Makefile
+++ b/x11-wm/scrotwm/Makefile
@@ -6,20 +6,22 @@
#
PORTNAME= scrotwm
-PORTVERSION= 0.9.33
+PORTVERSION= 0.9.34
CATEGORIES= x11-wm
-MASTER_SITES= http://opensource.conformal.com/snapshots/scrotwm/
+MASTER_SITES= https://opensource.conformal.com/snapshots/scrotwm/
EXTRACT_SUFX= .tgz
MAINTAINER= aragon@phat.za.net
COMMENT= A small, dynamic tiling window manager for X11
+LICENSE= ISCL
+
OPTIONS= DMENU "Depend on x11/dmenu" Off \
DMENU_BOTTOM "dmenu at screen bottom (instead of top)" Off
.include <bsd.port.pre.mk>
-USE_XORG= x11 xproto xrandr xt
+USE_XORG= x11 xproto xrandr xt xtst
MAN1= scrotwm.1
USE_LDCONFIG=yes
@@ -36,7 +38,7 @@ post-patch:
do-build:
${CC} ${CFLAGS} -I${X11BASE}/include \
- -I${WRKSRC}/linux -lutil -L${X11BASE}/lib -lX11 -lXrandr \
+ -I${WRKSRC}/linux -lutil -L${X11BASE}/lib -lX11 -lXrandr -lXtst \
-o ${WRKSRC}/${PORTNAME} ${WRKSRC}/${PORTNAME}.c
${CC} ${CFLAGS} -I${X11BASE}/include -shared -fPIC \
-o ${WRKSRC}/libswmhack.so ${WRKSRC}/lib/swm_hack.c
diff --git a/x11-wm/scrotwm/distinfo b/x11-wm/scrotwm/distinfo
index 1bbecb16bd5e..85d31f7eecc2 100644
--- a/x11-wm/scrotwm/distinfo
+++ b/x11-wm/scrotwm/distinfo
@@ -1,2 +1,2 @@
-SHA256 (scrotwm-0.9.33.tgz) = 37d09ae8380bac53436db5e50bd0f4a06c865b5b28f16466fa52259b70f55550
-SIZE (scrotwm-0.9.33.tgz) = 69314
+SHA256 (scrotwm-0.9.34.tgz) = 46f055f3c1b7d32bcaaf94193fd01a727422e787e8a7afcf987db2ffdec9ada8
+SIZE (scrotwm-0.9.34.tgz) = 69755
diff --git a/x11-wm/scrotwm/files/spawn_menu_atbottom.patch b/x11-wm/scrotwm/files/spawn_menu_atbottom.patch
index 6189ba919ef2..81986afd971d 100644
--- a/x11-wm/scrotwm/files/spawn_menu_atbottom.patch
+++ b/x11-wm/scrotwm/files/spawn_menu_atbottom.patch
@@ -1,6 +1,6 @@
---- scrotwm.c.orig 2011-07-01 12:27:56.000000000 +0200
-+++ scrotwm.c 2011-07-01 12:29:49.000000000 +0200
-@@ -3891,14 +3891,16 @@
+--- scrotwm.c 13 Aug 2011 20:26:02 -0000
++++ scrotwm.c 13 Aug 2011 22:56:08 -0000
+@@ -3984,14 +3984,16 @@
" -nb $bar_color"
" -nf $bar_font_color"
" -sb $bar_border"
diff --git a/x11-wm/spectrwm/Makefile b/x11-wm/spectrwm/Makefile
index 42bbaff29676..3ee74cb91411 100644
--- a/x11-wm/spectrwm/Makefile
+++ b/x11-wm/spectrwm/Makefile
@@ -6,20 +6,22 @@
#
PORTNAME= scrotwm
-PORTVERSION= 0.9.33
+PORTVERSION= 0.9.34
CATEGORIES= x11-wm
-MASTER_SITES= http://opensource.conformal.com/snapshots/scrotwm/
+MASTER_SITES= https://opensource.conformal.com/snapshots/scrotwm/
EXTRACT_SUFX= .tgz
MAINTAINER= aragon@phat.za.net
COMMENT= A small, dynamic tiling window manager for X11
+LICENSE= ISCL
+
OPTIONS= DMENU "Depend on x11/dmenu" Off \
DMENU_BOTTOM "dmenu at screen bottom (instead of top)" Off
.include <bsd.port.pre.mk>
-USE_XORG= x11 xproto xrandr xt
+USE_XORG= x11 xproto xrandr xt xtst
MAN1= scrotwm.1
USE_LDCONFIG=yes
@@ -36,7 +38,7 @@ post-patch:
do-build:
${CC} ${CFLAGS} -I${X11BASE}/include \
- -I${WRKSRC}/linux -lutil -L${X11BASE}/lib -lX11 -lXrandr \
+ -I${WRKSRC}/linux -lutil -L${X11BASE}/lib -lX11 -lXrandr -lXtst \
-o ${WRKSRC}/${PORTNAME} ${WRKSRC}/${PORTNAME}.c
${CC} ${CFLAGS} -I${X11BASE}/include -shared -fPIC \
-o ${WRKSRC}/libswmhack.so ${WRKSRC}/lib/swm_hack.c
diff --git a/x11-wm/spectrwm/distinfo b/x11-wm/spectrwm/distinfo
index 1bbecb16bd5e..85d31f7eecc2 100644
--- a/x11-wm/spectrwm/distinfo
+++ b/x11-wm/spectrwm/distinfo
@@ -1,2 +1,2 @@
-SHA256 (scrotwm-0.9.33.tgz) = 37d09ae8380bac53436db5e50bd0f4a06c865b5b28f16466fa52259b70f55550
-SIZE (scrotwm-0.9.33.tgz) = 69314
+SHA256 (scrotwm-0.9.34.tgz) = 46f055f3c1b7d32bcaaf94193fd01a727422e787e8a7afcf987db2ffdec9ada8
+SIZE (scrotwm-0.9.34.tgz) = 69755
diff --git a/x11-wm/spectrwm/files/spawn_menu_atbottom.patch b/x11-wm/spectrwm/files/spawn_menu_atbottom.patch
index 6189ba919ef2..81986afd971d 100644
--- a/x11-wm/spectrwm/files/spawn_menu_atbottom.patch
+++ b/x11-wm/spectrwm/files/spawn_menu_atbottom.patch
@@ -1,6 +1,6 @@
---- scrotwm.c.orig 2011-07-01 12:27:56.000000000 +0200
-+++ scrotwm.c 2011-07-01 12:29:49.000000000 +0200
-@@ -3891,14 +3891,16 @@
+--- scrotwm.c 13 Aug 2011 20:26:02 -0000
++++ scrotwm.c 13 Aug 2011 22:56:08 -0000
+@@ -3984,14 +3984,16 @@
" -nb $bar_color"
" -nf $bar_font_color"
" -sb $bar_border"