Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 May 2018 03:25:13 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r469703 - head/net/corosync
Message-ID:  <201805120325.w4C3PDjc059601@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vanilla
Date: Sat May 12 03:25:12 2018
New Revision: 469703
URL: https://svnweb.freebsd.org/changeset/ports/469703

Log:
  Add libqb.so's version number to LIB_DEPENDS.
  
  Submitted by:	227563
  Reported by:	maintainer

Modified:
  head/net/corosync/Makefile

Modified: head/net/corosync/Makefile
==============================================================================
--- head/net/corosync/Makefile	Sat May 12 03:24:10 2018	(r469702)
+++ head/net/corosync/Makefile	Sat May 12 03:25:12 2018	(r469703)
@@ -3,6 +3,7 @@
 
 PORTNAME=	corosync
 PORTVERSION=	2.4.2
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	http://build.clusterlabs.org/corosync/releases/
 
@@ -13,13 +14,15 @@ LICENSE=	BSD3CLAUSE
 
 LIB_DEPENDS=	libnspr4.so:devel/nspr \
 		libnss3.so:security/nss \
-		libqb.so:devel/libqb
+		libqb.so.0:devel/libqb
 
 USES=		gmake groff libtool pathfix pkgconfig
+USE_BINUTILS=	yes
 USE_LDCONFIG=	yes
 USE_RC_SUBR=	${PORTNAME} ${PORTNAME}-notifyd
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-secure-build
+LDFLAGS+=	-B${LOCALBASE}/bin
 INSTALL_TARGET=	install-strip
 
 OPTIONS_DEFINE=	DBUS SNMP



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