From owner-svn-ports-all@freebsd.org Tue Jun 20 20:41:25 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B6947DA1F5B; Tue, 20 Jun 2017 20:41:25 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 81B1A733F2; Tue, 20 Jun 2017 20:41:25 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v5KKfOnZ032896; Tue, 20 Jun 2017 20:41:24 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5KKfOwf032895; Tue, 20 Jun 2017 20:41:24 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201706202041.v5KKfOwf032895@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Tue, 20 Jun 2017 20:41:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r444002 - head/net-im/corebird X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jun 2017 20:41:25 -0000 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