Commit graph

98790 commits

Author SHA1 Message Date
joerg
d177c8b04f Depend on _SC_PAGESIZE alone for DragonFly, _SC_PAGE_SIZE doesn't exist. 2006-06-07 23:30:34 +00:00
rillig
c150b5df74 The C++ operator const_cast<> needs parentheses around its argument. 2006-06-07 23:24:00 +00:00
hira
83b8ee6195 Note PKGREVISION bump of benchmarks/bonnie++. 2006-06-07 21:37:41 +00:00
hira
001f1eee87 Add `@dirrm share/doc/bonnie++'. Bump PKGREVISION. 2006-06-07 21:35:59 +00:00
hira
d3239b80e9 Use mpeg4ip' option instead of faad' option for encoding to AAC
format.  No PKGREVISION bump because it's disabled by default.
2006-06-07 21:33:21 +00:00
heinz
b53ceb0053 Updated
security/p5-Digest-SHA to 5.41
	mail/p5-Mail-DKIM to 0.17
2006-06-07 21:32:45 +00:00
heinz
0a02600677 Updated to version 0.17.
Pkgsrc changes:
  - The module is now available on CPAN, so changed MASTER_SITES accordingly.
  - Changed HOMEPAGE to CPAN site because Jason Long's web site seems to
    be down occasionally.
  - Added Crypt::OpenSSL::Bignum as a requirement (listed in Makefile.PL)
    because Mail::DKIM uses objects of that type (returned by
    Crypt::OpenSSL::RSA::get_key_parameters).
  - New requirement: security/p5-Digest-SHA

Relevant changes since version 0.14:
====================================

 * implemented signing and verifying of a SHA-256 digest
 * various new tests and a few bug fixes
2006-06-07 21:30:10 +00:00
minskim
4aacd2f915 Fix check-interpreter errors and warnings. 2006-06-07 21:28:39 +00:00
rillig
98d8232af2 Fixed the DISTFILES: It's really seamonkey-1.0.2.source.tar.bz2. 2006-06-07 21:25:55 +00:00
rillig
9f9e51e0ca The distfile is called seamonkey.source-${version}, not
seamonkey-source-${version}.
2006-06-07 21:22:37 +00:00
minskim
3d1d33477c USE_TOOLS+=lex 2006-06-07 21:11:55 +00:00
minskim
31c0194218 Remove a conflicting declaration of malloc(); include stdlib.h instead. 2006-06-07 21:06:49 +00:00
minskim
2ccf26bf1b This package needs zlib. 2006-06-07 21:01:15 +00:00
minskim
247683cbbf This package needs zlib. 2006-06-07 20:31:27 +00:00
jlam
6a64f49846 Fix problems with check-files where it fails with a confusing message
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-07 20:28:59 +00:00
heinz
0cbca03253 Updated to version 5.41.
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 20:14:23 +00:00
ghen
e778426e97 - openldap-2.3.24, sunbird-0.3alpha2. 2006-06-07 19:32:11 +00:00
ghen
80abb5964b Updated time/sunbird to 0.3alpha2. 2006-06-07 19:30:36 +00:00
ghen
832bf56e76 Update sunbird to 0.3alpha2, the second official release of the Mozilla Sunbird
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-07 19:29:59 +00:00
rillig
52347b6955 Solaris is identified by the __sun macro, not SunOS. 2006-06-07 19:19:28 +00:00
jlam
68229b135c If there is _ZERO_FILESIZE_P, then it's natural to have _NONZERO_FILESIZE_P
to test for the opposite condition.
2006-06-07 18:37:06 +00:00
jlam
377d2c27f2 Move _ZERO_FILESIZE_P ftom bsd.pkginstall.mk to bsd.pkg.mk so it can more
clearly be used in other modules.
2006-06-07 17:44:29 +00:00
jlam
aa012e72aa Use WARNING_MSG and ERROR_MSG for consistency. 2006-06-07 17:41:14 +00:00
jlam
c82571cd2d Use ERROR_MSG for an error message. 2006-06-07 17:35:49 +00:00
jlam
d54c1a001b Replace use of ${ECHO} with *_MSG to get more consistent-looking messages. 2006-06-07 17:28:33 +00:00
jlam
732bc3967d Make use of ERROR_CAT to print the list of conflicting packages. 2006-06-07 17:21:23 +00:00
ghen
8001e36796 Fix typo, reported by walt on users@crater.dragonflybsd.org. 2006-06-07 17:09:52 +00:00
jlam
0f5fc1ca58 Rewrite to avoid using "grep -H", which Solaris' grep does not support. 2006-06-07 17:05:25 +00:00
jlam
56b17a4580 Note the check-clean target, which removes files related to the check-*
targets.
2006-06-07 17:04:01 +00:00
jlam
44fed2736c Add WARNING_CAT and ERROR_CAT which are filters for outputting file
contents to standard error.  They prefix the output with "WARNING: "
and "ERROR: " respectively.
2006-06-07 17:00:03 +00:00
joerg
0a9fc3f7f3 py-SOAPpy needs Python 2.2+ 2006-06-07 16:56:08 +00:00
joerg
2f446c9a16 py-postgressql dependency needs Python 2.2+ 2006-06-07 16:55:34 +00:00
abs
f52b74fff3 Update pkg_chk to 1.74
1.73 was completely broken.. but only after checking in.
	ahh... Unwanted expansion of RCS tags, I know ye well...
2006-06-07 16:28:32 +00:00
abs
867a7377dc Update pkg_chk to 1.74
1.73 was completely broken.. but only after checking in.
	ahh... Unwanted expansion of RCS tags, I know ye well...
2006-06-07 16:27:14 +00:00
ghen
1ee58224a6 Updated databases/openldap-client, databases/openldap-server,
databases/openldap-doc, and databases/openldap to 2.3.24.
2006-06-07 15:49:46 +00:00
ghen
433e0511d1 Upgrade the openldap packages to 2.3.24, the new "stable" release.
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-07 15:48:29 +00:00
minskim
52895138d3 Honor PKGDIRMODE. 2006-06-07 15:44:52 +00:00
ghen
cb97dc4347 Add some additional headers introduced with ff1504/tb1504/sm102. Not worth
bumping PKGREVISION for.
2006-06-07 15:23:21 +00:00
tron
160dd0add8 Disable shared library checking for this package because some of the
shared library for one of the included demos is missing.
2006-06-07 15:16:35 +00:00
joerg
a2d78aa426 Prefer PATH_MAX over MAXPATHLEN.
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-07 14:48:28 +00:00
joerg
404dfe1887 Fix entry. 2006-06-07 14:44:10 +00:00
joerg
95c5d410d2 pgaccess was removed yesterday. 2006-06-07 14:03:46 +00:00
abs
0ff5c1242f Fix format for my latest additions 2006-06-07 14:02:16 +00:00
tron
4ebb771b20 Rework last change to avoid spurious warning message if no
SuSE packages are installed.
2006-06-07 14:00:44 +00:00
abs
b1ee560908 update pkg_chk to 1.73:
- 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-07 13:52:39 +00:00
joerg
50897bf30f Uses C++. 2006-06-07 13:03:59 +00:00
joerg
6421061f8f Needs Python 2.3+ 2006-06-07 13:03:24 +00:00
joerg
e279f48ea3 Needs pkg-config. 2006-06-07 13:03:01 +00:00
joerg
e816669c3a yield forces Python 2.3+ 2006-06-07 12:55:52 +00:00
joerg
de916195b9 Needs Python 2.2+ 2006-06-07 12:54:55 +00:00