aboutsummaryrefslogtreecommitdiff
path: root/misc/e2fsprogs-libuuid
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2017-10-29 09:10:56 +0000
committerMatthias Andree <mandree@FreeBSD.org>2017-10-29 09:10:56 +0000
commit627a084eeab0c735fcde7d04750d7d4f7774d08d (patch)
tree0345d6f3364b2276223d3d8adcb10a4f1bce5dc1 /misc/e2fsprogs-libuuid
parent7e7a3b6aed70d6c5f7c46d612db4588eda52fec3 (diff)
downloadports-627a084eeab0c735fcde7d04750d7d4f7774d08d.tar.gz
ports-627a084eeab0c735fcde7d04750d7d4f7774d08d.zip
Update to new upstream 1.43.7, install libext2fs.so [1].
Install shared libraries, and use them (except for e2fsck, which links it statically so it can be used from /sbin), requested by pgf@ and fsu@. To that end, we need to add LIB_DEPENDS and tweak CONFIGURE_ARGS (notably LDFLAGS need to be passed there already, not in MAKE_ARGS, so that we can find libuuid/libblkid). Use @comment trick in pkg-plist to ignore not-to-install libraries (libss, libblkid - these have their own ports) while shutting up make check-plist and poudriere checks at the same time. Reported by: pgf@, fsu@ [1]
Notes
Notes: svn path=/head/; revision=453102
Diffstat (limited to 'misc/e2fsprogs-libuuid')
-rw-r--r--misc/e2fsprogs-libuuid/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/e2fsprogs-libuuid/Makefile b/misc/e2fsprogs-libuuid/Makefile
index 9cc53c269774..0dfb20ca4120 100644
--- a/misc/e2fsprogs-libuuid/Makefile
+++ b/misc/e2fsprogs-libuuid/Makefile
@@ -10,7 +10,7 @@ COMMENT= UUID library from e2fsprogs package
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${INSTALL_WRKSRC}/COPYING
-CONFIGURE_ARGS= --enable-elf-shlibs
+CONFIGURE_ARGS= --enable-elf-shlibs --enable-libuuid
OPTIONS_EXCLUDE= NLS
MASTERDIR= ${.CURDIR}/../../sysutils/e2fsprogs