diff options
author | dhn <dhn@FreeBSD.org> | 2011-09-02 02:52:52 +0800 |
---|---|---|
committer | dhn <dhn@FreeBSD.org> | 2011-09-02 02:52:52 +0800 |
commit | caf8149702440f3d7d7770c1660a21e06c2bfa82 (patch) | |
tree | 4e185fdb0d1b391da5d5823cb5f90041d7ae72e3 /x11-wm/dwm | |
parent | 2e17caa2a5c1efe5260127d68d054c151f4ec15a (diff) | |
download | freebsd-ports-gnome-caf8149702440f3d7d7770c1660a21e06c2bfa82.tar.gz freebsd-ports-gnome-caf8149702440f3d7d7770c1660a21e06c2bfa82.tar.zst freebsd-ports-gnome-caf8149702440f3d7d7770c1660a21e06c2bfa82.zip |
- Update to 5.9
PR: ports/160359
Submitted by: Jeroen Schot <schot@A-Eskwadraat.nl> (maintainer)
Diffstat (limited to 'x11-wm/dwm')
-rw-r--r-- | x11-wm/dwm/Makefile | 9 | ||||
-rw-r--r-- | x11-wm/dwm/distinfo | 4 | ||||
-rw-r--r-- | x11-wm/dwm/files/patch-config.mk | 16 |
3 files changed, 15 insertions, 14 deletions
diff --git a/x11-wm/dwm/Makefile b/x11-wm/dwm/Makefile index 0b3328ffc69e..e0d2152237c2 100644 --- a/x11-wm/dwm/Makefile +++ b/x11-wm/dwm/Makefile @@ -6,8 +6,7 @@ # PORTNAME= dwm -PORTVERSION= 5.8.2 -PORTREVISION= 1 +PORTVERSION= 5.9 CATEGORIES= x11-wm MASTER_SITES= http://dl.suckless.org/${PORTNAME}/ \ http://schot.a-eskwadraat.nl/files/ @@ -15,13 +14,16 @@ MASTER_SITES= http://dl.suckless.org/${PORTNAME}/ \ MAINTAINER= schot@a-eskwadraat.nl COMMENT= A dynamic, small, fast and simple window manager +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + OPTIONS= XINERAMA "Enable Xinerama support" On USE_XORG= x11 MAN1= dwm.1 PLIST_FILES= bin/dwm -PORTDOCS= LICENSE README +PORTDOCS= README .include <bsd.port.options.mk> @@ -54,7 +56,6 @@ post-install: .if !defined(NOPORTDOCS) @${ECHO_MSG} "installing additional documentation to ${DOCSDIR}" @${MKDIR} ${DOCSDIR} - @${INSTALL_MAN} ${WRKSRC}/LICENSE ${DOCSDIR} @${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR} .endif @${CAT} ${PKGMESSAGE} diff --git a/x11-wm/dwm/distinfo b/x11-wm/dwm/distinfo index 34189795ed78..49c8c1a4000f 100644 --- a/x11-wm/dwm/distinfo +++ b/x11-wm/dwm/distinfo @@ -1,2 +1,2 @@ -SHA256 (dwm-5.8.2.tar.gz) = c5243bc792e3ff3bb19f0b5fa45f6f98b40254af8757a010d1640a4d9d389b66 -SIZE (dwm-5.8.2.tar.gz) = 20326 +SHA256 (dwm-5.9.tar.gz) = 2dcdd5a2a233c385ef776017263164a288886561b6bf4d6b984562f5f02fe232 +SIZE (dwm-5.9.tar.gz) = 20517 diff --git a/x11-wm/dwm/files/patch-config.mk b/x11-wm/dwm/files/patch-config.mk index ae953211ef5a..2db9885470ee 100644 --- a/x11-wm/dwm/files/patch-config.mk +++ b/x11-wm/dwm/files/patch-config.mk @@ -1,5 +1,5 @@ ---- config.mk.orig 2011-03-25 12:53:06.000000000 +0100 -+++ config.mk 2011-03-25 12:54:25.000000000 +0100 +--- config.mk.orig 2011-07-10 22:24:25.000000000 +0200 ++++ config.mk 2011-09-01 14:00:05.000000000 +0200 @@ -4,11 +4,11 @@ # Customize below to fit your system @@ -16,21 +16,21 @@ # Xinerama XINERAMALIBS = -L${X11LIB} -lXinerama -@@ -19,10 +19,10 @@ +@@ -19,15 +19,15 @@ LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 ${XINERAMALIBS} # flags -CPPFLAGS = -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS} --CFLAGS = -g -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS} +CPPFLAGS+= -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS} + #CFLAGS = -g -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS} +-CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} +CFLAGS+= -std=c99 ${INCS} ${CPPFLAGS} - #CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} --LDFLAGS = -g ${LIBS} + #LDFLAGS = -g ${LIBS} +-LDFLAGS = -s ${LIBS} +LDFLAGS+= ${LIBS} - #LDFLAGS = -s ${LIBS} # Solaris -@@ -30,4 +30,4 @@ + #CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\" #LDFLAGS = ${LIBS} # compiler and linker |