diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2016-03-06 19:48:10 +0800 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2016-03-06 19:48:10 +0800 |
commit | 5b63de467e6b4bfe0fd2f41c9620b1fa8575f14d (patch) | |
tree | 8063a69dc7cf43527c5d7f1a29654aa0286b67cc /misc/e2fsprogs-libuuid | |
parent | a6848ff6a376e87f7e4ea0326bfabf82a5f480f3 (diff) | |
download | freebsd-ports-gnome-5b63de467e6b4bfe0fd2f41c9620b1fa8575f14d.tar.gz freebsd-ports-gnome-5b63de467e6b4bfe0fd2f41c9620b1fa8575f14d.tar.zst freebsd-ports-gnome-5b63de467e6b4bfe0fd2f41c9620b1fa8575f14d.zip |
net/guacamole-server, misc/e2fsprogs-libuuid, misc/p5-OSSP-uuid, misc/ossp-uuid
Currently when requiring both ossp-uuid and e2fspogs-libuuid is an
impossibility without the use of a jail. This patch was created to
fix this conflict. The patch includes updating revisions for removal
of CONFLICTS, and change LIBDEPEND change for all affected ports.
The changes on ossp-uuid port includes renaming of the shared/static
libs created, C/C++ manpage, and rename of pkgconfig file.
PR: 207004
Submitted by: Ultima1252@gmail.com
Approved by: vd
Diffstat (limited to 'misc/e2fsprogs-libuuid')
-rw-r--r-- | misc/e2fsprogs-libuuid/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/e2fsprogs-libuuid/Makefile b/misc/e2fsprogs-libuuid/Makefile index 43cbff153191..7cd04de058ec 100644 --- a/misc/e2fsprogs-libuuid/Makefile +++ b/misc/e2fsprogs-libuuid/Makefile @@ -1,14 +1,12 @@ # Created by: Matthias Andree <matthias.andree@gmx.de> # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= misc devel PKGNAMESUFFIX= -libuuid COMMENT= UUID library from e2fsprogs package -CONFLICTS= ossp-uuid-[0-9]* - CONFIGURE_ARGS= --enable-elf-shlibs OPTIONS_EXCLUDE= NLS |