Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Feb 2014 19:54:27 +0000 (UTC)
From:      Joe Marcus Clarke <marcus@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r342827 - head/net-im/meanwhile
Message-ID:  <201402051954.s15JsRBk013526@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marcus
Date: Wed Feb  5 19:54:26 2014
New Revision: 342827
URL: http://svnweb.freebsd.org/changeset/ports/342827
QAT: https://qat.redports.org/buildarchive/r342827/

Log:
  Force this port to build under GCC.  This fixes an issue where meanwhile
  would fail to negotiate with servers.
  
  Reported by:	Ryan Stark <syah@morphium.org>

Modified:
  head/net-im/meanwhile/Makefile

Modified: head/net-im/meanwhile/Makefile
==============================================================================
--- head/net-im/meanwhile/Makefile	Wed Feb  5 19:52:28 2014	(r342826)
+++ head/net-im/meanwhile/Makefile	Wed Feb  5 19:54:26 2014	(r342827)
@@ -3,7 +3,7 @@
 
 PORTNAME=	meanwhile
 PORTVERSION=	1.0.2
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	net-im
 MASTER_SITES=	SF
 
@@ -15,6 +15,7 @@ USES=		pkgconfig gmake pathfix
 USE_GNOME=	glib20
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
+USE_GCC=	any
 CONFIGURE_ARGS=	--enable-doxygen=no \
 		--with-gmp-prefix=${LOCALBASE}
 CPPFLAGS+=	-I${LOCALBASE}/include -DGLIB_COMPILATION



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402051954.s15JsRBk013526>