From owner-svn-ports-all@freebsd.org Thu Oct 11 20:48:52 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1FAF610C764B; Thu, 11 Oct 2018 20:48:52 +0000 (UTC) (envelope-from olivier@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EC466819DE; Thu, 11 Oct 2018 20:48:51 +0000 (UTC) (envelope-from olivier@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E72621591E; Thu, 11 Oct 2018 20:48:51 +0000 (UTC) (envelope-from olivier@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9BKmpt7018088; Thu, 11 Oct 2018 20:48:51 GMT (envelope-from olivier@FreeBSD.org) Received: (from olivier@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9BKmpVh018087; Thu, 11 Oct 2018 20:48:51 GMT (envelope-from olivier@FreeBSD.org) Message-Id: <201810112048.w9BKmpVh018087@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivier set sender to olivier@FreeBSD.org using -f From: Olivier Cochard Date: Thu, 11 Oct 2018 20:48:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481853 - head/net/libyang X-SVN-Group: ports-head X-SVN-Commit-Author: olivier X-SVN-Commit-Paths: head/net/libyang X-SVN-Commit-Revision: 481853 X-SVN-Commit-Repository: ports 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.27 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: Thu, 11 Oct 2018 20:48:52 -0000 Author: olivier Date: Thu Oct 11 20:48:51 2018 New Revision: 481853 URL: https://svnweb.freebsd.org/changeset/ports/481853 Log: Fix build with GCC-based architectures. PR: 231975 Submitted by: Piotr Kubaj Modified: head/net/libyang/Makefile Modified: head/net/libyang/Makefile ============================================================================== --- head/net/libyang/Makefile Thu Oct 11 20:47:44 2018 (r481852) +++ head/net/libyang/Makefile Thu Oct 11 20:48:51 2018 (r481853) @@ -4,7 +4,7 @@ PORTNAME= libyang PORTVERSION= 0.16 DISTVERSIONPREFIX= v DISTVERSIONSUFFIX= -r1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MAINTAINER= olivier@FreeBSD.org @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libpcre.so:devel/pcre -USES= cmake pkgconfig +USES= cmake compiler:c++11-lang pkgconfig USE_LDCONFIG= yes USE_GITHUB= yes