Commit graph

170007 commits

Author SHA1 Message Date
agc
4c6ea94f65 Be consistent in the way we quote the '#' character 2011-03-31 18:37:33 +00:00
agc
6f280e7bc8 The '#' character is kinda special to makefiles - re-work the comment field
so that we don't have any '#' chars in it.

Avoids the following:

	% grep COMMENT Makefile
	COMMENT=       Cryptographic store accessible through a PKCS#11 interface
	% pkg_info softhsm
	Information for softhsm-1.2.0:

	Comment:
	Cryptographic store accessible through a PKCS
2011-03-31 18:30:32 +00:00
is
de0ed6c633 estic-1.61nb2 (with corrected LICENSE) 2011-03-31 17:59:13 +00:00
is
3d87ee97b4 Bump revision. 2011-03-31 17:55:25 +00:00
is
ea087528a0 Point LICENSE to estic-license, remove RESTRICTIONS according to it, as
discussed with gdt@ and martin@.
2011-03-31 17:40:16 +00:00
jmmv
616202d6ea Note update of atf to 0.13. 2011-03-31 16:30:58 +00:00
jmmv
923411619e Update atf to 0.13:
Experimental version released on March 31st, 2011.

This is the first release after the creation of the Kyua project, a more
modular and reliable replacement for ATF.  From now on, ATF will change to
accomodate the transition to this new codebase, but ATF will still continue
to see development in the short/medium term.  Check out the project page at
http://code.google.com/p/kyua/ for more details.

The changes in this release are:

* Added support to run the tests with the Kyua runtime engine (kyua-cli), a
  new package that aims to replace atf-run and atf-report.  The ATF tests
  can be run with the new system by issuing a 'make installcheck-kyua' from
  the top-level directory of the project (assuming the 'kyua' binary is
  available during the configuration stage of ATF).

* atf-run and atf-report are now in maintenance mode (but *not* deprecated
  yet!).  Kyua already implements a new, much more reliable runtime engine
  that provides similar features to these tools.  That said, it is not
  complete yet so all development efforts should go towards it.

* If GDB is installed, atf-run dumps the stack trace of crashing test
  programs in an attempt to aid debugging.  Contributed by Antti Kantee.

* Reverted default timeout change in previous release and reset its value
  to 5 minutes.  This was causing several issues, specially when running
  the existing NetBSD test suite in qemu.

* Fixed the 'match' output checker in atf-check to properly validate the
  last line of a file even if it does not have a newline.

* Added the ATF_REQUIRE_IN and ATF_REQUIRE_NOT_IN macros to atf-c++ to
  check for the presence (or lack thereof) of an element in a collection.

* PR bin/44176: Fixed a race condition in atf-run that would crash atf-run
  when the cleanup of a test case triggered asynchronous modifications to
  its work directory (e.g. killing a daemon process that cleans up a pid
  file in the work directory).

* PR bin/44301: Fixed the sample XSLT file to report bogus test programs
  instead of just listing them as having 0 test cases.
