Commit graph

17926 commits

Author SHA1 Message Date
obache
73368b83cf Bump PKGREVISION from default python change to 2.7. 2012-03-10 08:24:19 +00:00
sbd
c426efd509 Add missing devel/readline buildlink.
Bump PKGREVISION.
2012-03-10 08:04:45 +00:00
sbd
3d92968cf2 If libreadline isn't wanted don't put it in a programs LDADD variable.
Bump PKGREVISION
2012-03-10 08:03:56 +00:00
sbd
763b4b6890 Add share/aclocal to the PLIST. aclocal dies if this directory doesn't
exist.

Bump PKGREVISION.
2012-03-10 08:00:52 +00:00
ryoon
f07eb25aac * Fix Firefox's official branding bug by upstream.
* Fix for inclusion from mail/thunderbird and www/seamonkey (mozilla-common.mk).

No functional change for devel/xulrunner.
2012-03-10 03:08:24 +00:00
cheusov
e98ad4652b not needed anymore 2012-03-09 19:22:24 +00:00
cheusov
fcd614744f clean-ups (adapted for recent mk-configure) 2012-03-09 18:58:19 +00:00
cheusov
e960f9d959 Update to 0.22.0
Improvements in cross-compilation. The following variables were
     introduced: TOOLDIR, SYSROOT, TOOLCHAIN_PREFIX and
     MACHINE_GNU_PLATFORM.

  PROGS variable was introduced (sf.net bug #3445658).

  Support for Lua submodules was added (e.g. net.socket.lua ->
  net/socket.lua). New variable LUA_MODULES was introduced for this
  purpose.

  MKPIE (Position Independent Executables), USE_SSP (Stack Smashing
  Protection), USE_FORT and USE_RELRO variables were introduced for
  security reasons.

  Variable OBJDIR_<dir> was introduced.

  mkc.subdir.mk and mkc.subprj.mk: Commands associated with targets
  "all", "install", "clean", "cleandir", "depend", "test",
  "installdirs", "uninstall", "errorcheck" and "filelist" in Makefile
  override the standard behaviour.

  MKC_REQUIRE_HEADERS, MKC_REQUIRE_DEFINES, MKC_REQUIRE_TYPES,
  MKC_REQUIRE_VARS, MKC_REQUIRE_MEMBERS, MKC_REQUIRE_FUNCS<n> and
  MKC_REQUIRE_CUSTOM do not change CFLAGS.

  mkc.subdir.mk and mkc.subprj.mk: "cleandir" target takes into
  account CLEANFILES, CLEANDIRS, DISTCLEANFILES and DISTCLEANDIRS
  variables (removes files).

  PCNAME.<lib> variable was introduced in mkc_imp.pkg-config.mk, this
  is a map from library name to pcname (.pc).

  Improvements for SHRTOUT.

  New variable OBJCOPY was introduced.

  Update of the presentation.

  Fix in manual page (sf.net bug #3441610).

  New regression tests (examples).
2012-03-09 18:56:21 +00:00
adam
e81c9a47db Changes 1.7.9.3:
* "git p4" (in contrib/) submit the changes to a wrong place when the
  "--use-client-spec" option is set.
* The config.mak.autogen generated by optional autoconf support tried
  to link the binary with -lintl even when libintl.h is missing from
  the system.
* When the filter driver exits before reading the content before the
  main git process writes the contents to be filtered to the pipe to
  it, the latter could be killed with SIGPIPE instead of ignoring
  such an event as an error.
* "git add --refresh <pathspec>" used to warn about unmerged paths
  outside the given pathspec.
* The bulk check-in codepath in "git add" streamed contents that
  needs smudge/clean filters without running them, instead of punting
  and delegating to the codepath to run filters after slurping
  everything to core.
* "git branch --with $that" assumed incorrectly that the user will never
  ask the question with nonsense value in $that.
* "git bundle create" produced a corrupt bundle file upon seeing
  commits with excessively long subject line.
* When a remote helper exits before reading the blank line from the
  main git process to signal the end of commands, the latter could be
  killed with SIGPIPE. Instead we should ignore such event as a
  non-error.
* The commit log template given with "git merge --edit" did not have
  a short instructive text like what "git commit" gives.
* "git rev-list --verify-objects -q" omitted the extra verification
  it needs to do over "git rev-list --objects -q" by mistake.
* "gitweb" used to drop warnings in the log file when "heads" view is
  accessed in a repository whose HEAD does not point at a valid
  branch.
* An invalid regular expression pattern given by an end user made
  "gitweb" to return garbled response.
2012-03-09 17:02:14 +00:00
obache
73b4cce1c2 require aclocal before `automake'.
fixes PR 46159.
2012-03-09 14:41:48 +00:00
fhajny
e628ad493f Fix PLIST mismatch for the java option, fix build on SunOS for ruby. 2012-03-09 14:31:07 +00:00
fhajny
84549cbc5b Fix the interpretter of texi2dvi, it is a true Bash script. 2012-03-09 14:28:19 +00:00
fhajny
fb9b657c83 Fix int types for SunOS. 2012-03-09 13:48:37 +00:00
fhajny
d6184833a8 Add DTrace support option. 2012-03-09 13:41:30 +00:00
fhajny
be4d0ea049 Prevent a hang in configure on SunOS. 2012-03-09 13:11:05 +00:00
fhajny
2341e35c50 Honor LIBS from pkgsrc. Set license. 2012-03-09 12:49:25 +00:00
wiz
8b5589a2ea Bump PKGREVISION for python default version change to 2.7.
py-* not affected, since it built different versions depending on the
setting already.
2012-03-09 12:33:57 +00:00
fhajny
38538bf855 Added graphics/p5-GraphViz2 and dependencies 2012-03-08 11:39:52 +00:00
fhajny
362dbb2f9e Import p5-Tie-Function-0.02 as devel/p5-Tie-Function.
Tie::Function simplifies wrapping functions in tied hash syntax
so they can be interpolated in double-quoted literals without
messy intermediate variables.
2012-03-08 11:25:09 +00:00
fhajny
302237fdf1 Import p5-Set-Array-0.24 as devel/p5-Set-Array.
Set::Array allows you to create arrays as objects and use OO-style methods on
them. Many convenient methods are provided here that appear in the FAQ's, the
Perl Cookbook or posts from comp.lang.perl.misc. In addition, there are Set
methods with corresponding (overloaded) operators for the purpose of Set
comparison, i.e. +, ==, etc.

The purpose is to provide built-in methods for operations that people are
always asking how to do, and which already exist in languages like Ruby. This
should (hopefully) improve code readability and/or maintainability. The other
advantage to this module is method-chaining by which any number of methods may
be called on a single object in a single statement.
2012-03-08 11:24:17 +00:00
fhajny
7cbd4dffd1 Import p5-Log-Handler-0.72 as devel/p5-Log-Handler.
The 'Log::Handler' is a object oriented handler for logging, tracing and
debugging. It is very easy to use and provides a simple interface for
multiple output objects with lots of configuration parameters. You can
easily filter the amount of logged information on a per-output base,
define priorities, create patterns to format the messages and reload the
complete logging machine.
2012-03-08 11:23:30 +00:00
fhajny
7652176e79 Import p5-Hash-FieldHash-0.12 as devel/p5-Hash-FieldHash.
Hash::FieldHash provides the field hash mechanism which supports
the inside-out technique.
2012-03-08 11:21:35 +00:00
fhajny
8704ee5ab2 Import p5-Data-MessagePack-0.39 as devel/p5-Data-MessagePack.
This module converts Perl data structures to MessagePack and vice versa.
2012-03-08 11:20:57 +00:00
fhajny
cd36c1e92f Import p5-Config-Properties-1.73 as devel/p5-Config-Properties.
Config::Properties is a near implementation of the java.util.Properties API.
It is designed to allow easy reading, writing and manipulation of Java-style
property files.
2012-03-08 11:20:04 +00:00
sno
d7f430487a Updating package for CPAN distribution Class::Load::XS in
devel/p5-Class-Load-XS from 0.03 to 0.04.

pkgsrc changes:
- adjust dependencies according to distributions meta information

Upstream changes:
0.04     2012-02-08
- Some small test changes for the latest Module::Implementation and
  Class::Load. There is no need to upgade if you have 0.03 installed.
2012-03-08 10:07:43 +00:00
sno
7268907c27 Updating package for CPAN distribution Class::Load in devel/p5-Class-Load
from 0.13 to 0.18.

pkgsrc changes:
- adjusting dependencies according to distribution meta information

Upstream changes:
0.18     2012-02-18
- Require Package::Stash 0.14+. Fixes RT #75095. Reported by Zefram.

0.17     2012-02-12
- A bug in Class::Load caused test failures when Module::Runtime 0.012 was
  used with Perl 5.8.x. Reported by Zefram. RT #74897. ( Jesse Luehrs )

0.16     2012-02-12
- Require Module::Runtime 0.012, which has a number of useful bug fixes.

0.15     2012-02-08
- Small test changes to accomodate latest version of
  Module::Implementation. There's no need to upgrade if you're already using
  0.14

0.14     2012-02-06
- Use Module::Implementation to handle loading the XS or PP versions of the
  code. Using this module fixes a few bugs.
- Under taint mode, setting an implementation in the CLASS_LOAD_IMPLEMENTATION
  env var caused a taint error.
- An invalid value in the CLASS_LOAD_IMPLEMENTATION env var is now detected
  and reported immediately. No attempt is made to load an invalid
  implementation.
2012-03-08 10:03:42 +00:00
sno
b0e6425eb0 Added devel/p5-Module-Implementation version 0.06 2012-03-08 09:58:52 +00:00
sno
0937ba2d3e Importing package for CPAN distribution Module::Implementation
version 0.06 into devel/p5-Module-Distribution as requirement
for scheduled update of devel/p5-Class-Load to 0.18.

This module abstracts out the process of choosing one of several
underlying implementations for a module. This can be used to provide
XS and pure Perl implementations of a module, or it could be used to
load an implementation for a given OS or any other case of needing
to provide multiple implementations.

This module is only useful when you know all the implementations ahead
of time. If you want to load arbitrary implementations then you
probably want something like a plugin system, not this module.
2012-03-08 09:58:30 +00:00
sno
9de5660982 Updating package for CPAN distribution Module::Runtime in
devel/p5-Module-Runtime from 0.011 to 0.013.

pkgsrc changes:
- remove dependency to devel/p5-Params-Classify

Upstream changes:
version 0.013; 2012-02-16
  * fix false failure of the test for lack of unintended dependencies
    that occurred on systems using a sitecustomize.pl

version 0.012; 2012-02-12
  * work around Perl core bug [perl #68590] regarding leakage of %^H
    into modules being loaded
  * work around Perl core bug that made a failed module loading appear
    successful when re-requiring the same module
  * duplicate is_string() from Params::Classify, rather than importing it,
    to avoid circular dependency problems (affecting both installation
    and runtime)
  * duplicate minimal exporting behaviour from Exporter, and avoid using
    the "feature", "warnings", "strict", and "parent" pragmata, to allow
    for possible future use of this module by any infrastructure module
  * document core bug workarounds
  * document module name syntax more prominently, and discuss the state
    of Unicode handling
  * tweak documentation of use_package_optimistically()
  * test behaviour with tainted module name
  * test lack of unwanted eval frame around require
  * give test modules more meaningful names
  * convert .cvsignore to .gitignore
2012-03-08 09:54:41 +00:00
sno
c7cac7850d Updating package for CPAN distribution Const::Fast in devel/p5-Const-Fast
from 0.009 to 0.011.

Upstream changes:
0.011     2012-02-24 22:48:26 Europe/Amsterdam
          Accept references to references as subject
          Really fix compatibility with Carp 1.25

0.010     2012-02-04 12:54:09 Europe/Amsterdam
          Fix compatibility with dotted Carp (1.25?)
2012-03-08 09:39:46 +00:00
sno
009d172c1a Updating package for CPAN distribution Devel::Declare in
devel/p5-Devel-Declare from 0.006008 to 0.006011.

Upstream changes:
0.006011 - 22 Feb 2012
  - In XS, use PERL_NO_GET_CONTEXT for efficiency.
  - Avoid using Test::Warn, which has previously been a troublesome
    dependency.

0.006010 - 07 Feb 2012
  - Fix workaround for unexported core symbols to avoid breaking
    compilation on non-threading builds of Perl 5.8.
  - Set permissions on .perldb file created during test, to avoid
    "insecure rcfile" warning.

0.006009 - 01 Feb 2012
  - Be adaptive about whether to delete the line reallocation filter,
    so as to play as nicely as possible with other kinds of source filter.
  - Document that injecting newlines doesn't work.
  - Fix a C declaration after statement, which broke compatibility with
    older compilers (Jan Dubois).
  - Partially work around unexported core symbols affecting Perl 5.8 on
    Windows (David Bouyssie).
  - Jump through some hoops to avoid compiler warnings.
2012-03-08 09:35:10 +00:00
sno
1fc3f4c608 Updating package for CPAN module CPAN::Perl::Releases in
devel/p5-CPAN-Perl-Releases from 0.42 to 0.44.

Upstream changes:
==============================
2012-02-20 18:54:37 +0000 0.44
==============================
    Updated for v5.15.8
2012-03-08 09:29:56 +00:00
sno
59e850f9dc Updating package for CPAN distribution CPAN::Reporter in
devel/p5-CPAN-Reporter from 1.2002 to 1.2005.

Upstream changes:
1.2005    2012-03-02 13:21:36 EST5EDT
  [BUG FIXES]
  - Canonicalise the config path returned by bsd_glob [rt.cpan.org #70504]
    [Kent Fredric]

1.2004    2012-02-13 16:25:07 EST5EDT
  [BUG FIXES]
  - Fix bug in testing tilde expansion on Windows
    [rt.cpan.org #72051]

1.2003    2011-12-06 11:07:04 EST5EDT
  [BUG FIXES]
  - Fix bug in transport class validation to allow multi-level
    class names [rt.cpan.org #73045]
2012-03-08 09:24:14 +00:00
sno
decb370489 Updating package for CPAN module CPAN::Meta in devel/p5-CPAN-Meta from
2.120351 to 2.120630.

Upstream changes:
2.120630  2012-03-03 14:48:35 EST5EDT
  [BUGFIX]
  - CPAN::Meta::Requirements now ensures that dotted-decimal versions are
    represented in normalized form when stringified.  This fixes a
    regression in META conversion in 2.120620.
    [Reported by Kent Fredric; fixed by David Golden]

2.120620  2012-03-02 12:28:59 EST5EDT
  [ADDED]
  - CPAN::Meta::Requirements::add_string_requirements allows building
    a requirements specification piecemeal [Cory G. Watson]

  [BUGFIX]
  - Version range handling fixed [rt.cpan.org #75424]

  - CPAN::Meta::Converter handles bad version strings more gracefully,
    truncating alphanumerics and otherwise falling back to "0".  This
    is likely better than dropping a prerequisite or dying.
    [rt.cpan.org #75427]

2.120530  2012-02-22 16:15:31 EST5EDT
  [OTHER]
  - Dialed back perl prereq to 5.006
2012-03-08 09:01:22 +00:00
hans
3ed49f86ed Not MAKE_JOBS_SAFE. 2012-03-07 20:39:47 +00:00
adam
10e37f136d Changes 4.1.3:
* Stop looking for xdr if --disable-dap is used.
* Don't try to run (some) fortran configure tests on machines with no fortran.
* Allow nccopy to rechunk with chunksizes larger than current dimension lengths.
2012-03-07 16:11:29 +00:00
minskim
a3618ccf9b Update package names for pdftex/pdflatex. 2012-03-07 04:00:04 +00:00
joerg
151aed3c2f Don't bother with catpages. Bump revision. 2012-03-06 23:25:18 +00:00
ryoon
45f8f27196 Recursive PKGREVISION bump for xulrunner, nss, and nspr. 2012-03-06 17:38:53 +00:00
ryoon
7a6f658186 Bump BUILDLINK_API_DEPENDS and BUILDLINK_ABI_DEPENDS. 2012-03-06 13:37:32 +00:00
ryoon
b7c00c5fe2 Update xulrunner 10.0.2 and corresponding nspr and nss.
* Improve sparc64 support.
* Use external libraries (for example cairo, libvpx etc.)

Thank you, martin@

Changelog:
* Fix security bugs
* Other improvements and bugfixes
2012-03-06 12:34:08 +00:00
adam
aa20b2e19b Use correct CoreText header on Mac OS X. 2012-03-05 21:02:35 +00:00
sno
1b5ef3b211 Updating package for CPAN distribution Class::Accessor::Grouped in
devel/p5-Class-Accessor-Grouped from 0.10003 to 0.10006.

Upstream changes:
0.10006 2011-12-30 03:52 (UTC)
    - Silence warnings resulting from incomplete can() overrides
      hiding get/set_simple methods

0.10005 2011-12-26 12:43 (UTC)
    - Depend on newer bugfixed Class::XSAccessor
    - Repack with correct metadata (RT#73100)

0.10004 2011-11-28 21:20 (UTC)
    - No longer leak internal __CAG* methods into the inheritable
      namespace
2012-03-05 13:29:39 +00:00
sno
1dd88a4df4 Updating package for CPAN distribution Class::Inspector in
devel/p5-Class-Inspector from 1.25 to 1.27.

Upstream changes:
1.27 Wed 25 Jan 2012
	- Moving to prod release

1.26_01 Tue 24 Jan 2012
	- Updating to Module::Install::DSL 1.04
	- Updating copyright year
	- Remove usage of defined @{"X::ISA"} to avoid warnings in 5.15.7
          and later Perl 5.16 (Tom Wyant)
2012-03-05 13:26:06 +00:00
sno
1951870445 Updating package for CPAN distribution for Capture::Tiny in
devel/p5-Capture-Tiny from 0.16 to 0.17.

Upstream changes:
0.17      2012-02-22 08:07:41 EST5EDT
  Fixed:
  - Added a workaround for failing t/08-stdin-closed.t under blead
    perl / 5.15.8 [rt.perl.org #111070]

  Documented:
  - Clarified some limitations; added a link to CPAN Testers Matrix;
    removed redundant BUGS section; standardized terminology

  Tested:
  - Added a test using Inline::C to print to stdout and stderr in response
    to rt.cpan.org #71701
2012-03-05 13:22:15 +00:00
abs
36a4d9881d Add back glib-gio-kqueue-2.28.8-v3.patch to distinfo 2012-03-05 07:48:10 +00:00
wiz
2deb8fea30 Add patch needed by newer frozen-bubble versions.
Bump PKGREVISION.
2012-03-04 22:10:41 +00:00
abs
a81f05b12b Updated devel/p5-B-Hooks-EndOfScope to 0.11
0.11  Thu, 23 Feb 2012 11:19:18 +0100
  * A minor efficiency improvement.
2012-03-04 14:11:05 +00:00
abs
8353cebb7f Updated devel/p5-Variable-Magic to 0.48
0.48    2012-02-17 23:40 UTC
        + Add : You can now pass a reference to undef as the magic callback in
                order to install a no-op callback.
                Thanks Florian Ragwitz for the suggestion.

0.47    2011-10-27 16:55 UTC
        + Add : The new constant VMG_COMPAT_HASH_DELETE_NOUVAR_VOID evaluates
                to true when "delete $hash{key}" does not call 'delete' uvar
                magic in void context.
        + Chg : The MAGIC tokens created by this module no longer use the
                mg_private member for storing a "magical" signature.
        + Fix : Triggering magic in a thread on a variable cloned from the main
                interpreter, and when the wizard already went out of scope,
                will not segfault anymore.
        + Opt : The pointer table is no longer needed to ensure thread safety.
                The size of the object code is about 8% smaller for threaded
                perls.
        + Tst : Threads tests will not fail anymore if resources constraints
                prevent the system from creating all the required threads.
2012-03-04 14:09:59 +00:00
abs
b442440000 Updated devel/p5-App-perlbrew to 0.41
0.41:
- Fix installation issue when the specified version is not listed in CPAN::Perl::Releases
- Fix sub-shell invocation for 'switch' and 'use' command. This is particularly for csh users, but it should also work for bash users.

0.40:
- Make the stanalone perlbrew program smaller by using Perl::Strip
- use CPAN::Perl::Releases to decide the location of perl tarball -- less HTTP hits
- Prefer $PERLBREW_ROOT/bin/patchperl if it is there.

0.39:
- Fix GH #179. lib naming are more consistent.
- Fix GH #171. bash users are suggestted to upgrad to this version.
- Fix GH #152.

0.38:
- fix deps

0.37:
- fix ENV mess after switching to diffirent libs multiple times
- add --sitecustomize option

0.36:
- fix test errors on freebsd that makes it uninstallable

0.35:
- fixes for cpantester failures
- requiers local::lib version 1.008

0.34:
- Fix: remove duplicated items from the output of `perlbrew list`.
- New Command: self-install.
  - This is actually renamed from an undocumented command `install-perlbrew`
  - Plus it gets documented.
- Provide aditional bash completion control helper commands.
- Documentation fixes / typo corrections.
- alter MANPATHs, see GH #173
- Allow the representation like '@lib' te mean "a lib name under current perl.". See GH #153

0.33:
- Remove Text::Levenshtein from the standalone executable.
- Rearrange documentation so all perlbrew command usage document can be found in `perldoc perlbrew`
  - In the future, App::perlbrew POD should only contain the API doc for the module.

0.32:
- A hotfix release: local::lib was not bundled in the previous release.

0.31:
- NOTICE: Remove $PERLBREW_ROOT/Conf.pm if it's there, and re-run `perlbrew mirror`
- perlbrew help system is changing. `perlbrew help <command>` now displays brief documentation for the command.
- Add a global `--root` argument for all commands that can be used as a quick alternative to set PERLBREW_ROOT env var.
- Avoid display paths to external/system perl in the output of `perlbrew list`
- Replace Text::Levenshtein with a minimal implementation -- the standalone executable get to be smaller.

0.30:
- New command: lib
  - local::lib integration is done with this command.
- New command: install-patchperl
- skip runs of 'exec' on aliases https://github.com/gugod/App-perlbrew/pull/135
- Respect -f flag when installing to replace an already installed perl.
- Redefine the default value of -q flag to be false, and define it's meaning to be "complete silent"

0.29:
- The installer now honors $TMPDIR (RT #70850)
- Fixd GH #108. `perlbrew use` has a fallback for users that does not use bash/csh -compitable shell.
- Deprecate the command 'perlbrew use system' simply use 'perlbrew off' or 'perlbrew switch-off' instead.
- Deprecate the special case of `perlbrew use /path/to/bin/perl` and `perlbrew switch /path/to/bin/perl
  - perlbrew no longer cast magic to external perls. But there will be an alternative.
2012-03-04 14:04:31 +00:00