Commit graph

71617 commits

Author SHA1 Message Date
jlam
88648515a2 Rewrite func_infer_tag in the libtool script so that it's easier to
specify (hardcoded) compilers from which we can infer the correct tag
(CC, CXX, F77).  Use the following patterns to match compilers to
tags:

	CC:	*cc *xlc
	CXX:	*++ *CC
	F77:	*77 *fort

Bump the PKGREVISION to 1.5.10nb7 since we now infer the F77 tag from
likely Fortran compilers.  Also require at least this version of
libtool when building packages that set USE_FORTRAN.  This should fix
PR pkg/28661.
2004-12-17 16:24:22 +00:00
taca
3b0e947bbd Avoid use :tl modifier, addressing PR pkg/28691.
Maybe, fix build problem on NetBSD 1.6.2, too.
2004-12-17 15:44:12 +00:00
taca
966816dc7f Add work around to fix bulk build problem on Solaris;
one Makeifle.in lacks newline in the last line.
2004-12-17 15:37:01 +00:00
hira
460be5fec7 Fix PLIST for --disable-battstat. 2004-12-17 15:12:02 +00:00
cube
327adead5a WRKSRC has to stay to its default value. Use BUILD_DIRS and INSTALL_DIRS
for the specifics of the plugins.  How did this ever work?
2004-12-17 14:48:53 +00:00
jdolecek
def596a99f Update php5 to 5.0.3. This maintenance release addressing several very
serious security issues, as well as bunch of non-critical bug fixes.
All PHP5 users are strongly encouraged to upgrade to this version.

Detailed change list at:
	http://www.php.net/ChangeLog-5.php#5.0.3
2004-12-17 07:53:06 +00:00
jdolecek
e484e44b1b s,php,php4, in the last entry 2004-12-17 07:42:59 +00:00
jdolecek
3f96adcd1d php4 4.3.10 already ships with Net_SMTP-1.2.6, so don't bother trying
to update
2004-12-17 07:40:45 +00:00
jdolecek
949ee33442 move DISTINFO_FILE setting from Makefile.common to Makefile.php,
so that it PECL extension packages could override it properly
2004-12-17 07:36:13 +00:00
taca
b5bc064ab8 Correct set PKG_USERS with QPOPPER_USER and newly QPOPPER_GROUP.
Should be fix pkg/28687.
2004-12-17 07:35:56 +00:00
taca
403fb8dffe -samba-2.2.12.
Oops, samba-2.2.12 was old news.
2004-12-17 02:28:55 +00:00
taca
577f7603ea +samba-2.2.12, samba-3.0.10. 2004-12-17 02:22:17 +00:00
taca
24cc041cad Fix an error of bulk build on Solaris.
(needs to replace sh bang line of an auxiliary script.)
2004-12-17 01:53:00 +00:00
uebayasi
48bb86f4de Define PKGSYSCONFDIR.eb as a shell command sequence, so that it
could be evaluated by configure scripts at the configure stage.

(Otherwise, pkg_admin(1) and pkg_info(1) can be executed only once
before EB as a dependency is not installed yet, which results in
that those commands return void.)
2004-12-17 01:14:19 +00:00
tron
17458dafa2 Note update of "php" package to version 4.3.10. 2004-12-17 00:36:45 +00:00
tron
495c57ae45 Update "php" package to version 4.3.10. Changes since version 4.3.9:
- Added the %F modifier to *printf to render a non-locale-aware representation
  of a float with the . as decimal separator. (Derick)
- Fixed a bug in addslashes() handling of the '\0' character. (Ilia)
- Backported Marcus' foreach() speedup patch from PHP 5.x. (Derick)
- Fixed potential problems with unserializing invalid serialize data. (Marcus)
- Fixed bug #31034 (Problem with non-existing iconv header file). (Derick)
- Fixed bug #31024 (Crash in fgetcsv() with negative length). (Ilia)
- Fixed bug #31019 (Logic error mssql library checking). (Frank)
- Fixed bug #30995 (snmp extension does not build with net-snmp 5.2). (Ilia)
- Fixed bug #30990 (allow popen() on *NIX to accept 'b' flag). (Ilia)
- Fixed bug #30826 (Certain reference relations cannot be unserialized
  properly). (Ilia)
- Fixed bug #30750 (Meaningful error message when upload directory is not
  accessible). (Ilia)
