From a0b5eb450491d8893bdfed9e50fcc67683d4619f Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Tue, 18 Jan 2022 07:45:15 -0600 Subject: [PATCH] www/glpi: Ignore with php80 - Requires sodium extension which is not available in php80 - Pet portclippy and portfmt PR: 260595 Reported by: portmgr (exp-run) Approved by: portmgr (infrastructure blanket) Sponsored by: Bounce Experts --- www/glpi/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/www/glpi/Makefile b/www/glpi/Makefile index 5971eaa5d2085..9894bc8f3210f 100644 --- a/www/glpi/Makefile +++ b/www/glpi/Makefile @@ -15,22 +15,22 @@ USES= cpe gettext php tar:tgz CPE_VENDOR= glpi-project USE_PHP= bz2 ctype curl exif fileinfo gd iconv intl json mbstring \ mysqli opcache openssl session simplexml sodium xml xmlrpc zip zlib -IGNORE_WITH_PHP= 81 +IGNORE_WITH_PHP= 80 81 -WRKSRC= ${WRKDIR}/${PORTNAME} NO_ARCH= yes NO_BUILD= yes -GLPIDIR?= www/${PORTNAME} - SUB_FILES= pkg-message SUB_LIST= GLPIDIR=${GLPIDIR} PREFIX=${PREFIX} +GLPIDIR?= www/${PORTNAME} + +WRKSRC= ${WRKDIR}/${PORTNAME} OPTIONS_DEFINE= LDAP IMAP OPTIONS_DEFAULT= LDAP IMAP IMAP_DESC= IMAP support -LDAP_USE= PHP=ldap IMAP_USE= PHP=imap +LDAP_USE= PHP=ldap post-extract: ${FIND} ${WRKSRC} \( -name '*~' -o -name '*.orig' -o -name '*.rej' \) -delete