2016-02-24 19:44:45 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= glusterfs
|
2017-01-21 03:08:30 +00:00
|
|
|
PORTVERSION= 3.9.0
|
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707
2017-04-01 15:23:30 +00:00
|
|
|
PORTREVISION= 2
|
2016-02-24 19:44:45 +00:00
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= http://bits.gluster.org/pub/gluster/glusterfs/src/
|
|
|
|
|
|
|
|
MAINTAINER= craig001@lerwick.hopto.org
|
|
|
|
COMMENT= GlusterFS distributed file system
|
|
|
|
|
|
|
|
LICENSE= GPLv2 LGPL3
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
2016-04-01 21:47:07 +00:00
|
|
|
LIB_DEPENDS= libargp.so:devel/argp-standalone liburcu-bp.so:sysutils/liburcu
|
2016-02-24 19:44:45 +00:00
|
|
|
|
|
|
|
USE_GCC= any
|
|
|
|
|
2017-01-21 03:08:30 +00:00
|
|
|
USES= bison gettext libtool pkgconfig python readline shebangfix \
|
2017-03-15 14:45:30 +00:00
|
|
|
sqlite ssl
|
2017-01-21 03:08:30 +00:00
|
|
|
|
|
|
|
SHEBANG_FILES= extras/ganesha/scripts/create-export-ganesha.sh \
|
|
|
|
extras/ganesha/scripts/dbus-send.sh \
|
|
|
|
extras/ganesha/scripts/ganesha-ha.sh \
|
|
|
|
extras/ganesha/scripts/generate-epoch.py \
|
|
|
|
extras/peer_add_secret_pub.in \
|
|
|
|
tools/glusterfind/S57glusterfind-delete-post.py
|
2016-02-24 19:44:45 +00:00
|
|
|
|
|
|
|
USE_GNOME= glib20 libxml2
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
USE_RC_SUBR= glusterd
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig \
|
|
|
|
--with-mountutildir=${PREFIX}/sbin \
|
|
|
|
--localstatedir=/var \
|
|
|
|
--disable-epoll \
|
|
|
|
--enable-glupy \
|
|
|
|
--disable-georeplication \
|
|
|
|
ac_cv_lib_aio_io_setup=no ac_cv_func_fallocate=no \
|
|
|
|
ac_cv_func_setfsuid=no ac_cv_func_fdatasync=no \
|
|
|
|
ac_cv_func_llistxattr=no ac_cv_func_malloc_stats=no
|
|
|
|
CPPFLAGS+= -I"${LOCALBASE}/include"
|
|
|
|
LDFLAGS+= -L"${LOCALBASE}/lib" -largp
|
|
|
|
INSTALL_TARGET= install-strip
|
2017-01-21 03:08:30 +00:00
|
|
|
PLIST_SUB= GLUSTERLIBDIR="lib/${PORTNAME}/${PORTVERSION}"
|
2016-02-24 19:44:45 +00:00
|
|
|
KMODDIR?= /boot/modules
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|