Created attachment 166712 [details] Patch.diff 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. I have built all the affected ports and after testing them I see no problems currently. net/guacamole-server * Modified libdepend * Added port revision misc/e2fsprogs-libuuid * Removed ossp-uuid conflict * Added port revision misc/p5-OSSP-uuid * Modified build depend misc/ossp-uuid * Updated revision from 7 to 8 * Removed conflicts with e2fsprogs-libuuid * Added pre-patch to change shared/static lib names * Added patchfile to change C/C++ manpages and rename pkgconfig file * Updated pkg-plist
The misc/ossp-uuid changes look good to me.
Hi Vasil, Can you please set the maintainer-feedback flag accordingly?
Testbuilds@work
A commit references this bug: Author: pi Date: Sun Mar 6 11:48:11 UTC 2016 New revision: 410454 URL: https://svnweb.freebsd.org/changeset/ports/410454 Log: 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 Changes: head/misc/e2fsprogs-libuuid/Makefile head/misc/ossp-uuid/Makefile head/misc/ossp-uuid/files/patch-Makefile.in head/misc/ossp-uuid/files/patch-uuid.pc.in head/misc/ossp-uuid/pkg-plist head/misc/p5-OSSP-uuid/Makefile head/net/guacamole-server/Makefile
Committed, thanks!