svn commit: r342827 - head/net-im/meanwhile

Joe Marcus Clarke marcus at FreeBSD.org
Wed Feb 5 19:54:27 UTC 2014


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 at 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


More information about the svn-ports-all mailing list