diff options
author | Rene Ladan <rene@FreeBSD.org> | 2013-07-26 19:19:20 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2013-07-26 19:19:20 +0000 |
commit | 66fee909266a1dedf3dfc1f03bb0841380d78805 (patch) | |
tree | 4c98d494bc4532b5dd5b19f4e47bcb3babf104c2 /net-im/eva/Makefile | |
parent | Remove support for Qt3/kde in preparation for full Qt3/kde3 removal (diff) |
KDE3 and QT3 expired on 2013-07-01, remove these ports.
Unfortunately, this also affects some ports using QT3 as a GUI toolkit.
Changes to infrastructure files:
- bsd.kde.mk : obsolete, remove
- bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while
- CHANGES : document the removals from bsd.port.mk
- KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead)
- MOVED : add the removed ports
PR: ports/180745
Submitted by: rene
Approved by: portmgr (bapt)
Exp-run by: bapt
Diffstat (limited to 'net-im/eva/Makefile')
-rw-r--r-- | net-im/eva/Makefile | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/net-im/eva/Makefile b/net-im/eva/Makefile deleted file mode 100644 index cda51c96363f..000000000000 --- a/net-im/eva/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# New ports collection makefile for: eva -# Date created: 16 April 2005 -# Whom: hamigua <hamigua@cuc.cn> -# -# $FreeBSD$ -# - -PORTNAME= eva -PORTVERSION= 0.4.1 -PORTREVISION= 10 -CATEGORIES= net-im kde -MASTER_SITES= SF/${PORTNAME}q/${PORTNAME}-0.4/Eva%20${PORTVERSION} - -PATCH_SITES= ftp://local-distfiles.freebsd.org.cn/pub/china-ports/hamigua/ -PATCHFILES= eva-0.4.1_20070504.patch.gz -PATCH_DIST_STRIP= -p1 - -MAINTAINER= ports@FreeBSD.org -COMMENT= QQ IM Client for KDE3 - -DEPRECATED= Depends on QT3; unmaintained -EXPIRATION_DATE= 2013-07-01 - -USE_KDELIBS_VER=3 -USE_AUTOTOOLS= libtool autoconf -USE_GMAKE= yes -USE_BZIP2= yes -MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ - AUTOHEADER="${TRUE}" - -WRKSRC= ${WRKDIR}/${PORTNAME} - -post-patch: - @${REINPLACE_CMD} -e 's|^\(LIBS\ =\ @LIBS@\)|\1 -pthread|' \ - ${WRKSRC}/src/Makefile.in - @${REINPLACE_CMD} -e 's/-pedantic //g; s/-O2//g; \ - s/-lpthread/${PTHREAD_LIBS}/g' ${WRKSRC}/configure - -.include <bsd.port.mk> |