Commit graph

196143 commits

Author SHA1 Message Date
wiz
79ccafc971 Fix build with automake-1.13. Use libdvbpsi0. 2013-01-22 11:46:23 +00:00
wiz
cd2d9163c8 Added multimedia/libdvbpsi0 version 0.2.2 2013-01-22 11:46:08 +00:00
wiz
23120d22c4 Add libdvbpsi0 -- the world isn't ready for libdvbpsi 1.x yet. 2013-01-22 11:45:56 +00:00
wiz
7c840025e8 Remove vls -- doesn't build, no new release since 2008, not even mentioned
on homepage.
2013-01-22 11:41:19 +00:00
ryoon
07d127c14f Replace -j ${MAKE_JOBS} with ${_MAKE_JOBS}.
Fix build when MAKE_JOBS is not defined.
2013-01-22 11:26:02 +00:00
ryoon
e6e4d000e4 Fix build when MAKE_JOBS is not defined, use _MAKE_JOBS. 2013-01-22 11:15:27 +00:00
jperkin
9747a08f2b Updated audio/cd-discid to 1.3.1 2013-01-22 10:42:23 +00:00
jperkin
60efe041d6 Update to cd-discid-1.3.1. Notable changes since 0.9 are:
- New upstream maintainer.
 - Try to use a default cdrom device if none is specified.
 - Add --musicbrainz option for output suitable for calculating a
   MusicBrainz DiscID.
2013-01-22 10:42:06 +00:00
ryoon
842cf56f6f Add BUILDLINK_API_DEPENDS.nss for required nss version.
Thank you, Peter Bex.
2013-01-22 10:38:46 +00:00
mef
8f5dd02dc9 Changes to fix Can't locate flush.pl in @INC ( .... based on PR pkg/47484
with patches/patch-ab,  and some more as (3) and (4):
(1) Add patch-ab to eliminate old-fashioned flush.pl which causes
   error as:
   Can't locate flush.pl in @INC ( ....

(2) patch-ab also includes:
  - Eliminate old-fashioned call of ctime.pl
  - Eliminate non-supported '$#'
  - Rename 'sub date' to be more specific name 'sub a2ps_date'
   This patch is derived from
     http://trac.macports.com/changeset/86539

(3) Add comment on patch-aa from cvs log.

(4) Add LICENSE=mit.
2013-01-22 10:18:41 +00:00
wiz
a75bd05251 Remove vlc08, hasn't been buildable for ages. 2013-01-22 09:53:46 +00:00
wiz
de86f80d99 Remove ABI depends since it's smaller than API depends. 2013-01-22 09:49:11 +00:00
wiz
bdcc90295d automake-1.13 compat. 2013-01-22 09:33:32 +00:00
jakllsch
32f9c964f0 Adjust categories to match the reality of where in pkgsrc I ended up adding
this package.
2013-01-22 04:15:18 +00:00
jakllsch
b72a020812 Added time/py-radicale version 0.7.1 2013-01-22 04:10:27 +00:00
jakllsch
3cf57b4587 +py-radicale 2013-01-22 04:10:04 +00:00
jakllsch
eed17345b8 Add Radicale 0.7.1.
The Radicale Project is a CalDAV (calendar) and CardDAV (contact)
server. It aims to be a light solution, easy to use, easy to install,
easy to configure. As a consequence, it requires few software
dependances and is pre-configured to work out-of-the-box.

The Radicale Project runs on most of the UNIX-like platforms (Linux,
BSD, MacOS X) and Windows. It is known to work with Evolution,
Lightning, iPhone and Android clients.
2013-01-22 04:09:22 +00:00
jperkin
ca9ee65d72 Updated audio/cd-discid to 0.9nb1 2013-01-21 22:25:11 +00:00
jperkin
aa8d67edfe Fix output on OSX. Appease pkglint while here (license, patch comments).
Bump PKGREVISION.
2013-01-21 22:24:55 +00:00
gls
0fc2d88e26 Updated sysutils/fabric to 1.5.2. 2013-01-21 20:46:07 +00:00
gls
c846a09e72 Update sysutils/fabric to 1.5.2.
Upstream changes:
-----------------

