diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-12-29 22:06:13 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-12-31 00:06:21 +0000 |
commit | 3c0098a0d17bcb68f13c27e3a46ff71b609d934a (patch) | |
tree | ee1113d77a78f07b0907a47f6ae15f23a024e900 | |
parent | e2b63c17780e1ce59195bc446642c8257e3d00bc (diff) |
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
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/figurine/Makefile | 45 | ||||
-rw-r--r-- | graphics/figurine/distinfo | 2 | ||||
-rw-r--r-- | graphics/figurine/pkg-descr | 5 |
5 files changed, 1 insertions, 53 deletions
@@ -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. |