Commit graph

38 commits

Author SHA1 Message Date
jlam
7a6521287b Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}.  There is no change to the binary
packages.
2005-07-13 18:01:18 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
671d62d2e2 Add RMD160 digests in addition to SHA1 ones. 2005-02-23 16:33:05 +00:00
seb
f60b624cfa Fix build: p5-Data-ShowTable had its PKGREVISION bumped, be more liberal
on the version this package requires.
2004-12-21 23:58:03 +00:00
grant
908e765695 since perl is now built with threads on most platforms, the perl archlib
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").

binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.

addresses PR pkg/28619 from H. Todd Fujinaka.
2004-12-20 11:30:55 +00:00
kristerw
1ac4d6f48b Revert previous. This should be fixed in mysql*-client/buildlink3.mk or
mysql_config instead.

Noted by Ben Collver.
2004-11-22 16:29:51 +00:00
kristerw
248a134f5e This package uses pthreads, so we need to include mk/pthread.buildlink3.mk. 2004-11-21 15:01:05 +00:00
jdolecek
158484ab16 use mk/mysql.buildlink3.mk instead of databases/mysql-client/buildlink3.mk,
so that we'd not force dependance on specific MySQL version, and instead pick
the currently installed mysql*-client (or install the default if there
is no mysql-client package installed yet)

this makes package buildable with arbitrary MySQL version, such as 3.23.x,
4.0.x or 4.1.x
2004-10-29 05:59:23 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
cube
414b91a0b3 Update to version 2.9004.
The list of changes is long, and can be found inside the archive in the
ChangeLog file or online at the following URL:

http://search.cpan.org/src/RUDY/DBD-mysql-2.9004/ChangeLog

I'm committing this during the freeze because it's an update that I forgot
when committing the rt3 package, and rt3 needs it.
2004-09-13 11:49:37 +00:00
snj
e72dda603a Convert to buildlink3. 2004-04-27 02:24:08 +00:00
grant
91f00f1cbc s/netbsd.org/NetBSD.org/ 2003-07-17 21:21:03 +00:00
seb
391343bc20 Noop commit, just tweaking style. 2002-12-02 22:59:37 +00:00
wiz
1adde0f154 buildlink1 -> buildlink2. Use perl5/module.mk. 2002-10-10 12:13:05 +00:00
wiz
83379639ee Update to 2.1017, based on pkg/17295 by Sergey Svishchev.
Changes since 1.2219:
* dbdimp.c: Added a required check for mysql_errno.
  Steve Hay <Steve.Hay@uk.radan.com>
* dbdimp.c: Removed use of mysql_eof. Jay Lawrence <jay@lawrence.net>
* dbdimp.c: Fixed mysql_is_auto_increment.  Paul Walmsley
  <shag-dbdmysql@booyaka.com> and Paul Dubois <paul@kitebird.org>
* dbdimp.c: Added use of mysql_ssl_set.  Chris Hanes <chanes@i-c.net>
* Some fixes in the docs. Paul Dubois <paul@kitebird.com>
* Added mysql_is_auto_increment. (Someone else, but forgot his email, sorry!)
* lib/DBD/mysql.pod: Fixed minor bug in an example.
* Within AutoCommit mode, reconnect is now turned off, because the
  transaction state is unpredictable otherwise.
* dbdimp.c: Added use of SvMAGICAL to dbd_db_quote.
  Rudy Lippan <almighty@randomc.com>
* bind_param now using mysql_real_escape_string
  as well. Dave Rolsky <autarch@urth.org>
* Added mysql_ssl flag to DBI->connect.
* Quoting now based on mysql_real_escape_string. Thanks
  to Dave Rolsky <autarch@urth.org> for suggesting this.
* Portability changes for MySQL 4.
* dbdimp.c: Fixed $dbh->{mysql_insertid}; added t/insertid.t
* Added transaction support for MySQL.  (Bob Lyons <lyons@nextrials.com>)
* dbd/dbdimp.c: Fixed MAXLENGTH warning; used to hint for a not existing
  mysql_maxlength, which should read mysql_max_length.
  (Paul DuBois <paul@snake.net>)
* Fixed installation problem when a directory was specified,
  but did not exist. (Will Partain <partain@dcs.gla.ac.uk>)
* Fixed that mysql_errno wasn't used properly. (Chris Adams
  <cmadams@hiwaay.net>)
* Fixed test suite problem, when user name and password
  have been interpolated. (Bruno Hivert (LMC) <lmcbrhi@lmc.ericsson.se>)
* mysql_insertid and mysql_affectedrows are no longer treated
  as integers, but longs. Thanks to Michael G Schwern <schwern@pobox.com>.

