summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-09-04 18:02:57 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-09-04 18:02:57 +0000
commit923c5eef01bf535c2042b07a6b46e4008c7874de (patch)
tree4dae99c2f3d9b2533584c9698c21cfc7e400cc4d
parentfed9879891322237b4e3e8e3aac18bad1fceb714 (diff)
downloadfreebsd-ports-923c5eef01bf535c2042b07a6b46e4008c7874de.zip
- Drop maintainership on maintainer's request
- Mark BROKEN with GCC 4.2
-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>