git: 3c4bbe474554 - main - devel/bam: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 31 Dec 2025 11:35:23 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3c4bbe4745547a5164e9e51517d3b3c9343fe87c
commit 3c4bbe4745547a5164e9e51517d3b3c9343fe87c
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-12-31 11:35:14 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-12-31 11:35:14 +0000
devel/bam: Remove expired port
2025-12-31 devel/bam: Outdated, current release in tree is from 2013 while latest upstream is 2018
---
MOVED | 1 +
devel/Makefile | 1 -
devel/bam/Makefile | 36 ------------------------------------
devel/bam/distinfo | 2 --
devel/bam/pkg-descr | 4 ----
5 files changed, 1 insertion(+), 43 deletions(-)
diff --git a/MOVED b/MOVED
index df3dbaceeac8..1de288c2e7a8 100644
--- a/MOVED
+++ b/MOVED
@@ -4947,3 +4947,4 @@ www/py-dj51-django-htmx||2025-12-31|Has expired: Extended support of Django 5.1
www/py-dj51-django-tables2||2025-12-31|Has expired: Extended support of Django 5.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/
www/py-dj51-djangorestframework||2025-12-31|Has expired: Extended support of Django 5.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/
audio/pc-mixer||2025-12-31|Has expired: Abandoned upstream and depends on deprecated QT5
+devel/bam||2025-12-31|Has expired: Outdated, current release in tree is from 2013 while latest upstream is 2018
diff --git a/devel/Makefile b/devel/Makefile
index 2d705c85526f..6d5e23a7ccb4 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -292,7 +292,6 @@
SUBDIR += babeltrace
SUBDIR += bacnet-stack
SUBDIR += bacon
- SUBDIR += bam
SUBDIR += base64
SUBDIR += bashdb
SUBDIR += basu
diff --git a/devel/bam/Makefile b/devel/bam/Makefile
deleted file mode 100644
index 804f4c236d81..000000000000
--- a/devel/bam/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-PORTNAME= bam
-PORTVERSION= 0.4.0
-CATEGORIES= devel
-MASTER_SITES= https://github.com/downloads/matricks/bam/
-
-MAINTAINER= beyert@cs.ucr.edu
-COMMENT= Fast and flexible build system using Lua
-WWW= http://matricks.github.com/bam/
-
-LICENSE= ZLIB
-
-BROKEN= Unfetchable
-DEPRECATED= Outdated, current release in tree is from 2013 while latest upstream is 2018
-EXPIRATION_DATE=2025-12-31
-
-USES= compiler tar:bzip2
-
-CONFLICTS_INSTALL= bamutil
-
-PLIST_FILES= bin/bam
-
-.include <bsd.port.pre.mk>
-
-do-build:
-.if ${COMPILER_TYPE} == clang
- @${REINPLACE_CMD} -e 's|-ldl||g' ${WRKSRC}/make_unix_clang.sh
- (cd ${WRKSRC} && ${SH} make_unix_clang.sh)
-.else
- @${REINPLACE_CMD} -e 's|-ldl||g' ${WRKSRC}/make_unix.sh
- (cd ${WRKSRC} && ${SH} make_unix.sh)
-.endif
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/bam ${STAGEDIR}${PREFIX}/bin
-
-.include <bsd.port.post.mk>
diff --git a/devel/bam/distinfo b/devel/bam/distinfo
deleted file mode 100644
index 8fa0efa6f3c9..000000000000
--- a/devel/bam/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (bam-0.4.0.tar.bz2) = 56030670aa21e227ce0a00f1ee0c9b5129469a6e69e7b67c3dd459d2fce6207d
-SIZE (bam-0.4.0.tar.bz2) = 164033
diff --git a/devel/bam/pkg-descr b/devel/bam/pkg-descr
deleted file mode 100644
index cb33b407bf85..000000000000
--- a/devel/bam/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-Bam is a fast and flexible build system. Bam uses Lua to describe the build
-process. It takes its inspiration for the script files from scons. While
-scons focuses on being 100% correct when building, bam makes a few sacrifices
-to acquire fast full and incremental build times.