[Bug] #766: Use the variable name of a new-style fabric.tasks.Task subclass
object when the object name attribute is undefined.
Thanks to @todddeluca for the patch.

[Bug] #604: Fixed wrong treatment of backslashes in put operation when
uploading directory tree on Windows. Thanks to Jason Coombs for the catch
and @diresys & Oliver Janik for the patch. for the patch.

[Bug] #792: The newish shell_env context manager was incorrectly omitted
from the fabric.api import endpoint. This has been remedied.
Thanks to Vishal Rana for the catch.

[Bug] #775: Shell escaping was incorrectly applied to the value of $PATH
updates in our shell environment handling, causing (at the very least)
local binary paths to become inoperable in certain situations.
This has been fixed.

Added current host string to prompt abort error messages.
2013-01-21 20:44:06 +00:00
wiz
34207b5835 Fixes for automake-1.13. 2013-01-21 16:25:21 +00:00
wiz
06ee24706d Fix build with automake-1.13. 2013-01-21 16:02:34 +00:00
wiz
4f6a0cdb5e Fix build with kqueue option and automake-1.13. 2013-01-21 15:54:24 +00:00
wiz
2ae73e6f58 Updated multimedia/ffmpeg to 20130120.1.1.1 2013-01-21 14:50:52 +00:00
wiz
4161d660a4 Update to 1.1.1:
- Fix a crash on windows platforms related to automatic stack alignment
  in libavresample
