summaryrefslogtreecommitdiff
path: root/net/licq-console
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-01-08 22:22:41 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-01-08 22:22:41 +0000
commit2ea071deb8ac59d694ded633b07c897e16489ed5 (patch)
tree9b1414950c0be1de50bdde9ff49b7152b0bb77a6 /net/licq-console
parentRemove plist entries which are moved to opensp port. (diff)
licq:
- Update to 1.2.3 - default config now prefix aware - Update PKG_MESSAGE for gtk plugin licq-qt-gui: - Update to 1.2.3 licq-console: - Update to 1.2.3 - user newer autoconf/automake licq-jons-gtk-gui: - Update to 1.2.3 (0.20.1)
Notes
Notes: svn path=/head/; revision=72773
Diffstat (limited to 'net/licq-console')
-rw-r--r--net/licq-console/Makefile3
-rw-r--r--net/licq-console/files/patch-console.cpp12
2 files changed, 2 insertions, 13 deletions
diff --git a/net/licq-console/Makefile b/net/licq-console/Makefile
index 7449d5cb4448..e8ce148523b8 100644
--- a/net/licq-console/Makefile
+++ b/net/licq-console/Makefile
@@ -11,7 +11,8 @@ CATEGORIES= net
MAINTAINER= dinoex@FreeBSD.org
-USE_AUTOMAKE= yes
+USE_AUTOCONF_VER= 253
+USE_AUTOMAKE_VER= 15
CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \
LIBS="${PTHREAD_LIBS}"
INCDIR= ${PORTSDIR}/net
diff --git a/net/licq-console/files/patch-console.cpp b/net/licq-console/files/patch-console.cpp
deleted file mode 100644
index 689b419ddf13..000000000000
--- a/net/licq-console/files/patch-console.cpp
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/console.cpp.orig Mon Nov 4 00:23:20 2002
-+++ src/console.cpp Mon Nov 4 00:23:55 2002
-@@ -2157,7 +2157,7 @@
- * CLicqConsole::Input_Line
- *-------------------------------------------------------------------------*/
- char *CLicqConsole::Input_Line(char *sz, unsigned short &n, int cIn,
-- bool bEcho = true)
-+ bool bEcho)
- {
- // Now check for keys
- switch (cIn)
-