pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/ocaml
Module Name: pkgsrc
Committed By: wiz
Date: Sat Aug 23 15:04:29 UTC 2025
Modified Files:
pkgsrc/lang/ocaml: Makefile Makefile.common
Log Message:
ocaml: remove berkeley db references
code does not use db.h.
No change in build output log.
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.148 -r1.149 pkgsrc/lang/ocaml/Makefile
cvs rdiff -u -r1.68 -r1.69 pkgsrc/lang/ocaml/Makefile.common
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/ocaml/Makefile
diff -u pkgsrc/lang/ocaml/Makefile:1.148 pkgsrc/lang/ocaml/Makefile:1.149
--- pkgsrc/lang/ocaml/Makefile:1.148 Sun Apr 9 07:28:27 2023
+++ pkgsrc/lang/ocaml/Makefile Sat Aug 23 15:04:29 2025
@@ -1,7 +1,9 @@
-# $NetBSD: Makefile,v 1.148 2023/04/09 07:28:27 wiz Exp $
+# $NetBSD: Makefile,v 1.149 2025/08/23 15:04:29 wiz Exp $
.include "Makefile.common"
+PKGREVISION= 1
+
TEST_PROGRAM= ocamltest
MAKE_JOBS_SAFE= no
UNLIMIT_RESOURCES= stacksize
Index: pkgsrc/lang/ocaml/Makefile.common
diff -u pkgsrc/lang/ocaml/Makefile.common:1.68 pkgsrc/lang/ocaml/Makefile.common:1.69
--- pkgsrc/lang/ocaml/Makefile.common:1.68 Tue Mar 4 09:37:38 2025
+++ pkgsrc/lang/ocaml/Makefile.common Sat Aug 23 15:04:29 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.68 2025/03/04 09:37:38 nia Exp $
+# $NetBSD: Makefile.common,v 1.69 2025/08/23 15:04:29 wiz Exp $
# not used by anything else these days
@@ -24,15 +24,12 @@ MAKE_FLAGS+= INSTALL=${INSTALL:Q}
MAKE_FLAGS+= INSTALL_DATA=${INSTALL_DATA:Q}
MAKE_FLAGS+= INSTALL_PROG=${INSTALL_SCRIPT:Q}
-#CONFIGURE_ENV+= BDB_LIBS=${BDB_LINK:Q}
-#CONFIGURE_ENV+= BDB_BUILTIN=${USE_BUILTIN.${BDB_TYPE}:Q}
#CONFIGURE_ENV+= LDFLAGS=${LDFLAGS:Q}
#CONFIGURE_ARGS+= -prefix ${PREFIX}
#CONFIGURE_ARGS+= -with-pthread
#CONFIGURE_ARGS+= -host ${MACHINE_GNU_PLATFORM:Q}
#CONFIGURE_ARGS+= -mandir ${PREFIX}/lib/ocaml/${PKGMANDIR}
#CONFIGURE_ARGS+= --without-x
-#CPPFLAGS+= -DDB_DBM_HSEARCH
#DISTINFO_FILE= ${.CURDIR}/../../lang/ocaml/distinfo
#PATCHDIR= ${.CURDIR}/../../lang/ocaml/patches
@@ -54,13 +51,6 @@ INSTALL_UNSTRIPPED= yes
#CONFIGURE_ENV+= CC="${CC} ${CFLAGS}"
#.endif
-.include "../../mk/bdb.buildlink3.mk"
-
-#BDB_LINK= ${BDB_LIBS}
-#.if empty(BDBBASE:M/usr)
-#BDB_LINK+= -L${BDBBASE}/lib ${COMPILER_RPATH_FLAG}${BDBBASE}/lib
-#.endif
-
#post-extract: cp-gnu-config
#.PHONY: cp-gnu-config
Home |
Main Index |
Thread Index |
Old Index