Commit graph

91783 commits

Author SHA1 Message Date
wiz
a795708e98 Update to 1.23:
1.23 Jan 14, 2006

- Fix code bugs in the SYNOPSIS.

- Exception::Class->caught() now returns $@ if not given an argument.
2006-01-23 21:44:40 +00:00
wiz
303054b33d Updated p5-Params-Validate to 0.79 2006-01-23 21:40:22 +00:00
wiz
62e24bbbc6 Update to 0.79:
0.79 Jan 13, 2006

- The XS version of Params::Validate did not work if a spec hash
reference was marked Readonly using Readonly::XS.

- Added some tests for using tied values for params or spec, and
discovered that a tied spec causes a segfault, but could not figure
out how to fix this (Grr, Perl magic is a huge pain in the nether
regions).
2006-01-23 21:39:34 +00:00
joerg
9af4976e6a From the "Did-anyone-ever-try-this-at-all" department:
Give up with trying to find ingenious ways to ensure that the
version expression gets correctly quoted to cc, it somehow differes
between direct invocations and runs from pkgsrc. Just hard-code the value
for now.
2006-01-23 21:13:16 +00:00
xtraeme
d71e66411c Updated databases/unixodbc to 2.2.11
Updated databases/unixodbc-DataManager to 2.2.11
Updated databases/unixodbc-ODBCConfig to 2.2.11
2006-01-23 20:54:28 +00:00
xtraeme
3477d29cf4 Commit modified patch missed in previous. 2006-01-23 20:52:26 +00:00
xtraeme
843e6bde82 Update unixodbc-* packages to 2.2.11 (latest stable version).
See http://www.unixodbc.org/ for the list of changes... sorry but
this package was not updated in 5 years, the list might be very large!
2006-01-23 20:50:47 +00:00
wiz
d910db9d21 merge rt entries, update rt-* entries, add qstat-2.0 [pkg/32605]. 2006-01-23 20:21:06 +00:00
wiz
2ccf017f9a p5-DBD-mysql updated to 3.0002. 2006-01-23 20:18:29 +00:00
wiz
c906e62fd2 Update to 3.0002:
2005-07-07 Patrick Galbraith (3.0002)
  * Fix to ensure MYSQL_BIND is only defined when mysql
    client version is >= 4.1.3. Thanks to Tom Parkison,
    Anup Singh, Sergey Skvortsov, and other users who informed
    me about this issue.

2005-07-06 Patrick Galbraith (3.0001)
  * Special Thanks to Steve Hay for his patch to fix windows
    compiles!
  * Changed uint argument in safe_sv_fetch to int due to
    uint not being available on windows unless you include
    my_globals.h in dbdimp.h, which also breaks on unixen!
  * Fixed Makefile.PM for windows compiles (thanks to Steve Hay!)
  * Removed long long type from dbdimp.h
  * Changed strncasecmp to strncmp (still need a better long-term solution)
    in dbdimp.c
  * Modified Makefile.PM to make prepared statements default
  * Removed // comments from mysql.xs, dbdimp.c (Thanks Bodo Bergmann!)
  * Fixed runtime bug (when inserting or updating quotes or double quotes)
    (Thanks to Brad Choate)

2005-06-30 Patrick Galbraith (3.0000)
  * Release of prepared statement code

2005-04-26 Patrick Galbraith (2.9015_3)
  * Added patch from Stas Beckman for new DBI feature take_imp_data, needed
   for DBI::Pool
  * Fix to Statement.pm for old API call for numfields that caused
    warnings on 40numrows and akmisc tests
  * Fix to bind_ph to throw an error if trying to bind a non-numeric
    value as numeric
  * Better fix for dealing with error condition in $sth->rows()
  * Fix to bind_param to throw error when trying to bind a non-numeric as
    numeric


2005-04-04 Patrick Galbraith (2.9015_2)
  * Merged all code changes from 2.900x tree from the last 9
    months
    - unsafe bind type guessing patch from Dragonchild
    - Removed mysql.mtest
    - Fixed sth->rows to return my_ulongloong and also handle
      error from client API
    - Fix to make autocommit work was already part of this version
    - Auto-reconnect bug fixed in 2.9006 included
  * Added simple test to 35limit test to check if using malicious code in
   LIMIT ?, ? placeholders works, which it doesn't.
  * Fix that sets mysql_server_prepare to 0 if SQL statement is 'SHOW ...'
    which is not supported by prepared statement API currently

2004-10-28 Rudolf Lippan (2.9015_1)
	* Merged Makefile.PL from 2.9005_3
	* Bumped version number to 2.9015 for release of Dev Branch. Which
	  will become 2.9020 when tested and merged into HEAD.
	* fixed typo/compiler warning in bind_param_guessing
	  '*testchar' should have been 'testchar'.

