View | Details | Raw Unified | Return to bug 126284
Collapse All | Expand All

(-)dwm/Makefile (-2 / +2 lines)
Lines 6-14 Link Here
6
#
6
#
7
7
8
PORTNAME=	dwm
8
PORTNAME=	dwm
9
PORTVERSION=	5.0.1
9
PORTVERSION=	5.1
10
CATEGORIES=	x11-wm
10
CATEGORIES=	x11-wm
11
MASTER_SITES=	http://www.suckless.org/download/ \
11
MASTER_SITES=	http://code.suckless.org/dl/${PORTNAME}/ \
12
		http://schot.a-eskwadraat.nl/files/
12
		http://schot.a-eskwadraat.nl/files/
13
13
14
MAINTAINER=	schot@a-eskwadraat.nl
14
MAINTAINER=	schot@a-eskwadraat.nl
(-)dwm/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (dwm-5.0.1.tar.gz) = 27d91d886c9ba1aad4b09178e2653ee0
1
MD5 (dwm-5.1.tar.gz) = adf23bc03b5f5da7a5af244c8db89f0a
2
SHA256 (dwm-5.0.1.tar.gz) = f39e2b62d75b79489c535dc3cfcd6ea2b9c412857448519f29a4eed7af2f33a3
2
SHA256 (dwm-5.1.tar.gz) = d8dca894c4805a845baca1c3f9b16299e1eaeab661fd3827b374e57b4c603bf8
3
SIZE (dwm-5.0.1.tar.gz) = 17954
3
SIZE (dwm-5.1.tar.gz) = 18099
(-)dwm/files/patch-config.mk (-3 / +8 lines)
Lines 1-5 Link Here
1
--- config.mk.orig	2008-06-18 23:08:29.000000000 +0200
1
--- config.mk.orig	2008-07-29 20:18:32.000000000 +0200
2
+++ config.mk	2008-06-20 10:39:37.000000000 +0200
2
+++ config.mk	2008-08-06 00:31:19.000000000 +0200
3
@@ -4,11 +4,11 @@
3
@@ -4,11 +4,11 @@
4
 # Customize below to fit your system
4
 # Customize below to fit your system
5
 
5
 
Lines 16-22 Link Here
16
 
16
 
17
 # Xinerama, comment if you don't want it
17
 # Xinerama, comment if you don't want it
18
 XINERAMALIBS = -L${X11LIB} -lXinerama
18
 XINERAMALIBS = -L${X11LIB} -lXinerama
19
@@ -19,9 +19,9 @@
19
@@ -19,13 +19,13 @@
20
 LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 ${XINERAMALIBS}
20
 LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 ${XINERAMALIBS}
21
 
21
 
22
 # flags
22
 # flags
Lines 29-31 Link Here
29
 
29
 
30
 # Solaris
30
 # Solaris
31
 #CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\"
31
 #CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\"
32
 #LDFLAGS = ${LIBS}
33
 
34
 # compiler and linker
35
-CC = cc
36
+CC?= cc
(-)dwm/pkg-descr (-1 / +1 lines)
Lines 6-9 Link Here
6
single config.h file. dwm reads from standard input to print arbitrary status
6
single config.h file. dwm reads from standard input to print arbitrary status
7
text such as the date and/or system load.
7
text such as the date and/or system load.
8
8
9
WWW: http://www.suckless.org/wiki/dwm
9
WWW: http://www.suckless.org/dwm

Return to bug 126284