misc/79235: [maintainer update] v0.17.0.3 of Domain Technologie Control (DTC) web hosting control panel

Thomas Goirand thomas at goirand.fr
Fri Mar 25 10:00:06 PST 2005


>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 at 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:


More information about the freebsd-bugs mailing list