2004-10-20 Patrick Galbraith (Dev-2_9 - 2.9005)

  * merged changes from 2.9005_1
  * fix to blob in dbd_st_fetch (Alexey Stroganov ranger@mysql.com)
  In case of BLOB/TEXT fields we allocate only 8192 bytes in dbd_describe()
  for data. Here we know real size of field so we should increase buffer
  size and refetch column value
2006-01-23 20:18:05 +00:00
xtraeme
a1b28f854a Updated databases/myodbc to 3.51.12 2006-01-23 18:54:59 +00:00
xtraeme
6fb57b0209 Update to 3.51.12 (latest stable version).
There were zillions of changes... please see the Changelog file.
Now it builds with both mysql-4.1.x and mysql-5.1.x.

pkgsrc changes:

Supported build options:
	* myodbc-gui:	builds the QT widgets library. (disabled)
	* myodbc-iodbc:	uses iodbc for the odbc functions. (enabled)
	* myodbc-unixodbc: uses unixodbc for the odbc functions. (disabled)
Uses MASTER_SITE_MYSQL.
2006-01-23 18:53:45 +00:00
tron
0ebea1543b Add patch from CVS repository to make GCC 4.x happy. This will
hopefully fix build problems under DragonFly.
2006-01-23 18:46:00 +00:00
jlam
b032c82c21 If the package directory doesn't exist, then return a non-zero code. This
allows us to distinguish the case where everything is what we expect, and
any deviations from that main case.
2006-01-23 18:38:27 +00:00
jlam
c8acc068af EXTRACT_CMD.zip is no more... just use the real command for extracting a
ZIP archive.
2006-01-23 18:37:18 +00:00
wiz
0314de7d5c Remove poppler-0.5.0 (development release according to homepage) [noted by reed]
and evince-0.5.0 (probably one too).
2006-01-23 18:36:08 +00:00
joerg
52f69930e9 Since the canonical config.guess returned netbsdelf, add that as target. 2006-01-23 18:07:51 +00:00
xtraeme
a83256b22c Add MASTER_SITE_MYSQL with a bunch of mirrors from FreeBSD, and use
it in the mysql packages.
2006-01-23 17:57:47 +00:00
wiz
471a2bbcdc + anthy-7100b [pkg/32091], asc-1.16.3, dialog-1.0.20060119,
libdvdread-0.9.5, maradns-1.2.03.1, openldap-2.3.18, rdiff-backup-1.0.4,
  rxvt-unicode-7.2.
- p5-Test-Cmd-1.05
2006-01-23 17:52:53 +00:00
wiz
6b00839b12 Handle *.ZIP the same way as *.zip -- fixes fonts/cyberbit-ttf extraction. 2006-01-23 17:52:02 +00:00
tv
84847331e8 Skip ".orig" files in the pax copy, in case local patches (or possible
pkgsrc patches) patch things in cf/.
2006-01-23 17:28:41 +00:00
joerg
7f438a219d Has BROKEN_GETTEXT_DETECTION. 2006-01-23 17:08:46 +00:00
xtraeme
4ac17979cf Updated chat/psi to 0.10 2006-01-23 17:05:53 +00:00
xtraeme
9745c2b69e Update to 0.10.
- Psi will now sign out before Windows or Mac OS X machines go to 'sleep'
  - The default text input line in the chat dialogs starts at one line tall,
    and grows as necessary.
  - The Roster can now be automatically resized to fit all  contacts.
  - The Roster now has a menu bar available on Windows and Linux
  - Chat windows can be collected together using tabs
  - On Windows and Mac OS X, selected text may be automatically copied to the
    clipboard.
  - Mac OS X builds now enjoy Growl(.info) support
  - Photos are now available in the VCard dialog
  - New default colour scheme
  - Roster and chat dialog opacity is now configurable on Windows and Mac OS X
  - The colour scheme is now slightly more configurable
  - Assorted minor feature additions and bug fixes
  - Number of unread messages is now visible in the dock on Mac OS X
  - GPG passphrases are now cached during the entire Psi session
  - 'Authorization received' messages can now be ignored
  - Roster and chat windows can be made transparent
