aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2007-09-05 02:02:57 +0800
committerpav <pav@FreeBSD.org>2007-09-05 02:02:57 +0800
commitf3b30cfce721a5a63c79ba117d01a2dc4f67a6ce (patch)
treee5db131a79bb388b62233cfe0166512babf039d9 /net
parentff5e1e5cce73f1059f03fea54cc1f1063de03c8d (diff)
downloadfreebsd-ports-gnome-f3b30cfce721a5a63c79ba117d01a2dc4f67a6ce.tar.gz
freebsd-ports-gnome-f3b30cfce721a5a63c79ba117d01a2dc4f67a6ce.tar.zst
freebsd-ports-gnome-f3b30cfce721a5a63c79ba117d01a2dc4f67a6ce.zip
- Drop maintainership on maintainer's request
- Mark BROKEN with GCC 4.2
Diffstat (limited to 'net')
-rw-r--r--net/vyqchat/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/net/vyqchat/Makefile b/net/vyqchat/Makefile
index 3066fe10144a..60d95f81846e 100644
--- a/net/vyqchat/Makefile
+++ b/net/vyqchat/Makefile
@@ -11,7 +11,7 @@ PORTREVISION= 3
CATEGORIES= net
MASTER_SITES= http://linux.bydg.org/~yogin/
-MAINTAINER= semionov@mail.bg
+MAINTAINER= ports@FreeBSD.org
COMMENT= A Qt LAN chat, compatible with Vypress Chat
USE_QT_VER= 3
@@ -37,4 +37,10 @@ CONFIGURE_ARGS+=--without-libao
LIB_DEPENDS+= sndfile:${PORTSDIR}/audio/libsndfile
.endif
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700042
+BROKEN= Does not compile with GCC 4.2
+.endif
+
+.include <bsd.port.post.mk>