summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2011-11-30Update to 1.23:wiz4-12/+13
* Version 1.23 (released 2011-11-25) [stable] ** stringprep.h: Now #include's sys/types.h instead of unistd.h for ssize_t. Some systems (e.g., Mingw with MSVC 9) does not have unistd.h. ** idn-free.h: Protect prototypes with 'extern "C"' marker. Reported by Bittner Ede <bittner.ede@euronetrt.hu>. ** doc: Update link to experimental TLD tables. The new link is <https://github.com/gnuthor/tldchk>. ** Update gnulib files and translations. ** QA: Improved cyclo output. Update GTK-DOC files. Various bugfixes. ** API and ABI is backwards compatible with the previous version.
2011-11-30Add libuuid dependency. Bump PKGREVISION.alnsn1-2/+3
Tested on x86_64 Linux with USE_BUILTIN.libuuid=(yes|no).
2011-11-30Check for a builtin libuuid by looking for a real uuid.pc and use in insteadsbd1-8/+19
of a faked up pkg-config file.
2011-11-30Modify the builtin.mk file so it matches the template insbd1-28/+64
pkgsrc/mk/buildlink3/bsd.builtin.mk and change the fake uuid.pc so its similar to what's used in other builtins (and a little bit simpler).
2011-11-29Add pod2man to USE_TOOLS.hans1-2/+2
2011-11-29Add perl to USE_TOOLS.hans1-2/+2
2011-11-29Update to 1.2.0:wiz2-7/+6
Changes from 1.1.0 to 1.2.0: o Add AVX2 instructions (rev 11 of Intel AVX reference) (#227). o Allow 64-bit LFS/LGS/LSS. o Improve LAR instruction support (#224). o Default win64 .xdata to nobase, add support for ..imagebase (#135). o Fix TIMES relocation handling. o Fix no-suffix push and pop in GAS mode (#212).
2011-11-29Update p5-NEXT to 0.65.hiramatsu2-7/+6
0.65 Mon Sep 20 03:32:46 2010 - Remove unnecessary test boilerplate that caused trouble in the perl core.
2011-11-29Honor LDFLAGS from pkgsrc.sbd2-5/+10
2011-11-28Update to 8.20 (jit not enabled, should perhaps become an option?):wiz3-7/+21
Release 8.20 21-Oct-2011 ------------------------ The main change in this release is the inclusion of Zoltan Herczeg's just-in-time compiler support, which can be accessed by building PCRE with --enable-jit. Large performance benefits can be had in many situations. 8.20 also fixes an unfortunate bug that was introduced in 8.13 as well as tidying up a number of infelicities and differences from Perl.
2011-11-28Update p5-Test-Most to 0.25.hiramatsu2-7/+6
Changes from previous: 0.25 2011-08-17 - Add timeit() function to time individual behaviours. 0.24 2011-06-18 - Update dependencies to pick up multiple bug fixes, new behaviours, in various Test:: libraries.
2011-11-28Reset maintainer, sketch resigned.wiz2-4/+4
2011-11-27devel/ocaml-findlib: Designate not jobs safe.marino1-1/+2
2011-11-27Update to 0.100.0 from wip prepared by maintainer.cheusov4-78/+22
Tested on current and Linux.
2011-11-27Update to 0.21.1 by maintainer. Add LICENSE.cheusov3-21/+95
Tested on netBSD current and Linux.
2011-11-27Update to 1.2.1 from wip by maintainer. Tested on Linux andcheusov3-25/+166
NetBSD current.
2011-11-27Update to 1.1 from wip by maintainer. Tested on NetBSD current and Linux.cheusov3-40/+47
2011-11-27Update to 2.4 from wip by Oleksander Kozhachuk. Add LICENSE.cheusov3-11/+20
Tested on NetBSD current and Linux.
2011-11-27Update to 2.4.2 from wip by Oleksander Kozhachuk.cheusov6-168/+349
Tested on NetBSD current, Linux and Solaris-10.
2011-11-27Work around lack of _SC_NPROCESSORS_ONLN on some platforms (like netbsd4).tnn2-5/+17
Observed in PR pkg/45553.
2011-11-27need libevent>=1.1. Part of PR pkg/45553tnn1-1/+2
2011-11-27Recursive bump for www/serf buildlink addition.sbd15-29/+30
2011-11-26Use options framework for nls support.hans2-12/+22
2011-11-26Fix PLIST for option nls.hans1-2/+3
2011-11-26Use the new version of the kqueue patch to fix some GTK File Chooser issues.jmmv3-8/+8
Bump PKGREVISION to 3. Thanks Dmitry Matveev.
2011-11-26Force MKPROFILE=yes to prevent plist divergence. It seems that in adholland1-1/+2
bootstrapped environment on NetBSD, MKPROFILE defaults to no, but using the base system's make library it defaults to yes. This seems like a bug, but I'm not sure where to fix it so I'm going to stick to working around it for the moment.
2011-11-26Use options framework for NLS support. Enable by default on NetBSD, buthans2-15/+26
not on other platforms.
2011-11-26Build in config first for nsinstall and then the rest. Fixes issues withjoerg1-2/+3
the former sometimes not getting found in other directories.
2011-11-26requires gmake>=3.81hans1-1/+2
2011-11-26Add a minor version to the shared libraries; otherwise a bootstrappeddholland6-3/+64
build does e.g. "ln -sf libelf.so.1 libelf.so.1" and then install fails with ELOOP. This is a bug in bootstrap-mk-files but I'm going to fix it in both places to avoid demanding rebootstrapping.
2011-11-26clang was added to a list of supported compilerscheusov1-3/+3
minor code clean-ups
2011-11-26Add missing devel/zlib buildlink.sbd2-3/+6
Bump PKGREVISION
2011-11-26Add missing devel/zlib buildlink.sbd5-5/+15
Bump PKGREVISION
2011-11-26Must pad version number to four digitsjoerg1-2/+2
2011-11-26Fix build on NetBSD, and possibly other BSDs.hans2-1/+16
2011-11-25Bump PKGREVISION after adding a new patch.alnsn1-1/+2
Prompted by Takahiro Kambe, thanks.
2011-11-25Fix build with modern GCCjoerg2-1/+23
2011-11-25Fix build with newer GCCjoerg15-1/+210
2011-11-25Fix issues with newer GCCjoerg3-1/+28
2011-11-25Fix build with modern GCCjoerg4-1/+40
2011-11-25Fix C++ syntaxjoerg8-1/+99
2011-11-25Fix build with newer GCCjoerg3-1/+27
2011-11-25Fix build with modern GCCjoerg9-21/+112
2011-11-25Not MAKE_JOBS_SAFE.joerg1-1/+3
2011-11-25Deal with the modern post-GCC2 world.joerg15-1/+234
2011-11-25Conflicts with dependency, mark BROKENjoerg1-1/+3
2011-11-25Only include stropts.h for Solaris, it is streams related and seems tojoerg2-1/+32
be only needed for ioctl. Include util.h on NetBSD and OpenBSD for openpty.
2011-11-25Recursive bump for Botonjoerg1-2/+2
2011-11-25Update p5-Test-Differences to 0.61.hiramatsu2-8/+7
Changes from previous: 0.61 Sat April 16, 2011 - Allow an option to override Sortkeys in C<eq_or_diff>. Thanks to Mark Zealey for the suggestion. - Unnumbered tests. There's no point to them. 0.60 Sat April 16, 2011 - Make '' and undef not equal. Thanks to Pavel Shaydo for the patch. - Made Data::Dumper minimum version 2.126 to resolve https://rt.cpan.org/Ticket/Display.html?id=60798. Thanks to jjnapiork@cpan.org for the report and fix.
2011-11-25Update p5-Path-Class-File-Stat to 0.03.hiramatsu2-7/+6
Change from previous: 0.03 22 Dec 2010 - added use_md5() feature.