- Fix memleaks in the ogg demuxer. Related to CVE-2012-2882
2013-01-21 14:50:42 +00:00
wiz
f059c99a3c Remove unused buildlink3 files. 2013-01-21 14:49:27 +00:00
wiz
2f263f2078 Updated multimedia/libdvbpsi to 1.0.0 2013-01-21 14:41:35 +00:00
wiz
f87957a3e5 Update to 1.0.0:
Changes between 0.2.2 and 1.0.0:
--------------------------------

 * new example application dvbinfo: use 'dvbinfo -h' for more information on commandline options
 * misc examples: fixes to gen_pat, gen_pmt
 * updated documentation (new api howto)
 * add log callback (remove fprintf's)
 * make API more consistent, see doxygen "howto-new-api" section for converting your code:
   - introduces dvbpsi_t typedef
   - removed dvbpsi_handle
   - changed argument order
   - changed table functions prototypes
 * EIT table generation, and decoding fixes
 * RST table decoding and generation
 * new descriptor 0x40, 0x41, 0x49, 0x4a, 0x4b, 0x4f, 0x50 and 0x7c (decoder and generators)
 * descriptor 0x03: added variable_rate_audio_indicator
 * new descriptor (ATSC): 0x13, 0x14, 0x62, 0x66, 0x73, 0x83 decoders
 * ATSC tables EIT, ETT, MGT, STT and VCT decoders
2013-01-21 14:41:27 +00:00
wiz
a207d4cea3 Updated misc/py-anki2 to 2.0.5 2013-01-21 14:35:38 +00:00
wiz
dfec8edc72 Update to 2.0.5. No list of changes found. 2013-01-21 14:35:22 +00:00
wiz
14c2d424d2 Transmission* updates. 2013-01-21 14:21:39 +00:00
wiz
293b43446f Updated graphics/cairo-gobject to 1.12.10 2013-01-21 14:16:05 +00:00
wiz
1d2a01cf95 Update to 1.12.10; for details, see cairo. 2013-01-21 14:15:56 +00:00
wiz
c787445342 Updated graphics/cairo to 1.12.10 2013-01-21 14:15:24 +00:00
wiz
208e77fdba Update to 1.12.10:
Release 1.12.10 (2013-01-16 Chris Wilson <chris@chris-wilson.co.uk>)
===================================================================
A heap of bug fixes everywhere, and the gradual completion of the MSAA
backend for cairo-gl. Perhaps the most noteworthy set of the bugfixes
was the crusage lead by Behdad Eshfabod to make font handling by
pango/cairo/fontconfig fully threadsafe. This testing revealed a couple
of races that needed fixing in Cairo's scaled-font and glyph cache.

Bug fixes
---------

  Append coincident elements to the recording's surface bbtree so that
  the list is not corrupted and the overlapping elements lost.

  Fix cairo-trace to correctly record map-to-image/unmap-image and then
  replay them.

  Ignore MappingNotifies when running the XCB testsuite as they are sent
  to all clients when the keyboard changes. The testsuite would detect
  the unexpected event and complain.

  Handle very large large images in the XCB backend.

  Fix a memory leak in the xlib/shm layer, and prevent use of the SHM
  surfaces after the display is closed.
  https://bugs.freedesktop.org/show_bug.cgi

  Handle resizing of bitmap fonts, in preparation for a fix to
  fontconfig to correctly pass on the user request for scaling.

  Always include subroutine 4 (hint replacement idion) when subsetting
  type 1 fonts in order to prevent a crash in cgpdftops on Mac OS/X

  Fix a couple of typos in the cairo-gobject.h header files for
  introspection.

  Prevent a mutex deadlock when freeing a scaled-glyph containing a
  recording-surface that itself references another scaled-glyph.
  https://bugs.freedesktop.org/show_bug.cgi?id=54950

  Make scaled-font cache actually thread-safe and prevent
  use-after-frees.

  Restore support for older versions of XRender. A couple of typos and a
  few forgotten chunks prevented the xlib compositor from running
  correctly with XRender < 0.10. Note that there are still a few
  regressions remaining.
2013-01-21 14:15:16 +00:00
wiz
4d362b0bfc Updated x11/rgb to 1.0.5 2013-01-21 14:01:53 +00:00
wiz
1745559e42 Update to 1.0.5:
Alan Coopersmith (5):
      Add const attributes to fix gcc -Wwrite-strings warnings
      unifdef __UNIXOS2__
      Replace unbounded strcpy/strcat pairs with snprintf calls
      config: Add missing AC_CONFIG_SRCDIR
      rgb 1.0.5

Gaetan Nadon (4):
      config: remove unrequired AC_SUBST([*_CFLAGS])
      config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
      config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
      man: replace hard coded section number (1) and (3) with variables
2013-01-21 14:01:45 +00:00
wiz
1519a550f9 Updated x11/libXi to 1.6.2 2013-01-21 13:59:23 +00:00
wiz
3bca79f876 Update to 1.6.2:
Two man page fixes and a fix to enable generic event copying for raw touch
events (using in e.g. XPeekEvent())

Benjamin Tissoires (1):
      Add missing XI_RawTouch* in XInputCopyCookie

Peter Hutterer (3):
      man: fix formatting issues in XGetDeviceControl(3)
      man: add generation of missing man pages for XIGrabTouchBegin
      libXi 1.6.2
2013-01-21 13:59:14 +00:00
wiz
6369309c47 Updated fonts/harfbuzz to 0.9.12 2013-01-21 13:54:19 +00:00
wiz
f83fc8183d Update to 0.9.12:
Overview of changes leading to 0.9.12
Thursday, January 18, 2013
=====================================

- Build fixes for Sun compiler.
- Minor bug fix.

Overview of changes leading to 0.9.11
Thursday, January 10, 2013
=====================================

- Build fixes.
- Fix GPOS mark attachment with null Anchor offsets.
- [Indic] Fix old-spec reordering of viramas if sequence ends in one.
- Fix multi-threaded shaper data creation crash.
- Add atomic ops for Solaris.

API changes:
- Rename hb_buffer_clear() to hb_buffer_clear_contents().
2013-01-21 13:54:11 +00:00
wiz
591351d544 Updated devel/ccache to 3.1.9 2013-01-21 13:52:44 +00:00
wiz
89c8246fcf Update to 3.1.9:
ccache 3.1.9
------------
Release date: 2013-01-06


Bug fixes
~~~~~~~~~

    - The EAGAIN signal is now handled correctly when emitting cached stderr
      output. This fixes a problem triggered by large error outputs from the
      compiler.
    - Subdirectories in the cache are no longer created in read-only mode.
    - Fixed so that ccache's log file descriptor is not made available to the
      compiler.
    - Improved error reporting when failing to create temporary stdout/stderr
      files when executing the compiler.
    - Disappearing temporary stdout/stderr files are now handled gracefully.


Other
~~~~~

    - Fixed test suite to work on ecryptfs.
2013-01-21 13:52:36 +00:00
wiz
22df72db09 Blind commit requested in automake/Makefile. 2013-01-21 13:51:35 +00:00
wiz
7ecc82d92d Updated devel/automake to 1.13.1 2013-01-21 13:51:32 +00:00
wiz
9b9a9d32d8 Update to 1.13.1. Let me know what breaks (in pkgsrc only :) ).
New in 1.13.1:

