pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/drupal6 Add in optional support for Unicode - no c...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f4a5bea3946c
branches:  trunk
changeset: 554617:f4a5bea3946c
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Mon Feb 16 21:02:26 2009 +0000

description:
Add in optional support for Unicode - no change from the defaults

diffstat:

 www/drupal6/options.mk |  11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diffs (31 lines):

diff -r 19bff6011833 -r f4a5bea3946c www/drupal6/options.mk
--- a/www/drupal6/options.mk    Mon Feb 16 20:59:11 2009 +0000
+++ b/www/drupal6/options.mk    Mon Feb 16 21:02:26 2009 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: options.mk,v 1.2 2008/10/24 18:52:31 adrianp Exp $
+# $NetBSD: options.mk,v 1.3 2009/02/16 21:02:26 adrianp Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.drupal
 
 PKG_OPTIONS_REQUIRED_GROUPS=   db
 PKG_OPTIONS_GROUP.db=          mysql pgsql
 
-PKG_SUPPORTED_OPTIONS= drupal-xmlservices apache
+PKG_SUPPORTED_OPTIONS= drupal-xmlservices apache unicode
 PKG_SUGGESTED_OPTIONS= mysql drupal-xmlservices apache
 
 .include "../../mk/bsd.options.mk"
@@ -37,6 +37,13 @@
 .endif
 
 ###
+### Support for unicode
+###
+.if !empty(PKG_OPTIONS:Municode)
+DEPENDS+=      ${PHP_PKG_PREFIX}-mbstring>=4.3.3:../../misc/php-mbstring
+.endif
+
+###
 ### Drupal can run on a number of web servers, we support apache by default
 ###
 .if !empty(PKG_OPTIONS:Mapache)



Home | Main Index | Thread Index | Old Index