Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Jun 2017 20:41:24 +0000 (UTC)
From:      "Carlos J. Puga Medina" <cpm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r444002 - head/net-im/corebird
Message-ID:  <201706202041.v5KKfOwf032895@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cpm
Date: Tue Jun 20 20:41:24 2017
New Revision: 444002
URL: https://svnweb.freebsd.org/changeset/ports/444002

Log:
  - Fix build on powerpc64 adding compiler:c++11-lang feature to USES
  - Bump PORTREVISION
  
  Reported by:	linimon

Modified:
  head/net-im/corebird/Makefile

Modified: head/net-im/corebird/Makefile
==============================================================================
--- head/net-im/corebird/Makefile	Tue Jun 20 20:29:10 2017	(r444001)
+++ head/net-im/corebird/Makefile	Tue Jun 20 20:41:24 2017	(r444002)
@@ -3,7 +3,7 @@
 
 PORTNAME=	corebird
 PORTVERSION=	1.5
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net-im
 
 MAINTAINER=	cpm@FreeBSD.org
@@ -19,12 +19,10 @@ LIB_DEPENDS=	libsoup-2.4.so:devel/libsoup \
 		librest-0.7.so:devel/librest \
 		libgspell-1.so:textproc/gspell
 
-BROKEN_powerpc64=	fails to compile: CbMedia.h:61: redefinition of typedef 'CbMedia'
-
 USE_GITHUB=	yes
 GH_ACCOUNT=	baedert
 
-USES=		autoreconf gmake libtool pkgconfig sqlite
+USES=		autoreconf compiler:c++11-lang gmake libtool pkgconfig sqlite
 
 GNU_CONFIGURE=	yes
 USE_GNOME=	atk cairo gdkpixbuf2 glib20 gtk30 intltool libxml2 pango



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