1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

- Update to 4.9

PR:		ports/122442
Submitted by:	Jeroen Schot <schot at castor.sshunet.nl> (maintainer)
This commit is contained in:
Rong-En Fan 2008-04-05 18:13:21 +00:00
parent e3998d8884
commit fa61f4d32a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=210606
3 changed files with 10 additions and 10 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= dwm
PORTVERSION= 4.8
PORTVERSION= 4.9
CATEGORIES= x11-wm
MASTER_SITES= http://www.suckless.org/download/ \
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-4.8 config.h-files no longer work."
@${ECHO_MSG} "Note: Pre-4.9 config.h-files no longer work."
post-extract:
.if defined(DWM_CONF)

View File

@ -1,3 +1,3 @@
MD5 (dwm-4.8.tar.gz) = 75f49997c4af45707688f764f604c119
SHA256 (dwm-4.8.tar.gz) = 431b6767e090d4b80b42e2adff6a6a5c7d344c6e22e93e0dd022dcec2b9e2118
SIZE (dwm-4.8.tar.gz) = 17879
MD5 (dwm-4.9.tar.gz) = cf72c6a72e6c35c132b5db4faf3fb358
SHA256 (dwm-4.9.tar.gz) = 3f4f595e7845cedce1696668adf0a8ade2fc8a72d4c32d53de35a7c5d900790d
SIZE (dwm-4.9.tar.gz) = 18132

View File

@ -1,5 +1,5 @@
--- config.mk.orig 2008-03-13 17:55:43.000000000 +0100
+++ config.mk 2008-03-13 21:43:27.000000000 +0100
--- config.mk.orig 2008-04-03 22:57:01.000000000 +0200
+++ config.mk 2008-04-04 12:05:19.000000000 +0200
@@ -4,19 +4,19 @@
# Customize below to fit your system
@ -23,11 +23,11 @@
-LDFLAGS = -s ${LIBS}
+CFLAGS+= ${INCS} -DVERSION=\"${VERSION}\"
+LDFLAGS+= ${LIBS}
#CFLAGS = -g -std=c99 -pedantic -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\" -DWORK
#CFLAGS = -g -std=c99 -pedantic -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
#LDFLAGS = -g ${LIBS}
@@ -26,4 +26,4 @@
#CFLAGS += -xtarget=ultra
@@ -25,4 +25,4 @@
#LDFLAGS = ${LIBS}
# compiler and linker
-CC = cc