From owner-svn-ports-all@freebsd.org Sat May 12 03:25:49 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 2AAF7FE0BED; Sat, 12 May 2018 03:25:49 +0000 (UTC) (envelope-from vanilla@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 C7757878CB; Sat, 12 May 2018 03:25:48 +0000 (UTC) (envelope-from vanilla@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 A415C18D59; Sat, 12 May 2018 03:25:48 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4C3Pmv7059721; Sat, 12 May 2018 03:25:48 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4C3Pm3Q059720; Sat, 12 May 2018 03:25:48 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201805120325.w4C3Pm3Q059720@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Sat, 12 May 2018 03:25:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469704 - head/net/pacemaker X-SVN-Group: ports-head X-SVN-Commit-Author: vanilla X-SVN-Commit-Paths: head/net/pacemaker X-SVN-Commit-Revision: 469704 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.25 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: Sat, 12 May 2018 03:25:49 -0000 Author: vanilla Date: Sat May 12 03:25:48 2018 New Revision: 469704 URL: https://svnweb.freebsd.org/changeset/ports/469704 Log: Update libqb.so's version number. PR: 227563 Submitted by: maintainer Modified: head/net/pacemaker/Makefile Modified: head/net/pacemaker/Makefile ============================================================================== --- head/net/pacemaker/Makefile Sat May 12 03:25:12 2018 (r469703) +++ head/net/pacemaker/Makefile Sat May 12 03:25:48 2018 (r469704) @@ -3,7 +3,7 @@ PORTNAME= pacemaker PORTVERSION= 1.1.16 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= Pacemaker- CATEGORIES= net @@ -19,7 +19,7 @@ BUILD_DEPENDS= bash:shells/bash \ getopt>=0:misc/getopt LIB_DEPENDS= libgnutls.so:security/gnutls \ libltdl.so:devel/libltdl \ - libqb.so:devel/libqb \ + libqb.so.0:devel/libqb \ libuuid.so:misc/e2fsprogs-libuuid \ libxml2.so:textproc/libxml2 \ libxslt.so:textproc/libxslt @@ -37,6 +37,7 @@ USE_GITHUB= yes GH_ACCOUNT= ClusterLabs USES= autoreconf gmake libtool pathfix pkgconfig python shebangfix +USE_BINUTILS= yes USE_GNOME= glib20 USE_LDCONFIG= yes USE_PYTHON= py3kplist @@ -46,6 +47,7 @@ CONFIGURE_ARGS= --disable-fatal-warnings \ --disable-hardening \ --with-corosync \ --without-heartbeat +LDFLAGS+= -B${LOCALBASE}/bin INSTALL_TARGET= install-strip PATHFIX_MAKEFILEIN= Makefile.am