Commit 4624b4df authored by Rene Ladan's avatar Rene Ladan
Browse files

x11-fm/fsv2: Remove expired port

2025-10-13 x11-fm/fsv2
parent 559757d7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4803,3 +4803,4 @@ net/p5-URI-ws|net/p5-URI|2025-10-12|URI-ws was folded into URI
science/py-cirq-rigetti||2025-10-13|Deprecated by the upstream, see https://github.com/quantumlib/Cirq/issues/7058
games/xqf||2025-10-14|Has expired: Fails to build
games/galaxyhack||2025-10-14|Has expired: Fails to build with boost-1.85+
x11-fm/fsv2||2025-10-14|Has expired: does not configure: No fonts installed on the system
+0 −1
Original line number Diff line number Diff line
@@ -7,7 +7,6 @@
    SUBDIR += dolphin
    SUBDIR += doublecmd
    SUBDIR += filerunner
    SUBDIR += fsv2
    SUBDIR += gentoo
    SUBDIR += gprename
    SUBDIR += konqueror

x11-fm/fsv2/Makefile

deleted100644 → 0
+0 −47
Original line number Diff line number Diff line
PORTNAME=	fsv2
PORTVERSION=	1.1.0
PORTREVISION=	5
CATEGORIES=	x11-fm
MASTER_SITES=	http://cyber.dabamos.de/pub/distfiles/

MAINTAINER=	kidon@posteo.de
COMMENT=	3D filesystem visualizer
WWW=		http://fedorchenko.net/fsv2.php

LICENSE=	LGPL3
LICENSE_FILE=	${WRKSRC}/COPYING

BROKEN=		does not configure: No fonts installed on the system
EXPIRATION_DATE=2025-10-13

LIB_DEPENDS=	libgtkgl-2.0.so:x11-toolkits/gtkglarea2 \
		libfontconfig.so:x11-fonts/fontconfig \
		libfreetype.so:print/freetype2 \
		libftgl.so:graphics/ftgl

USES=		compiler:c++11-lang tar:bzip2 libtool gettext-runtime gl gnome \
		pkgconfig
USE_GL=		gl glu
USE_GNOME=	gtkmm24 atkmm glibmm pangomm cairomm libsigc++20 gtk20 atk \
		cairo gdkpixbuf
USE_LDCONFIG=	yes

GNU_CONFIGURE=	yes

INSTALL_TARGET=	install-strip

OPTIONS_DEFINE=	DOCS NLS
OPTIONS_SUB=	yes

NLS_USES=		gettext
NLS_CONFIGURE_ENABLE=	nls

.include <bsd.port.pre.mk>

post-patch:
.if ${COMPILER_TYPE} == clang
	@${REINPLACE_CMD} -e 's|auto_ptr|unique_ptr|' \
		${WRKSRC}/uilib/ColorCellRenderer.cpp
.endif

.include <bsd.port.post.mk>

x11-fm/fsv2/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1533135182
SHA256 (fsv2-1.1.0.tar.bz2) = 017e5c91bc2605501702b00600f4abf21b3f9e06949befbcb2c31e6d37744a61
SIZE (fsv2-1.1.0.tar.bz2) = 602267
+0 −10
Original line number Diff line number Diff line
--- src/common.h.orig	2011-03-09 18:02:34 UTC
+++ src/common.h
@@ -54,6 +54,7 @@
 #  define dcgettext(Domain,Message,Type) (Message)
 #  define bindtextdomain(Domain,Directory) (Domain)
 #  define _(String) (String)
+#  define __(String) (String)
 #  define N_(String) (String)
 #endif
 
Loading