mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
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
This commit is contained in:
parent
b5fd7267c3
commit
a0b5eb4504
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user