Commit graph

178690 commits

Author SHA1 Message Date
joerg
aacf21cbfd Needs sys/param.h for howmany. 2011-11-27 19:50:23 +00:00
joerg
3b9c9d73a1 Don't install binaries as 550 to fail when stripping them later. 2011-11-27 19:49:15 +00:00
joerg
3378537906 Always add PREFIX/lib to libpth. When building as normal user, it often
exists already. This is not the case for bulk builds though. This fixes
p5-MARC-Charset, since p5-gdbm ended up without rpath to PREFIX/lib.
Fix some Perl interpreter paths while here. Bump revision.
2011-11-27 19:47:50 +00:00
joerg
fd3c6def8f omake tries to link with the ocaml runtime directly. This fails as
libocamlrun.a has a curses dependency on NetBSD. Patch the linker
invocation to allow adding platform specific options.
2011-11-27 19:46:00 +00:00
joerg
d69bc6a2e7 Fix build with newer GCC. 2011-11-27 19:43:33 +00:00
joerg
74ef380ffe Fix build with modern GCC 2011-11-27 19:42:25 +00:00
joerg
1d7187045e Remove use of the G++ min extension. 2011-11-27 19:40:50 +00:00
joerg
aa82c02b73 Fix build with modern GCC 2011-11-27 19:39:09 +00:00
joerg
fbed588d9f Disable -Wundef, it fails with libthrift. 2011-11-27 19:38:32 +00:00
joerg
9db1ff9b9b Disable -Werror for now, GCC 4.5 is more picky about potentially
uninitialized memory.
2011-11-27 19:36:48 +00:00
joerg
a3a7423bb3 Fix build with newer GCC 2011-11-27 19:36:09 +00:00
joerg
83796265fe Try to deal with OpenSSL changes and stricter GCC warnings. 2011-11-27 19:35:27 +00:00
joerg
83f6f83cb6 Fix build with modern GCC 2011-11-27 19:33:55 +00:00
marino
569671b9a2 devel/ocaml-findlib: Designate not jobs safe. 2011-11-27 19:13:50 +00:00
marino
4f141105c2 lang/ocaml: Add DragonFly64, natdynload, and gprof support
Add support for x86_64-*-DragonFly
Add support for native dynamic loading on both platforms
Add support for profiling on both platforms
Add ability to detect X11 in pkgsrc.  This currently has no impact
because the makefile disables X11.
2011-11-27 19:11:59 +00:00
cheusov
6ad49f0969 Updated lang/runawk to 1.4.0 2011-11-27 18:53:09 +00:00
cheusov
035c27ceb2 Update to 1.4.0
exitnow.awk:
    - Fix: exitnow(status) finishes the execution of the script
      without running END sections even if status == 0.

  New module io.awk that includes the following functions:
  is_{file,dir,exec,socket,fifo,blockdev,chardev,symlink},
  file_size and file_type.

  tokenre.awk:
    - Function splitre0() was added that splits $0

  More regression tests were added.
