summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-06-07This package needs zlib.minskim1-1/+3
2006-06-07This package needs zlib.minskim1-2/+2
2006-06-07Fix problems with check-files where it fails with a confusing messagejlam1-109/+157
that "the files are in the PLIST but not in ${PREFIX}" if the files that are installed overwrite other files already on the disk. Overwriting files can legitimately happen when, e.g. doing a "make update" or "make replace" without removing the old files, or when re-running "make install" after fixing a broken Makefile during development. While here, make the errors print to standard error using ERROR_CAT.
2006-06-07Updated to version 5.41.heinz2-6/+6
Pkgsrc changes: - none Relevant changes since version 5.31: ==================================== - modified addfile to accept indirect filehandles -- ref. rt.cpan.org #19627 and #19641 - modified shasum to warn rather than die for file errors -- to follow conventions of GNU sha1sum/md5sum - added new capabilities to the "addfile" method -- now able to accept file names as well as handles -- includes mode for portable digest calculation -- thanks to Adam Kennedy for emails and ideas ref. File::LocalizeNewlines - used expanded addfile interface to simplify shasum (sumfile) -- regex a tad less general than 5.37, but handles all known newline variants in UNIX/Windows/MacOS - enhanced WARNING messages from shasum checkfile processing -- to mimic behavior of md5sum - improved error handling of checksum files in shasum -- to better mimic the behavior of md5sum - refined line-break regex in shasum (ref. sub sumfile) -- catches multiple CR's preceding LF thanks to Gisle Aas for suggested patch - changed loop vars to signed int's in shadump (ref. src/sha.c) -- to prevent type mismatch warnings - added "portable" option to shasum -- to make digests match across Windows/Unix/MacOS - enabled bundling of shasum command line options -- to mimic behavior of md5sum - removed \r's from text files in t/nist directory -- resolves SIGNATURE clashes (rt.cpan.org #18983) - changed suffix on SHA64_MAX (src/sha.h) to ULL -- eliminates gcc warnings (rt.cpan.org #18988) - specified minimum Perl version for module and Makefile.PL -- closes rt.cpan.org #18984 - made minor code changes to silence compiler warnings -- resulting from signed/unsigned integer mixing
2006-06-07- openldap-2.3.24, sunbird-0.3alpha2.ghen1-3/+1
2006-06-07Updated time/sunbird to 0.3alpha2.ghen1-1/+2
2006-06-07Update sunbird to 0.3alpha2, the second official release of the Mozilla Sunbirdghen8-290/+324
project. From the Release Notes: Sunbird 0.3 alpha2 is not intended to be a production-quality release. (See Limitations and Known Bugs) Instead, it is being released largely in order to showcase/test the advanced new view code. This includes: * Inline editing of event titles * Restoration of drag and drop editing in the day/week views In addition to showcasing and testing the new views, Sunbird 0.3 alpha2 aims to fix many bugs identified in Sunbird 0.3 alpha1. Some highlights are: * Ability to modify individual elements of a recurring event * Fewer import/export errors * Better error reporting * Improved alarm functionality * A new, more intuitive New Event dialog * Better Mac support * Many other minor bug fixes
2006-06-07Solaris is identified by the __sun macro, not SunOS.rillig2-5/+14
2006-06-07If there is _ZERO_FILESIZE_P, then it's natural to have _NONZERO_FILESIZE_Pjlam1-4/+7
to test for the opposite condition.
2006-06-07Move _ZERO_FILESIZE_P ftom bsd.pkginstall.mk to bsd.pkg.mk so it can morejlam2-7/+7
clearly be used in other modules.
2006-06-07Use WARNING_MSG and ERROR_MSG for consistency.jlam1-4/+4
2006-06-07Use ERROR_MSG for an error message.jlam1-3/+3
2006-06-07Replace use of ${ECHO} with *_MSG to get more consistent-looking messages.jlam1-11/+11
2006-06-07Make use of ERROR_CAT to print the list of conflicting packages.jlam1-3/+2
2006-06-07Fix typo, reported by walt on users@crater.dragonflybsd.org.ghen1-2/+2
2006-06-07Rewrite to avoid using "grep -H", which Solaris' grep does not support.jlam2-24/+39
2006-06-07Note the check-clean target, which removes files related to the check-*jlam1-1/+11
targets.
2006-06-07Add WARNING_CAT and ERROR_CAT which are filters for outputting filejlam1-1/+4
contents to standard error. They prefix the output with "WARNING: " and "ERROR: " respectively.
2006-06-07py-SOAPpy needs Python 2.2+joerg1-2/+2
2006-06-07py-postgressql dependency needs Python 2.2+joerg1-1/+2
2006-06-07Update pkg_chk to 1.74abs1-1/+2
1.73 was completely broken.. but only after checking in. ahh... Unwanted expansion of RCS tags, I know ye well...
2006-06-07Update pkg_chk to 1.74abs2-5/+5
1.73 was completely broken.. but only after checking in. ahh... Unwanted expansion of RCS tags, I know ye well...
2006-06-07Updated databases/openldap-client, databases/openldap-server,ghen1-1/+5
databases/openldap-doc, and databases/openldap to 2.3.24.
2006-06-07Upgrade the openldap packages to 2.3.24, the new "stable" release.ghen4-11/+11
Changes since 2.3.23: * Fixed slapd syncrepl timestamp bug (delta-sync/cascade) (ITS#4567) * Fixed slapd-bdb/hdb non-root users adding suffix/root entries (ITS#4552) * Re-fixed slapd-ldap improper free bug in exop (ITS#4550) * Fixed slapd-ldif assert bug (ITS#4568) * Fixed slapo-syncprov crash under glued database (ITS#4562) Note that since the clients and libraries didn't change, openldap-server still depends on openldap-client>=2.3.23 (to ease updates of client applications).
2006-06-07Honor PKGDIRMODE.minskim1-1/+3
2006-06-07Add some additional headers introduced with ff1504/tb1504/sm102. Not worthghen6-6/+20
bumping PKGREVISION for.
2006-06-07Disable shared library checking for this package because some of thetron1-1/+2
shared library for one of the included demos is missing.
2006-06-07Prefer PATH_MAX over MAXPATHLEN.joerg5-16/+73
Use a better boundary check, which doesn't depend on PATH_MAX >> NAME_MAX. Both changes are from DragonFly and have been reported upstream. Install only man pages, not the catpages. The installation was inconsistent before. Bump revision. OK from tv@.
2006-06-07Fix entry.joerg1-2/+2
2006-06-07pgaccess was removed yesterday.joerg1-2/+1
2006-06-07Fix format for my latest additionsabs1-11/+11
2006-06-07Rework last change to avoid spurious warning message if notron1-2/+4
SuSE packages are installed.
2006-06-07update pkg_chk to 1.73:abs3-36/+35
- Handle new way of building BUILD_VERSION, by doing less ourselves and (ab)using the pkgsrc infrastrafructure. Jump through some hoops to ensure a package is not reported as different due to BUILD_VERSION format versions (assuming the package is identical otherwise). Only -B affected.
2006-06-07Uses C++.joerg1-1/+2
2006-06-07Needs Python 2.3+joerg1-1/+2
2006-06-07Needs pkg-config.joerg1-2/+2
2006-06-07yield forces Python 2.3+joerg1-2/+2
2006-06-07Needs Python 2.2+joerg1-1/+2
2006-06-07Use install framework for info pages. Bump revision.joerg1-2/+4
2006-06-07... and the logging module is available for Python 2.3+.joerg1-2/+2
2006-06-07future division needs Python 2.2+joerg1-2/+2
2006-06-07Doesn't work with Python 2.1.joerg1-2/+2
2006-06-07Needs Python 2.1+joerg1-1/+2
2006-06-07Needs pkg-config.joerg1-2/+2
2006-06-07Needs Python 2.2+joerg1-2/+2
2006-06-07Uses C++.joerg1-1/+2
2006-06-07Handle info page with install framework. Bump revision.joerg1-2/+4
2006-06-07Needs pkg-config.joerg1-1/+2
2006-06-07Needs msgfmt.joerg1-2/+2
2006-06-07Needs pkg-config.joerg2-3/+4