aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/pawm
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2006-06-23 18:19:18 +0000
committerErwin Lansing <erwin@FreeBSD.org>2006-06-23 18:19:18 +0000
commitbe9bedb8ea87b5688b5474fd8566a170ec3a9510 (patch)
tree9d9ceb177d593f9d083cef7b370c95a0f2baa628 /x11-wm/pawm
parentc68b0625f9719bc6c415f9d57981118d08018e48 (diff)
downloadports-be9bedb8ea87b5688b5474fd8566a170ec3a9510.tar.gz
ports-be9bedb8ea87b5688b5474fd8566a170ec3a9510.zip
Update to 2.2.4
PR: 99383 Submitted by: Ports fury
Notes
Notes: svn path=/head/; revision=166140
Diffstat (limited to 'x11-wm/pawm')
-rw-r--r--x11-wm/pawm/Makefile11
-rw-r--r--x11-wm/pawm/distinfo6
2 files changed, 11 insertions, 6 deletions
diff --git a/x11-wm/pawm/Makefile b/x11-wm/pawm/Makefile
index 54c90129c60b..2ff13d105df1 100644
--- a/x11-wm/pawm/Makefile
+++ b/x11-wm/pawm/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= pawm
-PORTVERSION= 2.2.3
+PORTVERSION= 2.2.4
CATEGORIES= x11-wm
MASTER_SITES= http://www.pleyades.net/pawm/files/
@@ -21,7 +21,7 @@ MAKEFILE= Makefile.in
MAKE_ARGS= GCC="${CC}" MAKE.binary="${CC} ${LDFLAGS} -o"
CFLAGS+= -I. -I${X11BASE}/include -DNDEBUG
-LDFLAGS= -lm -L${X11BASE}/lib -lXpm -lXrandr
+LDFLAGS= -lm -L${X11BASE}/lib -lXpm
.include <bsd.port.pre.mk>
@@ -31,13 +31,18 @@ CFLAGS+= -Dintmax_t=u_int32_t -Duintmax_t=u_int32_t \
-DSIZE_MAX=UINT_MAX
.endif
-.if ${X_WINDOW_SYSTEM} == xfree86-3 || defined(WITHOUT_XFT)
+.if ${X_WINDOW_SYSTEM} == xfree86-3
+CFLAGS+= -DDISABLE_XFT -DDISABLE_XRANDR
+.else
+LDFLAGS+= -lXrandr
+.if defined(WITHOUT_XFT)
CFLAGS+= -DDISABLE_XFT
.else
LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/libXft
CFLAGS+= `pkg-config --cflags xft`
LDFLAGS+= `pkg-config --libs xft`
.endif
+.endif
.if defined(WITH_SN)
LIB_DEPENDS+= startup-notification-1.0:${PORTSDIR}/x11/startup-notification
diff --git a/x11-wm/pawm/distinfo b/x11-wm/pawm/distinfo
index 10c97022329b..bed4fd2b61f5 100644
--- a/x11-wm/pawm/distinfo
+++ b/x11-wm/pawm/distinfo
@@ -1,3 +1,3 @@
-MD5 (pawm-2.2.3.tar.bz2) = a17fa2d85d7ca05b819b02be53ad72ff
-SHA256 (pawm-2.2.3.tar.bz2) = f1d5794533f462f355cf1fbd6c1cf9e923dd3bb5fac22675c760b4490cc6d189
-SIZE (pawm-2.2.3.tar.bz2) = 131832
+MD5 (pawm-2.2.4.tar.bz2) = 63d18f570ce86cd255b1038e3b61fdd4
+SHA256 (pawm-2.2.4.tar.bz2) = aee4e3d002a822e7e907552d8a646b543fd416d8aa814dd092ce70181857ce2c
+SIZE (pawm-2.2.4.tar.bz2) = 132044