Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Oct 2006 23:11:32 +0200 (CEST)
From:      Thierry Thomas <thierry@pompo.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        "Devon H. O'Dell" <devon.odell@coyotepoint.com>
Subject:   ports/104776: www/raqdevil + various fixes.
Message-ID:  <20061024211133.0254A11457@graf.pompo.net>
Resent-Message-ID: <200610242120.k9OLKMm9029808@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         104776
>Category:       ports
>Synopsis:       www/raqdevil + various fixes.
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 24 21:20:22 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Thierry Thomas
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
Kabbale Eros
>Environment:
System: FreeBSD graf.pompo.net 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Sun Oct 1 18:37:56 CEST 2006 thierry@graf.pompo.net:/usr/obj/usr/src/sys/GRAF060511 i386


	
>Description:
	- set USE_PHP_BUILD to unbreak;

	- fix PHP extensions;

	- fix .po files generation (msgfmt);

	- separate build and install targets;

	- fix plist;

	- respect CC and CFLAGS;

	- don't squeeze httpd.conf and ssl.conf;

	- various other fixes.

	Note: please check it carefully before committing! This port
	does nasty things against configuration files of dependent ports
	and I'm not sure that everything has been cleared.

>How-To-Repeat:
	See logs on pointyhat. E.g.
	http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2006101323/raqdevil-1.0.log

>Fix:
	Please apply the following patch:

--- raqdevil.diff begins here ---
diff -urN www/raqdevil.orig/Makefile www/raqdevil/Makefile
--- www/raqdevil.orig/Makefile	Mon Oct 16 17:38:07 2006
+++ www/raqdevil/Makefile	Tue Oct 24 22:22:46 2006
@@ -7,6 +7,7 @@
 
 PORTNAME=	raqdevil
 PORTVERSION=	1.0
+PORTREVISION=	1
 CATEGORIES=	www sysutils
 MASTER_SITES=	http://www.raqdevil.com/
 
@@ -46,20 +47,28 @@
 		analog:${PORTSDIR}/www/analog
 BUILD_DEPENDS=	re2c:${PORTSDIR}/devel/re2c
 
-BROKEN=		Incomplete pkg-plist
-
 USE_GNOME=	glib20
 USE_PHP=	pcre session xml
+USE_PHP_BUILD=	yes
 USE_GMAKE=	yes
 USE_PERL5=	yes
 USE_APACHE=	yes
+USE_GETTEXT=	yes
 
 WITHOUT_X11=	yes
 WITH_APACHE2=	yes
-REINPLACE_ARGS=	-i""
-INSTALLS_SHLIB=	yes
+REINPLACE_ARGS=	-i ""
+USE_LDCONFIG=	yes
 LDCONFIG_DIRS=	${PREFIX}/raqdevil/lib
 
+MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
+MAN3=		UnixAuth.3
+
+PHPEXTS=	cce-admserv-1.0/conf/php.ini		\
+		cce-1.0/client/php/src/Makefile		\
+		cce-builddefs-1.0/rules/defines.mk	\
+		cce-builddefs-1.0/rules/module.mk
+
 .include <bsd.port.pre.mk>
 
 .if ${PERL_LEVEL} < 500801
@@ -73,7 +82,7 @@
 .else
 .if ${SENDMAIL_MILTER_PORT} != "sendmail-sasl"
 pre-everything::
-	@${ECHO_MSG} "SENDMAIL_MILTER_PORT=${SENDMAIL_MILTER_PORT}
+	@${ECHO_MSG} "SENDMAIL_MILTER_PORT=${SENDMAIL_MILTER_PORT}"
 	@${ECHO_MSG} "RAQdevil makes use of the sendmail-sasl metaport. Please set"
 	@${ECHO_MSG} "SENDMAIL_MILTER_PORT=sendmail-sasl in /etc/make.conf"
 	@${FALSE}
@@ -90,11 +99,15 @@
 	${CC} -o ${WRKSRC}/rdqchk ${FILESDIR}/rdqchk.c
 	${WRKSRC}/rdqchk
 .endif
+	for f in `${FIND} ${WRKSRC} -type f -name "*.po" -print` ;	\
+	do ${CAT} ${FILESDIR}/head-po $$f > $$f.n && ${MV} $$f.n $$f ; done
 
