aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2025-12-31 11:35:14 +0000
committerRene Ladan <rene@FreeBSD.org>2025-12-31 11:35:14 +0000
commit3c4bbe4745547a5164e9e51517d3b3c9343fe87c (patch)
treea329548a0e27270502de42d49b537ae83f51a611
parenta7d2eca6f35ed3f8ba1362334f05c5be9981c218 (diff)
devel/bam: Remove expired port
2025-12-31 devel/bam: Outdated, current release in tree is from 2013 while latest upstream is 2018
-rw-r--r--MOVED1
-rw-r--r--devel/Makefile1
-rw-r--r--devel/bam/Makefile36
-rw-r--r--devel/bam/distinfo2
-rw-r--r--devel/bam/pkg-descr4
5 files changed, 1 insertions, 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.