* WARNING: Future backward-incompatibilities!

  - Automake 1.14 will likely require Autoconf 2.70 or later (which is
    still unreleased at the moment of writing, but is planned to be
    released before Automake 1.14 is).

  - Automake 1.14 will likely drop support for the long-deprecated
    'configure.in' name for the Autoconf input file.  You are advised
    to use the recommended name 'configure.ac' instead.

  - The long-obsolete (since automake 1.10) AM_PROG_MKDIR m4 macro will
    be removed in Automake 1.14.  The $(mkdir_p) make variable and the
    @mkdir_p@ substitution will still remain available (as aliases of
    $(MKDIR_P)) for the moment, for better backward compatibility; but
    you are advised to stop using ASAP.

  - The ACLOCAL_AMFLAGS special make variable will be fully deprecated
    in Automake 1.14 (where it will raise warnings in the "obsolete"
    category).  You are advised to start relying on the new Automake
    support for AC_CONFIG_MACRO_DIRS instead (which is introduced with
    this release; see below for more information).

  - Support for IRIX and the SGI C/C++ compilers will be removed in
    Automake 1.14: they have seen their last release in 2006, and SGI
    is expected to retire support from them in December 2013; see
    <http://www.sgi.com/services/support/irix_mips_support.html> for
    more information.

  - Future versions of Automake might remove support for MS-DOS and
    Windows 95/98/ME (support for them was offered by relying on the
    DJGPP project).  Note however that both Cygwin and MSYS/MinGW on
    modern Windows versions will continue to be fully supported.

  - Support for the long-deprecated INCLUDES variable will be removed
    altogether in Automake 1.14.  The AM_CPPFLAGS variable should be
    used instead.

  - Automake-provided scripts and makefile recipes might (finally!)
    start assuming a POSIX shell in Automake 1.14.

  - Starting from Automake 1.14, third-party m4 files located in the
    system-wide aclocal directory, as well as in any directory listed
    in the ACLOCAL_PATH environment variable, will take precedence
    over "built-in" Automake macros.  For example (assuming Automake
    is installed in the /usr/local hierarchy), a definition of the
    AM_PROG_VALAC macro found in '/usr/local/share/aclocal/my-vala.m4'
    should take precedence over the same-named automake-provided macro
    (defined in '/usr/local/share/aclocal-1.14/vala.m4').

* Bugs fixed:

  - Use of the obsolete macros AM_CONFIG_HEADER or AM_PROG_CC_STDC now
    causes a clear and helpful error message, instead of obscure ones
    (issue introduced in Automake 1.13).

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

New in 1.13:

* Bugs fixed:

  - ylwrap renames properly header guards in generated header files
    (*.h), instead of leaving Y_TAB_H.

  - ylwrap now also converts header guards in implementation files
    (*.c).  Because ylwrap failed to rename properly #include in the
    implementation files, current versions of Bison (e.g., 2.7)
    duplicate the generated header file in the implementation file.
    The header guard then protects the implementation file from
    duplicate definitions from the header file.

* Version requirements:

  - Autoconf 2.65 or greater is now required.

  - The rules to build PDF and DVI output from Texinfo input now
    require Texinfo 4.9 or later.

