pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

wip/got-portable: add missing dependency on libuuid. Add CONFLICT note for devel/got. Bump PKGREVISION.



Module Name:	pkgsrc-wip
Committed By:	Paolo Vincenzo Olivo <vms%retrobsd.ddns.net@localhost>
Pushed By:	vms
Date:		Wed Jun 22 16:53:12 2022 +0200
Changeset:	96ced8fd092e2a57b6adb75677f1ee99f20d4c61

Modified Files:
	got-portable/Makefile

Log Message:
wip/got-portable: add missing dependency on libuuid.
Add CONFLICT note for devel/got.
Bump PKGREVISION.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=96ced8fd092e2a57b6adb75677f1ee99f20d4c61

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 got-portable/Makefile | 5 +++++
 1 file changed, 5 insertions(+)

diffs:
diff --git a/got-portable/Makefile b/got-portable/Makefile
index f27fbe5851..473957c390 100644
--- a/got-portable/Makefile
+++ b/got-portable/Makefile
@@ -3,6 +3,7 @@
 DISTNAME=	983d44d72ca4def1c26ef74f69543313e3176b31
 PKGNAME=	got-portable-${PKGVER}
 PKGVER=		0.70
+PKGREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	https://repo.or.cz/got-portable.git/snapshot/
 
@@ -11,6 +12,8 @@ HOMEPAGE=	https://gameoftrees.org/
 COMMENT=	Game of Trees version control system manipulating Git repo
 LICENSE=	isc
 
+CONFLICTS+=		got-[0-9]*
+
 USE_TOOLS+=		pkg-config autoconf automake autoreconf
 GNU_CONFIGURE=		yes
 INSTALLATION_DIRS=	bin libexec ${PKGMANDIR}/man1 ${PKGMANDIR}/man5
@@ -30,6 +33,8 @@ post-patch:
 
 # For set_panel_userptr(3)'s second argument and waddwstr(3).
 .include "../../devel/ncursesw/buildlink3.mk"
+
+.include "../../devel/libuuid/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index