Skip to content

Commit

Permalink
www/glpi: Ignore with php80
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
5u623l20 committed Jan 18, 2022
1 parent b5fd726 commit a0b5eb4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions www/glpi/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit a0b5eb4

Please sign in to comment.