Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Aug 2014 13:19:36 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r366617 - head/net-im/uTox
Message-ID:  <201408301319.s7UDJats029277@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Aug 30 13:19:35 2014
New Revision: 366617
URL: http://svnweb.freebsd.org/changeset/ports/366617
QAT: https://qat.redports.org/buildarchive/r366617/

Log:
  Unbreak on 9amd64
  I couldn't test on 8,  various dependencies were failing

Modified:
  head/net-im/uTox/Makefile

Modified: head/net-im/uTox/Makefile
==============================================================================
--- head/net-im/uTox/Makefile	Sat Aug 30 12:44:54 2014	(r366616)
+++ head/net-im/uTox/Makefile	Sat Aug 30 13:19:35 2014	(r366617)
@@ -21,13 +21,7 @@ GH_PROJECT=	${PORTNAME}
 GH_TAGNAME=	${GH_COMMIT}
 GH_COMMIT=	299184f
 
-USES=		desktop-file-utils gmake pkgconfig
-
-.include <bsd.port.options.mk>
-
-.if ${OPSYS} == FreeBSD && ${OSVERSION} <= 804000
-USES+=		compiler:c++11-lang
-.endif
+USES=		compiler:c11 desktop-file-utils gmake pkgconfig
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/utox



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