Commit graph

207319 commits

Author SHA1 Message Date
obache
e98e3d687b Let to install modules into apache libexecdir, same as 1.7.x.
fixes PR pkg/48273

Bump PKGREVISION.
2013-10-05 12:41:57 +00:00
tron
70347bc8ba Fix remaining build problem under Mac OS X:
As "DSO_LIBDIR" is now always set (and must be always set because of all
the changes that refer to it) we cannot use it to check for the Cygwin
case anymore. Instead check whether "OPSYS" is (not) equal to "Cygwin".
2013-10-05 11:43:32 +00:00
tron
8af00457e1 Make sure that the target directory for shared libraries is always defined.
This fixes one of the build problems under NetBSD and Mac OS X introduced
by the Cygwin patches.
2013-10-05 11:08:24 +00:00
wiz
80b83cbcac + cdialog-1.2.20130928, conserver-8.1.19, courier-mta-0.72,
doclifter-2.13, eric5-5.3.7, etm2-2.2.2 [etm successor],
  highlight-3.16, libdvbpsi-1.1.1, lighttpd-1.4.33, lzip-1.15,
  sane-1.0.24, sawfish-1.10, softhsm-1.3.5, wine-devel-1.7.3 [wait
  until NetBSD gains OSS 4 [kern/46611] or bring OSS 3 support
  back].
2013-10-05 08:43:53 +00:00
wiz
7a048c240d Updated multimedia/libdvbpsi to 1.1.1 2013-10-05 08:29:47 +00:00
wiz
e040da0156 Update to 1.1.1:
Changes between 1.1.0 and 1.1.1:
--------------------------------

 * Various bugfixes (documentation, dvbinfo)
 * Check TDT and TOT in dvbpsi_CheckPSISection() both have b_syntax_indicator set to '0'.
 * Allow SDT with table_id 0x46
2013-10-05 08:29:38 +00:00
adam
140e55d9ea Use INSTALL_LIB with 7z.so; fixes 'symbols referenced by indirect symbol table entries that can't be stripped' on Darwin 2013-10-05 07:40:59 +00:00
jperkin
2ac838771f Unbreak previous. 2013-10-05 07:01:06 +00:00
wiz
b729c83779 Fix previous: add missing trailing slash.
From Nat Sloss in PR 48261.
Bump PKGREVISION.
2013-10-05 06:16:39 +00:00
ryoon
00714bb56c Fix build on OpenBSD 5.3.
* Pass LDFLAGS to gsx build etc.
* Pass -lxcb to LDFLAGS for OpenBSD
2013-10-05 05:13:07 +00:00
wiz
2b3767fc15 Updated archivers/p7zip to 9.20.1nb1 2013-10-04 21:52:06 +00:00
wiz
bdf428257b Add support for WIM archives.
Based on PR 48261 by Nat Sloss.
Bump PKGREVISION.
2013-10-04 21:51:57 +00:00
wiz
5ac1295087 Updated devel/rcs to 5.9.1 2013-10-04 21:26:40 +00:00
wiz
d1d88ef950 Update to 5.9.1:
- 5.9.1 | 2013-10-04

  - bugfixes

    - specify ‘diff --binary’ consistently for non-POSIX systems

      On non-POSIX systems, in some cases, ‘rcs frob’ used to omit
      ‘--binary’ from the command-line to the underlying diff(1).
      Now, that is done in all cases.

    - portability fixes

      - avoid ‘grep -q’

        GNU grep understands ‘grep -q’ but some others do not.

         (info "(autoconf) Limitations of Usual Tools")

      - avoid ‘$<’ in makefile

        GNU make understands ‘$<’ but some others do not.

         (info "(autoconf) $< in Ordinary Make Rules")

      - avoid backslash in backticks

        The /bin/sh scripts used in "make" and "make check" now avoid
        using a backslash in backticks, which can cause problems for
        Solaris 9 /bin/sh (and maybe other /bin/sh implementations).

  - ‘PROGRAM --help’ shows home page / "gethelp" info

    This is for compliance w/ the GNU coding standards.

     (info "(standards) --help")

  - maintenance tools updated
    - automake (GNU automake) 1.13.4
    - gnulib-tool (GNU gnulib 2013-10-03 04:59:38) 0.0.8036-28df8
2013-10-04 21:26:31 +00:00
wiz
2c2a967749 Updated devel/atk to 2.10.0 2013-10-04 21:17:39 +00:00
wiz
192c3cc6b6 Update to 2.10.0:
Changes in version 2.10.0:
==========================
*
* Documentation:
  * Bug 684667: improve documentation for AtkObject::children-changed
    signal
* Visuall C++ Builds: Use Custom Build Rules
* Updated Aragonese and Japanese translation.

Changes in version 2.9.4:
==========================
*
* Deprecations:
  * Bug 649575: Deprecate AtkObject::focus-event signal and all
    related methods
  * Bug 653291: Deprecate 'text-changed' signal (in favour of
    'text-insert' and 'text-remove').
  * Bug 573539: Deprecate 'link-selected' property (at AtkHyperlink)
  * Bug 705580: Implement atk_text_get_string_at_offset and deprecate
    old API
  * Remove 'text-update' signal (without deprecation, as was not used
    and can be removed without breaking ABI/API)
