wiz
9ab8830650
+ abcm2ps-6.5.13, abcmidi-20111118, bluefish-2.2.0, calibre-0.8.28,
...
gaupol-0.19.2, lame-3.99.2, msmtp-1.4.26, stunnel-4.48, vifm-0.7.1.
2011-11-28 12:35:54 +00:00
wiz
ff0497bd9b
+ dialog-1.1.20111020, diffpdf-1.5.1, emacs-23.3b, gss-1.0.2,
...
libidn-1.23, libtasn1-2.11, links-2.4, links-gui-2.4,
openldap-client-2.4.27, x264-devel-20111126.
2011-11-28 11:07:34 +00:00
wiz
378d26f2bc
Update HOMEPAGE and MASTER_SITES.
...
From David Griffith in PR 45667.
2011-11-28 11:03:51 +00:00
adam
228d11f5b1
Updated textproc/py-sphinx to 1.1.2; Updated databases/py-ldap to 2.4.6
2011-11-28 11:00:42 +00:00
drochner
7fc0ab7974
update to 0.7.8
...
changes:
-fix buffer overflows in svq1dec, vp3_dequant, qdm2dec
(possible code injection)
-more fixes
2011-11-28 11:00:28 +00:00
adam
8922c402b7
Changes 2.4.6:
...
Lib/
* ldap.controls.ppolicy:
Another fix for decoding the password policy response control
Changes 2.4.5:
Installation:
* defines for SASL and SSL in setup.cfg to be more friendly to
Python setup tools (easy_install)
Lib/
* Fixed typo in ldap.functions._ldap_function_call() which
always released ldap._ldap_module_lock instead of local lock
* ldap.controls.ppolicy:
Fixed decoding the password policy response control
Demo/
* Demo script for ldap.controls.ppolicy
2011-11-28 10:58:50 +00:00
obache
59569b5123
already updated ucarp to 1.5.2.
2011-11-28 10:57:28 +00:00
adam
22b87281fa
Changes 1.1.2:
...
* 809: Include custom fixers in the source distribution.
Changes 1.1.1:
* 791: Fix QtHelp, DevHelp and HtmlHelp index entry links.
* 792: Include "sphinx-apidoc" in the source distribution.
* 797: Don't crash on a misformatted glossary.
* 801: Make intersphinx work properly without SSL support.
* 805: Make the ``Sphinx.add_index_to_domain`` method work correctly.
* 780: Fix Python 2.5 compatibility.
2011-11-28 10:48:25 +00:00
manu
49f1bffa12
Update to glusterfs 3.2.5. This is a bug-fix release
2011-11-28 08:42:38 +00:00
manu
6cc12c90a2
Update perfuse: Fix stale file handling
2011-11-28 08:33:16 +00:00
wiz
15c4d1d8d8
Reset maintainer, sketch resigned.
2011-11-28 00:06:17 +00:00
jmcneill
57f467b42b
for X11_TYPE=native, default X11BASE to /usr/X11R7 on NetBSD if
...
X11FLAVOUR is "Xorg", so it is set right even when x* sets aren't installed
ok joerg
2011-11-28 00:00:49 +00:00
marino
cd8ac023cc
chat/quirc: Fix build with modern GCC
2011-11-27 23:49:38 +00:00
cheusov
bb0a9af337
REPLACE_SH for SunOS<5.11 and friends
2011-11-27 21:44:20 +00:00
joerg
48df7f32ea
Fix build with newer GCC.
2011-11-27 19:55:05 +00:00
joerg
effc4b412f
Updated pkgtools/pbulk-base to 0.44
2011-11-27 19:53:53 +00:00
joerg
7ab88afd17
pbulk-base-0.44: Fix hash function to actually do proper hashing.
...
Do some further tweaking to improve matching by storing string size.
While here, add the necessary .WAIT to allow parallel builds.
2011-11-27 19:53:30 +00:00
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