pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
gecode: add buildlink3.mk
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Mon Sep 15 01:09:06 2025 +0200
Changeset: f3a0fe1e58af00cc02f27451ae48bc3b07150594
Modified Files:
Makefile
Added Files:
gecode/buildlink3.mk
Log Message:
gecode: add buildlink3.mk
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f3a0fe1e58af00cc02f27451ae48bc3b07150594
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 7 +++++--
gecode/buildlink3.mk | 12 ++++++++++++
2 files changed, 17 insertions(+), 2 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index 8d20f83b3c..d472f2d260 100644
--- a/Makefile
+++ b/Makefile
@@ -143,6 +143,7 @@ SUBDIR+= afflib
SUBDIR+= afl-cov
SUBDIR+= agile
SUBDIR+= ags
+SUBDIR+= ahir
SUBDIR+= aichat
SUBDIR+= air
SUBDIR+= airconnect
@@ -182,6 +183,7 @@ SUBDIR+= ap2-macro
SUBDIR+= ap2-mpm-itk
SUBDIR+= ap2-passenger
SUBDIR+= ap2-zeroconf
+SUBDIR+= ap24-auth-gssapi
SUBDIR+= apache-arrow
SUBDIR+= apache-commons-beanutils
SUBDIR+= apache-commons-codec
@@ -1515,6 +1517,7 @@ SUBDIR+= hdf5_110
SUBDIR+= hdparm
SUBDIR+= heaptrack
SUBDIR+= heatshrink
+SUBDIR+= heimdal-dev
SUBDIR+= heimdall
SUBDIR+= hengband
SUBDIR+= hepmc
@@ -2100,6 +2103,7 @@ SUBDIR+= liblingoteach
SUBDIR+= libltc
SUBDIR+= libm4ri
SUBDIR+= libmapper
+SUBDIR+= libminizinc
SUBDIR+= libmirisdr-git
SUBDIR+= libmixed
SUBDIR+= libmobi-git
@@ -2614,7 +2618,6 @@ SUBDIR+= newt
SUBDIR+= nextpnr
SUBDIR+= nextpnr-himbaechel-gowin
SUBDIR+= nextpnr-ice40_update
-SUBDIR+= nextpnr_update
SUBDIR+= nfcapdu
SUBDIR+= nfstrace
SUBDIR+= ng-spice-dev
@@ -5360,7 +5363,6 @@ SUBDIR+= sharif-univ-ttf
SUBDIR+= shed
SUBDIR+= shell-fm
SUBDIR+= shellharden
-SUBDIR+= shellinabox
SUBDIR+= shotcut
SUBDIR+= shoutcast
SUBDIR+= showfont
@@ -5661,6 +5663,7 @@ SUBDIR+= terraform-provider-template
SUBDIR+= terraform-provider-time
SUBDIR+= terraform-provider-tls
SUBDIR+= terraform-provider-vultr
+SUBDIR+= terraform012
SUBDIR+= terraform013
SUBDIR+= terraform014
SUBDIR+= terraform015
diff --git a/gecode/buildlink3.mk b/gecode/buildlink3.mk
new file mode 100644
index 0000000000..8dca499e13
--- /dev/null
+++ b/gecode/buildlink3.mk
@@ -0,0 +1,12 @@
+# $NetBSD$
+
+BUILDLINK_TREE+= gecode
+
+.if !defined(GECODE_BUILDLINK3_MK)
+GECODE_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.gecode+= gecode>=6.2.0
+BUILDLINK_PKGSRCDIR.gecode?= ../../wip/gecode
+.endif # GECODE_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -gecode
Home |
Main Index |
Thread Index |
Old Index