pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
geneweb: Progress: declare some dependencies, use c
Module Name: pkgsrc-wip
Committed By: Greg Troxel <gdt%lexort.com@localhost>
Pushed By: gdt
Date: Fri Feb 14 20:53:05 2025 -0500
Changeset: d0ef95f4d63b70f35638369ac6cb48fb4ba43554
Modified Files:
geneweb/Makefile
Log Message:
geneweb: Progress: declare some dependencies, use c
Rather than failing spectacularly early, it fails less inscrutably,
after more progress!
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d0ef95f4d63b70f35638369ac6cb48fb4ba43554
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
geneweb/Makefile | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diffs:
diff --git a/geneweb/Makefile b/geneweb/Makefile
index c8f5685291..a9488a93ec 100644
--- a/geneweb/Makefile
+++ b/geneweb/Makefile
@@ -13,10 +13,10 @@ DIST_SUBDIR= ${GITHUB_PROJECT}
MAINTAINER= gdt%NetBSD.org@localhost
HOMEPAGE= https://github.com/geneweb/geneweb/
COMMENT= GeneWeb is a genealogy database that runs as a web server
-#LICENSE= # TODO: (see mk/license.mk)
+LICENSE= gnu-gpl-v2
WRKSRC= ${WRKDIR}/geneweb-${VERSION}
-USE_LANGUAGES= # none
+USE_LANGUAGES= c
USE_TOOLS+= gmake
OCAML_USE_DUNE= yes
@@ -24,7 +24,7 @@ OCAML_USE_DUNE= yes
OPAM_INSTALL_FILES= ${OCAML_FINDLIB_DIRS}
DUNE_BUILD_PACKAGES= ${OCAML_FINDLIB_DIRS}
-RCD_SCRIPTS= geneweb
+RCD_SCRIPTS= geneweb
.include "../../mk/bsd.prefs.mk"
@@ -33,7 +33,9 @@ do-configure:
BUILD_TARGET= build
-#.include "../../lang/camlp5/buildlink3.mk"
+.include "../../devel/ocaml-ppxlib/buildlink3.mk"
+.include "../../lang/camlp5/buildlink3.mk"
.include "../../lang/ocaml/buildlink3.mk"
+.include "../../textproc/ocaml-uutf/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index