Commit graph

201075 commits

Author SHA1 Message Date
adam
fa2d7acade 1.2.1 was released on 2013-05-10. It is the latest stable FFmpeg release from the 1.2 release branch, which was cut from master on 2013-03-07. Amongst lots of other changes, it includes all changes from ffmpeg-mt, libav master of 2013-03-07, libav 9 as of 2013-03-07. 2013-05-13 14:42:32 +00:00
riastradh
a4bea80f10 Add question about ${MACHINE} to TODO.crosscompile. 2013-05-13 14:28:04 +00:00
adam
c76fe56290 In configure: changed _lt_dar_can_shared=$GCC to _lt_dar_can_shared=yes, so libtool can create shared libraries on Darwin/Mac OS X, when f77 is not present. 2013-05-13 14:04:27 +00:00
adam
c632d5ab2d In configure: changed _lt_dar_can_shared=$GCC to _lt_dar_can_shared=yes, so libtool can create shared libraries on Darwin/Mac OS X, when f77 is not present. 2013-05-13 12:53:42 +00:00
jperkin
55acebac82 Fix another :ts 2013-05-13 12:01:51 +00:00
fhajny
f742580d89 Update rabbitmq to 3.1.0.
Notable changes:
 - eager synchronisation of mirror queue slaves;
 - automatic cluster partition healing;
 - improved statistics (including charts) in the management plugin;
 - many smaller new features, bug fixes and performance improvements.

See release notes for full changelog:

http://www.rabbitmq.com/release-notes/README-3.1.0.txt
2013-05-13 11:51:38 +00:00
jperkin
25f4620492 It is a common misconception that ${FOO:tsc} will split FOO on 'c',
however that is not the case.  To get that behaviour use ':S/c/ /g'.

Fixes a number of issues on various OPSYS introduced with the recent
COMPILER_* and SYSTEM_DEFAULT_RPATH abstractions.
2013-05-13 11:38:30 +00:00
wen
78bdb59554 Updated devel/p5-autodie to 2.19 2013-05-13 01:59:18 +00:00
wen
6072ab1165 Update to 2.19
Upstream changes:
2.19      2013-05-13 10:02:15 Australia/Melbourne

        * BUGFIX: Loading a file that does not change packages while
          autodie in effect no longer causes weird behaviour when
          slurpy built-ins (like open() and unlink()) are called. GH #22
          Thanks to Niels Thykier.

        * TEST: Tests for leak guard failures for slurpy core functions.

