1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Make fetchable by updating to 0.2.1

This commit is contained in:
Tilman Keskinoz 2002-11-04 00:06:24 +00:00
parent 57a028c2fe
commit a6de67febb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=69394
3 changed files with 2 additions and 16 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= wmwork
PORTVERSION= 0.2.0
PORTVERSION= 0.2.1
CATEGORIES= misc windowmaker afterstep
MASTER_SITES= http://www.godisch.de/debian/wmwork/
DISTNAME= ${PORTNAME}_${PORTVERSION}.orig

View File

@ -1 +1 @@
MD5 (wmwork_0.2.0.orig.tar.gz) = 31cfb730625fb39d52209cbf470d34ec
MD5 (wmwork_0.2.1.orig.tar.gz) = e1825784efcdc2e8a1d61789d99cc074

View File

@ -1,14 +0,0 @@
--- wmwork.c.orig Sat Oct 19 23:43:16 2002
+++ wmwork.c Tue Oct 22 02:35:15 2002
@@ -68,7 +68,11 @@
*geometry = NULL,
*xdisplay = NULL;
static int signals[] =
+#if defined(__FreeBSD__)
+ {SIGALRM, SIGHUP, SIGINT, SIGPIPE, SIGTERM, SIGUSR1, SIGUSR2, 0};
+#else
{SIGALRM, SIGHUP, SIGINT, SIGPIPE, SIGPOLL, SIGTERM, SIGUSR1, SIGUSR2, 0};
+#endif
XEvent Event;
assert(sizeof(char) == 1);