diff options
author | Rene Ladan <rene@FreeBSD.org> | 2014-04-18 11:17:45 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2014-04-18 11:17:45 +0000 |
commit | 8b3c8800eb286d7ad9ba4d8e56c1f94a436e2ca9 (patch) | |
tree | 05eb10cc44d61de9b8f970b16f50e25c5a245d53 /net-im | |
parent | cf14e8bdd746039cc679bf4d0fc205ba4b95a2fb (diff) | |
download | ports-8b3c8800eb286d7ad9ba4d8e56c1f94a436e2ca9.tar.gz ports-8b3c8800eb286d7ad9ba4d8e56c1f94a436e2ca9.zip |
Notes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/Makefile | 1 | ||||
-rw-r--r-- | net-im/ari-yahoo/Makefile | 30 | ||||
-rw-r--r-- | net-im/ari-yahoo/distinfo | 2 | ||||
-rw-r--r-- | net-im/ari-yahoo/files/patch-configure.in | 13 | ||||
-rw-r--r-- | net-im/ari-yahoo/pkg-descr | 11 |
5 files changed, 0 insertions, 57 deletions
diff --git a/net-im/Makefile b/net-im/Makefile index bf3c655cc119..5591c16ed4a2 100644 --- a/net-im/Makefile +++ b/net-im/Makefile @@ -3,7 +3,6 @@ COMMENT = Instant messaging - SUBDIR += ari-yahoo SUBDIR += ayttm SUBDIR += bsflite SUBDIR += centericq diff --git a/net-im/ari-yahoo/Makefile b/net-im/ari-yahoo/Makefile deleted file mode 100644 index 8e967da6b5b3..000000000000 --- a/net-im/ari-yahoo/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# Created by: George Reid <greid@ukug.uk.freebsd.org> -# $FreeBSD$ - -PORTNAME= ari-yahoo -PORTVERSION= 1.10 -PORTREVISION= 3 -CATEGORIES= net-im -MASTER_SITES= SF - -MAINTAINER= ports@FreeBSD.org -COMMENT= Console Yahoo! messenger client - -DEPRECATED= Broken for more than 1 year (http://www.icculus.org/ari-yahoo/) -EXPIRATION_DATE= 2014-04-18 - -USES= gmake -PLIST_FILES= bin/ari-yahoo -USE_GCC= any -USE_AUTOTOOLS= autoconf - -pre-configure: - @${TOUCH} ${WRKSRC}/aclocal.m4 ${WRKSRC}/Makefile.in - @(cd ${WRKSRC}/libyahoo && ${SETENV} ${AUTOCONF_ENV} ${AUTOCONF} \ - ${AUTOCONFARGS}) - - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/ari-yahoo ${STAGEDIR}${PREFIX}/bin - -.include <bsd.port.mk> diff --git a/net-im/ari-yahoo/distinfo b/net-im/ari-yahoo/distinfo deleted file mode 100644 index a18bacb1291a..000000000000 --- a/net-im/ari-yahoo/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ari-yahoo-1.10.tar.gz) = f4343188efdbfda21ef1d0ded247841c186dc1aa39ac87ce904fd4190b8714ab -SIZE (ari-yahoo-1.10.tar.gz) = 253285 diff --git a/net-im/ari-yahoo/files/patch-configure.in b/net-im/ari-yahoo/files/patch-configure.in deleted file mode 100644 index fb68dc79d435..000000000000 --- a/net-im/ari-yahoo/files/patch-configure.in +++ /dev/null @@ -1,13 +0,0 @@ ---- configure.in.orig 2010-02-01 12:40:34.000000000 -0200 -+++ configure.in 2010-02-01 12:42:55.000000000 -0200 -@@ -16,8 +16,8 @@ - AC_CHECK_HEADER(curses.h, , use_curses_default=no) - - dnl Checks for library functions. --AC_CHECK_FUNC(socket, , AC_CHECK_LIB(socket, socket, , exit)) --AC_CHECK_FUNC(gethostbyname, , AC_CHECK_LIB(nsl, gethostbyname, , exit)) -+AC_CHECK_FUNC([socket], , [AC_CHECK_LIB(socket, socket, , exit)]) -+AC_CHECK_FUNC([gethostbyname], , [AC_CHECK_LIB(nsl, gethostbyname, , exit)]) - AC_CHECK_FUNCS(malloc free select htons fcntl atoi getpass, , exit) - - dnl Checks for library files. diff --git a/net-im/ari-yahoo/pkg-descr b/net-im/ari-yahoo/pkg-descr deleted file mode 100644 index e66e2910ee52..000000000000 --- a/net-im/ari-yahoo/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -This is a simple Yahoo Messenger client that requires no windowing system, -and it therefore can be quite useful in situations where a minimal system -is being used or when a windowing system is otherwise unavailable or -unfeasible. - -Ari's Yahoo Client is copyright (C) 2000 Ari Johnson, and this software -is protected by the GNU General Public License, which should have been -distributed along with this software as the file 'COPYING'. - -If you need to contact the developer, please e-mail him at: - ari@lusis.org |