aboutsummaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-08-21 18:58:43 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-08-21 18:58:43 +0000
commitabe67dbda0463c83a9cfe698cbc22bad8b518ebf (patch)
tree44edf3a1cef3fc4816811a12ff8f68d02ab48993 /x11-wm
parent7ce02056abec5a22438d121194fa17c938fe5f0b (diff)
downloadports-abe67dbda0463c83a9cfe698cbc22bad8b518ebf.tar.gz
ports-abe67dbda0463c83a9cfe698cbc22bad8b518ebf.zip
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/kahakai/Makefile4
-rw-r--r--x11-wm/kahakai/files/patch-Screen.cc10
2 files changed, 12 insertions, 2 deletions
diff --git a/x11-wm/kahakai/Makefile b/x11-wm/kahakai/Makefile
index 05ddf5437653..e1d59f841243 100644
--- a/x11-wm/kahakai/Makefile
+++ b/x11-wm/kahakai/Makefile
@@ -11,8 +11,6 @@ CATEGORIES= x11-wm
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
-DEPRECATED= "Development ceased"
-
MAINTAINER= xcas@cox.net
COMMENT= Kahakai window manager
@@ -23,6 +21,8 @@ LIB_DEPENDS= Imlib2.2:${PORTSDIR}/graphics/imlib2 \
RUN_DEPENDS= \
${X11BASE}/lib/X11/fonts/artwiz-fonts:${PORTSDIR}/x11-fonts/artwiz-fonts
+DEPRECATED= "Development ceased"
+
USE_BZIP2= yes
USE_GMAKE= yes
USE_INC_LIBTOOL_VER=13
diff --git a/x11-wm/kahakai/files/patch-Screen.cc b/x11-wm/kahakai/files/patch-Screen.cc
new file mode 100644
index 000000000000..7573ebb24a9f
--- /dev/null
+++ b/x11-wm/kahakai/files/patch-Screen.cc
@@ -0,0 +1,10 @@
+--- src/Screen.cc.orig Sat Feb 7 17:50:59 2004
++++ src/Screen.cc Fri Aug 13 20:27:46 2004
+@@ -63,6 +63,7 @@
+ #include <sstream>
+ #include <iostream>
+ #include <iomanip>
++#include <cerrno>
+
+ using std::cout;
+ using std::cerr;