- Fixed bug #30739 (imagefill does not set back alphablending mode). (Pierre)
- Fixed bug #30672 (Problem handling exif data in jpeg images at unusual
  places). (Marcus)
- Fixed bug #30658 (Ensure that temporary files created by GD are removed).
  (Ilia)
- Fixed bug #30654 (oci8 persistent connection is deleted from hash
  if there was exclusive connection with the same credentials). (Tony)
- Fixed bug #30613 (Prevent infinite recursion in url redirection). (Ilia)
- Fixed bug #30587 (array_multisort doesn't separate zvals before
  changing them). (Tony)
- Fixed bug #30475 (curl_getinfo() may crash in some situations). (Ilia)
- Fixed bug #30442 (segfault when parsing ?getvariable[][ ). (Tony)
- Fixed bug #30388 (rename across filesystems loses ownership and
  permission info). (Tony)
- Fixed bug #30282 (segfault when using unknown/unsupported
  session.save_handler and/or session.serialize_handler). (Tony)
- Fixed bug #30281 (Prevent non-wbmp images from being detected as such).
  (Ilia)
- Fixed bug #30276 (Possible crash in ctype_digit on large numbers). (Ilia)
- Fixed bug #30229 (imagerectangle and imagefilledrectangle do work well
  with alpha channel, corners are drawn twice). (Pierre)
- Fixed bug #30224 (Sybase date strings are sometimes not null terminated).
  (Ilia)
- Fixed bug #30133 (get_current_user() crashes on Windows). (Edin)
- Fixed bug #30057 (did not detect IPV6 on FreeBSD 4.1). (Wez)
- Fixed bug #30027 (Possible crash inside ftp_get()).
  (cfield at affinitysolutions dot com)
- Fixed bug #29805 (HTTP Authentication Issues). (Uwe Schindler)
- Fixed bug #29418 (double free when openssl_csr_new fails).
  (Kamesh Jayachandran).
- Fixed bug #28598 (Lost support for MS Symbol fonts). (Pierre)
- Fixed bug #28325 (Circular references not properly serialized). (Moriyoshi)
- Fixed bug #28228 (NULL decimal separator is not being handled correctly).
  (Ilia)
- Fixed bug #27469 (serialize() objects of incomplete class). (Dmitry)
2004-12-17 00:36:09 +00:00
hira
9e823b457a Revert part of previous. Don't pass explicit `--enable-battstat' to
configure.
2004-12-16 23:57:40 +00:00
jdolecek
2646357890 drop the php-mcrypt RECOMMENDED, as it's not a general practice; leave
just recommendation in MESSAGE.
2004-12-16 23:30:05 +00:00
wiz
24ec9f0559 + ethereal-0.10.8, glib2-2.6.0, gnucash-1.8.10, gsasl-0.2.3,
libtasn1-0.2.11, mplayer-plugin-firefox-2.75, openntpd-3.6.1p1,
  php5-5.0.3, shmux-1.0b6, smlnj-110.52, xscreensaver-4.19.

Move webware to suggested packages, since we don't have it in
pkgsrc yet.
Note that there's a package for the Ur-Quan Masters in pkgsrc-wip.
2004-12-16 22:08:53 +00:00
darcy
75a892f0ab Not update of py-postgresql to version 3.6. 2004-12-16 20:48:05 +00:00
darcy
a2639ca0a7 Upgrade to version 3.6.
Most important change was serious bug in 3.5 that did not allow DB-API 2.0
version to work without a manual change.

Other changes:

  - Better DB-API 2.0 compliance
  - Exception hierarchy moved into C module and made available to both APIs
  - Fix error in update method that caused false exceptions
  - Moved to standard exception hierarchy in classic API
  - Added new method to get transaction state
  - Use proper Python constants where appropriate
  - Use Python versions of strtol, etc.  Allows WIN32 build
  - Bug fixes and cleanups
2004-12-16 20:37:46 +00:00
jdolecek
6acdfd2c0a update php-mysql DEPENDS to allow also php-mysqli - this package works
with either

