diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2024-08-03 08:02:56 +0000 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2024-08-03 10:12:23 +0000 |
commit | 0d05260a8a86e0dc1f4fef0db0973f69c20d3865 (patch) | |
tree | 1969771ef6b56f06039689523377bf8c416c21a2 | |
parent | 17fce71966c0da18229ce0447db9cc29ff2a9be2 (diff) | |
download | ports-0d05260a8a86e0dc1f4fef0db0973f69c20d3865.tar.gz ports-0d05260a8a86e0dc1f4fef0db0973f69c20d3865.zip |
graphics/rawstudio: Deprecate and set expiration date to 2024-08-31
Abandoned upstream, fails to build with libxml2 2.13+
Retire port and redirect users to graphics/rawtherapee
PR: 279964
-rw-r--r-- | graphics/rawstudio/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/rawstudio/Makefile b/graphics/rawstudio/Makefile index d654baee5321..7cbb22645843 100644 --- a/graphics/rawstudio/Makefile +++ b/graphics/rawstudio/Makefile @@ -10,6 +10,9 @@ WWW= https://rawstudio.org/ LICENSE= GPLv2+ +DEPRECATED= Abandonware, fails to build with libxml2 2.13+ (PR 279964). Consider migrating to graphics/rawtherapee +EXPIRATION_DATE=2024-08-31 + BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:math/fftw3 LIB_DEPENDS= libcurl.so:ftp/curl \ liblcms.so:graphics/lcms \ |