FreeBSD Bugzilla – Attachment 116792 Details for
Bug 158795
[PATCH] Update: www/glpi fix depends and options
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 968 bytes, created by
Veniamin
on 2011-07-11 08:50:08 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Veniamin
Created:
2011-07-11 08:50:08 UTC
Size:
968 bytes
patch
obsolete
>diff -up glpi.orig/Makefile glpi/Makefile >--- glpi.orig/Makefile 2011-07-11 15:27:56.228204384 +0000 >+++ glpi/Makefile 2011-07-11 15:37:08.748681148 +0000 >@@ -7,6 +7,7 @@ > > PORTNAME= glpi > DISTVERSION= 0.78.1 >+PORTREVISION= 1 > CATEGORIES= www > MASTER_SITES= http://glpi-project.org/IMG/gz/ \ > http://download.gna.org/kanicule/freebsd/distfiles/ >@@ -14,7 +15,7 @@ MASTER_SITES= http://glpi-project.org/IM > MAINTAINER= mathias@monnerville.com > COMMENT= Free IT and asset management software > >-USE_PHP= mysql pcre session xml json >+USE_PHP= mysql mbstring pcre session xml json > WANT_PHP_WEB= yes > > WRKSRC= ${WRKDIR}/${PORTNAME} >@@ -24,8 +25,19 @@ CPIOARGS= --quiet -pdum -R > > GLPIDIR?= www/${PORTNAME} > >+OPTIONS= LDAP "With LDAP support" off \ >+ IMAP "With imap support" off >+ > .include <bsd.port.pre.mk> > >+.if defined(WITH_LDAP) >+USE_PHP+= ldap >+.endif >+ >+.if defined(WITH_IMAP) >+USE_PHP+= imap >+.endif >+ > post-extract: > @${FIND} ${WRKSRC} -name '*~' -delete
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 158795
: 116792