git: 6fa3b21246b6 - main - multimedia/ppm2fli: Mark DEPRECATED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 29 Oct 2023 22:57:14 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=6fa3b21246b6dcd9dcd08235ff65e583dc305788
commit 6fa3b21246b6dcd9dcd08235ff65e583dc305788
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-10-29 13:01:01 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-10-29 22:53:32 +0000
multimedia/ppm2fli: Mark DEPRECATED
- BROKEN on all supported versions after the EOL of 12
- Add LICENSE GPLv2
- Set EXPIRATION_DATE 2023-12-31
---
multimedia/ppm2fli/Makefile | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/multimedia/ppm2fli/Makefile b/multimedia/ppm2fli/Makefile
index d84749c6abd9..6d7fe3839ed3 100644
--- a/multimedia/ppm2fli/Makefile
+++ b/multimedia/ppm2fli/Makefile
@@ -1,5 +1,6 @@
PORTNAME= ppm2fli
PORTVERSION= 2.1
+PORTREVISION= 1
CATEGORIES= multimedia graphics
MASTER_SITES= http://vento.pi.tu-berlin.de/ppm2fli/
@@ -7,9 +8,14 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Utilities to merge PPM files into animated FLI and backwards
WWW= http://vento.pi.tu-berlin.de/ppm2fli/main.html
+DEPRECATED= BROKEN on all supported versions after the EOL of 12
+EXPIRATION_DATE= 2023-12-31
BROKEN_FreeBSD_13= ld: error: duplicate symbol: Xorigin
BROKEN_FreeBSD_14= ld: error: duplicate symbol: Xorigin
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
+
pre-patch:
@${REINPLACE_CMD} -e 's|^C|#C|g ; \
s|gcc |\$${CC} |g' ${WRKSRC}/Makefile