2006-01-23 17:05:02 +00:00
joerg
cb36df50f7 Update distinfo to match patches. 2006-01-23 17:04:13 +00:00
joerg
ea07f0405d Install flphoto's man pages install man/manX and only there. 2006-01-23 17:01:33 +00:00
joerg
6962a436c4 Don't install faked cat pages, only real the real man page.
Bump revision.
2006-01-23 17:00:05 +00:00
joerg
bca76f6ea0 Builds on DragonFly. 2006-01-23 16:50:55 +00:00
joerg
308c928335 Patch Imakefile to use normal ManDir + MANSUFFIX=6, instead of the
INSTMANDIR mess set by Local.Config. Use PLIST imake variables.
2006-01-23 16:46:20 +00:00
joerg
53c65f0c37 leapsecs_read.c needs DJB errno cure. 2006-01-23 16:24:09 +00:00
joerg
827fe38283 Don't disable builtin readline, express dependency on GNU readline
instead.
2006-01-23 16:19:01 +00:00
joerg
dd233d89d2 Workaround a bug in time.h on DragonFly. 2006-01-23 16:17:13 +00:00
joerg
7cb758a1a3 Don't hard-code -lpthread, use ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS}. 2006-01-23 16:14:25 +00:00
joerg
7649aefdf3 Fix errno. 2006-01-23 15:24:12 +00:00
rillig
7175cbf85f Made the package work with SunPro on Solaris 8. That C++ compiler
neither knows __FUNCTION__ nor __func__.
2006-01-23 15:19:24 +00:00
xtraeme
84f70a4c1a Depend on mysql5-server by default, so that it match default dependency
specified in the mysql.buildlink3.mk file.

Bump PKGREVISION.
2006-01-23 15:13:08 +00:00
jlam
e0d46069a6 Instead of accumulating _ALL_DEPENDS_PKGSRCDIRS, accumulate _ALL_DEPENDS
instead -- this keeps more information around.
2006-01-23 15:01:39 +00:00
rillig
bc677ecae9 gzcat needs the full command, not only the pathname, in case it is
${GZIP} -cd.
2006-01-23 14:43:50 +00:00
hira
afd6fa6ac4 Fix installation error seen in bulk build.
Tested on NetBSD/i386 3.0_STABLE.
2006-01-23 14:39:55 +00:00
joerg
b85dca6ae0 Forgotten patch to add DragonFly support. 2006-01-23 14:28:18 +00:00
salo
28cb20ec81 Note textproc/antiword PKGREVISION bump: security fix. 2006-01-23 14:27:24 +00:00
salo
25ff7192b3 Security fix for CVE-2005-3126:
"The kantiword script in antiword allow local users to overwrite arbitrary
files via a symlink attack on temporary output and error files."

Replace the naive mktemp usage with something that actually works.
2006-01-23 14:23:56 +00:00
rillig
f6609e47f8 The ../../mk/scripts/extract shell program does not work with Solaris'
/bin/sh. Fixed by invoking it via ${SH}.
2006-01-23 14:19:08 +00:00
joerg
841c8a5ede Has BROKEN_GETTEXT_DETECTION. 2006-01-23 13:47:29 +00:00
tron
97ba743630 Replace hardcoded "-lpthread" with "PTHREAD_LIBS" and "PTHREAD_LDFLAGS".
That should fix the build under DragonFly.
2006-01-23 13:22:34 +00:00
tron
8d7345cbc7 Remove as maintainer of this package. I'm not using it for ages. 2006-01-23 12:52:24 +00:00
wulf
33bf632e7e Updated devel/p5-Test-Cmd to 1.05
- Fix the subdir(), read(), and write() methods to handle
	  the case when the first element in an array-reference file
	  name is an absolute path name.

	- Fix writable() so that it only records errors from chmod()
	  on files, not exit with no_result().

	- Doc changes to make some of the variables in the SYNOPSIS
	  look like Perl variables.

	- Add a Test::Cmd::Common module that sub-classes Test::Cmd to
	  provide common exception-handling, eliminating the need for
	  everyone to roll their own fail()/no_result() logic for common
	  errors.

	- Update Test::Cmd documentation to add explicit examples of
	  using Test::Cmd in conjunction with Test::Harness, Test::Unit,
	  and Aegis.  Mention that Test::Cmd::Common is available.
2006-01-23 12:06:19 +00:00
wulf
ea640fd31a Updated p5-Test-Cmd to 1.05:
- Fix the subdir(), read(), and write() methods to handle
	  the case when the first element in an array-reference file
	  name is an absolute path name.

	- Fix writable() so that it only records errors from chmod()
	  on files, not exit with no_result().

	- Doc changes to make some of the variables in the SYNOPSIS
	  look like Perl variables.

	- Add a Test::Cmd::Common module that sub-classes Test::Cmd to
	  provide common exception-handling, eliminating the need for
	  everyone to roll their own fail()/no_result() logic for common
	  errors.

	- Update Test::Cmd documentation to add explicit examples of
	  using Test::Cmd in conjunction with Test::Harness, Test::Unit,
	  and Aegis.  Mention that Test::Cmd::Common is available.
2006-01-23 12:03:20 +00:00
ghen
af8f5362fd Bumped wm/icewm and wm/icewm-imlib for PLIST fix. 2006-01-23 11:14:35 +00:00
ghen
cddf5f2764 Fix PLIST (two new taskbar icons since 1.2.23), bump PKREVISION for both
wm/icewm and wm/icewm-imlib.
2006-01-23 11:12:50 +00:00