* Obsolete features:

  - Support for the "Cygnus-style" trees (once enabled by the 'cygnus'
    option) has been removed.  See discussion about automake bug#11034
    for more background: <http://debbugs.gnu.org/11034>.

  - The deprecated aclocal option '--acdir' has been removed.  You
    should use the options '--automake-acdir' and '--system-acdir'
    instead (which have been introduced in Automake 1.11.2).

  - The following long-obsolete m4 macros have been removed:

      AM_PROG_CC_STDC:    superseded by AC_PROG_CC since October 2002
      fp_PROG_CC_STDC:    broken alias for AM_PROG_CC_STDC
      fp_WITH_DMALLOC:    old alias for AM_WITH_DMALLOC
      AM_CONFIG_HEADER:   superseded by AC_CONFIG_HEADERS since July 2002
      ud_PATH_LISPDIR:    old alias for AM_PATH_LISPDIR
      jm_MAINTAINER_MODE: old alias for AM_MAINTAINER_MODE
      ud_GNU_GETTEXT:     old alias for AM_GNU_GETTEXT
      gm_PROG_LIBTOOL:    old alias for AC_PROG_LIBTOOL
      fp_C_PROTOTYPES:    old alias for AM_C_PROTOTYPES (which was part
                          of the now-removed automatic de-ANSI-fication
                          support of Automake)

  - All the "old alias" macros in 'm4/obsolete.m4' have been removed.

  - Use of the long-deprecated two- and three-arguments invocation forms
    of the AM_INIT_AUTOMAKE is no longer documented.  It's still supported
    though (albeit with a warning in the 'obsolete' category), to cater
    for people who want to define the version number for their package
    dynamically (e.g., from the current VCS revision).  We'll have to
    continue this support until Autoconf itself is fixed to allow better
    support for such dynamic version numbers.

* Elisp byte-compilation:

  - The byte compilation of '.el' files into '.elc' files is now done
    with a suffix rule.  This has simplified the compilation process, and
    more importantly made it less brittle.  The downside is that emacs is
    now invoked once for each '.el' files, which cause some noticeable
    slowdowns.  These should however be mitigated on multicore machines
    (which are becoming the norm today) if concurrent  make ("make -j")
    is used.

  - Elisp files placed in a subdirectory are now byte-compiled to '.elc'
    files in the same subdirectory; for example, byte-compiling of file
    'sub/foo.el' file will result in 'sub/foo.elc' rather than in
    'foo.elc'.  This behaviour is backward-incompatible with older
    Automake versions, but it is more natural and more sane.  See also
    automake bug#7441.

  - The Emacs invocation performing byte-compilation of '.el' files honors
    the $(AM_ELCFLAGS) and $(ELCFLAGS) variables; as typical, the former
    one is  developer-reserved and the latter one user-reserved.

  - The 'elisp-comp' script, once provided by Automake, has been rendered
    obsoleted by the just-described changes, and thus removed.

* Changes to Automake-generated testsuite harnesses:

  - The parallel testsuite harness (previously only enabled by the
    'parallel-tests' option) is the default one; the older serial
    testsuite harness will still be available through the use of the
    'serial-tests' option (introduced in Automake 1.12).

  - The 'color-tests' option is now unconditionally activated by default.
    In particular, this means that testsuite output is now colorized by
    default if the attached terminal seems to support ANSI escapes, and
    that the user can force output colorization by setting the variable
    AM_COLOR_TESTS to "always".  The 'color-tests' is still recognized
    for backward-compatibility, although it's a handled as a no-op now.

* Silent rules support:

  - Support for silent rules is now always active in Automake-generated
    Makefiles.  So, although the verbose output is still the default,
    the user can now always use "./configure --enable-silent-rules" or
    "make V=0" to enable quieter output in the package he's building.

  - The 'silent-rules' option has now become a no-op, preserved for
    backward-compatibility only.  In particular, its use no longer
    disables the warnings in the 'portability-recursive' category.

* Texinfo Support:

  - The rules to build PDF and DVI files from Texinfo input now require
    Texinfo 4.9 or later.

  - The rules to build PDF and DVI files from Texinfo input now use the
    '--build-dir' option, to keep the auxiliary files used by texi2dvi
    and texi2pdf around without cluttering the build directory, and to
    make it possible to run the "dvi" and "pdf" recipes in parallel.

