Commit graph

17373 commits

Author SHA1 Message Date
marino
37c25a4c16 devel/clisp-lib: Add gettext-lib buildlink for DragonFly 2011-12-02 20:49:10 +00:00
marino
622d7462d6 devel/clisp-wildcard: Add gettext-lib buildlink for DragonFly 2011-12-02 20:47:49 +00:00
marino
8766aab2eb devel/clisp-syscalls: Add gettext-lib buildlink for DragonFly
clisp-syscalls still doesn't build (it's broken on NetBSD too), but
it is known now that it will need gettext-lib if/when the other issues
are resolved.
2011-12-02 20:47:04 +00:00
marino
50612cc71e devel/clisp-pcre: Add gettext-lib buildlink for DragonFly 2011-12-02 20:45:27 +00:00
marino
e5f835d940 devel/bcc: Mask from DragonFly64
DragonFly X86_64 can't build 32-bit binaries as the Makefile requests.
2011-12-02 20:44:32 +00:00
wiz
4c6a2d336a Update to 2.0.1:
This is a regularly-scheduled bug-fix release.

    alias: shortcut command matching show shadowing works properly (issue3104)
    bundlerepo: don't write branch cache to disk
    clone: don't save user's password in .hg/hgrc (issue3122)
    convert/bzr: correctly handle divergent nested renames (issue3089)
    convert/bzr: fix test of divergent nested renames for bzr 1.x
    convert/svn: fix URL quoting issue with svn 1.7
    convert: handle trailing slashes in filemap better (issue3124)
    diff: '\ No newline at end of file' is also not part of the header
    diff: --ignore-blank-lines was too enthusiastic
    dirstate: fix case-folding identity for traditional Unix
    graft: disallow grafting grafted csets in specific situations (issue3091)
    graft: preserve original source in subsequent grafts
    hook: flush stdout before redirecting to stderr
    import: fix parent selection when importing merges
    largefiles: ensure destination directory exists before findfile links to there
    largefiles: file storage should be relative to repo, not relative to cwd
    largefiles: fix 'hg clone . ../foo' OSError abort
    largefiles: fix rename (issue3093)
    largefiles: treat status of cache missed largefiles as "missing" correctly
    largefiles: use "ui.configlist()" to get largefiles.patterns configuration
    largefiles: write .hg/largefiles/ files atomically
    makedate: wrong timezone offset if DST rules changed this year (issue2511)
    mdiff/patch: fix bad hunk handling for unified diffs with zero context
    posix: add extended support for OS X path folding
    posix: fix findexe() to check for file type and access
    rebase: ensure target is not taken as external (issue3085)
    rebase: treat nullmerge as a special case in rebasestate (issue3046)
    revset: balance %l or-expressions (issue3129)
    revset: follow(nosuchfile) should give an empty set (issue3114)
    subrepo: fix git status false positive (issue3109)
    subrepo: use correct paths for subrepos with ..-relative paths on windows
    update: don't clobber untracked files with wrong casing
    url: handle file://localhost/c:/foo "correctly"
2011-12-02 12:14:18 +00:00
hiramatsu
d019a751a4 Update p5-Test-Aggregate to 0.364.
Change from previous:
0.364  04/12/2010
        - Allow skipping the rest of a test using
            plan skip_all => $reason
