From owner-cvs-all@FreeBSD.ORG Mon Sep 15 22:46:25 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EA3416A4B3; Mon, 15 Sep 2003 22:46:25 -0700 (PDT) Received: from mail.droso.net (koala.droso.net [193.162.142.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD6FA43F3F; Mon, 15 Sep 2003 22:46:23 -0700 (PDT) (envelope-from erwin@mail.droso.net) Received: by mail.droso.net (Postfix, from userid 1001) id 79F4A22859; Tue, 16 Sep 2003 07:46:22 +0200 (CEST) Date: Tue, 16 Sep 2003 07:46:22 +0200 From: Erwin Lansing To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20030916054622.GA10012@droso.net> References: <200309160543.h8G5hqZs042385@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Qxx1br4bt0+wmkIi" Content-Disposition: inline In-Reply-To: <200309160543.h8G5hqZs042385@repoman.freebsd.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD/i386 5.1-CURRENT Subject: Re: cvs commit: ports/databases/mysql-editor Makefile ports/databases/mysql2pgsql Makefile ports/databases/mysqlman Makefile ports/databases/p5-ApacheDBILogConfig Makefile ports/databases/p5-ApacheDBILogger Makefile ports/databases/p5-Class-DBI-Loader Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Sep 2003 05:46:25 -0000 --Qxx1br4bt0+wmkIi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable This fixes support for DBI on 4.x with system perl and should ont affect users of perl from ports. Let me know if I missed one or broke anything. Cheers, -erwin On Mon, Sep 15, 2003 at 10:43:52PM -0700, Erwin Lansing wrote: > erwin 2003/09/15 22:43:52 PDT >=20 > FreeBSD ports repository >=20 > Modified files: > databases/mysql-editor Makefile=20 > databases/mysql2pgsql Makefile=20 > databases/mysqlman Makefile=20 > databases/p5-ApacheDBILogConfig Makefile=20 > databases/p5-ApacheDBILogger Makefile=20 > databases/p5-Class-DBI-Loader Makefile=20 > databases/p5-DBD-CSV Makefile=20 > databases/p5-DBD-Excel Makefile=20 > databases/p5-DBD-InterBase Makefile=20 > databases/p5-DBD-LDAP Makefile=20 > databases/p5-DBD-ODBC Makefile=20 > databases/p5-DBD-Oracle Makefile=20 > databases/p5-DBD-Pg Makefile=20 > databases/p5-DBD-SQLite Makefile=20 > databases/p5-DBD-Sybase Makefile=20 > databases/p5-DBD-XBase Makefile=20 > databases/p5-DBD-mysql Makefile=20 > databases/p5-DBIWrapper Makefile=20 > databases/p5-DBIx-AnyDBD Makefile=20 > databases/p5-DBIx-Browse Makefile=20 > databases/p5-DBIx-DBSchema Makefile=20 > databases/p5-DBIx-DataSource Makefile=20 > databases/p5-DBIx-Ease Makefile=20 > databases/p5-DBIx-Password Makefile=20 > databases/p5-DBIx-Recordset Makefile=20 > databases/p5-DBIx-SQLEngine Makefile=20 > databases/p5-DBIx-SearchBuilder Makefile=20 > databases/p5-DBIx-Tree Makefile=20 > databases/p5-DBIx-XHTML_Table Makefile=20 > databases/p5-DBIx-XML_RDB Makefile=20 > databases/p5-Ima-DBI Makefile=20 > databases/p5-Mysql Makefile=20 > databases/p5-ResourcePool-Resource-DBI Makefile=20 > databases/p5-Tangram Makefile=20 > databases/p5-sqlrelay Makefile=20 > databases/postgresql_autodoc Makefile=20 > devel/bugzilla Makefile=20 > devel/p5-DateTime-Format-DBI Makefile=20 > devel/p5-POE-Component-DBIAgent Makefile=20 > finance/p5-Business-WorldPay-Junior Makefile=20 > french/facturier Makefile=20 > ftp/p5-Net-FTPServer Makefile=20 > textproc/p5-XML-DBMS Makefile=20 > www/cybercalendar Makefile=20 > www/p5-Apache-AuthTicket Makefile=20 > www/p5-Apache-DBI Makefile=20 > www/p5-AxKit-XSP-ESQL Makefile=20 > www/rt2 Makefile=20 > www/rt3 Makefile=20 > www/scoop Makefile=20 > Log: > Conditionalise dependencies on databases/p5-DBI: for perl > 5.005_03 use databases/p5-DBI-137 as newer versions do not > support the old perl. > =20 > Note that for some port, I merely removed the explicit > dependency as they already have implicit dependencies > via other ports. > =20 > Approved by: portmgr (marcus) > =20 > Revision Changes Path > 1.3 +12 -3 ports/databases/mysql-editor/Makefile > 1.5 +1 -2 ports/databases/mysql2pgsql/Makefile > 1.6 +9 -2 ports/databases/mysqlman/Makefile > 1.6 +0 -1 ports/databases/p5-ApacheDBILogConfig/Makefile > 1.6 +0 -1 ports/databases/p5-ApacheDBILogger/Makefile > 1.2 +12 -3 ports/databases/p5-Class-DBI-Loader/Makefile > 1.14 +12 -3 ports/databases/p5-DBD-CSV/Makefile > 1.5 +12 -3 ports/databases/p5-DBD-Excel/Makefile > 1.8 +11 -3 ports/databases/p5-DBD-InterBase/Makefile > 1.4 +12 -3 ports/databases/p5-DBD-LDAP/Makefile > 1.8 +11 -3 ports/databases/p5-DBD-ODBC/Makefile > 1.4 +12 -3 ports/databases/p5-DBD-Oracle/Makefile > 1.50 +11 -3 ports/databases/p5-DBD-Pg/Makefile > 1.11 +11 -4 ports/databases/p5-DBD-SQLite/Makefile > 1.11 +11 -3 ports/databases/p5-DBD-Sybase/Makefile > 1.7 +11 -3 ports/databases/p5-DBD-XBase/Makefile > 1.44 +8 -3 ports/databases/p5-DBD-mysql/Makefile > 1.12 +12 -3 ports/databases/p5-DBIWrapper/Makefile > 1.4 +11 -4 ports/databases/p5-DBIx-AnyDBD/Makefile > 1.3 +11 -3 ports/databases/p5-DBIx-Browse/Makefile > 1.3 +12 -3 ports/databases/p5-DBIx-DBSchema/Makefile > 1.4 +11 -4 ports/databases/p5-DBIx-DataSource/Makefile > 1.2 +11 -4 ports/databases/p5-DBIx-Ease/Makefile > 1.3 +11 -3 ports/databases/p5-DBIx-Password/Makefile > 1.4 +11 -4 ports/databases/p5-DBIx-Recordset/Makefile > 1.2 +1 -2 ports/databases/p5-DBIx-SQLEngine/Makefile > 1.22 +12 -3 ports/databases/p5-DBIx-SearchBuilder/Makefile > 1.4 +11 -3 ports/databases/p5-DBIx-Tree/Makefile > 1.10 +11 -4 ports/databases/p5-DBIx-XHTML_Table/Makefile > 1.5 +12 -3 ports/databases/p5-DBIx-XML_RDB/Makefile > 1.5 +12 -3 ports/databases/p5-Ima-DBI/Makefile > 1.39 +9 -2 ports/databases/p5-Mysql/Makefile > 1.4 +12 -3 ports/databases/p5-ResourcePool-Resource-DBI/Makef= ile > 1.3 +12 -3 ports/databases/p5-Tangram/Makefile > 1.5 +11 -3 ports/databases/p5-sqlrelay/Makefile > 1.12 +0 -1 ports/databases/postgresql_autodoc/Makefile > 1.20 +1 -2 ports/devel/bugzilla/Makefile > 1.4 +12 -3 ports/devel/p5-DateTime-Format-DBI/Makefile > 1.4 +11 -2 ports/devel/p5-POE-Component-DBIAgent/Makefile > 1.7 +12 -3 ports/finance/p5-Business-WorldPay-Junior/Makefile > 1.3 +0 -1 ports/french/facturier/Makefile > 1.14 +11 -2 ports/ftp/p5-Net-FTPServer/Makefile > 1.5 +12 -3 ports/textproc/p5-XML-DBMS/Makefile > 1.2 +1 -2 ports/www/cybercalendar/Makefile > 1.9 +9 -2 ports/www/p5-Apache-AuthTicket/Makefile > 1.13 +8 -1 ports/www/p5-Apache-DBI/Makefile > 1.3 +11 -2 ports/www/p5-AxKit-XSP-ESQL/Makefile > 1.9 +0 -1 ports/www/rt2/Makefile > 1.25 +0 -1 ports/www/rt3/Makefile > 1.3 +0 -1 ports/www/scoop/Makefile >=20 > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/databases/mysql-editor/Makefi= le.diff?&r1=3D1.2&r2=3D1.3&f=3Dh > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/databases/mysql2pgsql/Makefil= e.diff?&r1=3D1.4&r2=3D1.5&f=3Dh > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/databases/mysqlman/Makefile.d= iff?&r1=3D1.5&r2=3D1.6&f=3Dh > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/databases/p5-ApacheDBILogConf= ig/Makefile.diff?&r1=3D1.5&r2=3D1.6&f=3Dh > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/databases/p5-ApacheDBILogger/= Makefile.diff?&r1=3D1.5&r2=3D1.6&f=3Dh > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/databases/p5-Class-DBI-Loader= /Makefile.diff?&r1=3D1.1&r2=3D1.2&f=3Dh > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/databases/p5-DBD-CSV/Makefile= .diff?&r1=3D1.13&r2=3D1.14&f=3Dh > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/databases/p5-DBD-Excel/Makefi= le.diff?&r1=3D1.4&r2=3D1.5&f=3Dh > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/databases/p5-DBD-InterBase/Ma= kefile.diff?&r1=3D1.7&r2=3D1.8&f=3Dh > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/databases/p5-DBD-LDAP/Makefil= e.diff?&r1=3D1.3&r2=3D1.4&f=3Dh > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/databases/p5-DBD-ODBC/Makefil= e.diff?&r1=3D1.7&r2=3D1.8&f=3Dh > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/databases/p5-DBD-Oracle/Makef= ile.diff?&r1=3D1.3&r2=3D1.4&f=3Dh > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/databases/p5-DBD-Pg/Makefile.= diff?&r1=3D1.49&r2=3D1.50&f=3Dh > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/databases/p5-DBD-SQLite/Makef= ile.diff?&r1=3D1.10&r2=3D1.11&f=3Dh > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/databases/p5-DBD-Sybase/Makef= ile.diff?&r1=3D1.10&r2=3D1.11&f=3Dh > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/databases/p5-DBD-XBase/Makefi= le.diff?&r1=3D1.6&r2=3D1.7&f=3Dh > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/databases/p5-DBD-mysql/Makefi= le.diff?&r1=3D1.43&r2=3D1.44&f=3Dh > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/databases/p5-DBIWrapper/Makef= ile.diff?&r1=3D1.11&r2=3D1.12&f=3Dh > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/databases/p5-DBIx-AnyDBD/Make= file.diff?&r1=3D1.3&r2=3D1.4&f=3Dh > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/databases/p5-DBIx-Browse/Make= file.diff?&r1=3D1.2&r2=3D1.3&f=3Dh > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/databases/p5-DBIx-DBSchema/Ma= kefile.diff?&r1=3D1.2&r2=3D1.3&f=3Dh > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/databases/p5-DBIx-DataSource/= Makefile.diff?&r1=3D1.3&r2=3D1.4&f=3Dh > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/databases/p5-DBIx-Ease/Makefi= le.diff?&r1=3D1.1&r2=3D1.2&f=3Dh > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/databases/p5-DBIx-Password/Ma= kefile.diff?&r1=3D1.2&r2=3D1.3&f=3Dh > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/databases/p5-DBIx-Recordset/M= akefile.diff?&r1=3D1.3&r2=3D1.4&f=3Dh > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/databases/p5-DBIx-SQLEngine/M= akefile.diff?&r1=3D1.1&r2=3D1.2&f=3Dh > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/databases/p5-DBIx-SearchBuild= er/Makefile.diff?&r1=3D1.21&r2=3D1.22&f=3Dh > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/databases/p5-DBIx-Tree/Makefi= le.diff?&r1=3D1.3&r2=3D1.4&f=3Dh > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/databases/p5-DBIx-XHTML_Table= /Makefile.diff?&r1=3D1.9&r2=3D1.10&f=3Dh > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/databases/p5-DBIx-XML_RDB/Mak= efile.diff?&r1=3D1.4&r2=3D1.5&f=3Dh > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/databases/p5-Ima-DBI/Makefile= .diff?&r1=3D1.4&r2=3D1.5&f=3Dh > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/databases/p5-Mysql/Makefile.d= iff?&r1=3D1.38&r2=3D1.39&f=3Dh > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/databases/p5-ResourcePool-Res= ource-DBI/Makefile.diff?&r1=3D1.3&r2=3D1.4&f=3Dh > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/databases/p5-Tangram/Makefile= .diff?&r1=3D1.2&r2=3D1.3&f=3Dh > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/databases/p5-sqlrelay/Makefil= e.diff?&r1=3D1.4&r2=3D1.5&f=3Dh > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/databases/postgresql_autodoc/= Makefile.diff?&r1=3D1.11&r2=3D1.12&f=3Dh > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/devel/bugzilla/Makefile.diff?= &r1=3D1.19&r2=3D1.20&f=3Dh > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/devel/p5-DateTime-Format-DBI/= Makefile.diff?&r1=3D1.3&r2=3D1.4&f=3Dh > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/devel/p5-POE-Component-DBIAge= nt/Makefile.diff?&r1=3D1.3&r2=3D1.4&f=3Dh > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/finance/p5-Business-WorldPay-= Junior/Makefile.diff?&r1=3D1.6&r2=3D1.7&f=3Dh > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/french/facturier/Makefile.dif= f?&r1=3D1.2&r2=3D1.3&f=3Dh > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/ftp/p5-Net-FTPServer/Makefile= .diff?&r1=3D1.13&r2=3D1.14&f=3Dh > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/textproc/p5-XML-DBMS/Makefile= .diff?&r1=3D1.4&r2=3D1.5&f=3Dh > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/www/cybercalendar/Makefile.di= ff?&r1=3D1.1&r2=3D1.2&f=3Dh > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/www/p5-Apache-AuthTicket/Make= file.diff?&r1=3D1.8&r2=3D1.9&f=3Dh > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/www/p5-Apache-DBI/Makefile.di= ff?&r1=3D1.12&r2=3D1.13&f=3Dh > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/www/p5-AxKit-XSP-ESQL/Makefil= e.diff?&r1=3D1.2&r2=3D1.3&f=3Dh > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/www/rt2/Makefile.diff?&r1=3D1= .8&r2=3D1.9&f=3Dh > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/www/rt3/Makefile.diff?&r1=3D1= .24&r2=3D1.25&f=3Dh > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/www/scoop/Makefile.diff?&r1= =3D1.2&r2=3D1.3&f=3Dh >=20 --=20 _._ _,-'""`-._ Erwin Lansing (,-.`._,'( |\`-/| erwin@lansing.dk http://droso.org `-.-' \ )-`( , o o) erwin@FreeBSD.org -bf- `- \`_`"'- --Qxx1br4bt0+wmkIi Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQE/ZqOuqy9aWxUlaZARAr8XAKC0GyxbZyGc4pvxfnHYu3gfylafvACeK4cx NzEULoDq8DXh+DEQM6MoKYY= =nnYa -----END PGP SIGNATURE----- --Qxx1br4bt0+wmkIi--