git: 3c0098a0d17b - main - graphics/figurine: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 31 Dec 2023 00:07:51 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3c0098a0d17bcb68f13c27e3a46ff71b609d934a
commit 3c0098a0d17bcb68f13c27e3a46ff71b609d934a
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-12-29 22:06:13 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-12-31 00:06:21 +0000
graphics/figurine: Remove expired port
2023-12-31 graphics/figurine: BROKEN for more than 2 years on all supported versions after the EOL of 12
---
MOVED | 1 +
graphics/Makefile | 1 -
graphics/figurine/Makefile | 45 ---------------------------------------------
graphics/figurine/distinfo | 2 --
graphics/figurine/pkg-descr | 5 -----
5 files changed, 1 insertion(+), 53 deletions(-)
diff --git a/MOVED b/MOVED
index 69c497a857fa..9f08d7471b11 100644
--- a/MOVED
+++ b/MOVED
@@ -8223,3 +8223,4 @@ textproc/py-googletrans||2023-12-31|Has expired: Umaintained for over 3 years, d
multimedia/smtube||2023-12-31|Has expired: Depends on deprecated www/qt5-webkit
net/thcrut||2023-12-31|Has expired: BROKEN on all supported versions after the EOL of 12
games/OpenDiablo2||2023-12-31|Has expired: Upstream repository has been archived on Dec 20, 2021
+graphics/figurine||2023-12-31|Has expired: BROKEN for more than 2 years on all supported versions after the EOL of 12
diff --git a/graphics/Makefile b/graphics/Makefile
index ac2a07992227..e7c7f797b82e 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -190,7 +190,6 @@
SUBDIR += farbfeld
SUBDIR += feh
SUBDIR += fig2sxd
- SUBDIR += figurine
SUBDIR += filament
SUBDIR += filmulator
SUBDIR += flam3
diff --git a/graphics/figurine/Makefile b/graphics/figurine/Makefile
deleted file mode 100644
index d2b739b8c13f..000000000000
--- a/graphics/figurine/Makefile
+++ /dev/null
@@ -1,45 +0,0 @@
-PORTNAME= figurine
-PORTVERSION= 1.0.5
-PORTREVISION= 5
-CATEGORIES= graphics
-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Drawing program for X11
-WWW= https://figurine.sourceforge.net/
-
-LICENSE= GPLv2
-
-DEPRECATED= BROKEN for more than 2 years on all supported versions after the EOL of 12
-EXPIRATION_DATE= 2023-12-31
-BROKEN_FreeBSD_13= ld: error: duplicate symbol: numfontnames
-BROKEN_FreeBSD_14= ld: error: duplicate symbol: numfontnames
-
-RUN_DEPENDS= fig2dev:print/transfig
-
-OPTIONS_DEFINE= DOCS
-
-GNU_CONFIGURE= yes
-USES= xorg
-USE_XORG= xpm
-
-PLIST_FILES= bin/figurine \
- man/man1/figurine.1.gz
-
-PORTDOCS= *
-
-# Optimizations produce bad assembly code on sparc64
-CFLAGS_sparc64= -O0
-
-post-patch:
- @${REINPLACE_CMD} -e 's|datadir = @datadir@|datadir = @datadir@/doc|' \
- ${WRKSRC}/Makefile.in \
- ${WRKSRC}/src/Makefile.in \
- ${WRKSRC}/Doc/Makefile.in \
- ${WRKSRC}/examples/Makefile.in
-
-post-patch-DOCS-off:
- @${REINPLACE_CMD} -e "s|Doc examples src|src|" \
- ${WRKSRC}/Makefile.in
-
-.include <bsd.port.mk>
diff --git a/graphics/figurine/distinfo b/graphics/figurine/distinfo
deleted file mode 100644
index 2e4d920b3109..000000000000
--- a/graphics/figurine/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (figurine-1.0.5.tar.gz) = 9844d135790dea8c6df35065343c82f233688752bcb5008db310a4a814242705
-SIZE (figurine-1.0.5.tar.gz) = 293105
diff --git a/graphics/figurine/pkg-descr b/graphics/figurine/pkg-descr
deleted file mode 100644
index 3c8c5cd1bcc3..000000000000
--- a/graphics/figurine/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-Figurine is an X11 program for editing vector graphic figures and
-diagrams. It uses the xfig FIG3.2 format.
-
-Figurine is intended to be considerably easier to use than xfig,
-but providing a similar set of features.