Commit graph

180412 commits

Author SHA1 Message Date
sbd
eaae4179f8 Fix build with gcc45 and current boost libs 2012-01-02 06:58:25 +00:00
obache
9464321336 Updated devel/cutter to 1.2.0 2012-01-02 05:53:59 +00:00
obache
ad38cc4747 Update cutter to 1.2.0.
== [release-1-2-0] 1.2.0: 2011-12-31

We improved C++ support and test runner interface.

=== Cutter

==== Improvements

  * [UI][console] Changed to show messages on failure, error
    and so on immediately. You need to use
    (({--show-detail-immediately=no})) command line option
    to show messages on end of test like earlier versions.
  * [UI][GTK+] Supported iterated test.
  * [UI][GTK+] Supported re-run test.
  * [UI][GTK+] Unified cancel button and re-run button.

==== Changes

  * Enabled deprecated GLib API. You need to use
    (({--disable-deprecated-glib-api})) configure option to
    disable deprecated GLib API.
  * Supported Fedora 16.
  * Dropped Fedora 15 support.

=== CppCutter

==== Improvements

  * Added more supported types by ((<cppcut_assert_equal()>)).
  * Added ((<cppcut_assert_not_equal()>)).
  * Added ((<cppcut_assert_null()>)).
  * Added ((<cppcut_assert_not_null()>)).
  * Added ((<cppcut_assert_operator()>)).
2012-01-02 05:53:42 +00:00
dholland
0ac75053a7 - patch out uncompilable unused declaration (not clear how this ever worked)
- not MAKE_JOBS_SAFE
2012-01-02 04:19:44 +00:00
sbd
fce61733ba Updated audio/alsa-lib to 1.0.22 2012-01-02 04:06:32 +00:00
sbd
94c824d33d Use a C not a c++ comment in alsa/pcm.h. The c++ comment causes a phrase
error with the file and the autoconf header usability test to fail.

Bump PKGREVISION
2012-01-02 04:06:24 +00:00
dholland
faef717af6 Patch out YY_PROTO, which is no longer provided by recent flex. 2012-01-02 03:42:32 +00:00
obache
b2d6049785 Updated security/cy2-gssapi to 2.1.25nb1 2012-01-02 03:26:15 +00:00
obache
c142dd2a47 Fixes a segfault in gssapi.c, taken from upstream Git repo.
PR#45765.

Bump PKGREVISION of cy2-gssapi plugin package.
2012-01-02 03:25:56 +00:00
dholland
5057d5fd31 h8300-hms-gcc 2012-01-02 01:25:50 +00:00
dholland
0efdfcbc95 Don't install c++filt, it comes with binutils. PKGREVISION -> 6 2012-01-02 01:25:25 +00:00
ryoon
8cb084e495 Updated net/xnap to 2.0nb2 2012-01-01 20:09:42 +00:00
ryoon
ecf17017a4 * Convert to use SUBST framework.
* Remove dependency to x11/swing.
* Drop lang/kaffe support, because x11/swing had been removed.
* Bump PKGREVISION.
2012-01-01 20:06:34 +00:00
joerg
bb5d57b128 Add bin to the buildlink filter to make sure that freetype-config is
visible from the modified PATH. Fixes ocamlgraphics.
2012-01-01 14:41:44 +00:00
shattered
b150cb2700 Fix build on 5.1/amd64 (PR 45691) -- cast long tv_sec to time_t. Not
a problem in -current, where tv_sec is time_t.
2012-01-01 14:39:33 +00:00
jnemeth
959f3111ff new file for 2012 2012-01-01 09:36:02 +00:00
sbd
efeec317ba Include databases/gdbm/builtin.mk earlier to stop malformed conditional
errors because of USE_BUILTIN.gdbm usage.
2012-01-01 04:22:03 +00:00
sbd
1913df08ac Fix a race condition by making a targets directory a dependence of the target.
This should make the package MAKE_JOBS safe again.
2012-01-01 04:03:33 +00:00
sbd
835d24926d Use ${MKDIR} not ${PREFIX}/bin/mkdir 2012-01-01 03:49:48 +00:00
dholland
1cf11d93e7 try again. sigh... 2011-12-31 23:56:46 +00:00
gdt
e8ca4ff9da Remove pkgsrc's attempt to force using libtool.
Postgresql upstream does not use libtool.  pkgsrc used to change
postgresql to use libtool, and this package was written to use the
pkgsrc-added libtool support.  pkgsrc no longer modifies postgresql to
use libtool, so postgis did not build.

