- Update to 5.5

PR:		134025
Submitted by:	Jeroen Schot <schot@A-Eskwadraat.nl> (maintainer)
This commit is contained in:
Martin Wilke 2009-04-27 19:15:47 +00:00
parent 023c19a21a
commit 80a912fcd0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=232874
4 changed files with 7 additions and 7 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= dwm
PORTVERSION= 5.4.1
PORTVERSION= 5.5
CATEGORIES= x11-wm
MASTER_SITES= http://code.suckless.org/dl/${PORTNAME}/ \
http://schot.a-eskwadraat.nl/files/
@ -25,7 +25,7 @@ PORTDOCS= LICENSE README
pre-everything::
@${ECHO_MSG} "You can build dwm with your own config.h using the DWM_CONF knob:"
@${ECHO_MSG} "make DWM_CONF=/path/to/dwm/config.h install clean"
@${ECHO_MSG} "Note: Pre-5.4 config.h-files no longer work."
@${ECHO_MSG} "Note: Pre-5.5 config.h-files no longer work."
post-extract:
.if defined(DWM_CONF)

View File

@ -1,3 +1,3 @@
MD5 (dwm-5.4.1.tar.gz) = 9b9d7222740317e03fdaa718322fe1ec
SHA256 (dwm-5.4.1.tar.gz) = 883c2687064a550904a77fc229bb95713a2bf9b9eb5e2997266cf463610bd142
SIZE (dwm-5.4.1.tar.gz) = 17970
MD5 (dwm-5.5.tar.gz) = 352d952e839ab0e2df0b0959a250b098
SHA256 (dwm-5.5.tar.gz) = ee56b43f3a12c292ae4df2902412ae5a16b345813b9220732e3c48669371b8c8
SIZE (dwm-5.5.tar.gz) = 17959

View File

@ -23,7 +23,7 @@
-CPPFLAGS = -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS}
-CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
-LDFLAGS = -s ${LIBS}
+CPPFLAGS+= -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS}
+CPPFLAGS+= -std=c99 -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS}
+CFLAGS+= ${INCS} ${CPPFLAGS}
+LDFLAGS+= ${LIBS}

View File

@ -6,4 +6,4 @@ It consists of a single binary, configuration is done at compile-time by a
single config.h file. dwm reads from standard input to print arbitrary status
text such as the date and/or system load.
WWW: http://www.suckless.org/dwm
WWW: http://dwm.suckless.org