2.18      2013-05-12 18:12:14 Australia/Melbourne

        * TEST: More testing in scope_leak.t.

        * TEST: More testing around packages in truncate.t.

        * SPEED / INTERNAL: Significant improvements in load time,
          especially when autodie is used across multiple files,
          by caching reuseable subroutines and reducing calls to eval "".
          Huge thanks to Niels Thykier, who is a hero of the
          free people, and completely and utterly awesome.
          (RT #46984)

        * DOCUMENTATION: Spelling and correction fixes,
          courtesy David Steinbrunner.

        * DEVEL: Faster and more robust testing with travis-ci.

        * DEVEL: Some simple benchmarks bundled in the benchmarks/ directory.

2.17      2013-04-29 01:03:50 Australia/Melbourne

        * DOCS: Spelling fixes thanks to dsteinbrunner! (RT #84897)

        * DOCS: Fixed github links to point to 'pjf' rather than
          'pfenwick' (GH #18, thanks to Lx!)

        * INTERNAL: Silence warnings about experimental smart-match on
          5.17.11+ (via Brian Fraser and p5p)

        * TEST / BUILD: Generate .travis.yml files for CI testing via
          dzil.

2.16      2013-02-23 01:49:16 Australia/Melbourne

        * BUGFIX: Fix breakages under 5.8.x related to the new
          autodie::skip feature.

        * BUILD / BUGFIX: Remove dependency on parent.pm.

2.15      2013-02-22 23:55:22 Australia/Melbourne

        * BUILD / BUGFIX: Correct meta-info that wanted at least Perl
          v5.8.40, rather than v5.8.4.  Giant thanks to Paul Howarth
          for spotting this!

2.14      2013-02-22 15:43:33 Australia/Melbourne

        * FEATURE: Classes which claim they ->DOES('autodie::skip') are now
          skipped when generating exceptions.  This is mainly of use to
          utility classes. See `perldoc autodie::skip` for more details.
          (GH Issue #15)

        * FEATURE / BUGFIX / INCOMPAT: 'chmod' is now in the ':filesys'
          category (was in ':file').

        * BUGFIX: Added support for 'chown' and 'utime', that was
          previously overlooked. Mad props to RsrchBoy for spotting this.
          These are all in the ':filesys' category.
          (GH Pull #13)

        * BUGFIX: Added support for 'kill'. This is part of the
          ':ipc' category.

        * BUGFIX: Fixed bug whereby chmod, chown, kill, unlink and
          utime would not throw an exception when they didn't
          change all their files or signal all their processes.

        * TEST: truncate.t is now skipped on systems that don't have a
          working File::Temp.

        * TEST: open.t has a few more tests for exotic modes.

        * TEST: chown() tests are skipped on Win32, as chown on Windows
          is a no-op. (Thanks to Mithaldu for spotting this!)

        * TEST: Author tests now look for the AUTHOR_TESTING env
          variable (for dzil compliance).

        * TEST: Better testing for chown, chmod, and unlink.

        * TEST: Better testing for utime.

        * TEST: kwalitee.t is now only run when $ENV{RELEASE_TESTING} is set.

        * BUGFIX: Removed executable bits from some bundled text files.

        * BUILD: We now use dzil to manage autodie.

        * BUILD: Only Perl 5.8.4 and above is supported by autodie.
          Please upgrade your Perl distro if you're using 5.8.3 or
          below.

2.13  Thu Nov  8 14:22:03 EST 2012
        * TEST: Deterministic tests in hints_pod_examples.t .
          (RT #80412, thanks to demerphq)

        * INTERNAL: subroutine installs are now done in a
          deterministic order. (RT #80414, thanks to demerphq)
2013-05-13 01:57:39 +00:00
wen
919580f82d Updated lang/mawk to 1.3.4.20130219 2013-05-13 01:51:02 +00:00
wen
b8f0f8124c Update to 1.3.4.20130219
Upstream changes:
20130219
        + modify missing-operand check in rexp.c to allow the case of empty
          "()", matching behavior of gawk and BWK (report by Arkadiusz
          Miskiewicz).
        + revert in-progress change to gsub retain ifdef'd for additional
          development since it did not handle array as the second parameter
          (report by Arkadiusz Miskiewicz).

20121209
        + build-fix for cygwin in matherr.c, which declares a different type
          for _LIB_VERSION
        + add missing "-f" option in examples/gdecl.awk
        + fix a regression in fflush, ensuring that it returns an error if
          the argument does not match any output filename (report by Nathan
          Weeks).
        + modify wording of configure --help message to make it clear that
          the default for --with-builtin-regex uses the builtin regular
          expression engine of mawk.
        + fix issues reported by Coverity scan.  Most of these were minor,
          and were addressed by modifying the source to allow Coverity to
          improve its analysis of the code.
        + amend support for LC_NUMERIC by translating period to the local
          decimal separator as needed to work with strtod() which is used
          to validate decimal constants when scanning source files.  This
          fixes an infinite loop with
                mawk 'BEGIN { print 1.0 }'
          (report by Jan Psota).
        + regenerate man/mawk.doc, overlooked in previous updates.
2013-05-13 01:47:57 +00:00
riastradh
4a1942a5b7 Note build-time vs run-time tools in TODO.crosscompile. 2013-05-12 21:25:16 +00:00
riastradh
8261a7b6ec Add pbulk to TODO.crosscompile. 2013-05-12 21:09:24 +00:00
riastradh
bbabe46a68 Mention exists(...) problem in TODO.crosscompile. 2013-05-12 20:43:53 +00:00
cheusov
8c6c01d9d4 Added security/py-oauth2 version 1.5.211 2013-05-12 19:57:29 +00:00
cheusov
d4ae3e27ef New package py-oauth2 2013-05-12 19:55:42 +00:00
joerg
573f5e48db Add const for the compare operator. 2013-05-12 19:16:01 +00:00
riastradh
fb23da500b Fix TODO about cross-OS builds to suggest MACHINE_PLATFORM.
Use this rather than MACHINE_GNU_PLATFORM as the replacement for
MACHINE_ARCH so that we can usefully include the version as well.
2013-05-12 18:35:31 +00:00
jnemeth
63c24e7c40 Updated comms/asterisk to 11.3.0nb2 2013-05-12 18:14:31 +00:00
jnemeth
184707bb03 Whoops missed updating sound tarball in 11.3.0 update. Fixed.
Thanks to joerg@ for pointing it out.
2013-05-12 18:14:21 +00:00
uwe
608d24a7c6 Make argument type match printf conversion specifier to print correct
numbers on big-endian systems.
2013-05-12 17:26:46 +00:00
riastradh
4fe7a07481 Strip minus for warning about disabling unsupported options. 2013-05-12 17:19:41 +00:00
wiz
010b8238e6 + calibre-0.9.30, dbus-python-common-1.2.0, etm2-2.1.4 [etm
successor], ffmpeg-20130512.1.2.1, freetype-2.4.12, gawk-4.1.0,
  gnupg2-2.0.20, httping-2.3.1, lyx-2.0.6, pixman-0.30.0, puzzles-9840,
  py-cython-0.19.1, py-dbus-1.2.0, py-distribute-0.6.38, py-lxml-3.2.1,
  py-simplejson-3.3.0, racket-5.3.4, sawfish-1.9.91, texmaker-4.0.2,
  vifm-0.7.5, vmips-1.4.1, x264-devel-20130511.
2013-05-12 15:48:35 +00:00
wiz
82815ddd09 Added sysutils/dbus-python-common version 1.1.1 [drochner 2012-08-01] 2013-05-12 14:08:32 +00:00
tron
c18e683be8 Fix build problems under Mac OS X Lion (and possibly other platforms that
use GCC 4.1.x) caused by unapproved C++11/TR1 patches.
2013-05-12 11:30:13 +00:00
obache
d07d88f983 file command usage is limited in pkgsrc now, so no need to use hacked one. 2013-05-12 06:19:21 +00:00
obache
add5c36964 drop `file' command from default USE_TOOLS list.
It is used in limited case, and does not exist by default on some platforms.
proposed at over 30 months ago, and no negative feedback (only one request).
2013-05-12 06:17:50 +00:00
richard
ef819963b2 Reenable parallel builds in devel/webkitÃ_gtk with latest patchset for gmake
Update GNUMakefile patch for 1.10.2 and suppress undefined _cplusplus warnings.
2013-05-12 06:11:17 +00:00
obache
5e701c91cc hacked `file' command was introduced for text file check in SUBST,
but it is never used now, so back to true `file' command.
2013-05-12 06:07:45 +00:00
richard
3ed5ea7272 Force intermediate targets to be considered if they are non-intermediate for parallel builds in devel/gmake 2013-05-12 05:47:24 +00:00
obache
ee6f879616 consider nb? in dependency pattern. 2013-05-12 05:24:28 +00:00
obache
6ac17b9215 Move show-depends-options, it is pkgformat independ target. 2013-05-12 05:13:37 +00:00
obache
c489371b12 missing include of key feature file. 2013-05-12 03:04:26 +00:00
obache
dcff05f39f collect variables before using it. 2013-05-12 02:50:29 +00:00
riastradh
becba70bd6 Fix recent change to security/libksba for cross-compilation.
Need to include bsd.prefs.mk before testing USE_CROSS_COMPILE.

Not sure how this slipped through -- could've sworn I tested this.
2013-05-12 00:28:52 +00:00
riastradh
95da2d260b Explicitly default PYTHON_FOR_BUILD_ONLY to `no'.
Avoids problems with make on NetBSD 5 where empty(XYZ:Mfoo) fails
rather than yielding false if XYZ is undefined.
2013-05-12 00:19:55 +00:00
ryoon
e35468c714 On Debian/Ubuntu Linux, set system's library path as Debian's multiarch
hierarchy.
This values should be generated from output of some commands,
but I cannot find the rule.
Tested on armel and x86_64 Debian GNU/Linux environment.
The values are shown in http://wiki.debian.org/Multiarch/Tuples .
2013-05-11 23:56:24 +00:00
ryoon
c0b144c06b On Debian/Ubuntu Linux, system's awk is mawk, and mawk does not
understand some regexp like [[:space:]].
ELF shared lib check is not working properly with mawk.
2013-05-11 23:42:44 +00:00
mef
76d5e24ce5 Fix following DragonFly build problem as PR pkg/47722
/usr/pkgsrc/devel/xulrunner/work/mozilla-release/
     xpcom/io/nsMultiplexInputStream.cpp:532:83:
     error: no matching function for call to
     'NS_MIN(int64_t&,__gnu_cxx::__enable_if<true, double>::__type)'
2013-05-11 23:33:14 +00:00
alnsn
fccbff30f7 Added devel/lua-penlight version 1.1.0. 2013-05-11 22:33:35 +00:00
alnsn
60c87af5da Add lua-penlight. 2013-05-11 22:31:46 +00:00
alnsn
bd50444c22 Update checksum 2013-05-11 22:30:28 +00:00
alnsn
3a63a73433 File named 1.1.0.tar.gz should be in $DISTDIR/lua-penlight directory. 2013-05-11 22:24:46 +00:00
alnsn
223a917aa8 Initial import of lua-penlight, version 1.1.0.
Penlight is a set of pure Lua libraries focusing on input data
handling (such as reading configuration files), functional
programming (such as map, reduce, placeholder expressions,etc),
and OS path management. Much of the functionality is inspired
by the Python standard libraries.
2013-05-11 21:51:18 +00:00
joerg
f7f0d25273 Add missing includes. 2013-05-11 21:40:40 +00:00
joerg
33a9ef0c4f STL provides no implicit boolean conversion for streams, so use good()
for this purpose. Add gtest/gmock fixes for libc++.
2013-05-11 21:40:14 +00:00
agc
b9e1246c59 Pick up ${CC} from the environment, if it's defined
Allows this package to be cross-built
2013-05-11 21:39:43 +00:00
joerg
e80e06e3f6 Rename "locale_t" to not conflict with locale.h. 2013-05-11 21:38:22 +00:00
joerg
53ce92d266 Don't hardcode -lstdc++, c++ is used for linking and will take care of
the STL dependency.
2013-05-11 21:37:46 +00:00
joerg
7da6a02c7c Explicitly resolve the conversion from QString to ifstream argument by
using ascii().
2013-05-11 21:36:56 +00:00