* Automatic remake rules and 'missing' script:

  - The 'missing' script no longer tries to update the timestamp of
    out-of-date files that require a maintainer-specific tool to be
    remade, in case the user lacks such a tool (or has a too-old version
    of it).  It just gives a useful warning, and in some cases also a
    tip about how to obtain such a tool.

  - The missing script has thus become useless as a (poor) way to work
    around the sketched-timestamps issues that can happen for projects
    that keep generated files committed in their VCS repository.  Such
    projects are now encouraged to write a custom "fix-timestamps.sh"
    script to avoid such issues; a simple example is provided in the
    "CVS and generated files" chapter of the automake manual.

* Recursive targets:

  - The user can now define his own recursive targets that recurse
    in the directories specified in $(SUBDIRS).  This can be done by
    specifying the name of such targets in invocations of the new
    'AM_EXTRA_RECURSIVE_TARGETS' m4 macro.

* Tags:

  - Any failure in the recipe of the "tags", "ctags", "cscope" or
    "cscopelist" targets in a subdirectory is now propagated to the
    top-level make invocation.

  - Tags are correctly computed also for files in _SOURCES variables that
    only list files with non-standard suffixes (see automake bug#12372).

* Improvements to aclocal and related rebuilds rules:

  - Autoconf-provided macros AC_CONFIG_MACRO_DIR and AC_CONFIG_MACRO_DIRS
    are now traced by aclocal, and can be used to declare the local m4
    include directories.  Formerly, one had to specify it with an explicit
    '-I' option to the 'aclocal' invocation.

  - The special make variable ACLOCAL_AMFLAGS is deprecated; future
    Automake versions will warn about its use, and later version will
    remove support for it altogether.

* The depcomp script:

  - Dropped support for libtool 1.4.

  - Various internal refactorings.  They should cause no visible change,
    but the chance for regression is there anyway, so please report any
    unexpected or suspicious behaviour.

  - Support for pre-8.0 versions of the Intel C Compiler has been dropped.
    This should cause no problem, since icc 8.0 has been released in
    December 2003 -- almost nine years ago.

  - Support for tcc (the Tiny C Compiler) has been improved, and is now
    handled through a dedicated 'tcc' mode.

* The ylwrap script:

  - ylwrap generates header guards with a single '_' for series of non
    alphabetic characters, instead of several.  This is what Bison >=
    2.5.1 does.
2013-01-21 13:51:23 +00:00
wiz
9ed2d89b6b + amarok-2.7, cairo-1.12.10, cairo-gobject-1.12.10, cgicc-3.2.10,
cvsps-3.9, doxygen-1.8.3.1, ffmpeg-20130120.1.1.1, graphviz-2.30.0,
  harfbuzz-0.9.12, libXi-1.6.2, libdrm-2.4.41 [tarball missing
  man/*, wait for fix], libmp3splt-0.8, mkvtoolnix-6.0.0, mp3splt-2.5,
  nettle-2.6, puzzles-9751, py-anki2-2.0.5, py-simplejson-3.0.7,
  rgb-1.0.5, scribus-1.4.2, weechat-0.4.0, wine-devel-1.5.22 [wait
  until NetBSD gains OSS 4 [kern/46611] or bring OSS 3 support
  back], x264-devel-20130119, xf86-input-vmmouse-13.0.0,
  xf86-video-intel-2.20.19, xf86-video-vmware-13.0.0.
2013-01-21 13:44:44 +00:00
wiz
808bf0232d Updated fonts/harfbuzz to 0.9.10 2013-01-21 13:40:20 +00:00
wiz
1ffc107978 Update to 0.9.10:
Overview of changes leading to 0.9.10
Thursday, January 3, 2013
=====================================

- [Indic] Fixed rendering of Malayalam dot-reph
- Updated OT language tags.
- Updated graphite2 backend.
- Improved hb_ot_layout_get_size_params() logic.
- Improve hb-shape/hb-view help output.
- Fixed hb-set.h implementation to not crash.
- Fixed various issues with hb_ot_layout_collect_lookups().
- Various build fixes.

New API:

hb_graphite2_face_get_gr_face()
hb_graphite2_font_get_gr_font()
hb_coretext_face_get_cg_font()

Modified API:

hb_ot_layout_get_size_params()
2013-01-21 13:40:12 +00:00