Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Jul 2023 07:34:48 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a78172a111d9 - main - www/kristall: Remove expired port
Message-ID:  <202307020734.3627YmXE076594@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a78172a111d960ea00ffc698a924b023568a7e83

commit a78172a111d960ea00ffc698a924b023568a7e83
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-07-02 07:23:41 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-07-02 07:34:32 +0000

    www/kristall: Remove expired port
    
    2023-07-02 www/kristall: Requires older openssl
---
 MOVED                                     |  1 +
 www/Makefile                              |  1 -
 www/kristall/Makefile                     | 36 -------------------------------
 www/kristall/distinfo                     |  3 ---
 www/kristall/files/patch-Makefile         | 27 -----------------------
 www/kristall/files/patch-src_kristall.pro | 10 ---------
 www/kristall/pkg-descr                    |  2 --
 www/kristall/pkg-plist                    |  9 --------
 8 files changed, 1 insertion(+), 88 deletions(-)

diff --git a/MOVED b/MOVED
index 7cb4791c98aa..2381287cd247 100644
--- a/MOVED
+++ b/MOVED
@@ -7758,3 +7758,4 @@ textproc/py-transifex-client|textproc/go-transifex-client|2023-06-30|Has expired
 devel/google-cloud-cpp117|devel/google-cloud-cpp|2023-07-01|Has expired: Newer version is in the tree
 math/py-gmpy|math/py-gmpy2|2023-07-01|Has expired: EOLd, use math/py-gmpy2 instead
 security/openssl_tpm_engine||2023-07-02|Has expired: Requires older openssl and upstream unmaintained since 2017
+www/kristall||2023-07-02|Has expired: Requires older openssl
diff --git a/www/Makefile b/www/Makefile
index d791c771cbea..038a613f889d 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -278,7 +278,6 @@
     SUBDIR += kineto
     SUBDIR += kiwix-tools
     SUBDIR += kohana
-    SUBDIR += kristall
     SUBDIR += lagrange
     SUBDIR += larbin
     SUBDIR += libapreq2
diff --git a/www/kristall/Makefile b/www/kristall/Makefile
deleted file mode 100644
index de64600da4e8..000000000000
--- a/www/kristall/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-PORTNAME=	kristall
-DISTVERSIONPREFIX=	V
-DISTVERSION=	git2021.11.20
-CATEGORIES=	www
-
-MAINTAINER=	mistresssilvara@hotmail.com
-COMMENT=	Minimalistic Gemini/HTTP(S) browser
-WWW=		https://kristall.random-projects.net
-
-LICENSE=	GPLv3
-LICENSE_FILE=	${WRKSRC}/LICENSE
-
-BROKEN_SSL=	openssl30 openssl31
-BROKEN_SSL_REASON=	undefined symbol: RSA_generate_key
-DEPRECATED=	Requires older openssl
-EXPIRATION_DATE=	2023-07-02
-
-LIB_DEPENDS=	libcmark.so:textproc/cmark \
-		libgumbo.so:devel/gumbo
-
-USES=		compiler:c++17-lang desktop-file-utils gl iconv pkgconfig \
-		qt:5 shared-mime-info ssl
-USE_QT=		core gui multimedia network svg widgets buildtools:build \
-		linguisttools:build qmake:build
-USE_GL=		gl
-
-USE_GITHUB=	yes
-GH_ACCOUNT=	MasterQ32
-GH_TAGNAME=	6b39f244
-
-MAKE_ARGS=	INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
-		QMAKE_COMMAND=${QMAKE} \
-		QMAKE_CONFIG="external-gumbo-parser external-cmark"
-ALL_TARGET=	${PORTNAME}
-
-.include <bsd.port.mk>
diff --git a/www/kristall/distinfo b/www/kristall/distinfo
deleted file mode 100644
index 7186b94aceea..000000000000
--- a/www/kristall/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1639085495
-SHA256 (MasterQ32-kristall-Vgit2021.11.20-6b39f244_GH0.tar.gz) = 7e56901413b8ac169298413d4a6f4e55a5e9cdf3aad762c7d1013076d281720d
-SIZE (MasterQ32-kristall-Vgit2021.11.20-6b39f244_GH0.tar.gz) = 22015661
diff --git a/www/kristall/files/patch-Makefile b/www/kristall/files/patch-Makefile
deleted file mode 100644
index 244d2585845e..000000000000
--- a/www/kristall/files/patch-Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
---- Makefile.orig	2021-12-09 21:36:29 UTC
-+++ Makefile
-@@ -27,13 +27,6 @@ QMAKE_COMMAND := qmake
- UNAME := $(shell uname)
- UNAME_M := $(shell uname -m)
- # Homebrew on macOS does not link Qt5 into the system path.
--ifeq ($(UNAME),Darwin)
--	ifeq ($(UNAME_M),arm64)
--		HOMEBREW_PATH=export PATH="$(PATH):/opt/homebrew/opt/qt5/bin";
--	else
--		HOMEBREW_PATH=export PATH="$(PATH):/usr/local/opt/qt/bin";
--	endif
--endif
- 
- kristall: build/kristall
- 	cp build/kristall $@
-@@ -41,8 +34,8 @@ kristall: build/kristall
- .PHONY: build/kristall
- build/kristall: src/*
- 	mkdir -p build
--	cd build; $(HOMEBREW_PATH) $(QMAKE_COMMAND) "CONFIG+=$(QMAKE_CONFIG)" ../src/kristall.pro && $(MAKE)
--	cd doc; ./gen-man.sh
-+	(cd build && $(HOMEBREW_PATH) $(QMAKE_COMMAND) "CONFIG+=$(QMAKE_CONFIG)" ../src/kristall.pro && $(MAKE))
-+	(cd doc && ./gen-man.sh)
- 
- install: kristall
- 	# Prepare directories
diff --git a/www/kristall/files/patch-src_kristall.pro b/www/kristall/files/patch-src_kristall.pro
deleted file mode 100644
index 5080e63516e8..000000000000
--- a/www/kristall/files/patch-src_kristall.pro
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/kristall.pro.orig	2021-11-20 14:16:34 UTC
-+++ src/kristall.pro
-@@ -19,7 +19,6 @@ DEFINES += KRISTALL_VERSION="\"$(shell cd $$PWD; git d
- !win32: LIBS += -lcrypto
- 
- # We need iconv on non-linux platforms
--!linux: LIBS += -liconv
- 
- # Initialize build flags from environment variables.
- QMAKE_CFLAGS   *= $$(CFLAGS)
diff --git a/www/kristall/pkg-descr b/www/kristall/pkg-descr
deleted file mode 100644
index 6834d1ba84b3..000000000000
--- a/www/kristall/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-Graphical small-internet client for windows, linux, MacOS X and BSDs.
-Supports gemini, http, https, gopher, finger.
diff --git a/www/kristall/pkg-plist b/www/kristall/pkg-plist
deleted file mode 100644
index 4f2615bb22b3..000000000000
--- a/www/kristall/pkg-plist
+++ /dev/null
@@ -1,9 +0,0 @@
-bin/kristall
-share/applications/Kristall.desktop
-share/icons/hicolor/128x128/apps/net.random-projects.kristall.png
-share/icons/hicolor/16x16/apps/net.random-projects.kristall.png
-share/icons/hicolor/32x32/apps/net.random-projects.kristall.png
-share/icons/hicolor/64x64/apps/net.random-projects.kristall.png
-share/icons/hicolor/scalable/apps/net.random-projects.kristall.svg
-share/man/man1/kristall.1.gz
-share/mime/packages/kristall.xml



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307020734.3627YmXE076594>