2011-12-02 09:52:01 +00:00
sbd
d37ca59b51 Recursive bump for devel/apr buildlink addition. 2011-12-02 07:13:48 +00:00
sbd
33d91be94e devel/libuuid is only needed for uuid support on Linux and SunOS.
Bump PKGREVISION
2011-12-02 07:13:28 +00:00
agc
2481b84bd2 add and enable libpgm 2011-12-02 05:26:11 +00:00
agc
70b30d3b68 Initial import of libpgm-5.1.118 into the Packages Collection
OpenPGM is an open source implementation of the Pragmatic General
	Multicast (PGM) specification in RFC 3208 available at www.ietf.org.
	PGM is a reliable and scalable multicast protocol that enables
	receivers to detect loss, request retransmission of lost data, or
	notify an application of unrecoverable loss.  PGM is a
	receiver-reliable protocol, which means the receiver is responsible
	for ensuring all data is received, absolving the sender of reception
	responsibility.  PGM runs over a best effort datagram service,
	currently OpenPGM uses IP multicast but could be implemented above
	switched fabrics such as InfiniBand.

	PGM is appropriate for applications that require duplicate-free
	multicast data delivery from multiple sources to multiple receivers.
	PGM does not support acknowledged delivery, nor does it guarantee
	ordering of packets from multiple senders.

	PGM is primarly used on internal networks to help integrate disparate
	systems through a common communication platform.  A lack of IPv4
	multicast-enabled infrastructure leads to limited capability for
	internet applications, IPv6 promotes multicast to be a part of the
	core functionality of IP but may still be disabled on core routers.
	Support of Source-Specific Multicast (SSM) allows for improved WAN
	deployment by allowing end-point router filtering of unwanted source
	traffic.
2011-12-02 05:25:12 +00:00
hiramatsu
417a7cbf77 Update p5-Path-Dispatcher-Declarative to 0.03.
Changes from previous:
0.03  2010-11-02
        Improve reinstatement of $1, $2 so they don't leak outside of the
            scope of your blocks

        Remove a couple stray references to named rules

0.02  2010-10-24
        Reinstate the back-compat that Path-Dispatcher 1.00 broke by setting
            $1, $2, etc. for you
