Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 May 2016 13:00:48 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r415110 - head/sysutils/cluster-glue
Message-ID:  <201605131300.u4DD0mtd049613@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri May 13 13:00:47 2016
New Revision: 415110
URL: https://svnweb.freebsd.org/changeset/ports/415110

Log:
  - Switch to USES=localbase
  - Fix shebangs

Modified:
  head/sysutils/cluster-glue/Makefile

Modified: head/sysutils/cluster-glue/Makefile
==============================================================================
--- head/sysutils/cluster-glue/Makefile	Fri May 13 13:00:39 2016	(r415109)
+++ head/sysutils/cluster-glue/Makefile	Fri May 13 13:00:47 2016	(r415110)
@@ -2,6 +2,7 @@
 
 PORTNAME=	cluster-glue
 PORTVERSION=	1.0.12
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	http://hg.linux-ha.org/glue/archive/
 DISTNAME=	0a7add1d9996
@@ -23,10 +24,12 @@ GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-fatal-warnings \
 		--with-initdir=${PREFIX}/etc/rc.d \
 		--with-ocf-root=${PREFIX}/etc/ocf
-CPPFLAGS+=	-I${LOCALBASE}/include
-LIBS+=		-L${LOCALBASE}/lib
 INSTALL_TARGET=	install-strip
-USES=		autoreconf gettext gmake libtool perl5 pkgconfig python tar:bz2
+USES=		autoreconf gettext gmake libtool localbase perl5 pkgconfig python shebangfix tar:bz2
+SHEBANG_FILES=	lib/plugins/stonith/external/ibmrsa-telnet \
+		lib/plugins/stonith/external/vmware \
+		lib/plugins/stonith/external/xen0-ha.in \
+		lib/plugins/stonith/external/xen0-ha-dom0-stonith-helper
 USE_GNOME=	glib20 libxml2
 USE_LDCONFIG=	yes
 USE_OPENSSL=	yes



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