diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2005-01-21 15:36:45 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2005-01-21 15:36:45 +0000 |
commit | 7011c19a8c96a2f8fb7c04d61cb28cdc507584a6 (patch) | |
tree | 22c0efaf2b6bb5b461389f9bac9542c7e3a5909a /irc/weechat-devel | |
parent | Now buildable on 4.x, still broken on >= 5.x. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_11_0'.release/4.11.0
Notes
Notes:
svn path=/head/; revision=127022
svn path=/tags/RELEASE_4_11_0/; revision=127023; tag=release/4.11.0
Diffstat (limited to 'irc/weechat-devel')
-rw-r--r-- | irc/weechat-devel/Makefile | 31 | ||||
-rw-r--r-- | irc/weechat-devel/distinfo | 2 | ||||
-rw-r--r-- | irc/weechat-devel/files/patch-configure | 10 | ||||
-rw-r--r-- | irc/weechat-devel/pkg-descr | 6 |
4 files changed, 0 insertions, 49 deletions
diff --git a/irc/weechat-devel/Makefile b/irc/weechat-devel/Makefile deleted file mode 100644 index 6e4df0019e4e..000000000000 --- a/irc/weechat-devel/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: weechat -# Date created: 2003-03-07 -# Whom: clement -# -# $FreeBSD$ -# - -PORTNAME= weechat -PORTVERSION= 0.0.6 -CATEGORIES= irc -MASTER_SITES= http://weechat.flashtux.org/download/ - -MAINTAINER= clement@FreeBSD.org -COMMENT= A lightweight and user friendly ncurse based IRC client - -USE_BZIP2= yes -GNU_CONFIGURE= yes -USE_GETTEXT= yes - -CFLAGS+= -I${LOCALBASE}/include -CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib -lintl" -CONFIGURE_ARGS+= --with-libintl-prefix=${LOCALBASE} - -MAN1= weechat.1 - -PLIST_FILES= bin/weechat-curses share/locale/fr/LC_MESSAGES/weechat.mo - -pre-configure: - @${CP} ${LOCALBASE}/share/gettext/config.rpath ${WRKSRC} - -.include <bsd.port.mk> diff --git a/irc/weechat-devel/distinfo b/irc/weechat-devel/distinfo deleted file mode 100644 index 93548617d65d..000000000000 --- a/irc/weechat-devel/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (weechat-0.0.6.tar.bz2) = 3fbfb4c48d413d20191ee57bd2e57ca0 -SIZE (weechat-0.0.6.tar.bz2) = 278999 diff --git a/irc/weechat-devel/files/patch-configure b/irc/weechat-devel/files/patch-configure deleted file mode 100644 index d990c6dd48ec..000000000000 --- a/irc/weechat-devel/files/patch-configure +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.orig Sat Feb 7 23:48:23 2004 -+++ configure Sat Feb 7 23:48:35 2004 -@@ -8510,7 +8510,6 @@ - - fi - --CFLAGS="-Wall -W -pipe -O2" - - ac_config_files="$ac_config_files Makefile src/Makefile src/common/Makefile src/irc/Makefile src/plugins/Makefile src/plugins/perl/Makefile src/gui/Makefile src/gui/curses/Makefile src/gui/gtk/Makefile src/gui/qt/Makefile intl/Makefile po/Makefile.in" - cat >confcache <<\_ACEOF diff --git a/irc/weechat-devel/pkg-descr b/irc/weechat-devel/pkg-descr deleted file mode 100644 index c8adcef1b1e7..000000000000 --- a/irc/weechat-devel/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -WeeChat (Wee Enhanced Environment for Chat) is a fast and light IRC -client. Everything can be done with a keyboard, and it is customizable -and extensible with scripts. For the moment, only ncurse GUI is -supported by this port. - -WWW: http://weechat.flashtux.org |