git: c48a9adafeda - main - audio/sphinx: Mark DEPRECATED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 24 Dec 2023 18:52:58 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c48a9adafeda8ad7602b29a90bef8d376b43cd6d
commit c48a9adafeda8ad7602b29a90bef8d376b43cd6d
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-12-24 18:31:15 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-12-24 18:52:45 +0000
audio/sphinx: Mark DEPRECATED
- Add LICENSE BSD2CLAUSE
- Last upstream release was in 2005
- Upstream advises to use their new product audio/pocketsphinx
- Set EXPIRATION_DATE 2024-01-25
- Pet portclippy
---
audio/sphinx/Makefile | 17 ++++++++++++-----
1 file changed, 12 insertions(+), 5 deletions(-)
diff --git a/audio/sphinx/Makefile b/audio/sphinx/Makefile
index 40cb88a11cad..c6bbb455d116 100644
--- a/audio/sphinx/Makefile
+++ b/audio/sphinx/Makefile
@@ -9,16 +9,23 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Speech recognition system
WWW= http://cmusphinx.sourceforge.net/
-GNU_CONFIGURE= yes
-USE_LDCONFIG= yes
-PKGMESSAGE= ${WRKDIR}/pkg-message
+LICENSE= BSD2CLAUSE
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+DEPRECATED= Upstream advises to use audio/pocketsphinx
+EXPIRATION_DATE= 2024-01-25
+# contains i386 sound code
+ONLY_FOR_ARCHS= i386
+
USES= dos2unix gmake libtool shebangfix
DOS2UNIX_FILES= src/libsphinx2fe/fe_sigproc.c
+USE_LDCONFIG= yes
+
SHEBANG_FILES= scripts/sphinx2-demo.in
perl_OLD_CMD= "@PERL@ -w"
-# contains i386 sound code
-ONLY_FOR_ARCHS= i386
+GNU_CONFIGURE= yes
+PKGMESSAGE= ${WRKDIR}/pkg-message
post-patch:
@${REINPLACE_CMD} -e 's:<malloc.h>:<stdlib.h>:g' \