diff options
| author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-01-18 07:45:15 -0600 |
|---|---|---|
| committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-01-18 07:45:15 -0600 |
| commit | a0b5eb450491d8893bdfed9e50fcc67683d4619f (patch) | |
| tree | 7262e6bd2c9f2920b0627f91b9b8b40779cb0929 | |
| parent | multimedia/gstreamer1-libav: unbreak with ffmpeg 5.0 (diff) | |
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
| -rw-r--r-- | www/glpi/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/glpi/Makefile b/www/glpi/Makefile index 5971eaa5d208..9894bc8f3210 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 |