recommend (via RECOMMENDED and in MESSAGE) installation of php-mcrypt,
which speeds up "cookie" authentication method
2004-12-16 19:50:48 +00:00
jdolecek
52c76d53e1 claim php SOAP/ subdir in PLIST 2004-12-16 19:28:55 +00:00
jdolecek
d6011f0e21 s,ap-php4,ap-php 2004-12-16 17:42:14 +00:00
wiz
24eabe30f1 patch-aa was removed from distinfo during last
update, so remove it from file system too (hi drochner!).
2004-12-16 17:03:56 +00:00
wiz
c9908d258b patch-ab was removed from distinfo during last
update, so remove it from file system too (hi grant!).
2004-12-16 17:03:01 +00:00
minskim
191977a897 Use distfile with a version number in its filename (xterm-196.tgz).
The previous distfile (xterm.tar.gz) was updated to the new version
(197).
2004-12-16 16:25:09 +00:00
minskim
976c1c4353 + bdb-xml-2.0.7 2004-12-16 16:10:34 +00:00
wiz
47bba68403 Set USE_BUILDLINK3. Might fix SunOS build. 2004-12-16 15:42:58 +00:00
taca
632b2c2a40 Note update of textproc/ruby-eruby to 1.0.5nb1. 2004-12-16 13:23:33 +00:00
taca
b8216b675f - Correct some syntax of buildlink3.mk.
- Fix shared library handling; now it expected to work on Solaris
  and Linux.

Bump PKGREVISION.
2004-12-16 13:22:23 +00:00
taca
eb4c48129f Correct some syntax of buildlink3.mk, may improve bulk build problem. 2004-12-16 13:20:37 +00:00
uebayasi
46537e6c37 Fix pkg_admin(1) syntax. 2004-12-16 13:11:19 +00:00
kleink
192d2a45ee Note update of jwhois to 3.2.2nb10. 2004-12-16 12:25:21 +00:00
kleink
c2e8ee9e21 Incorporate today's allocation of 2001:4C00::/23 to the RIPE NCC,
bringing us to jwhois-3.2.2nb10.
2004-12-16 12:21:34 +00:00
wennmach
3885104023 In the instructions to customize httpd.conf, the "Include" statement
had been omitted.

Noted by Wouter Schoot in PR pkg/28677
2004-12-16 12:18:09 +00:00
dillo
b968223b09 note pkgrevision bump for tin (PLIST fixes) 2004-12-16 11:54:23 +00:00
dillo
588dd38383 add bin/metamutt and bin/url_handler.sh to PLIST, bump PKGREVISION
noted by wiz
2004-12-16 11:52:41 +00:00
minskim
794c51da1a Note PKGREVISION bump of flyspell due to distfile change. 2004-12-16 07:31:44 +00:00
minskim
145be7cfd0 Regen after DIST_SUBDIR change. 2004-12-16 07:30:14 +00:00
minskim
a35549b1a8 Fix checksum mismatch due to distfile change. diff with the previous
shows some code changes.  Set DIST_SUBDIR to PKGNAME and bump
PKGREVISION.
2004-12-16 07:29:18 +00:00
minskim
3d95be83f2 Add dependencies on zlib, glu, and MesaLib. The first two were
missing, and the MesaLib dependency was implicit through glut.
2004-12-16 07:19:19 +00:00
taca
33dc5c35be Don't always set DIST_SUBDIR but only if RUBY_DIST_SUBDIR isn't empty.
This change dosen't affect any current ruby based packages.
2004-12-16 07:11:55 +00:00
taca
627ceacb6f Revert PKGNAME not to prefix with ${RUBY_PKGPREFIX}. 2004-12-16 07:10:16 +00:00
minskim
2f2da0c70a Add build dependency on pkgconfig, used by configure.
While here, rearrange paragraphs so that buildlink3 files are included
before overriding targets.
2004-12-16 06:56:55 +00:00
grant
bc8b0b8b55 note update of exim and exim-exiscan to nb2 (tcp_wrappers dependency).
also belatedly note update to nb1 (hi, abs!)
2004-12-16 04:51:23 +00:00
grant
02a4636cc6 expose hidden dependency on tcp_wrappers. fixes build on Solaris.
bump PKGREVISION for dependency change.
2004-12-16 04:48:25 +00:00
grant
671be4b15a fix URL in MASTER_SITES. 2004-12-16 04:36:29 +00:00
tron
92e8c701e6 Undo last change because "perl-thread" package has been removed. 2004-12-16 04:10:37 +00:00
taca
a795664043 +sendmail-8.13.2 2004-12-16 02:21:08 +00:00