-post-patch:
+pre-configure:
 	@${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -e \
 		's|[(]prefix[)]|${PREFIX}|g' ;
-	@${FIND} ${WRKSRC} -type f -name \*-e | ${XARGS} ${RM} -f
+.for ext in ${PHPEXTS}
+	${REINPLACE_CMD} -e 's|20020429|${PHP_EXT_DIR}|' ${WRKSRC}/${ext}
+.endfor
 
 post-install:
 	@PKG_PREFIX=${PREFIX} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
diff -urN www/raqdevil.orig/files/head-po www/raqdevil/files/head-po
--- www/raqdevil.orig/files/head-po	Thu Jan  1 01:00:00 1970
+++ www/raqdevil/files/head-po	Tue Oct 24 00:13:48 2006
@@ -0,0 +1,6 @@
+msgid ""
+msgstr ""
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ISO-8859-1\n"
+"Content-Transfer-Encoding: 8bit\n"
+
diff -urN www/raqdevil.orig/files/patch-cce-1.0_client_Makefile www/raqdevil/files/patch-cce-1.0_client_Makefile
--- www/raqdevil.orig/files/patch-cce-1.0_client_Makefile	Thu Jan  1 01:00:00 1970
+++ www/raqdevil/files/patch-cce-1.0_client_Makefile	Sun Oct 22 23:07:38 2006
@@ -0,0 +1,11 @@
+--- cce-1.0/client/Makefile.orig	Thu Jan 12 01:27:06 2006
++++ cce-1.0/client/Makefile	Sun Oct 22 23:07:15 2006
+@@ -10,7 +10,7 @@
+ LOCALES=$(shell dir=locale; \
+                 if [ -d $$dir ]; then \
+                         cd $$dir; tmp='-I CVS'; \
+-                        for i in $XLOCALEPAT; do \
++                        for i in $(XLOCALEPAT); do \
+                                 tmp="$$tmp -I $$i"; \
+                         done; \
+                         locales=`ls $$tmp | egrep '^..$$|^.._'`; \
diff -urN www/raqdevil.orig/files/patch-cce-1.0_common_src_boolparse_Makefile www/raqdevil/files/patch-cce-1.0_common_src_boolparse_Makefile
--- www/raqdevil.orig/files/patch-cce-1.0_common_src_boolparse_Makefile	Thu Jan  1 01:00:00 1970
+++ www/raqdevil/files/patch-cce-1.0_common_src_boolparse_Makefile	Mon Oct 23 22:31:45 2006
@@ -0,0 +1,11 @@
+--- ./cce-1.0/common/src/boolparse/Makefile.orig	Thu Jan 12 01:27:06 2006
++++ ./cce-1.0/common/src/boolparse/Makefile	Mon Oct 23 22:31:11 2006
+@@ -3,7 +3,7 @@
+ 
+ include ../../../dynamic.mk
+ 
+-CFLAGS = -I../../../include
++CFLAGS += -I../../../include
+ 
+ # If you turn on DO_YYDEBUG, also add '-t' to YFLAGS
+ #CFLAGS += -DDO_YYDEBUG
diff -urN www/raqdevil.orig/files/patch-cce-1.0_pam_Makefile www/raqdevil/files/patch-cce-1.0_pam_Makefile
--- www/raqdevil.orig/files/patch-cce-1.0_pam_Makefile	Thu Jan  1 01:00:00 1970
+++ www/raqdevil/files/patch-cce-1.0_pam_Makefile	Mon Oct 23 22:29:45 2006
@@ -0,0 +1,13 @@
+--- ./cce-1.0/pam/Makefile.orig	Thu Jan 12 01:27:05 2006
++++ ./cce-1.0/pam/Makefile	Mon Oct 23 22:28:54 2006
+@@ -6,8 +6,8 @@
+ 
+ DYNAMIC=-DPAM_DYNAMIC
+ INCLUDEDIR += -I../client/include -I../include/
+-CFLAGS = $(CCECFLAGS) -I(prefix)/include/glib-2.0 $(INCLUDEDIR) -fpic -DPIC -O -pipe
+-LD_D=cc -L../client/src -shared -Wl,-x -o pam_cce.so -Wl,-soname,pam_cce.so -lcce
++CFLAGS += $(CCECFLAGS) -I(prefix)/include/glib-2.0 $(INCLUDEDIR) -fpic -DPIC -O -pipe
++LD_D=$(CC) -L../client/src -shared -Wl,-x -o pam_cce.so -Wl,-soname,pam_cce.so -lcce
+ LIBSRC = $(TITLE).c
+ LIBOBJ = $(TITLE).o
+ LIBOBJD = $(addprefix dynamic/,$(LIBOBJ))
diff -urN www/raqdevil.orig/files/patch-cce-1.0_rules.mk www/raqdevil/files/patch-cce-1.0_rules.mk
--- www/raqdevil.orig/files/patch-cce-1.0_rules.mk	Thu Jan  1 01:00:00 1970
+++ www/raqdevil/files/patch-cce-1.0_rules.mk	Sun Oct 22 23:12:40 2006
@@ -0,0 +1,28 @@
+--- cce-1.0/rules.mk.orig	Thu Jan 12 01:27:06 2006
++++ cce-1.0/rules.mk	Sun Oct 22 23:12:15 2006
+@@ -48,7 +48,7 @@
+ .PHONY: all debug depend test clean
+ 
+ # general use definitions
+-CC = gcc
++#CC = gcc
+ LD = ld
+ AR = ar
+ RM = rm
+@@ -61,13 +61,13 @@
+ # macros useful for sub-Makefiles
+ CCE_CFLAGS = -ggdb -Wall -Wcast-qual -I(prefix)/include/glib-2.0 -fPIC #-Werror
+ CCE_INCLUDES = -I$(CCE_TOPDIR)/include
+-CCE_DEBUG = -DDEBUG -O0
++CCE_DEBUG = -DDEBUG
+ CCE_LIBS = -L$(CCE_TOPDIR) -lcce_common -L(prefix)/lib -lglib-2.0 -lpam -lfl
+ 
+ # sane defaults
+-CFLAGS = $(CCE_CFLAGS) $(INCLUDES) $(DEBUG) $(DEFS)
++CFLAGS += $(CCE_CFLAGS) $(INCLUDES) $(DEBUG) $(DEFS)
+ LIBS = $(CCE_LIBS)
+ INCLUDES = $(CCE_INCLUDES)
+-LDFLAGS = 
++#LDFLAGS = 
+ DEBUG = 
+ DEFS = 
diff -urN www/raqdevil.orig/files/patch-cce-am-1.0_activemonitor_base-am_Makefile www/raqdevil/files/patch-cce-am-1.0_activemonitor_base-am_Makefile
--- www/raqdevil.orig/files/patch-cce-am-1.0_activemonitor_base-am_Makefile	Thu Jan  1 01:00:00 1970
+++ www/raqdevil/files/patch-cce-am-1.0_activemonitor_base-am_Makefile	Tue Oct 24 11:24:46 2006
@@ -0,0 +1,10 @@
+--- ./cce-am-1.0/activemonitor/base-am/Makefile.orig	Thu Jan 12 01:27:09 2006
++++ ./cce-am-1.0/activemonitor/base-am/Makefile	Tue Oct 24 11:23:40 2006
+@@ -4,6 +4,7 @@
+ 
+ install:
+ 	install -d (prefix)/raqdevil/perl/AM
++	install -d (prefix)/raqdevil/swatch/bin
+ 	install -m 0755 AM/Util.pm (prefix)/raqdevil/perl/AM
+ 	install -m 0755 am_cpu.sh (prefix)/raqdevil/swatch/bin
+ 	install -m 0755 am_mem.pl (prefix)/raqdevil/swatch/bin
diff -urN www/raqdevil.orig/files/patch-cce-am-1.0_activemonitor_base-apache-am_Makefile www/raqdevil/files/patch-cce-am-1.0_activemonitor_base-apache-am_Makefile
--- www/raqdevil.orig/files/patch-cce-am-1.0_activemonitor_base-apache-am_Makefile	Thu Jan  1 01:00:00 1970
+++ www/raqdevil/files/patch-cce-am-1.0_activemonitor_base-apache-am_Makefile	Mon Oct 23 22:11:44 2006
@@ -0,0 +1,13 @@
+--- ./cce-am-1.0/activemonitor/base-apache-am/Makefile.orig	Thu Jan 12 01:27:09 2006
++++ ./cce-am-1.0/activemonitor/base-apache-am/Makefile	Mon Oct 23 22:10:57 2006
+@@ -4,8 +4,8 @@
+ BINS = am_apache.exp am_admserv.exp
+ 
+ .PHONY: all
+-all: install
++all: $(BINS)
+ 
+-install: $(BINS)
++install: all
+ 	mkdir -p $(BINDIR)
+ 	install -m 750 -o root -g wheel $(BINS) $(BINDIR)
diff -urN www/raqdevil.orig/files/patch-cce-am-1.0_activemonitor_base-dns-am_Makefile www/raqdevil/files/patch-cce-am-1.0_activemonitor_base-dns-am_Makefile
--- www/raqdevil.orig/files/patch-cce-am-1.0_activemonitor_base-dns-am_Makefile	Thu Jan  1 01:00:00 1970
+++ www/raqdevil/files/patch-cce-am-1.0_activemonitor_base-dns-am_Makefile	Mon Oct 23 22:20:52 2006
@@ -0,0 +1,13 @@
+--- ./cce-am-1.0/activemonitor/base-dns-am/Makefile.orig	Thu Jan 12 01:27:09 2006
++++ ./cce-am-1.0/activemonitor/base-dns-am/Makefile	Mon Oct 23 22:20:13 2006
+@@ -4,8 +4,8 @@
+ BINS = am_dns.sh
+ 
+ .PHONY: all
+-all: install
++all: $(BINS)
+ 
+-install: $(BINS)
++install: all
+ 	mkdir -p $(BINDIR)
+ 	install -m 750 -o root -g wheel $(BINS) $(BINDIR)
diff -urN www/raqdevil.orig/files/patch-cce-am-1.0_activemonitor_base-email-am_Makefile www/raqdevil/files/patch-cce-am-1.0_activemonitor_base-email-am_Makefile
--- www/raqdevil.orig/files/patch-cce-am-1.0_activemonitor_base-email-am_Makefile	Thu Jan  1 01:00:00 1970
+++ www/raqdevil/files/patch-cce-am-1.0_activemonitor_base-email-am_Makefile	Mon Oct 23 22:17:32 2006
@@ -0,0 +1,13 @@
+--- ./cce-am-1.0/activemonitor/base-email-am/Makefile.orig	Thu Jan 12 01:27:09 2006
++++ ./cce-am-1.0/activemonitor/base-email-am/Makefile	Mon Oct 23 22:16:59 2006
+@@ -9,8 +9,8 @@
+ BINS = am_pop.exp am_smtp.exp am_imap.exp
+ 
+ .PHONY: all
+-all: install
++all: $(BINS)
+ 
+-install: $(BINS)
++install: all
+ 	mkdir -p $(BINDIR)
+ 	install -m 750 -o root -g wheel $(BINS) $(BINDIR)
diff -urN www/raqdevil.orig/files/patch-cce-am-1.0_activemonitor_base-ftp-am_Makefile www/raqdevil/files/patch-cce-am-1.0_activemonitor_base-ftp-am_Makefile
--- www/raqdevil.orig/files/patch-cce-am-1.0_activemonitor_base-ftp-am_Makefile	Thu Jan  1 01:00:00 1970
+++ www/raqdevil/files/patch-cce-am-1.0_activemonitor_base-ftp-am_Makefile	Mon Oct 23 22:19:22 2006
@@ -0,0 +1,13 @@
+--- ./cce-am-1.0/activemonitor/base-ftp-am/Makefile.orig	Thu Jan 12 01:27:09 2006
++++ ./cce-am-1.0/activemonitor/base-ftp-am/Makefile	Mon Oct 23 22:18:43 2006
+@@ -9,8 +9,8 @@
+ BINS = am_ftp.exp 
+ 
+ .PHONY: all
+-all: install
++all: $(BINS)
+ 
+-install: $(BINS)
++install: all
+ 	mkdir -p $(BINDIR)
+ 	install -m 750 -o root -g wheel $(BINS) $(BINDIR)
diff -urN www/raqdevil.orig/files/patch-cce-am-1.0_activemonitor_base-snmp-am_Makefile www/raqdevil/files/patch-cce-am-1.0_activemonitor_base-snmp-am_Makefile
--- www/raqdevil.orig/files/patch-cce-am-1.0_activemonitor_base-snmp-am_Makefile	Thu Jan  1 01:00:00 1970
+++ www/raqdevil/files/patch-cce-am-1.0_activemonitor_base-snmp-am_Makefile	Mon Oct 23 22:03:33 2006
@@ -0,0 +1,13 @@
+--- ./cce-am-1.0/activemonitor/base-snmp-am/Makefile.orig	Thu Jan 12 01:27:09 2006
++++ ./cce-am-1.0/activemonitor/base-snmp-am/Makefile	Mon Oct 23 22:02:53 2006
+@@ -9,8 +9,8 @@
+ BINS = am_snmp.pl
+ 
+ .PHONY: all
+-all: install
++all: $(BINS)
+ 
+-install: $(BINS)
++install: all
+ 	mkdir -p $(BINDIR)
+ 	install -m 750 -o root -g wheel $(BINS) $(BINDIR)
diff -urN www/raqdevil.orig/files/patch-cce-builddefs-1.0_libdebug_Makefile www/raqdevil/files/patch-cce-builddefs-1.0_libdebug_Makefile
--- www/raqdevil.orig/files/patch-cce-builddefs-1.0_libdebug_Makefile	Thu Jan  1 01:00:00 1970
+++ www/raqdevil/files/patch-cce-builddefs-1.0_libdebug_Makefile	Mon Oct 23 22:38:11 2006
@@ -0,0 +1,11 @@
+--- ./cce-builddefs-1.0/libdebug/Makefile.orig	Thu Jan 12 01:27:11 2006
++++ ./cce-builddefs-1.0/libdebug/Makefile	Mon Oct 23 22:37:45 2006
+@@ -5,7 +5,7 @@
+ DEBUG = -ggdb -DDEBUG -DUSE_LIBDEBUG=1 -DUSE_MEMDEBUG=1
+ DEFS = -DLIBDEBUG_INTERNAL
+ INCLUDES = -I./include/
+-CFLAGS = -O2 -Wall -I./include `pkg-config glib-2.0 --cflags` $(DEBUG) $(DEFS)
++CFLAGS += -Wall -I./include `pkg-config glib-2.0 --cflags` $(DEBUG) $(DEFS)
+ 
+ CCELIBSRC = memdebug.c init.c
+ CCEDEPSRC = $(CCELIBSRC)
diff -urN www/raqdevil.orig/files/patch-cce-builddefs-1.0_rules_defines.mk www/raqdevil/files/patch-cce-builddefs-1.0_rules_defines.mk
--- www/raqdevil.orig/files/patch-cce-builddefs-1.0_rules_defines.mk	Thu Jan  1 01:00:00 1970
+++ www/raqdevil/files/patch-cce-builddefs-1.0_rules_defines.mk	Mon Oct 23 22:23:16 2006
@@ -0,0 +1,11 @@
+--- ./cce-builddefs-1.0/rules/defines.mk.orig	Thu Jan 12 01:27:11 2006
++++ ./cce-builddefs-1.0/rules/defines.mk	Mon Oct 23 22:22:45 2006
+@@ -43,7 +43,7 @@
+ # non-cce stuff
+ RANLIB=ranlib
+ AR=ar
+-CC=gcc
++#CC=gcc
+ INSTALL=install
+ RPM_DIR=/fargo/rpms/i386
+ SRPM_DIR=/fargo/srpms
diff -urN www/raqdevil.orig/files/patch-cce-builddefs-1.0_rules_libs.mk www/raqdevil/files/patch-cce-builddefs-1.0_rules_libs.mk
--- www/raqdevil.orig/files/patch-cce-builddefs-1.0_rules_libs.mk	Thu Jan  1 01:00:00 1970
+++ www/raqdevil/files/patch-cce-builddefs-1.0_rules_libs.mk	Sun Oct 22 23:03:49 2006
@@ -0,0 +1,11 @@
+--- ./cce-builddefs-1.0/rules/libs.mk.orig	Sun Oct 22 22:45:39 2006
++++ ./cce-builddefs-1.0/rules/libs.mk	Sun Oct 22 23:02:55 2006
+@@ -28,7 +28,7 @@
+ # the basics
+ RANLIB = ranlib
+ AR = ar
+-CC = gcc
++#CC = gcc
+ INSTALL = install
+ INSTFLAGS = -o root -g wheel 
+ LDCONFIG = ldconfig
diff -urN www/raqdevil.orig/files/patch-cce-builddefs-1.0_rules_module.mk www/raqdevil/files/patch-cce-builddefs-1.0_rules_module.mk
--- www/raqdevil.orig/files/patch-cce-builddefs-1.0_rules_module.mk	Thu Jan  1 01:00:00 1970
+++ www/raqdevil/files/patch-cce-builddefs-1.0_rules_module.mk	Mon Oct 23 22:25:24 2006
@@ -0,0 +1,11 @@
+--- ./cce-builddefs-1.0/rules/module.mk.orig	Thu Jan 12 01:27:11 2006
++++ ./cce-builddefs-1.0/rules/module.mk	Mon Oct 23 22:24:49 2006
+@@ -45,7 +45,7 @@
+ # non-cce stuff
+ RANLIB=ranlib
+ AR=ar
+-CC=gcc
++#CC=gcc
+ INSTALL=install
+ RPM_DIR=/fargo/rpms/i386
+ SRPM_DIR=/fargo/srpms
diff -urN www/raqdevil.orig/files/patch-cce-i18n-1.0_php_Makefile www/raqdevil/files/patch-cce-i18n-1.0_php_Makefile
--- www/raqdevil.orig/files/patch-cce-i18n-1.0_php_Makefile	Thu Jan  1 01:00:00 1970
+++ www/raqdevil/files/patch-cce-i18n-1.0_php_Makefile	Mon Oct 23 21:56:50 2006
@@ -0,0 +1,29 @@
+--- ./cce-i18n-1.0/php/Makefile.orig	Thu Jan 12 01:27:11 2006
++++ ./cce-i18n-1.0/php/Makefile	Mon Oct 23 21:56:08 2006
+@@ -5,7 +5,7 @@
+ include ../../cce-builddefs-1.0/rules/defines.mk
+ 
+ # check for php-config since this may be on an old system
+-PHP_BASE = $(shell if [ -x /usr/bin/php-config ]; then \
++PHP_BASE = $(shell if [ -x $(LOCALBASE)/bin/php-config ]; then \
+ 			echo -n `php-config --prefix`; \
+ 		elif [ -d (prefix)/include/php ]; then \
+ 			echo -n (prefix); \
+@@ -17,7 +17,7 @@
+ CCESHLIBSRC = i18n.c
+ CCEDEPSRC = $(CCESHLIBSRC)
+ PHP_BASE=(prefix)
+-PHP_INC = $(shell if [ -x /usr/bin/php-config ]; then \
++PHP_INC = $(shell if [ -x $(LOCALBASE)/bin/php-config ]; then \
+ 			echo -n `php-config --includes`; \
+ 		else \
+ 			echo -n -I$(PHP_BASE)/include/php -I$(PHP_BASE)/include/php/main \
+@@ -25,7 +25,7 @@
+ 		fi)
+ 
+ INC = $(PHP_INC) -I../src/include -I$(CCEINCDIR) -I(prefix)/include
+-CFLAGS =-Dbool=char -DHAS_BOOL -D_REENTRANT -fPIC $(INC) `pkg-config glib-2.0 --cflags`
++CFLAGS +=-Dbool=char -DHAS_BOOL -D_REENTRANT -fPIC $(INC) `pkg-config glib-2.0 --cflags`
+ CCESHLIB_LIBS=-L../src -li18n `pkg-config glib-2.0 --libs`
+ 
+ all: dep shlib
diff -urN www/raqdevil.orig/files/patch-cce-i18n-1.0_src_Makefile www/raqdevil/files/patch-cce-i18n-1.0_src_Makefile
--- www/raqdevil.orig/files/patch-cce-i18n-1.0_src_Makefile	Thu Jan  1 01:00:00 1970
+++ www/raqdevil/files/patch-cce-i18n-1.0_src_Makefile	Tue Oct 24 00:09:41 2006
@@ -0,0 +1,13 @@
+--- ./cce-i18n-1.0/src/Makefile.orig	Thu Jan 12 01:27:11 2006
++++ ./cce-i18n-1.0/src/Makefile	Mon Oct 23 22:35:03 2006
+@@ -10,8 +10,8 @@
+ LDSHAREDFLAGS = `pkg-config glib-2.0 --libs`
+ DEFS = -DVERSION="\"$(VERSION)\""
+ LIBS = -L../../cce-builddefs-1.0/libdebug -L. -L$(CCELIBDIR) -L$(CCETOPDIR)/lib -li18n -lintl -ldebug `pkg-config glib-2.0 --libs` -lintl
+-INCLUDES = -I../../cce-builddefs-1.0/libdebug/include -I. -I./include -I$(CCEINCDIR) -I(prefix)/include -I(prefix)/share/gettext
+-CFLAGS = -O2 $(DEFS) $(INCLUDES) `pkg-config glib-2.0 --cflags` $(DEFDEBUG)
++INCLUDES = -I../../cce-builddefs-1.0/libdebug/include -I. -I./include -I$(CCEINCDIR) -I$(LOCALBASE)/include -I$(LOCALBASE)/share/gettext
++CFLAGS += $(DEFS) $(INCLUDES) `pkg-config glib-2.0 --cflags` $(DEFDEBUG)
+ LDCONFIG = /sbin/ldconfig
+ 
+ I18NTEST = i18ntest
diff -urN www/raqdevil.orig/files/patch-cce-locales-1.0_en_apache.po www/raqdevil/files/patch-cce-locales-1.0_en_apache.po
--- www/raqdevil.orig/files/patch-cce-locales-1.0_en_apache.po	Thu Jan  1 01:00:00 1970
+++ www/raqdevil/files/patch-cce-locales-1.0_en_apache.po	Tue Oct 24 09:43:19 2006
@@ -0,0 +1,12 @@
+--- ./cce-locales-1.0/en/apache.po.orig	Tue Oct 24 09:18:03 2006
++++ ./cce-locales-1.0/en/apache.po	Tue Oct 24 09:42:44 2006
+@@ -153,9 +153,6 @@
+ msgid "ClientMaxError"
+ msgstr "The value entered for [[base-apache.maxClientsField]] is less than the value entered for [[base-apache.maxSpareField]].  While this is okay, it may impact the performance of the server.  It is recommended that the value for [[base-apache.maxClientsField]] be greater than or equal to the value for [[base-apache.maxSpareField]]."
+ 
+-msgid ""
+-msgstr ""
+-
+ # strings for UI extenstions
+ msgid "webScripting"
+ msgstr "Web"
diff -urN www/raqdevil.orig/files/patch-cce-locales-1.0_en_dns.po www/raqdevil/files/patch-cce-locales-1.0_en_dns.po
--- www/raqdevil.orig/files/patch-cce-locales-1.0_en_dns.po	Thu Jan  1 01:00:00 1970
+++ www/raqdevil/files/patch-cce-locales-1.0_en_dns.po	Tue Oct 24 09:45:14 2006
@@ -0,0 +1,9 @@
+--- ./cce-locales-1.0/en/dns.po.orig	Tue Oct 24 09:18:03 2006
++++ ./cce-locales-1.0/en/dns.po	Tue Oct 24 09:44:44 2006
+@@ -968,6 +968,3 @@
+ msgid "primaryZoneOverlap"
+ msgstr "An existing primary network service conflicts with this record."
+ 
+-msgid ""
+-msgstr ""
+-
diff -urN www/raqdevil.orig/files/patch-cce-locales-1.0_en_email.po www/raqdevil/files/patch-cce-locales-1.0_en_email.po
--- www/raqdevil.orig/files/patch-cce-locales-1.0_en_email.po	Thu Jan  1 01:00:00 1970
+++ www/raqdevil/files/patch-cce-locales-1.0_en_email.po	Tue Oct 24 09:46:49 2006
@@ -0,0 +1,9 @@
+--- ./cce-locales-1.0/en/email.po.orig	Tue Oct 24 09:18:03 2006
++++ ./cce-locales-1.0/en/email.po	Tue Oct 24 09:46:15 2006
+@@ -366,6 +366,3 @@
+ 
+ msgid "cantCreateAlias"
+ msgstr "Email aliases were not created for this user."
+-
+-msgid ""
+-msgstr ""
diff -urN www/raqdevil.orig/files/patch-cce-locales-1.0_en_ftp.po www/raqdevil/files/patch-cce-locales-1.0_en_ftp.po
--- www/raqdevil.orig/files/patch-cce-locales-1.0_en_ftp.po	Thu Jan  1 01:00:00 1970
+++ www/raqdevil/files/patch-cce-locales-1.0_en_ftp.po	Tue Oct 24 09:50:55 2006
@@ -0,0 +1,9 @@
+--- ./cce-locales-1.0/en/ftp.po.orig	Tue Oct 24 09:18:03 2006
++++ ./cce-locales-1.0/en/ftp.po	Tue Oct 24 09:50:16 2006
+@@ -202,6 +202,3 @@
+ msgid "migrateAnonFtpFailed"
+ msgstr "Unable to migrate the anonymous FTP settings for this site."
+ 
+-msgid ""
+-msgstr ""
+-
diff -urN www/raqdevil.orig/files/patch-cce-locales-1.0_fr_wizard.po www/raqdevil/files/patch-cce-locales-1.0_fr_wizard.po
--- www/raqdevil.orig/files/patch-cce-locales-1.0_fr_wizard.po	Thu Jan  1 01:00:00 1970
+++ www/raqdevil/files/patch-cce-locales-1.0_fr_wizard.po	Tue Oct 24 09:58:34 2006
@@ -0,0 +1,9 @@
+--- ./cce-locales-1.0/fr/wizard.po.orig	Tue Oct 24 09:18:04 2006
++++ ./cce-locales-1.0/fr/wizard.po	Tue Oct 24 09:58:05 2006
+@@ -459,6 +459,3 @@
+ 
+ msgid "localeSettings"
+ msgstr "Langue de base"
+-
+-msgid ""
+-msgstr ""
diff -urN www/raqdevil.orig/files/patch-cce-locales-1.0_ja_apache.po www/raqdevil/files/patch-cce-locales-1.0_ja_apache.po
--- www/raqdevil.orig/files/patch-cce-locales-1.0_ja_apache.po	Thu Jan  1 01:00:00 1970
+++ www/raqdevil/files/patch-cce-locales-1.0_ja_apache.po	Tue Oct 24 09:52:34 2006
@@ -0,0 +1,12 @@
+--- ./cce-locales-1.0/ja/apache.po.orig	Tue Oct 24 09:18:04 2006
++++ ./cce-locales-1.0/ja/apache.po	Tue Oct 24 09:52:07 2006
+@@ -152,9 +152,6 @@
+ msgid "ClientMaxError"
+ msgstr "「[[base-apache.maxClientsField]]」には、「[[base-apache.maxSpareField]]」と同じかまたはそれ以上の値を指定してください。"
+ 
+-msgid ""
+-msgstr ""
+-
+ # strings for UI extenstions
+ msgid "webScripting"
+ msgstr "ウェブ"
diff -urN www/raqdevil.orig/files/patch-cce-locales-1.0_ja_dns.po www/raqdevil/files/patch-cce-locales-1.0_ja_dns.po
--- www/raqdevil.orig/files/patch-cce-locales-1.0_ja_dns.po	Thu Jan  1 01:00:00 1970
+++ www/raqdevil/files/patch-cce-locales-1.0_ja_dns.po	Tue Oct 24 09:54:09 2006
@@ -0,0 +1,9 @@
+--- ./cce-locales-1.0/ja/dns.po.orig	Tue Oct 24 09:18:04 2006
++++ ./cce-locales-1.0/ja/dns.po	Tue Oct 24 09:53:23 2006
+@@ -963,6 +963,3 @@
+ msgid "primaryZoneOverlap"
+ msgstr "このレコードは、既存のプライマリネットワークサービスと矛盾します。"
+ 
+-msgid ""
+-msgstr ""
+-
diff -urN www/raqdevil.orig/files/patch-cce-locales-1.0_ja_email.po www/raqdevil/files/patch-cce-locales-1.0_ja_email.po
--- www/raqdevil.orig/files/patch-cce-locales-1.0_ja_email.po	Thu Jan  1 01:00:00 1970
+++ www/raqdevil/files/patch-cce-locales-1.0_ja_email.po	Tue Oct 24 09:56:01 2006
@@ -0,0 +1,9 @@
+--- ./cce-locales-1.0/ja/email.po.orig	Tue Oct 24 09:18:04 2006
++++ ./cce-locales-1.0/ja/email.po	Tue Oct 24 09:55:33 2006
+@@ -364,6 +364,3 @@
+ 
+ msgid "cantCreateAlias"
+ msgstr "このユーザの電子メールエイリアスは設定されていません。"
+-
+-msgid ""
+-msgstr ""
diff -urN www/raqdevil.orig/files/patch-cce-locales-1.0_ja_ftp.po www/raqdevil/files/patch-cce-locales-1.0_ja_ftp.po
--- www/raqdevil.orig/files/patch-cce-locales-1.0_ja_ftp.po	Thu Jan  1 01:00:00 1970
+++ www/raqdevil/files/patch-cce-locales-1.0_ja_ftp.po	Tue Oct 24 09:57:16 2006
@@ -0,0 +1,9 @@
+--- ./cce-locales-1.0/ja/ftp.po.orig	Tue Oct 24 09:18:04 2006
++++ ./cce-locales-1.0/ja/ftp.po	Tue Oct 24 09:56:53 2006
+@@ -201,6 +201,3 @@
+ 
+ msgid "migrateAnonFtpFailed"
+ msgstr "このサイトの匿名 FTP 設定をマイグレートできません。"
+-
+-msgid ""
+-msgstr " "
diff -urN www/raqdevil.orig/files/patch-cce-skel-1.0_Makefile www/raqdevil/files/patch-cce-skel-1.0_Makefile
--- www/raqdevil.orig/files/patch-cce-skel-1.0_Makefile	Thu Jan  1 01:00:00 1970
+++ www/raqdevil/files/patch-cce-skel-1.0_Makefile	Tue Oct 24 22:17:34 2006
@@ -0,0 +1,17 @@
+--- ./cce-skel-1.0/Makefile.orig	Thu Jan 12 01:27:08 2006
++++ ./cce-skel-1.0/Makefile	Tue Oct 24 22:14:56 2006
+@@ -27,11 +27,11 @@
+ 	install -m 0644 web/error/warning.gif (prefix)/raqdevil/skel/web/error
+ 	install -m 0644 banner (prefix)/etc/ssh_banner
+ 	install -m 0644 cced (prefix)/etc/pam.d
+-	install -m 0640 httpd.conf (prefix)/etc/apache2
++	install -m 0640 httpd.conf (prefix)/etc/apache2/httpd.conf.raqdevil
+ 	touch (prefix)/etc/apache2/httpd.local.conf
+ 	touch (prefix)/etc/apache2/httpd.raqdevil.conf
+-	install -m 0640 ssl.conf (prefix)/etc/apache2
+-	install -m 0640 proftpd.conf (prefix)/etc
++	install -m 0640 ssl.conf (prefix)/etc/apache2/ssl.conf.raqdevil
++	install -m 0640 proftpd.conf (prefix)/etc/proftpd.conf.raqdevil
+ 	install -m 0640 xinetd.conf (prefix)/etc
+ 	mkdir -p (prefix)/etc/xinetd/xinetd.d
+ 	cp -R xinetd/xinetd.d/* (prefix)/etc/xinetd/xinetd.d
diff -urN www/raqdevil.orig/files/patch-cce-skel-1.0_sitestats_Makefile www/raqdevil/files/patch-cce-skel-1.0_sitestats_Makefile
--- www/raqdevil.orig/files/patch-cce-skel-1.0_sitestats_Makefile	Thu Jan  1 01:00:00 1970
+++ www/raqdevil/files/patch-cce-skel-1.0_sitestats_Makefile	Tue Oct 24 22:37:15 2006
@@ -0,0 +1,13 @@
+--- ./cce-skel-1.0/sitestats/Makefile.orig	Thu Jan 12 01:27:08 2006
++++ ./cce-skel-1.0/sitestats/Makefile	Tue Oct 24 22:36:21 2006
+@@ -17,8 +17,8 @@
+ 	@$(INSTALL_SBIN) split_logs (prefix)/sbin
+ 	@$(INSTALL_SBIN) sitestats_purgeOmatic.pl (prefix)/etc/periodic/daily/400.sitestats_purgeOmatic.pl
+ 	@$(INSTALL_OTH) analog.cfg.tmpl (prefix)/etc/analog.cfg.tmpl
+-	@$(INSTALL_OTH) analog.cfg.tmpl (prefix)/etc/analog.cfg
++	@$(INSTALL_OTH) analog.cfg.tmpl (prefix)/etc/analog.cfg.raqdevil
+ 	@$(INSTALL_OTH)	sitestats (prefix)/etc/logrotate.d
+ 	@$(INSTALL_OTH) apache.logrotate (prefix)/etc/logrotate.d/apache
+-	@$(INSTALL_BIN)	tmpwatch_sitestats /etc/periodic/daily/410.tmpwatch_sitestats
++	@$(INSTALL_BIN)	tmpwatch_sitestats (prefix)/etc/periodic/daily/410.tmpwatch_sitestats
+ 	@$(INSTALL_BIN) grab_logs.pl (prefix)/sbin
diff -urN www/raqdevil.orig/pkg-plist www/raqdevil/pkg-plist
--- www/raqdevil.orig/pkg-plist	Sat Jan 21 09:12:41 2006
+++ www/raqdevil/pkg-plist	Tue Oct 24 22:15:15 2006
@@ -17,6 +17,7 @@
 @unexec echo "Updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v /usr/sbin/nologin /etc/shells.bak) >/etc/shells; rm -f /etc/shells.bak
 @exec touch etc/apache2/httpd.raqdevil.conf
 @exec touch etc/apache2/httpd.local.conf
+admserv/certs/key
 admserv/conf.d/php.conf
 admserv/conf.d/ssl.conf
 admserv/conf/admserv.conf
@@ -25,18 +26,24 @@
 admserv/libexec
 bin/clamfilter.pl
 bin/generateGraph.pl
-etc/apache2/httpd.conf
-etc/apache2/ssl.conf
+bin/log_traffic
+etc/analog.cfg.raqdevil
+etc/analog.cfg.tmpl
+etc/apache2/httpd.conf.raqdevil
+etc/apache2/ssl.conf.raqdevil
 etc/build
 etc/ccewrap.conf
-etc/analog.cfg
-etc/analog.cfg.tmpl
+etc/logrotate.d/apache
+etc/logrotate.d/sitestats
 etc/pam.d/cced
-etc/proftpd.conf
+etc/periodic/daily/400.sitestats_purgeOmatic.pl
+etc/periodic/daily/410.tmpwatch_sitestats
+etc/php.d/i18n.ini
+etc/proftpd.conf.raqdevil
 etc/rc.d/admserv.sh
 etc/rc.d/cced.sh
-etc/ssh_banner
 etc/snmp/snmpd.conf
+etc/ssh_banner
 etc/swatch.conf
 etc/xinetd.conf
 etc/xinetd/xinetd.d/imap
@@ -49,8 +56,9 @@
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/UnixAuth/UnixAuth.bs
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/UnixAuth/UnixAuth.so
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/UnixAuth/autosplit.ix
-lib/php/20020429/cce.so
-lib/php/20020429/i18n.so
+lib/perl5/5.8.8/mach/perllocal.pod
+lib/php/%%PHP_EXT_DIR%%/cce.so
+lib/php/%%PHP_EXT_DIR%%/i18n.so
 lib/security/pam_cce.so
 libexec/apache2/mod_raqdevil.so
 raqdevil/bin/cce_construct
@@ -153,6 +161,7 @@
 raqdevil/handlers/base/email/access.pl
 raqdevil/handlers/base/email/apop.pl
 raqdevil/handlers/base/email/apop_pw.pl
+raqdevil/handlers/base/email/create.pl
 raqdevil/handlers/base/email/default_state.pl
 raqdevil/handlers/base/email/demand.pl
 raqdevil/handlers/base/email/enable.pl
@@ -298,6 +307,7 @@
 raqdevil/lib/libi18n.a
 raqdevil/lib/libi18n.so
 raqdevil/lib/libi18n.so.0
+raqdevil/perl/AM/Util.pm
 raqdevil/perl/Base/Disk.pm
 raqdevil/perl/Base/Group.pm
 raqdevil/perl/Base/HomeDir.pm
@@ -310,7 +320,6 @@
 raqdevil/perl/I18n.pm
 raqdevil/perl/I18nMail.pm
 raqdevil/perl/JConv.pl
-raqdevil/perl/AM/Util.pm
 raqdevil/perl/Sauce/Config.pm
 raqdevil/perl/Sauce/Service.pm
 raqdevil/perl/Sauce/Service/Client.pm
@@ -328,8 +337,8 @@
 raqdevil/sbin/cce_lock.pl
 raqdevil/sbin/cced
 raqdevil/sbin/get_quotas.pl
-raqdevil/sbin/ssl_import.pl
 raqdevil/sbin/ssl_get.pl
+raqdevil/sbin/ssl_import.pl
 raqdevil/sbin/update.php
 raqdevil/sbin/vacation.pl
 raqdevil/sbin/vsite_destroy.pl
@@ -338,6 +347,7 @@
 raqdevil/schemas/base/am/am_base.schema
 raqdevil/schemas/base/am/apache-am.schema
 raqdevil/schemas/base/am/dns-am.schema
+raqdevil/schemas/base/am/email-am.schema
 raqdevil/schemas/base/am/fans-am.schema
 raqdevil/schemas/base/am/ftp-am.schema
 raqdevil/schemas/base/am/network-am.schema
@@ -346,8 +356,8 @@
 raqdevil/schemas/base/apache/apache_caps.schema
 raqdevil/schemas/base/apache/vsite_services.schema
 raqdevil/schemas/base/backupcontrol/backupcontrol.schema
-raqdevil/schemas/base/disk/disk.schema
 raqdevil/schemas/base/disk/disk-am.schema
+raqdevil/schemas/base/disk/disk.schema
 raqdevil/schemas/base/dns/dns.schema
 raqdevil/schemas/base/email/email.schema
 raqdevil/schemas/base/email/email_alias.schema
@@ -389,16 +399,16 @@
 raqdevil/skel/quarantine
 raqdevil/skel/spam
 raqdevil/skel/web/bsd.gif
-raqdevil/skel/web/grad.gif
-raqdevil/skel/web/index.html
-raqdevil/skel/web/raqdevil-logo.png
-raqdevil/skel/web/style.css
 raqdevil/skel/web/error/401-authorization.html
 raqdevil/skel/web/error/403-forbidden.html
 raqdevil/skel/web/error/404-file-not-found.html
 raqdevil/skel/web/error/500-internal-server-error.html
 raqdevil/skel/web/error/index.html
 raqdevil/skel/web/error/warning.gif
+raqdevil/skel/web/grad.gif
+raqdevil/skel/web/index.html
+raqdevil/skel/web/raqdevil-logo.png
+raqdevil/skel/web/style.css
 raqdevil/swatch/bin/am_admserv.exp
 raqdevil/swatch/bin/am_apache.exp
 raqdevil/swatch/bin/am_cpu.sh
@@ -462,7 +472,6 @@
 raqdevil/ui/libPhp/System.php
 raqdevil/ui/libPhp/UIExtension.php
 raqdevil/ui/libPhp/User.php
-raqdevil/ui/libPhp/update.php
 raqdevil/ui/libPhp/uifc/AddButton.php
 raqdevil/ui/libPhp/uifc/BackButton.php
 raqdevil/ui/libPhp/uifc/Bar.php
@@ -536,6 +545,7 @@
 raqdevil/ui/libPhp/uifc/UserName.php
 raqdevil/ui/libPhp/uifc/UserNameList.php
 raqdevil/ui/libPhp/uifc/VerticalCompositeFormField.php
+raqdevil/ui/libPhp/update.php
 raqdevil/ui/libPhp/utils/browser.php
 raqdevil/ui/libPhp/utils/file.php
 raqdevil/ui/libPhp/utils/page.php
@@ -610,11 +620,11 @@
 raqdevil/ui/menu/palette/logout.xml
 raqdevil/ui/menu/palette/palette_attachments.xml
 raqdevil/ui/style/trueBlue.xml
-raqdevil/ui/style/trueBlue.xml.en
-raqdevil/ui/style/trueBlue.xml.ja
-raqdevil/ui/style/trueBlue.xml.fr
 raqdevil/ui/style/trueBlue.xml.de
+raqdevil/ui/style/trueBlue.xml.en
 raqdevil/ui/style/trueBlue.xml.es
+raqdevil/ui/style/trueBlue.xml.fr
+raqdevil/ui/style/trueBlue.xml.ja
 raqdevil/ui/web/base/alpine/adminredirect.html
 raqdevil/ui/web/base/alpine/license.php
 raqdevil/ui/web/base/alpine/splashPersonal.php
@@ -1034,21 +1044,28 @@
 share/locale/de/LC_MESSAGES/base-apache.mo
 share/locale/de/LC_MESSAGES/base-cce.mo
 share/locale/de/LC_MESSAGES/base-disk.mo
+share/locale/de/LC_MESSAGES/base-dns.mo
 share/locale/de/LC_MESSAGES/base-documentation.mo
 share/locale/de/LC_MESSAGES/base-email.mo
 share/locale/de/LC_MESSAGES/base-ftp.mo
+share/locale/de/LC_MESSAGES/base-import.mo
+share/locale/de/LC_MESSAGES/base-maillist.mo
 share/locale/de/LC_MESSAGES/base-memory.mo
 share/locale/de/LC_MESSAGES/base-network.mo
 share/locale/de/LC_MESSAGES/base-power.mo
 share/locale/de/LC_MESSAGES/base-product.mo
+share/locale/de/LC_MESSAGES/base-raid.mo
 share/locale/de/LC_MESSAGES/base-sauce-basic.mo
+share/locale/de/LC_MESSAGES/base-services.mo
 share/locale/de/LC_MESSAGES/base-snmp.mo
 share/locale/de/LC_MESSAGES/base-ssl.mo
 share/locale/de/LC_MESSAGES/base-swupdate.mo
 share/locale/de/LC_MESSAGES/base-system.mo
 share/locale/de/LC_MESSAGES/base-telnet.mo
 share/locale/de/LC_MESSAGES/base-time.mo
+share/locale/de/LC_MESSAGES/base-trueblue.mo
 share/locale/de/LC_MESSAGES/base-user.mo
+share/locale/de/LC_MESSAGES/base-wizard.mo
 share/locale/de/LC_MESSAGES/palette.mo
 share/locale/de/LC_MESSAGES/swatch.mo
 share/locale/de/LC_MESSAGES/trueBlue.mo
@@ -1056,14 +1073,17 @@
 share/locale/en/LC_MESSAGES/base-am.mo
 share/locale/en/LC_MESSAGES/base-apache.mo
 share/locale/en/LC_MESSAGES/base-backupcontrol.mo
+share/locale/en/LC_MESSAGES/base-bandwidth.mo
 share/locale/en/LC_MESSAGES/base-cce.mo
 share/locale/en/LC_MESSAGES/base-disk.mo
+share/locale/en/LC_MESSAGES/base-dma.mo
 share/locale/en/LC_MESSAGES/base-dns.mo
 share/locale/en/LC_MESSAGES/base-documentation.mo
 share/locale/en/LC_MESSAGES/base-email.mo
 share/locale/en/LC_MESSAGES/base-ftp.mo
 share/locale/en/LC_MESSAGES/base-ftpsitestats.mo
 share/locale/en/LC_MESSAGES/base-import.mo
+share/locale/en/LC_MESSAGES/base-maillist.mo
 share/locale/en/LC_MESSAGES/base-mailsitestats.mo
 share/locale/en/LC_MESSAGES/base-memory.mo
 share/locale/en/LC_MESSAGES/base-mypackage.mo
@@ -1071,14 +1091,17 @@
 share/locale/en/LC_MESSAGES/base-network.mo
 share/locale/en/LC_MESSAGES/base-power.mo
 share/locale/en/LC_MESSAGES/base-product.mo
+share/locale/en/LC_MESSAGES/base-raid.mo
 share/locale/en/LC_MESSAGES/base-sauce-basic.mo
 share/locale/en/LC_MESSAGES/base-schedule.mo
 share/locale/en/LC_MESSAGES/base-services.mo
 share/locale/en/LC_MESSAGES/base-shell.mo
 share/locale/en/LC_MESSAGES/base-sitestats.mo
+share/locale/en/LC_MESSAGES/base-smart.mo
 share/locale/en/LC_MESSAGES/base-snmp.mo
 share/locale/en/LC_MESSAGES/base-ssh.mo
 share/locale/en/LC_MESSAGES/base-ssl.mo
+share/locale/en/LC_MESSAGES/base-storage.mo
 share/locale/en/LC_MESSAGES/base-swupdate.mo
 share/locale/en/LC_MESSAGES/base-system.mo
 share/locale/en/LC_MESSAGES/base-telnet.mo
@@ -1086,27 +1109,39 @@
 share/locale/en/LC_MESSAGES/base-user.mo
 share/locale/en/LC_MESSAGES/base-vsite.mo
 share/locale/en/LC_MESSAGES/base-websitestats.mo
+share/locale/en/LC_MESSAGES/base-wizard.mo
 share/locale/en/LC_MESSAGES/palette.mo
 share/locale/en/LC_MESSAGES/swatch.mo
 share/locale/en/LC_MESSAGES/trueBlue.mo
 share/locale/es/LC_MESSAGES/base-am.mo
 share/locale/es/LC_MESSAGES/base-apache.mo
+share/locale/es/LC_MESSAGES/base-backupcontrol.mo
 share/locale/es/LC_MESSAGES/base-cce.mo
 share/locale/es/LC_MESSAGES/base-disk.mo
+share/locale/es/LC_MESSAGES/base-dns.mo
+share/locale/es/LC_MESSAGES/base-documentation.mo
 share/locale/es/LC_MESSAGES/base-email.mo
 share/locale/es/LC_MESSAGES/base-ftp.mo
+share/locale/es/LC_MESSAGES/base-import.mo
+share/locale/es/LC_MESSAGES/base-maillist.mo
 share/locale/es/LC_MESSAGES/base-memory.mo
 share/locale/es/LC_MESSAGES/base-network.mo
 share/locale/es/LC_MESSAGES/base-power.mo
 share/locale/es/LC_MESSAGES/base-product.mo
+share/locale/es/LC_MESSAGES/base-raid.mo
 share/locale/es/LC_MESSAGES/base-sauce-basic.mo
+share/locale/es/LC_MESSAGES/base-services.mo
+share/locale/es/LC_MESSAGES/base-shell.mo
 share/locale/es/LC_MESSAGES/base-snmp.mo
 share/locale/es/LC_MESSAGES/base-ssl.mo
 share/locale/es/LC_MESSAGES/base-swupdate.mo
 share/locale/es/LC_MESSAGES/base-system.mo
 share/locale/es/LC_MESSAGES/base-telnet.mo
 share/locale/es/LC_MESSAGES/base-time.mo
+share/locale/es/LC_MESSAGES/base-trueblue.mo
 share/locale/es/LC_MESSAGES/base-user.mo
+share/locale/es/LC_MESSAGES/base-vsite.mo
+share/locale/es/LC_MESSAGES/base-wizard.mo
 share/locale/es/LC_MESSAGES/palette.mo
 share/locale/es/LC_MESSAGES/swatch.mo
 share/locale/es/LC_MESSAGES/trueBlue.mo
@@ -1114,31 +1149,85 @@
 share/locale/fr/LC_MESSAGES/base-apache.mo
 share/locale/fr/LC_MESSAGES/base-cce.mo
 share/locale/fr/LC_MESSAGES/base-disk.mo
+share/locale/fr/LC_MESSAGES/base-dns.mo
 share/locale/fr/LC_MESSAGES/base-documentation.mo
 share/locale/fr/LC_MESSAGES/base-email.mo
 share/locale/fr/LC_MESSAGES/base-ftp.mo
+share/locale/fr/LC_MESSAGES/base-import.mo
+share/locale/fr/LC_MESSAGES/base-maillist.mo
 share/locale/fr/LC_MESSAGES/base-memory.mo
+share/locale/fr/LC_MESSAGES/base-network.mo
 share/locale/fr/LC_MESSAGES/base-power.mo
 share/locale/fr/LC_MESSAGES/base-product.mo
+share/locale/fr/LC_MESSAGES/base-raid.mo
 share/locale/fr/LC_MESSAGES/base-sauce-basic.mo
+share/locale/fr/LC_MESSAGES/base-services.mo
 share/locale/fr/LC_MESSAGES/base-snmp.mo
 share/locale/fr/LC_MESSAGES/base-ssl.mo
 share/locale/fr/LC_MESSAGES/base-swupdate.mo
 share/locale/fr/LC_MESSAGES/base-system.mo
 share/locale/fr/LC_MESSAGES/base-telnet.mo
 share/locale/fr/LC_MESSAGES/base-time.mo
+share/locale/fr/LC_MESSAGES/base-trueblue.mo
 share/locale/fr/LC_MESSAGES/base-user.mo
+share/locale/fr/LC_MESSAGES/base-wizard.mo
 share/locale/fr/LC_MESSAGES/palette.mo
 share/locale/fr/LC_MESSAGES/swatch.mo
 share/locale/fr/LC_MESSAGES/trueBlue.mo
+share/locale/ja/LC_MESSAGES/base-alpine.mo
+share/locale/ja/LC_MESSAGES/base-am.mo
+share/locale/ja/LC_MESSAGES/base-apache.mo
+share/locale/ja/LC_MESSAGES/base-backupcontrol.mo
+share/locale/ja/LC_MESSAGES/base-bandwidth.mo
+share/locale/ja/LC_MESSAGES/base-cce.mo
+share/locale/ja/LC_MESSAGES/base-disk.mo
+share/locale/ja/LC_MESSAGES/base-dma.mo
+share/locale/ja/LC_MESSAGES/base-dns.mo
+share/locale/ja/LC_MESSAGES/base-documentation.mo
+share/locale/ja/LC_MESSAGES/base-email.mo
+share/locale/ja/LC_MESSAGES/base-ftp.mo
+share/locale/ja/LC_MESSAGES/base-ftpsitestats.mo
+share/locale/ja/LC_MESSAGES/base-import.mo
+share/locale/ja/LC_MESSAGES/base-maillist.mo
+share/locale/ja/LC_MESSAGES/base-mailsitestats.mo
+share/locale/ja/LC_MESSAGES/base-memory.mo
+share/locale/ja/LC_MESSAGES/base-netsitestats.mo
+share/locale/ja/LC_MESSAGES/base-network.mo
+share/locale/ja/LC_MESSAGES/base-power.mo
+share/locale/ja/LC_MESSAGES/base-product.mo
+share/locale/ja/LC_MESSAGES/base-raid.mo
+share/locale/ja/LC_MESSAGES/base-sauce-basic.mo
+share/locale/ja/LC_MESSAGES/base-schedule.mo
+share/locale/ja/LC_MESSAGES/base-services.mo
+share/locale/ja/LC_MESSAGES/base-shell.mo
+share/locale/ja/LC_MESSAGES/base-sitestats.mo
+share/locale/ja/LC_MESSAGES/base-smart.mo
+share/locale/ja/LC_MESSAGES/base-snmp.mo
+share/locale/ja/LC_MESSAGES/base-ssh.mo
+share/locale/ja/LC_MESSAGES/base-ssl.mo
+share/locale/ja/LC_MESSAGES/base-storage.mo
+share/locale/ja/LC_MESSAGES/base-swupdate.mo
+share/locale/ja/LC_MESSAGES/base-system.mo
+share/locale/ja/LC_MESSAGES/base-telnet.mo
+share/locale/ja/LC_MESSAGES/base-time.mo
+share/locale/ja/LC_MESSAGES/base-trueblue.mo
+share/locale/ja/LC_MESSAGES/base-user.mo
+share/locale/ja/LC_MESSAGES/base-vsite.mo
+share/locale/ja/LC_MESSAGES/base-websitestats.mo
+share/locale/ja/LC_MESSAGES/base-wizard.mo
+share/locale/ja/LC_MESSAGES/palette.mo
+share/locale/ja/LC_MESSAGES/swatch.mo
+share/locale/ja/LC_MESSAGES/trueBlue.mo
 @dirrm raqdevil/ui/web/uifc
 @dirrm raqdevil/ui/web/nav
+@dirrm raqdevil/ui/web/manuals
 @dirrm raqdevil/ui/web/login
 @dirrm raqdevil/ui/web/libJs/uifc
 @dirrm raqdevil/ui/web/libJs
 @dirrm raqdevil/ui/web/libImage
 @dirrm raqdevil/ui/web/hello
 @dirrm raqdevil/ui/web/error
+@dirrm raqdevil/ui/web/base/wizard
 @dirrm raqdevil/ui/web/base/vsite
 @dirrm raqdevil/ui/web/base/user
 @dirrm raqdevil/ui/web/base/time
@@ -1147,7 +1236,6 @@
 @dirrm raqdevil/ui/web/base/swupdate
 @dirrm raqdevil/ui/web/base/ssl
 @dirrm raqdevil/ui/web/base/snmp
-@dirrm raqdevil/ui/web/base/sitestats/img
 @dirrm raqdevil/ui/web/base/sitestats
 @dirrm raqdevil/ui/web/base/shell
 @dirrm raqdevil/ui/web/base/services
@@ -1168,8 +1256,10 @@
 @dirrm raqdevil/ui/web
 @dirrm raqdevil/ui/style
 @dirrm raqdevil/ui/menu/palette
+@dirrm raqdevil/ui/menu/base/wizard
 @dirrm raqdevil/ui/menu/base/vsite
 @dirrm raqdevil/ui/menu/base/user
+@dirrm raqdevil/ui/menu/base/time
 @dirrm raqdevil/ui/menu/base/telnet
 @dirrm raqdevil/ui/menu/base/system
 @dirrm raqdevil/ui/menu/base/swupdate
@@ -1180,11 +1270,14 @@
 @dirrm raqdevil/ui/menu/base/services
 @dirrm raqdevil/ui/menu/base/power
 @dirrm raqdevil/ui/menu/base/network
+@dirrm raqdevil/ui/menu/base/maillist
 @dirrm raqdevil/ui/menu/base/import
 @dirrm raqdevil/ui/menu/base/ftp
 @dirrm raqdevil/ui/menu/base/email
+@dirrm raqdevil/ui/menu/base/documentation
 @dirrm raqdevil/ui/menu/base/dns
 @dirrm raqdevil/ui/menu/base/disk
+@dirrm raqdevil/ui/menu/base/backupcontrol
 @dirrm raqdevil/ui/menu/base/apache
 @dirrm raqdevil/ui/menu/base/am
 @dirrm raqdevil/ui/menu/base/alpine
@@ -1245,6 +1338,7 @@
 @dirrm raqdevil/perl/Sauce
 @dirrm raqdevil/perl/Base/User
 @dirrm raqdevil/perl/Base
+@dirrm raqdevil/perl/AM
 @dirrm raqdevil/perl
 @dirrm raqdevil/lib
 @dirrm raqdevil/include/cce
@@ -1281,6 +1375,7 @@
 @dirrm raqdevil/constructor/base/network
 @dirrm raqdevil/constructor/base/ftp
 @dirrm raqdevil/constructor/base/disk
+@dirrm raqdevil/constructor/base/bluequartz
 @dirrm raqdevil/constructor/base/apache
 @dirrm raqdevil/constructor/base/am
 @dirrm raqdevil/constructor/base/alpine
@@ -1311,8 +1406,17 @@
 @dirrm raqdevil/ccewrap
 @dirrm raqdevil/bin
 @dirrm raqdevil
+@dirrm lib/security
+@dirrm etc/xinetd/xinetd.d
+@dirrm etc/xinetd
+@dirrm etc/rc.d/init.d
+@dirrm etc/php.d
+@dirrm etc/periodic/daily
+@dirrm etc/periodic
+@dirrm etc/ccewrap.d
 @dirrm admserv/run
 @dirrm admserv/conf.d
 @dirrm admserv/conf
 @dirrm admserv/certs
 @dirrm admserv
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/UnixAuth
--- raqdevil.diff ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061024211133.0254A11457>