use https, regen patch while there
This commit is contained in:
parent
f5dc949e73
commit
b0fc2d4af6
@ -1,14 +1,16 @@
|
||||
# $OpenBSD: Makefile,v 1.20 2017/06/16 05:48:53 rsadowski Exp $
|
||||
# $OpenBSD: Makefile,v 1.21 2019/02/13 22:18:40 sthen Exp $
|
||||
|
||||
COMMENT= minimalist window manager for the X Window System
|
||||
|
||||
DISTNAME= evilwm-1.1.1
|
||||
REVISION= 0
|
||||
CATEGORIES= x11
|
||||
|
||||
HOMEPAGE= http://www.6809.org.uk/evilwm/
|
||||
HOMEPAGE= https://www.6809.org.uk/evilwm/
|
||||
|
||||
# 9wm license
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
||||
WANTLIB= X11 Xext Xrandr c
|
||||
|
||||
MASTER_SITES= ${HOMEPAGE}
|
||||
|
@ -1,11 +1,12 @@
|
||||
$OpenBSD: patch-events_c,v 1.1 2016/09/10 13:03:44 ajacoutot Exp $
|
||||
--- events.c.orig Sat Sep 10 13:00:37 2016
|
||||
+++ events.c Sat Sep 10 13:00:44 2016
|
||||
$OpenBSD: patch-events_c,v 1.2 2019/02/13 22:18:40 sthen Exp $
|
||||
Index: events.c
|
||||
--- events.c.orig
|
||||
+++ events.c
|
||||
@@ -4,6 +4,7 @@
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
+#include <sys/select.h> /* fd_set */
|
||||
#include <errno.h>
|
||||
#include "evilwm.h"
|
||||
#include "log.h"
|
||||
#include <sys/select.h>
|
||||
#include <X11/XKBlib.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user