1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00

- Update to 4.0

PR:		134024
Submitted by:	Jeroen Schot <schot@A-Eskwadraat.nl> (maintainer)
This commit is contained in:
Martin Wilke 2009-04-27 19:16:36 +00:00
parent 80a912fcd0
commit 6ac5139da3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=232875
4 changed files with 10 additions and 10 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= dmenu
PORTVERSION= 3.9
PORTVERSION= 4.0
CATEGORIES= x11
MASTER_SITES= http://code.suckless.org/dl/tools/ \
http://schot.a-eskwadraat.nl/files/

View File

@ -1,3 +1,3 @@
MD5 (dmenu-3.9.tar.gz) = 36d546dd4ac21660b20cdb056f5cb341
SHA256 (dmenu-3.9.tar.gz) = 2370111e02c6a3863ea04376795fa72f9e41cdd2650b12f90e6a0c7d096e4b22
SIZE (dmenu-3.9.tar.gz) = 8582
MD5 (dmenu-4.0.tar.gz) = 66e761a653930cc8a21614ba9fedf903
SHA256 (dmenu-4.0.tar.gz) = c04508285e21a1fc055b76890ec47e9956d8edc4d460dbcac59f96f061b2e862
SIZE (dmenu-4.0.tar.gz) = 8576

View File

@ -1,5 +1,5 @@
--- config.mk.orig 2008-06-18 19:20:41.000000000 +0200
+++ config.mk 2008-06-21 14:57:31.000000000 +0200
--- config.mk.orig 2009-04-18 13:50:04.000000000 +0200
+++ config.mk 2009-04-21 13:15:36.000000000 +0200
@@ -4,11 +4,11 @@
# Customize below to fit your system
@ -20,11 +20,11 @@
LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 ${XINERAMALIBS}
# flags
-CPPFLAGS = -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS}
-CPPFLAGS = -D_BSD_SOURCE -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS}
-CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
-LDFLAGS = -s ${LIBS}
+CPPFLAGS+= -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS}
+CFLAGS+= ${INCS} ${CPPFLAGS}
+CPPFLAGS+= -D_BSD_SOURCE -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS}
+CFLAGS+= -std=c99 ${INCS} ${CPPFLAGS}
+LDFLAGS+= ${LIBS}
# Solaris

View File

@ -6,4 +6,4 @@ stdout.
dmenu was developed as an addition to the dynamic window manager (dwm), but can
be used in any X11-environment.
WWW: http://www.suckless.org/programs/dmenu.html
WWW: http://tools.suckless.org/dmenu