make test gives the same output as for the previous pkgsrc version.
Thanks, atatat!
2002-07-07 12:34:49 +00:00
wiz
535fcdd97d Needs at least 3.23.49nb1 of mysql-client. 2002-06-16 22:03:03 +00:00
veego
272214692b Patch the Install.pm file so we also add -Wl,-R$libdir for the mysqlclient
library on NetBSD. Fixes my PR# pkg/15574
2002-04-14 14:11:19 +00:00
martti
20be89b3b2 Updated p5-DBD-mysql to 1.2219
Changes since 2.2216 are missing, here is the changes from 1.2215 to 1.2216 :
* Portability changes for mSQL 3 and MySQL 4.
* Added transaction support for MySQL.
  (Bob Lyons <lyons@nextrials.com>)
* dbd/dbdimp.c: Fixed MAXLENGTH warning; used to hint for
  a not existing mysql_maxlength, which should read
  mysql_max_length. (Paul DuBois <paul@snake.net>)
* Fixed installation problem when a directory was specified,
  but did not exist. (Will Partain <partain@dcs.gla.ac.uk>)
* Fixed that mysql_errno wasn't used properly. (Chris Adams
  <cmadams@hiwaay.net>)
* Fixed test suite problem, when user name and password
  have been interpolated. (Bruno Hivert (LMC)
  <lmcbrhi@lmc.ericsson.se>)
* mysql_insertid and mysql_affectedrows are no longer treated
  as integers, but longs. Thanks to Michael G Schwern
  <schwern@pobox.com>.
2002-03-20 11:33:04 +00:00
zuntum
0ca28723fb Move pkg/ files into package's toplevel directory 2001-11-01 00:11:36 +00:00
veego
63ad910dee SVR4 packages have a limit of 9 chars for a package name.
The automatic truncation in gensolpkg doesn't work for packages which
have the same package name for the first 5-6 chars.
e.g. amanda-server and amanda-client would be named amanda and amanda.
Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for
amanda-server.
All svr4 packages also have a vendor tag, so we have to reserve some chars
for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6
or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the
vendor tag enough room.
All p5-* packages and a few other packages have now a SVR4_PKGNAME.
2001-10-18 15:20:01 +00:00
jlam
71b65d6be2 Alter dependencies so that perl>=5.6.1nb2 will satisfy the dependency for
p5-CGI or p5-Data-Dumper.
2001-09-05 17:18:21 +00:00
veego
6d94e90d1b It is www.mysql.com and not www.mysql.com.org. 2001-06-17 10:28:33 +00:00
agc
6ef28d06c5 Move to sha1 digests, and add distfile sizes. 2001-04-18 16:10:56 +00:00
agc
5092342d3d + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
+ include distfile filesizes in distinfo
2001-04-17 09:56:50 +00:00
bad
0e87083ae4 Depend on mysql-client>=3.23.35 because of library major bump. 2001-03-26 14:54:19 +00:00
wiz
417e8bbabf Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 14:17:22 +00:00
david
07eed863d5 Update package and close PR pkg/11596 2000-12-17 21:50:56 +00:00
wiz
de25e93e9a remove trailing whitespace 2000-09-03 15:00:19 +00:00
jlam
c70c96f2c8 Convert packages to use PERL5_PACKLIST (part 2). These are the database and
Apache perl modules, and each compiled and installed/de-installed apparently
correctly.

As a side effect of the dynamic PLIST, we no longer need to to have separate
-static and -shared PLISTs.  It's now easier than ever to make a perl5
package for NetBSD :)
2000-08-27 10:37:00 +00:00
rh
9f0a9daea8 Make this compile again by removing outdated `patch-aa'
Make configuration non-interactive
2000-05-25 08:08:30 +00:00
christos
44af90fe2e Upgrade to 1.2214; fixes too numerous to be mentioned here; consult the
changelog. Apparently the previous version we were running is missing
from the changelog entries.
2000-05-11 19:27:21 +00:00
tron
e7a989ea4a Depend on "p5-Data-Dumper" 2.10 or newer. 2000-03-28 16:50:24 +00:00
bad
63aacb20ee Update for mysql-client-3.22.32. 2000-02-15 05:54:18 +00:00
abs
df05aef71f Strip trailing '.', and/or leading '(a|an) ' 2000-01-05 15:37:50 +00:00
bad
32f98153b2 Update to depend on mysql-client-3.22.27. 1999-12-13 20:38:26 +00:00
bad
5342cbb807 Oops. s/i386-netbsd/${MACHINE_ARCHE}-${LOWER_OPSYS}/ 1999-08-25 21:42:40 +00:00
agc
a910a6fd62 Add package patch-sum files 1999-07-09 13:50:05 +00:00
bad
16f5429657 Initial import of p5-DBD-mysql based on msql-mysql-modules-1.2017.
This is the DBI backend for mysql databases.
1999-06-10 18:32:36 +00:00