From owner-freebsd-bugs@FreeBSD.ORG Fri Mar 25 18:00:06 2005 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DF6D16A4CE for ; Fri, 25 Mar 2005 18:00:06 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 559ED43D31 for ; Fri, 25 Mar 2005 18:00:06 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j2PI06lc068441 for ; Fri, 25 Mar 2005 18:00:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j2PI06et068440; Fri, 25 Mar 2005 18:00:06 GMT (envelope-from gnats) Resent-Date: Fri, 25 Mar 2005 18:00:06 GMT Resent-Message-Id: <200503251800.j2PI06et068440@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Thomas Goirand Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CA3E16A4CE for ; Fri, 25 Mar 2005 17:56:07 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EF0C43D1D for ; Fri, 25 Mar 2005 17:56:07 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j2PHu7SH009654 for ; Fri, 25 Mar 2005 17:56:07 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j2PHu71i009653; Fri, 25 Mar 2005 17:56:07 GMT (envelope-from nobody) Message-Id: <200503251756.j2PHu71i009653@www.freebsd.org> Date: Fri, 25 Mar 2005 17:56:07 GMT From: Thomas Goirand To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: misc/79235: [maintainer update] v0.17.0.3 of Domain Technologie Control (DTC) web hosting control panel X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Mar 2005 18:00:06 -0000 >Number: 79235 >Category: misc >Synopsis: [maintainer update] v0.17.0.3 of Domain Technologie Control (DTC) web hosting control panel >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Mar 25 18:00:05 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Thomas Goirand >Release: >Organization: GPLHost >Environment: >Description: >How-To-Repeat: This is a major update of this GPL web control panel for admin and accounting hosting services. The old port that was uploaded last year is totaly outdated, and thanks to one of my users who helped debugging last stuff, I can commit today. All files are available in ftp://ftp.gplhost.com/pub/dtc/bsd Tell me when you think it's ok, so I can fix freeze version number corresponding to the port (incrementing dev version). The port seems in good health, but there is something very anoying I cannot resolv myself, because the problems concern another port: mod_log_sql. If I try to use mod_log_sql2 (in fact version 1.100) like as normal, then apache crashes in loop when I start it, and error.log grows fastly. If I use mod_log_sql, then it wants to use mysql client 3.23, and the rest of the installation uses 4.1 (not my choice, the panel don't care the MySQL version...). What I had to do is change this line: File is /usr/ports/www/mod_log_sql/Makefile: LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client should be changed to: LIB_DEPENDS= mysqlclient.14:${PORTSDIR}/databases/mysql41-client If you do that, and the use mod_log_sql instead of mod_log_sql2 in my port dependancies, then you have no problem at all. Another problem I encounter. Is there a version of the Linux TAR program under BSD, or a version of BSD tar for Linux? The problem is that the one on linux and the one in BSD make files of different size (even when you don't ask for gzip compression), so it can lead to size missmatch in my port if I make the port on FreeBSD (with my customs sh scripts) who will download in it's turn the package made on gplhost (debian). That's what happened last time, I just understood 3 month later... What's the solution? By the way I can live with that problem... I'm available thrue msn: thomasgoirand@hotmail.com or skype: z_i_g_o or IRCNet under the channel #dtc-dev if you need me. >Fix: >Release-Note: >Audit-Trail: >Unformatted: