svn commit: r469703 - head/net/corosync

Vanilla I. Shu vanilla at FreeBSD.org
Sat May 12 03:25:13 UTC 2018


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


More information about the svn-ports-head mailing list