freebsd-ports/www/horde-ansel/Makefile
Muhammad Moinur Rahman a73a30364c */horde-*: Mark BROKEN
As part of removal of php74 the initial thought was to remove the horde
framework entirely. However considering the fact that the forks of horde
with php8 compatibility from https://github.com/maintaina-com will soon
be merged upstream we are not removing the ports but keeping them in
BROKEN state as the ports build perfectly while fails to run under
php80. Also mark the ports DEPRECATED in case the patches do not get
merged upstream. Also set the EXPIRATION_DATE to 2023-03-31. In case
someone is willing to convert the ports to use maintaina-com fork feel
free to update accordingly.

Approved by:	portmgr (blanket infrastructure)
Sponsored by:	Bounce Experts
2022-12-25 12:11:58 -06:00

48 lines
1 KiB
Makefile

PORTNAME= ansel
PORTVERSION= 3.0.10
CATEGORIES= www pear graphics
PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX}horde-
MAINTAINER= horde@FreeBSD.org
COMMENT= Horde Photo Management and Web Gallery
WWW= https://www.horde.org/apps/ansel/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
DEPRECATED= Requires php74
EXPIRATION_DATE= 2023-03-31
BROKEN= runtime error with php80
USES= horde cpe php
USE_PHP= gettext hash
USE_HORDE_BUILD= Horde_Role
USE_HORDE_RUN= Horde_Role \
horde \
content \
Horde_Auth \
Horde_Autoloader \
Horde_Core \
Horde_Date \
Horde_Db \
Horde_Exception \
Horde_Form \
Horde_Group \
Horde_Image \
Horde_Mime \
Horde_Nls \
Horde_Perms \
Horde_Prefs \
Horde_Serialize \
Horde_Share \
Horde_Support \
Horde_Text_Filter \
Horde_Url \
Horde_Util \
Horde_View \
Horde_Vfs
IGNORE_WITH_PHP=81 82
CONFLICTS_INSTALL= php*-horde-ansel # bin/AnselPublish.scpt bin/ansel bin/ansel-convert-sql-shares-to-sqlng bin/ansel-exif-to-tags bin/ansel-garbage-collection
.include <bsd.port.mk>