pkgsrc-WIP-changes archive

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

geneweb: Add some dependencies



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Sat Feb 15 07:55:46 2025 -0500
Changeset:	ae1e0b25e5c47ead199e632c9e5e6f83e3c6d614

Modified Files:
	geneweb/Makefile
	geneweb/TODO

Log Message:
geneweb: Add some dependencies

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

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

diffstat:
 geneweb/Makefile | 6 ++++--
 geneweb/TODO     | 6 ++++++
 2 files changed, 10 insertions(+), 2 deletions(-)

diffs:
diff --git a/geneweb/Makefile b/geneweb/Makefile
index a9488a93ec..0edb7eb92a 100644
--- a/geneweb/Makefile
+++ b/geneweb/Makefile
@@ -1,11 +1,10 @@
 # $NetBSD$
 
 VERSION=	7.1-beta
-
 GITHUB_PROJECT=	geneweb
 GITHUB_TAG=	refs/tags/v${VERSION}
 DISTNAME=	v${VERSION}
-PKGNAME=	${GITHUB_PROJECT}-${DISTNAME:S,^v,,}
+PKGNAME=	${GITHUB_PROJECT}-7.1b1
 CATEGORIES=	# TODO: add primary category
 MASTER_SITES=	${MASTER_SITE_GITHUB:=geneweb/}
 DIST_SUBDIR=	${GITHUB_PROJECT}
@@ -33,9 +32,12 @@ do-configure:
 
 BUILD_TARGET=	build
 
+.include "../../devel/ocaml-ppx_import/buildlink3.mk"
 .include "../../devel/ocaml-ppxlib/buildlink3.mk"
 .include "../../lang/camlp5/buildlink3.mk"
 .include "../../lang/ocaml/buildlink3.mk"
+.include "../../textproc/ocaml-markup/buildlink3.mk"
 .include "../../textproc/ocaml-uutf/buildlink3.mk"
+.include "../../www/ocaml-uri/buildlink3.mk"
 
 .include "../../mk/bsd.pkg.mk"
diff --git a/geneweb/TODO b/geneweb/TODO
index 9233a2d290..52d892d511 100644
--- a/geneweb/TODO
+++ b/geneweb/TODO
@@ -1,3 +1,9 @@
   - add libraries that are needed
+
+    Error: Library "jingoo" not found.
+    Error: Library "ppx_blob" not found.
+    Error: Library "ppx_deriving.show" not found.
+    Error: Library "uunf" not found.
+
   - report bashism upstream
   - test


Home | Main Index | Thread Index | Old Index