2011-03-31 16:30:11 +00:00
is
bcfcd8e689 ESTIC license. 2011-03-31 16:25:23 +00:00
taca
78f45373ff Explicitly disable merged build option (samba4).
Reflects discussion by PR pkg/44786.
2011-03-31 13:57:30 +00:00
adam
6357e4c11b Simplified conditionals 2011-03-31 13:37:21 +00:00
obache
bfb21ceab3 Add user-destdir installation support. 2011-03-31 13:25:56 +00:00
drochner
fefa810a8a copy patch from graphics/tiff for CVE-2011-1167 (don't know whether
this code is used here, but anyway), ride on last night's revbump
2011-03-31 11:08:29 +00:00
drochner
e853e4137f add patch from upstream
(http://bugzilla.maptools.org/show_bug.cgi?id=2300)
to fix possible buffer overflow in the "thunder" decoder (CVE-2011-1167)
bump PKGREV
2011-03-31 11:05:44 +00:00
asau
0665582056 Build fix: always pass "--tag" parameter to libtool.
Support staged installation.
2011-03-31 09:03:21 +00:00
asau
8ca4fb0dfd Support staged installation. 2011-03-31 08:07:01 +00:00
adam
9c77060ced Forgot to mention compiler.mk 2011-03-31 06:17:12 +00:00
adam
16719c233c Restrict -std=c++0x to GCC 4.4 and above; fix for PR#42746 2011-03-31 06:07:19 +00:00
obache
689ea8ab82 Updated mail/cyrus-imapd24 to 2.4.7 2011-03-31 01:28:52 +00:00
obache
a9cdf88124 Updte cyrus-imapd24 to 2.4.7.
bugs and security fix release.

Changes to the Cyrus IMAP Server since 2.4.6

      * Fixed Bug #3357 - lmtpd offering STARTTLS in pre-authorized mode.
      * Fixed Bug #3392 - allowing INBOX.INBOX to be created if the case
        didn't match
      * Fixed Bug #3404 - incorrect LIST "" "user" response
      * Fixed Bug #3417 - crash on zero-byte quota file
      * Fixed numberous bugs with mailbox upgrades
      * Fixed replication errors, which have been reported many times on
        the mailing list, but don't have bug numbers.
      * Increated "paranoia" about record ordering in mailbox, which would
        have detected some bad bugs in replication that caused the infinite
        runaway mailbox filling reported in 2.4.6 and below
      * Increased syslogging detail about replication issues
      * Fixed reconstruct crash with zero-byte index file
      * Fixed cyradm perl library path finding
      * Fixed incorrect use of LITERAL+ formats in our responses to
        clients. Unreported, but could be causing wierd hard-to-track-down
        bugs out there
      * Fixed append immediately on create
      * Upgraded Unicode database to version 6.0
      * Fixed reconstruct crash on folder names with many digits (i.e. ebay
        auction numbers)
      * Fixed reconstruct crash with file called '0.'
      * Made reconstruct '-n' option actually exist, as advertised in the
        man page
      * Fixed bug #3423 - STARTTLS plaintext command injection
        vulnerability
      * Bug #3382 Added "failedloginpause" config option
      * Bugs #3383/3385 Removed some obsolete config options
      * Bug #3389 $confdir/proc not created on the fly
      * Bug #3394 fix imtest parsing of MECHLIST
      * Bug #3399 fix with_ldap option default
      * Bug #3307 fix mbpath crash on remote mailbox
      * Bug #3420 use getpassphrase on Solaris, now passwords over 8
        characters long work with cyrus tools
      * Bug #3400 and others - lots of bugs with XFER between different
        versions in murder clusters fixed, including a bug that caused only
        mailboxes with zero messages to be rejected for upgrade
      * Bug #3391 fix rename which just moves between partitions
      * Bug #3103 fix imtest using plain authentication when it must not
      * Bug #3426 fix TLS on sockets other than stdin
      * Added support for BDB versions 5 and above
2011-03-31 01:28:37 +00:00
asau
80be3ae609 Support staged installation. 2011-03-30 22:17:48 +00:00
joerg
cd7c3c6a0f Not MAKE_JOBS_SAFE. 2011-03-30 21:56:32 +00:00
gdt
468b69e215 revbump for gpsd shlib major change 2011-03-30 19:07:07 +00:00
gdt
fac608d0d1 Bump ABI_DEPENDS due to shlib major change. 2011-03-30 19:05:22 +00:00
drochner
280a749958 apply the fix for SA43593 also to gdal's bundled libtiff
(just copied from pkgsrc/tiff)
bump PKGREV (this was also necessary for the recent update
of xerces-c which changed the shlib name)
2011-03-30 18:39:04 +00:00
bouyer
e2782e02c8 perl_install cause the Makefile in perl/ to be rebuilt with /usr/pkg/lib
as library path instead of the source tree. install the tries to relink
the target with the new path, which fails because the just-installed
libraries are not in the buildlink directory.
Just don't rebuild makefiles, the run-time search path has been fixed
by buildlink already.

should fix PR 43385. OK wiz@
2011-03-30 18:38:07 +00:00
obache
dc41d3ffd1 Change condition for check of libvolume_id.
it depend on backend, not host.

Fixes build with NetBSD-4 (dummy backend), PR#44794.
2011-03-30 13:05:41 +00:00
obache
703bce0f50 Not user-destdir installation ready.
/etc/* files will be modified and /var/spool/sendfile/* directories will be
created and chmod during install phase.
2011-03-30 12:38:33 +00:00
joerg
a38d23bc88 with() syntax is Python 2.5+ 2011-03-30 12:38:00 +00:00
adam
fae991aff4 Add -std=c++0x to CXXFLAGS; fix for PR#42746 2011-03-30 08:58:57 +00:00
roy
27534d567b joe only uses termcap so......
Depend on termcap instead of ncurses
Replace curses.h and term.h includes with termcap.h
Fixes PR lib/43941
2011-03-29 21:38:26 +00:00
asau
551b74cd05 Fix annoying marker bug. 2011-03-29 21:19:19 +00:00
jruoho
fced493fb9 As suggested by joerg@, set PTHREAD_AUTO_VARS="yes". This fixes the issues
discussed in:

	http://mail-index.netbsd.org/pkgsrc-users/2011/01/24/msg013585.html
2011-03-29 18:07:50 +00:00
adam
f004576d8b Pass CFLAGS and LDFLAGS to the compiler (fixes problems e.g. on Mac OS X); pkglint clean-up 2011-03-29 13:45:01 +00:00
schmonz
63b36da59a Updated www/ikiwiki to 3.20110328 2011-03-29 12:51:21 +00:00
schmonz
98da15aa5b Update to 3.20110328. From the changelog:
* Yaml formatted setup files are now produced by default.
  (Perl formatted setup files can still be used.)
* Add timezone setting in setup file. This alows time zone to be configured
  via the web.
* comment: Better fix to avoid showing comments of subpages, while
  not breaking manual inlining of comments.
* meta: Security fix; don't allow alternative stylesheets to be added
  on pages where the htmlscrubber is enabled.

(Updating this leaf package during the freeze for the security and
bug fixes.)
2011-03-29 12:51:10 +00:00
zafer
934336886e shorten master_site_gentoo to a useful bunch. 2011-03-29 12:49:05 +00:00
obache
b4af1ce0b6 Let to not exec ldconfig, for unprivileged installation. 2011-03-29 11:35:10 +00:00
adam
aa0b126773 Added CRYPTO_LIBS for linking gq, otherwise missing symbols break building. 2011-03-29 10:44:16 +00:00
adam
c590bb1a33 Don't call autogen.sh, but do autoconf stuff in our Makefile: autogen.sh calls configure, but does not pass CFLAGS/LDFLAGS, so building may fail, e.g. on Mac OS X. 2011-03-29 10:18:18 +00:00
ryoon
a3dec181c0 * Fix build (using deprecated gtk functions)
* Remove unnecessary white space from DESCR.
* Set LICENSE.
2011-03-29 09:56:25 +00:00
wiz
5c72320fdd Updated multimedia/tvtime to 1.0.2nb3 2011-03-29 08:35:33 +00:00
wiz
240d4845e2 Fix PLIST, from Robert Elz in PR 44784, and bump PKGREVISION.
While here, set LICENSE and include desktopdb.mk.
2011-03-29 08:34:58 +00:00
gdt
0f659f4653 disable gpsd, because viking has not yet adapted to gpsd's
withdrawawl of gps_poll.
2011-03-29 02:06:20 +00:00
zafer
a7f411e35f update PLIST. Fixes install. 2011-03-28 21:42:40 +00:00
zafer
3e8a12ccd0 update PLIST. fixes install. 2011-03-28 21:37:55 +00:00
wiz
10151a4a54 Belatedly note freeze end for pkgsrc-2010Q4. Noted by obache. 2011-03-28 21:37:38 +00:00
zafer
885c4f3e19 update master_site_gentoo. do we really need 161 gentoo mirrors when there are only 20 packages using this mirror ? 2011-03-28 21:27:06 +00:00
zafer
cbc709bea6 update master_site_mysql 2011-03-28 21:07:49 +00:00
zafer
80a7d9d379 update master_site_mozilla 2011-03-28 20:53:38 +00:00
tonio
8930aa6b52 Updated lang/coq to 8.3pl1 2011-03-28 20:40:17 +00:00