mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
www/kristall: Remove expired port
2023-07-02 www/kristall: Requires older openssl
This commit is contained in:
parent
788dde9529
commit
a78172a111
1
MOVED
1
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
|
||||
|
@ -278,7 +278,6 @@
|
||||
SUBDIR += kineto
|
||||
SUBDIR += kiwix-tools
|
||||
SUBDIR += kohana
|
||||
SUBDIR += kristall
|
||||
SUBDIR += lagrange
|
||||
SUBDIR += larbin
|
||||
SUBDIR += libapreq2
|
||||
|
@ -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>
|
@ -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
|
@ -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
|
@ -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)
|
@ -1,2 +0,0 @@
|
||||
Graphical small-internet client for windows, linux, MacOS X and BSDs.
|
||||
Supports gemini, http, https, gopher, finger.
|
@ -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
|
Loading…
Reference in New Issue
Block a user