2011-12-02 05:24:23 +00:00
hiramatsu
52633cfdad Update p5-Path-Dispatcher to 1.04.
Changes from previous:
1.04 Thu Sep 1 2011
        Explicitly depend on Test::Fatal (reported by Jérôme Quelin  [rt.cpan.org #70666])
        Convert all tests from Test::Exception to Test::Fatal

1.03 Tue Aug 30 2011
        Provisional support for arbitrary payloads, not just code blocks, as results
            See https://github.com/sartak/path-dispatcher/blob/master/t/200-payload.t
        Eventually blocks will be deprecated, but not for a while. Internally blocks are
        rewritten as payloads so if you're doing deep magic with PD you may be exposed to
        that implementation detail.

1.02 Tue Nov 2 2010
        Various improvements to the handling of $match->leftover with undef

1.01 Sun Oct 24 2010
        Skip t/026-named-captures.t if you don't have 5.10.1

        Give matches a ->parent for inspecting an Under prefix rule's
            captures etc

1.00 Sun Oct 17 2010
        Bump to 1.0 to indicate back compat breakage

        Add match->named($key) for pulling out a named capture

        Use Try::Tiny to avoid swallowing exceptions (rafl)

0.16 Sun Oct 17 2010
        ** BACKWARDS INCOMPATIBLE CHANGE: Pass the match object into rule
        **    blocks rather than assigning $1, $2, $3. Use ->pos(1), (2), (3),
        **    etc. instead. This cleans up the code a lot and makes
        **    Path-Dispatcher more flexible.

        Add support for named captures

        Make all attributes read-only. If you need something to be read-write,
            I am open to such a change. Just let me know!

        Make _dispatcher_rule private

        Remove trace/readable_attribute/name support. This wants to be
            implemented in a different, better, more comprehensive way.

        Add documentation for shell tab completion

        Plenty other updated documentation
2011-12-02 05:19:07 +00:00
wiz
a433ee004b Compile in wscons support on NetBSD.
From Opolo Remo in private mail.
Bump PKGREVISION.
2011-12-01 10:48:07 +00:00
wiz
4cb5d32dd7 Update to 1.23:
* 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-30 20:43:53 +00:00
alnsn
ebbf60c9ba Add libuuid dependency. Bump PKGREVISION.
Tested on x86_64 Linux with USE_BUILTIN.libuuid=(yes|no).
2011-11-30 19:28:56 +00:00
sbd
3d27d9f1c1 Check for a builtin libuuid by looking for a real uuid.pc and use in instead
of a faked up pkg-config file.
2011-11-30 08:04:20 +00:00
sbd
6771ad10db Modify the builtin.mk file so it matches the template in
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-30 07:57:09 +00:00
hans
8da97f5173 Add pod2man to USE_TOOLS. 2011-11-29 18:19:32 +00:00
hans
4f318d7991 Add perl to USE_TOOLS. 2011-11-29 18:06:18 +00:00
wiz
b0f7c7ea9c Update to 1.2.0:
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-29 17:13:42 +00:00
hiramatsu
870b8a81f5 Update p5-NEXT to 0.65.
0.65    Mon Sep 20 03:32:46 2010
    - Remove unnecessary test boilerplate that caused trouble in the perl core.
2011-11-29 10:38:04 +00:00
sbd
edc30a7f9e Honor LDFLAGS from pkgsrc. 2011-11-29 06:11:53 +00:00
wiz
a0fa83cc94 Update to 8.20 (jit not enabled, should perhaps become an option?):
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-28 16:39:29 +00:00
hiramatsu
6421286c6d Update p5-Test-Most to 0.25.
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-28 13:05:12 +00:00
wiz
15c4d1d8d8 Reset maintainer, sketch resigned. 2011-11-28 00:06:17 +00:00
marino
569671b9a2 devel/ocaml-findlib: Designate not jobs safe. 2011-11-27 19:13:50 +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
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
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
bada145f27 Update to 1.1 from wip by maintainer. Tested on NetBSD current and Linux. 2011-11-27 13:38:40 +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
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
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
tnn
ff7358567f need libevent>=1.1. Part of PR pkg/45553 2011-11-27 10:01:05 +00:00
sbd
56ae2aa138 Recursive bump for www/serf buildlink addition. 2011-11-27 05:43:24 +00:00
hans
39430dfa1f Use options framework for nls support. 2011-11-26 23:56:45 +00:00
hans
9716f15f4e Fix PLIST for option nls. 2011-11-26 23:11:37 +00:00
jmmv
bbcce0d381 Use the new version of the kqueue patch to fix some GTK File Chooser issues.
Bump PKGREVISION to 3.  Thanks Dmitry Matveev.
2011-11-26 21:32:43 +00:00
dholland
39dbd85680 Force MKPROFILE=yes to prevent plist divergence. It seems that in a
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-26 19:59:58 +00:00
hans
038e77f83f Use options framework for NLS support. Enable by default on NetBSD, but
not on other platforms.
2011-11-26 19:01:15 +00:00
joerg
e7dc096ee7 Build in config first for nsinstall and then the rest. Fixes issues with
the former sometimes not getting found in other directories.
2011-11-26 17:11:24 +00:00
hans
2cb7c9bada requires gmake>=3.81 2011-11-26 16:12:40 +00:00
dholland
61deb47f81 Add a minor version to the shared libraries; otherwise a bootstrapped
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-26 15:50:27 +00:00
cheusov
a3b54cb6c3 clang was added to a list of supported compilers
minor code clean-ups
2011-11-26 10:18:49 +00:00
sbd
27afe76eda Add missing devel/zlib buildlink.
Bump PKGREVISION
2011-11-26 06:08:47 +00:00
sbd
071c9ea3b7 Add missing devel/zlib buildlink.
Bump PKGREVISION
2011-11-26 04:39:19 +00:00
joerg
4c2e919b16 Must pad version number to four digits 2011-11-26 02:03:39 +00:00
hans
baa8b20464 Fix build on NetBSD, and possibly other BSDs. 2011-11-26 00:05:54 +00:00
alnsn
3ad9490a3c Bump PKGREVISION after adding a new patch.
Prompted by Takahiro Kambe, thanks.
2011-11-25 22:25:51 +00:00