summaryrefslogtreecommitdiff
path: root/irc/kvirc-devel
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-04-15 00:18:30 +0000
committerWill Andrews <will@FreeBSD.org>2000-04-15 00:18:30 +0000
commitfd699757809ac88eee451787449f49844ceabe80 (patch)
tree3bce0643918e413757cbf94e36967cbc36235460 /irc/kvirc-devel
parentResurrect japanese/pine. (diff)
Minor changes:
1) Move kvirc to use Qt 2.1. Patch added assists with this. 2) Add support for multi-byte people, through SS_X_EXTRA_LIBS=-lxpg4. Submitted by: imura (#2) Reported by: Vladimir B. Grebenschikov <vova@express.ru>
Notes
Notes: svn path=/head/; revision=27559
Diffstat (limited to 'irc/kvirc-devel')
-rw-r--r--irc/kvirc-devel/Makefile11
-rw-r--r--irc/kvirc-devel/files/patch-al10
2 files changed, 17 insertions, 4 deletions
diff --git a/irc/kvirc-devel/Makefile b/irc/kvirc-devel/Makefile
index ac02bf800633..b6954c3267a0 100644
--- a/irc/kvirc-devel/Makefile
+++ b/irc/kvirc-devel/Makefile
@@ -8,14 +8,16 @@
PORTNAME= kvirc
PORTVERSION= 1.0.0
CATEGORIES= irc
-MASTER_SITES= ftp://ftp.kvirc.bz.nu/pub/mirror/kvirc/ \
- http://www.kvirc.org/
+MASTER_SITES= http://www.kvirc.org/ \
+ ftp://ftp.kvirc.bz.nu/pub/mirror/kvirc/ \
+ ftp://kvirc.firenze.linux.it/pub/kvirc/
MAINTAINER= will@FreeBSD.org
-BUILD_DEPENDS= gettext:${PORTSDIR}/devel/gettext
+BUILD_DEPENDS= gettext:${PORTSDIR}/devel/gettext \
+ qt2.3:${PORTSDIR}/x11-toolkits/qt21
-USE_QT2= yes
+USE_NEWGCC= yes
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
@@ -23,6 +25,7 @@ CONFIGURE_ARGS= --x-includes=$(X11BASE)/include --x-libraries=$(X11BASE)/lib \
--datadir=$(PREFIX)/share --with-qt-moc=${X11BASE}/bin/moc2 \
--with-qt-include-dir=${X11BASE}/include/qt2 \
--with-qt-library-dir=${X11BASE}/lib
+CONFIGURE_ENV+= SS_X_EXTRA_LIBS=-lxpg4
USE_LIBTOOL= yes
.include <bsd.port.mk>
diff --git a/irc/kvirc-devel/files/patch-al b/irc/kvirc-devel/files/patch-al
new file mode 100644
index 000000000000..be333f94bb7e
--- /dev/null
+++ b/irc/kvirc-devel/files/patch-al
@@ -0,0 +1,10 @@
+--- src/kvirc/kvi_systray.h Mon Dec 20 10:28:58 1999
++++ src/kvirc/kvi_systray.h Sat Apr 15 03:16:04 2000
+@@ -27,6 +27,7 @@
+
+ #include <qwidget.h>
+ #include <qpixmap.h>
++#include <qlist.h>
+
+ //#warning "Check <time.h> localtime() gmtime() time() in configure"
+ #include <time.h>