* Documentation:
  * Removed unneeded comments at atk_implementor_ref_accessible and
    about glib usage.
  * Bug 684665: removing several .sgml files and fixing gtk-doc
    warnings
  * Bug 684705: little update on 'text-insert' and 'text-remove'
    documentation
  * Bug 491998: add documentation for AtkRectangle
* Tests:
  * Refactor test suite: no longer a loadable module but an standalone
    executable.
  * Split testrelation into testrelation and testrole.
  * Execute all role tests, doesn't matter if one fails
* Bugfixing and miscellanea:
  * Bug 704092: Fix and off-by-one in role names
  * Bug 705290: Use generated enum type for AtkRole to get the role name
  * Drop use of ATK_DISABLE_DEPRECATED guards in ATK


Changes in version 2.9.3:
==========================
*
* Bug 697968: Deprecate atk_text_get_text_{before,after}_offset()
  * Deprecated atk_text_get_text_{before,after}_offset()
  * Deprecated ATK_TEXT_BOUNDARY_WORD_END,
    ATK_TEXT_BOUNDARY_SENTENCE_END and ATK_TEXT_BOUNDARY_LINE_END on
    the documentation.
  * Updated atk_text_get_text_{at,before,after}_offset() documentation
* Bug 701503: Fix documentation for atk_object_get_attributes()
* Removed pads from interfaces

Changes in version 2.9.2:
==========================
*
* Leak management:
  * Bug 699262: Nullify the gobject cache accessible when the accessble is finalized.
  * Bug 699368: Fix typo - parameter is _obj not obj. Set feed to NULL
  * Bug 699256: Free 'embedded_plug_id' when destroyed
* Tests:
  * Bug 696466: Fix logic when testing for empty state set
  * Bug 696409: fix hyphenation on testrelation.c
* Documentation:
  * Include atk_object_get_object_locale documentation
  * Fix having a repeated id on the main doc template
  * Bug 700800: Improve documentation for AtkPlug and AtkSocket
2013-10-04 21:17:27 +00:00
wiz
29e451e383 Updated print/poppler to 0.24.2 2013-10-04 21:15:55 +00:00
wiz
141315b6d5 Update to 0.24.2:
Release 0.24.2
        core:
         * Windows: Fix CreateFile fails with ERROR_SHARING_VIOLATION. Bug #69597

        utils:
         * pdfseparate: improve the path building
         * pdftocairo: check file opening failure in beginDocument()
2013-10-04 21:15:40 +00:00
wiz
a573d4359f + cherokee-1.2.103 [pkg/48268]. 2013-10-04 21:11:45 +00:00
wiz
ceff655323 Updated devel/m4 to 1.4.17 2013-10-04 21:02:22 +00:00
wiz
3935153ea2 Update to 1.4.17:
* Noteworthy changes in release 1.4.17 (2013-09-22) [stable]

** Fix compilation with newer glibc headers.

** Fix a failure with diverting large amounts of text on mingw (does
   not affect platforms that can rename an open file).

** A number of portability improvements inherited from gnulib.
2013-10-04 21:02:11 +00:00
wiz
b224c9211d Updated multimedia/libmatroska to 1.4.1 2013-10-04 20:58:53 +00:00
wiz
c3734427f2 Update to 1.4.1:
New 1.4.1 version:
    - Added new elements/classes DiscardPadding, CodecDelay and
      SeekPreRoll
    - The licensing information has been cleared up/unified.
    - The Makefile now contain options for specifying the destination
      base directory during installation ("DESTDIR") and for
      specifying which library types to build ("link").
    - The libraries are built without the "-ansi" and
      "-fno-gnu-keywords" flags on Linux
    - Code cleanup
2013-10-04 20:58:44 +00:00
wiz
dbaf6f42b3 Updated x11/xf86-video-savage to 2.3.7 2013-10-04 20:54:26 +00:00
wiz
65054fd55c Update to 2.3.7:
xf86-video-savage-2.3.7 provides a small bugfix for video playback
on MX/IX/SuperSavage (not sure if anyone noticed).

Otherwise just the usual catch-up to the ever-changing xserver, build
and run on 1.14, and default to EXA now that the xserver does not
support XAA anymore.

== Changes since 2.3.6 ==

Alexander Grothe (1):
      Drop miInitializeBackingStore() call

Dave Airlie (2):
      savage: move compat-api.h down to proper place.
      savage: fix default accel arch when built with no XAA

Tormod Volden (5):
      Really fix default accel arch when built with no XAA
      exa: Use exaGetPixmapFirstPixel() instead of devPrivate.ptr
      Fix building with TRACEON defined
      Fix video window height on MX/IX/SuperSavage
      xf86-video-savage: bump to version 2.3.7