In addition to backing out all the make-postgis-use-libtool packages,
this commit adds a patch to add rpath to the PGSQL_FE_LDFLAGS, which
upstream hand constructs from pg_config output.

PKGREVISION++, but no change in version or functionality (from the
previous state, which also didn't build) intended.
2011-12-31 17:14:16 +00:00
dholland
b8f23d0933 Merge the improved cpp checks from emacs20's patch-ab. Should fix build
breakage on -current.
2011-12-31 16:37:25 +00:00
taca
c8faede5a8 Fix dependency path to ruby-erubis. 2011-12-31 16:03:21 +00:00
bsiegert
9effe322e7 MirBSD build fix for pixman: use correct pthread options. No change for
other platforms.

The pthread check macro in pixman's configure is fundamentally broken,
it seems. It would be better to fix it instead of working around ...

Reviewed by Thomas Klausner.
2011-12-31 15:37:55 +00:00
dholland
2ef3a951f5 Merge patch-bm from emacs20 (prevent gcc from optimizing out __malloc_hook)
to fix one source of SIGSEGVs during build.
2011-12-31 11:40:27 +00:00
dholland
f4efebac93 bumped converters/recode on Dec 20 (and apparently forgot about it) 2011-12-31 11:16:30 +00:00
tsutsui
188fd541cf Pull fix from upstream for asm error on NetBSD/arm with newer binutils:
0e5843995f (diff-39)
>  * src/arm/sysv.S (ffi_closure_SYSV): Add UNWIND to .pad directive.
2011-12-31 09:58:22 +00:00
obache
2eb78911d8 Updated mail/cyrus-imapd24 to 2.4.13 2011-12-31 03:03:40 +00:00
obache
d8606041cd Update cyrus-imapd24 to 2.4.13.
While here, remove paches for ancient Darwin.

Changes to the Cyrus IMAP Server since 2.4.12

      * Bug #3565 - fix gcc compiler warnings - thanks Dilyan Palauzov
        <dilyan.palauzov@aegee.org>
      * Bug #2685 - rename annots in delayed folder delete. Avoids
        annotations "reappearing" when a folder is recreated
      * Bug #3566 - actually fix in a backward compatible way. 2.4.12 broke
        older versions of bison
      * Lots of small cleanups from CMU as they prepared to build RSS into
        their 2.4 build. Thanks Ken
      * Bug #3591/#3609 - fix crash in mupdate on partition move
      * Bug #3610 - fix replication of partition move
      * Bug #3564 - document the way prefork interacts with multiple
        network protocols
      * Bug #3586 - allow rename of "\Noselect" if subfolders exist
      * A handful of small cleanups (#3593, #3594, #3595) from David Carter
        <dpc22@cam.ac.uk>. Very much appreciated
      * Disabled duplicate_check DEBUG level log messages by default.
        Thanks Philip Prindeville <philipp@redfish-solutions.com>
      * Bug #3608 - log mailbox name in more sync failure cases
      * Bug #3615 - fix proxyd_disable_mailbox_referrals. Thanks Andrew
        Morgan <morgan@orst.edu>
      * Bug #3611 - fix crash in sync_mailbox_full if expunge fails
      * Backported some nice fixes from master, including safer thread/sort
        (there were some crashes on bad messages before)
      * Fixed infinite loop on suppress_capabilities with substrings of
        other capabilities. Ouch.
      * Fixed LIST and LSUB again - this time to make LIST "" "*%" work
        without breaking other things
      * Bug #3588 - make XFER not break if the wrong server name was used.
        The start of making murder safer
      * Bug #3603 - tidied up usage of kick_mupdate so it never gets called
        on standard murder backends
      * Bug #3604 - always suppress the DELETED.* mailbox names, even if
        delete_mode is immediate. It means a config change or different
        frontend won't show undeletable mailboxes
      * Bug #3602 - allow UpperCase in service names to work
2011-12-31 03:03:07 +00:00
taca
cef8b3be54 Note update of www/contao210-translations package to 20111230. 2011-12-31 01:19:33 +00:00
taca
9826b42906 Update contao210-translation pacakge to 20111230.
Update Slovenian language files.
2011-12-31 01:19:04 +00:00
taca
b051fc4bae Deal with some distfile change. 2011-12-30 23:21:00 +00:00
tez
6e2b587f35 Fix security/heimdal for CVE-2011-4862 from FreeBSD
When an encryption key is supplied via the TELNET protocol, its length
is not validated before the key is copied into a fixed-size buffer.
2011-12-30 19:02:39 +00:00
tez
ff9ee441b9 Fix for CVE-2011-4862 from FreeBSD
When an encryption key is supplied via the TELNET protocol, its length
is not validated before the key is copied into a fixed-size buffer.
2011-12-30 18:59:05 +00:00
taca
772d28a5bc Note update of www/contao210 and www/contao210-example packages to 2.10.4. 2011-12-30 15:13:27 +00:00
taca
404421c077 Update contao210 and contao210-example package to 2.10.4.
Version 2.10.4 (2011-12-30)
---------------------------
- Fixed: the Environment class did not always return the correct script name
  (#3603)
- Fixed: close the connection after sending a file to the browser (#3602)
- Fixed: the new Ajax cron trigger did not work in IE8 due to missing
  Date.now() support (#3681)
- Fixed: do not block ressources required by the Google website preview in the
  robots.txt file (#3688)
- Fixed: correctly update the cache after a new template has been created
  (#3676)
- Fixed: correctly handle HTML comments in inline JavaScripts (#3696)
- Fixed: get the next autoincrement ID when importing a theme so deleted
  themes can be restored (#3604)
- Fixed a few minor issues
2011-12-30 15:12:21 +00:00
he
894e5863aa Note update of misc/openoffice3 to 3.1.1nb15. 2011-12-30 13:55:42 +00:00
he
a588f0e5ad Add dependency on math/mpfr, this appears necessary to make this
package build on NetBSD/i386 5.1.  Also bump package revision.
Approved by wiz@
2011-12-30 12:20:43 +00:00
is
ccaf2dbf6a Fix broken occurences of the CPP macro mod(a,b) using a without parentheses
in an arithmetic expression, leading to surprising results when used later
with arithmetic expressions of the same precedence as parameter a.
This is very old X11 code, copy and pasted to several places over the years.
Fixed in 1.9something (which is in mit/external). OK by wiz@.
This seems to be the root cause of CVE-2010-1166.
2011-12-30 09:33:04 +00:00
obache
5ea2e1dfef remove unwanted patches. 2011-12-30 08:59:38 +00:00
obache
b665ebfc60 temporary switch to xulrunner192 due to NPAPI break by xulrunner-8.0. 2011-12-30 07:27:58 +00:00
sbd
dc65947091 Updated lang/sun-jre6 to 6.0.29nb1 2011-12-30 07:12:35 +00:00
sbd
f94d704338 Use JAVA_ARCH not EMUL_ARCH in the de-install script.
Bump PKGREVISION.
2011-12-30 07:12:23 +00:00
sbd
7f1c42d8cd Updated textproc/gsed to 4.2.1nb2 2011-12-29 22:30:59 +00:00
sbd
fc70b3b60b Make sure that the gsed package always has a 'gsed' executable.
Bump PKGREVISION
2011-12-29 22:30:47 +00:00
wiz
458f2e04f0 Finish support for libdrm package. 2011-12-29 22:17:20 +00:00
schmonz
bd03389d45 Updated www/ikiwiki to 3.20111229 2011-12-29 21:48:16 +00:00
schmonz
f8f82edcd2 Update to 3.20111229. From the changelog:
* Consume all stdin when rcs_receive short-circuits, to avoid git SIGPIPE race.
* Add path and path_natural sort orders (smcv)
* Test coverage can be checked with make coverage (smcv)
* tag: encode categories using numeric values. (tango)
2011-12-29 21:47:56 +00:00
joerg
fb2a559186 Point configure to right mount/umount on NetBSD. Use canonical format
for Solaris check.
2011-12-29 16:38:37 +00:00
joerg
6e71fd545f Also point configure to dnssec-signzone 2011-12-29 16:37:18 +00:00