2011-11-27 18:52:53 +00:00
cheusov
634a96ccf3 Updated devel/bzr-gtk to 0.100.0 2011-11-27 14:20:46 +00:00
drochner
6593d7596e modify an autoconf test so that the compiler can't calculate the
result at compile time (as it does with newer gcc), fixes build
2011-11-27 14:20:42 +00:00
cheusov
566f8a045f Update to 0.100.0 from wip prepared by maintainer.
Tested on current and Linux.
2011-11-27 14:20:18 +00:00
drochner
d7dcbed356 update to 2.3.3
changes: bugfixes
2011-11-27 14:17:40 +00:00
cheusov
18fc89791c Updated devel/qbzr to 0.21.1nb1 2011-11-27 13:48:16 +00:00
cheusov
ae861697b2 Update to 0.21.1 by maintainer. Add LICENSE.
Tested on netBSD current and Linux.
2011-11-27 13:47:53 +00:00
cheusov
1592a997bb Updated devel/bzr-explorer to 1.2.1nb1 2011-11-27 13:44:27 +00:00
cheusov
7f6353f1f1 Update to 1.2.1 from wip by maintainer. Tested on Linux and
NetBSD current.
2011-11-27 13:43:05 +00:00
cheusov
31510a8cfc Updated devel/bzr-svn to 1.1.1 2011-11-27 13:39:41 +00:00
cheusov
bada145f27 Update to 1.1 from wip by maintainer. Tested on NetBSD current and Linux. 2011-11-27 13:38:40 +00:00
cheusov
32c76b90a7 Updated devel/bzrtools to 2.4.1 2011-11-27 13:36:59 +00:00
cheusov
cae0e0dbc6 Update to 2.4 from wip by Oleksander Kozhachuk. Add LICENSE.
Tested on NetBSD current and Linux.
2011-11-27 13:36:43 +00:00
cheusov
3e44304d06 Updated devel/bzr to 2.4.2 2011-11-27 13:32:44 +00:00
cheusov
63bb58d802 Update to 2.4.2 from wip by Oleksander Kozhachuk.
Tested on NetBSD current, Linux and Solaris-10.
2011-11-27 13:31:23 +00:00
drochner
b6544117d1 make this build with newer qt4 versions (QAssistantClient was removed) 2011-11-27 13:24:58 +00:00
tnn
e7eb433660 Work around lack of _SC_NPROCESSORS_ONLN on some platforms (like netbsd4).
Observed in PR pkg/45553.
2011-11-27 13:09:00 +00:00
obache
b8595b82fc Updated mail/cue to 20100426 2011-11-27 13:05:55 +00:00
obache
fe9936fcf7 Update cue to 20100426.
Based on PR pkg/45557 by YAMAMOTO Takeshi.

Some bug fixes include most of pkgsrc patches.
2011-11-27 13:05:33 +00:00
marino
7a39faadf8 audio/xsidplay: Make DragonFly patch unconditional
According to the latest bulkbuild report, NetBSD needs this fix as well.
2011-11-27 11:51:16 +00:00
marino
e5e261c6d3 audio/trm: make dragonfly patch unconditional
According to the latest netbsd bulkbuild report, NetBSD needs this fix
as well.
2011-11-27 11:40:07 +00:00
obache
e9dd3ada4c Updated x11/gtk3 to 3.0.12nb2 2011-11-27 11:26:57 +00:00
obache
ab45f278ae Fixes PR pkg/45552
* installing GSettings schemas, so prepare it with framework in glib2.
* fixes immodule cache path.

Bump PKGREVISION.
2011-11-27 11:26:21 +00:00
marino
cd396456ce x11/gnustep-preferences: Fix objc errors
Importing some headers and aligning prototypes fixed what was ailing with
gnustep-preferences.  This was failing on multiple platforms.
2011-11-27 11:17:19 +00:00
tnn
ff7358567f need libevent>=1.1. Part of PR pkg/45553 2011-11-27 10:01:05 +00:00
sbd
5e8e72ee74 Updated multimedia/mediatomb to 0.12.1nb7 2011-11-27 08:10:24 +00:00
sbd
7a8d46dc2b Add missing sysutils/file buildlink.
Bump PKGREVISION
2011-11-27 08:10:12 +00:00
sbd
56ae2aa138 Recursive bump for www/serf buildlink addition. 2011-11-27 05:43:24 +00:00
sbd
4085999f1e Updated www/serf to 0.3.0nb2 2011-11-27 05:43:01 +00:00
sbd
cfc56e6ca9 Add missing devel/zlib buildlink.
Bump PKGREVISION
2011-11-27 05:42:50 +00:00
sbd
bab8c7da8a Re-add mistakenly removed libssh-0.5.2 2011-11-27 03:54:19 +00:00
sbd
1263285f20 Recursive bump for security/libssh buildlink addition. 2011-11-27 03:49:39 +00:00
sbd
b679e4e1a6 Updated security/libssh to 0.11nb3 2011-11-27 03:49:15 +00:00
sbd
6e8736192b Add missing devel/zlib buildlink.
Bump PKGREVISION
2011-11-27 03:49:03 +00:00