2013-10-04 20:54:17 +00:00
joerg
6ee02451fe Missing input for timeval definition. 2013-10-04 18:36:54 +00:00
joerg
5812f618af Use modern C features like variadic functions. 2013-10-04 18:36:16 +00:00
joerg
b3194a4d58 Improve robustness of the C post-processing to deal with variations in
Clang output.
2013-10-04 18:35:22 +00:00
joerg
029eb02fea Allow building on Cygwin. 2013-10-04 18:32:07 +00:00
joerg
b4419e33e8 Fix build on Cygwin. 2013-10-04 18:27:48 +00:00
joerg
1f31a6c98c Correctly install DLLs for Cygwin. The dynamic data library build is
still a bit fishy, but this gets it to a mostly usable state at least.
2013-10-04 18:26:29 +00:00
joerg
d61bc166a2 Fix build of postgresql93-client for Cygwin, including correct
generation of DLLs.
2013-10-04 18:23:40 +00:00
asau
19986f59d5 Updated lang/chicken to 4.8.0.5 2013-10-04 15:55:51 +00:00
asau
3d9f6031ab Update to Chicken 4.8.0.5
Requested by Peter Bex.


4.8.0.5

- Security fixes
  - CVE-2013-4385: read-string! no longer reads beyond its buffer when
    length is #f.
  - poll() is also used on cygwin by enabling the fix for CVE-2012-6122
  - file-creation-mode now passes a valid value to umask when its argument
    is omitted.  (Also ensure it always returns the old umask value.)
  - Fix a data corruption problem in list->queue.

- Core libraries
  - read-string! behaves correctly in presence of EOF.
  - Several subtle problems in the reader in the presence of EOF are fixed.
  - Use poll() instead of select() on cygwin.

- Runtime
  - Fix an issue on initial seed of the random number generator.

4.8.0.4

- Runtime
  - Ensure correct type is used for sigsetjmp(3) buffer.  This fixes,
    for example, a bus error in 32-bit OS X builds (#1021).

- Core libraries
  - Export file-type from the posix unit.

- Build system
  - Use inexact comparison for flonum tests, as there is sometimes a
    miniscule difference between trig functions computed by libc and
    those precalculated by gcc.
2013-10-04 15:55:38 +00:00
jperkin
bf7e878777 Support __inline__ for older OSX. 2013-10-04 15:36:30 +00:00
ryoon
87c65bd6a8 Add libreoffice4 2013-10-04 14:46:41 +00:00
ryoon
917efcd3ea Added misc/libreoffice4 version 4.1.1.2nb1 2013-10-04 14:45:38 +00:00
ryoon
ae2a8efc0f Import libreoffice4-4.1.1.2nb1 as misc/libreoffice4.
LibreOffice is a free, community-developed, multi-platform office
productivity suite. It includes key desktop applications:
word processor, spreadsheet, presentation manager, and drawing program,
with a user interface and feature set similar to other office suites.

This package tracks 4 release branch.
2013-10-04 14:44:46 +00:00
ryoon
2c88f945af Add hsqldb18 2013-10-04 14:40:42 +00:00
ryoon
3f2e23eb04 Added databases/hsqldb18 version 1.8.0.10 2013-10-04 14:40:06 +00:00
ryoon
f636a5e90b Import hsqldb18-1.8.0.10 as databases/hsqldb18.
HSQLDB (HyperSQL DataBase) is the leading SQL relational database
engine written in Java. It offers a small, fast multithreaded and
transactional database engine with in-memory and disk-based tables
and supports embedded and server modes.

This package contains library file (hsqldb.jar) only, and it is
old and should be used only for LibreOffice package.
2013-10-04 14:38:49 +00:00
ryoon
cc57b4d756 Updated fonts/harfbuzz to 0.9.21nb1 2013-10-04 14:36:19 +00:00
ryoon
6ee3264174 Bump PKGREVISION.
* Enable icu option by default. It is used for libreoffice4.
2013-10-04 14:34:53 +00:00
jperkin
8b446a963b Updated devel/ncurses to 5.9nb2 2013-10-04 10:46:37 +00:00
jperkin
c92ef8f7d4 Always disable mixed case support on OSX, otherwise a package built
with WRKOBJDIR on a case-sensitive file system cannot be installed
onto a case-insensitive one.

Bump PKGREVISION.
2013-10-04 10:46:25 +00:00
wiz
0755a6c77b Updated x11/xkeyboard-config to 2.10.1 2013-10-04 08:19:47 +00:00
wiz
4e55e75eae Update to 2.10.1:
The release 2.10 of xkeyboard-config did not really happen because of
the technical issues, so I am happy to present 2.10.1

Most of the work in that release was made by Benno Shulenberg, who did
some massive cleanups of the codebase.

Other people contributed various layouts fixes and code improvements.

Traditional credits go to the TP for the quality translations.
2013-10-04 08:19:37 +00:00
manu
dc2e02e621 Restore files removed by mistake 2013-10-04 08:07:23 +00:00
fhajny
cd960308fa Added devel/gearmand version 1.0.6 2013-10-04 07:04:47 +00:00
fhajny
58dfbe0356 Add gearmand 2013-10-04 07:04:28 +00:00