Commit graph

192276 commits

Author SHA1 Message Date
mef
763d575ace To fix PR
pkg/47045
    pkg/47047
    pkg/47049

Following change pulled up from wip/ghostscript (9.06)
(1) patch-ah (configure)
    Add CPPFLAG to refer ghostscript-included freetype
    (regardless of X11_TYPE=native or modular).

(2) patch-af (base/unix-dll.mk)
    Adjust to build on Mac OS X.

(3) patch-freetype_include_freetype_internal_t1types_h
    Delete due to (1) patch will take care.
2012-10-10 02:18:25 +00:00
marino
84956c2101 geography/geoclue: Remove -Werror instead
Rather than passing -Wno-unused-but-set-variable flag to satisfy -Werror,
just remove the -Werror directive.  This protects older compilers that
might break on an unrecognized future flag.
2012-10-09 21:01:13 +00:00
marino
952120e80b editors/abiword: Fix linker flag bug
GCC 4.6+ does not tolerate flags starting with "--" like older versions
of GCC do.  These flags were meant to fall to the linker but starting
with GCC 4.6, they must be explicitly prefixed with "-Wl,"

Fixes the gcc 4.7.2 breakage on "--no-undefined".
2012-10-09 19:57:02 +00:00
minskim
c55a1410eb Note update of tex-amsfonts{,-doc}. 2012-10-09 19:49:39 +00:00
minskim
1a580f283a Update tex-amsfonts{,-doc} to 3.03.
Changes:
The Type 1 Euler fonts have been upgraded so that some inconsistencies
with the character widths in the corresponding TFM files have been
fixed, and minor optimizations were carried out on some of the
character outlines.  The changes affect only the PFB, AFM, and PFM
files.
2012-10-09 19:47:08 +00:00
jmmv
a41584bbc7 Explicitly disable the creation of manpages so that the presence of
xsltproc and Docbook packages do not enable this unexpectedly.  Fixes
the build whenever manpages get enabled for some reason, as the PLIST
does not account for them.
2012-10-09 18:57:54 +00:00
marino
5a3bdc6b88 multimedia/gpac: Fix linker flag bug
GCC 4.6+ does not tolerate flags starting with "--" like older versions
do.  These flags were meant to fall to the linker, but starting with
GCC 4.6, they have to be explicitly prefixed with "-Wl,".

Fix the gcc 4.7 breakage on "--warn-common".
2012-10-09 17:53:51 +00:00
marino
111b640ed1 cross/mingw-binutils: Alternative fix for gcc47
Although the claim that using the -Wno-unused-but-set-variable flag
breaks the build for older GCCs is unsubstantiated at this time, the
previous fix for gcc47 is removed in favor of deleting -Werror which
is exactly what the cross/binutils makefile does.
2012-10-09 17:32:33 +00:00
marino
dc0ddc6f51 ham/gnuradio: Fix build on gcc 4.7.2
Add <unistd.h> to solve "close not declared in scope" error in gcc47
2012-10-09 17:25:16 +00:00
marino
f8b4c7552b chat/libmsn: Fix build on gcc 4.7.2
Add <unistd.h> to solve "unlink not declared in scope" error in gcc47.
2012-10-09 15:47:41 +00:00
marino
e8b111280b geography/geoclue: Fix build for gcc4.6+
geoclue uses -Werror, but gcc4.6+ has a new warning,
unused-but-set-variable which will break the build.  Add a CFLAG to
inhibit the warning to fix build on gcc4.6+.
2012-10-09 15:26:45 +00:00
minskim
47f4298a3f Note update of tex-dvips{,-doc}. 2012-10-09 14:21:08 +00:00
minskim
1869a2194d Update tex-dvips{,-doc} to 2012.
Changes:
- Regenerated font map files.
2012-10-09 14:15:33 +00:00
drochner
d2a2729d42 remove now obsolete vala dependency 2012-10-09 14:07:23 +00:00
minskim
803f84a208 Restore entries erroneosly added/deleted in 1.3201. Noted by adam@. 2012-10-09 13:28:39 +00:00
drochner
4711ef7c0f remove conflicting Xft2 bl3 inclusion 2012-10-09 12:16:31 +00:00
drochner
de82cc2cd4 +vala018 2012-10-09 10:56:52 +00:00
drochner
b06f5ff23b add a pkg for the new 0.18 branch of "vala" which is needed
for recent versions of "shotwell"
2012-10-09 10:56:13 +00:00
jaapb
0082843b56 Updated lang/camlp5 to 6.07 2012-10-09 10:24:55 +00:00
jaapb
57dd92adda Updated camlp5 to 6.07, for compatibility with current ocaml version. Changes
include:

* [12 Sep 12] Added compatibility with OCaml 4.00.1.
* [06 Jun 12] Fixed bug: open record patterns {a=b;c=d;_} did not work.
2012-10-09 10:24:43 +00:00
marino
3cb465bfa4 x11/nucleo: Fix build on gcc4.7
Include <unistd.h> to fix scope error.
2012-10-09 08:56:13 +00:00
marino
9ab87d7378 cross/mingw-binutils: Fix build on gcc4.7
mingw-binutils is built with -Werror which fails on the gcc4.6+ warning
"unused but set variable".  Disable that warning to fix gcc4.7 build.
2012-10-09 07:48:20 +00:00
marino
e9f4a1d8f8 pkgtools/pkg_install: Fix build on gcc4.7
pkg_install uses source files from net/libfetch so it needs the same
no-strict-alias flag at libfetch when building on gcc 4.7
2012-10-09 07:36:08 +00:00
sbd
d2cf2d7236 Updated net/libfetch to 2.34 2012-10-09 02:48:16 +00:00
sbd
72c1d0ecd5 libfetch-2.34:
On Linux libfetch needs to be built with '-fPIC' so that it can be used
  to build shared libraries.  (Fixes databases/openldap-client build.)
2012-10-09 02:48:04 +00:00
kristerw
7b364cbd6e Correct BUILDLINK_ABI_DEPENDS.camlp5 to say 6.06 instead of 6.06nb1. 2012-10-09 01:41:59 +00:00
jnemeth
667fa9e3b7 Updated comms/asterisk10 to 10.9.0 2012-10-09 01:36:45 +00:00
jnemeth
6f2a3437cd upgrade to Asterisk 10.9.0: this is a bug fix release:
The Asterisk Development Team has announced the release of Asterisk 10.9.0.

The release of Asterisk 10.9.0 resolves several issues reported by the
community and would have not been possible without your participation.
Thank you!

The following is a sample of the issues resolved in this release:

* --- Fix channel reference leak in ChanSpy.

* --- dsp.c: Fix multiple issues when no-interdigit delay is present,
      and fast DTMF 50ms/50ms

* --- Fix bug where final queue member would not be removed from
      memory.

* --- Fix memory leak when CEL is successfully written to PostgreSQL
      database

* --- Fix DUNDi message routing bug when neighboring peer is
      unreachable

For a full list of changes in this release, please see the ChangeLog:

http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-10.9.0

Thank you for your continued support of Asterisk!
2012-10-09 01:36:31 +00:00
jmmv
577b890de0 Fix build under NetBSD/macppc. 2012-10-09 01:07:55 +00:00
jnemeth
c98029861a Updated comms/asterisk18 to 1.8.17.0 2012-10-08 23:56:58 +00:00
jnemeth
9bc6bbaa7a update to Asterisk 1.8.17.0: this is a bugfix release:
The Asterisk Development Team has announced the release of Asterisk 1.8.17.0.

The release of Asterisk 1.8.17.0 resolves several issues reported by the
community and would have not been possible without your participation.
Thank you!

The following is a sample of the issues resolved in this release:

* --- Fix channel reference leak in ChanSpy.

* --- dsp.c: Fix multiple issues when no-interdigit delay is present,
      and fast DTMF 50ms/50ms

* --- Fix bug where final queue member would not be removed from
      memory.

* --- Fix memory leak when CEL is successfully written to PostgreSQL
      database

* --- Fix DUNDi message routing bug when neighboring peer is
      unreachable

For a full list of changes in this release, please see the ChangeLog:

http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-1.8.17.0

Thank you for your continued support of Asterisk!
2012-10-08 23:56:47 +00:00
minskim
d44b6fb449 Note update of tex-texlive.infra. 2012-10-08 23:36:32 +00:00
minskim
991feb6780 Update tex-texlive.infra to 2012.27610.
Changes:
- Check whether an old configuration file for updmap exists.
2012-10-08 23:32:50 +00:00
adam
53afdd6a77 pkglint clean-up 2012-10-08 23:09:06 +00:00
adam
ed93f0ca47 Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
wiz
52c3f30f10 Reverted cairo update to 1.12.4. 2012-10-08 21:56:27 +00:00
wiz
3bc1cd6b9f Revert update here as well, to match cairo again. 2012-10-08 21:55:02 +00:00
wiz
c4d628cdb6 Downgrade cairo back to yesterday's version.
1.12.4 causes SHM problems on OS X and NetBSD.

E.g. for firefox, during startup, on 6.99.12/amd64:
###!!! ABORT: X_ShmAttach: BadAccess (attempt to access private resource denied); 11 requests ago: file /scratch/devel/xulrunner/work/mozilla-release/toolkit/xre/nsX11ErrorHandler.cpp, line 157
###!!! ABORT: X_ShmAttach: BadAccess (attempt to access private resource denied); 11 requests ago: file /scratch/devel/xulrunner/work/mozilla-release/toolkit/xre/nsX11ErrorHandler.cpp, line 157
zsh: segmentation fault (core dumped)  firefox

Or for xchat on OS X Lion:
The program 'xchat' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadAccess (attempt to access private resource denied)'.
  (Details: serial 5738 error_code 10 request_code 133 minor_code 1)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)
2012-10-08 21:54:05 +00:00
adam
a93f262f8a Updated graphics/pango to 1.32.1 2012-10-08 21:36:19 +00:00
adam
b1aa7ee609 Overview of changes between 1.32.0 and 1.32.1
=============================================
- Fixup grapheme clusters
- 684959 - crash after "Add pango_shape_full()"

Overview of changes between 1.31.2 and 1.32.0
=============================================
- Add a --without-xfg configure option
- Add pango_shape_full()

Overview of changes between 1.31.1 and 1.31.2
=============================================
- More work on towards thread-safety
- Build fixes on OS X

Overview of changes between 1.31.0 and 1.31.1
=============================================
- The module cache file can now be located in libdir
- Initial work towards making pango thread-safe
- Update to Unicode 6.1.
- 682421 - Fix vertical text, gravity, etc, with HarfBuzz
- 678721 - Don't need to get item properties...
- 678997 - Colors aqua, silver and indigo missing...
- 653347 - rise units documented incorrectly
- 682952 - remove old glib check
- Deprecate pango-ot.h.
- Deprecate pango_fc_font_kern_glyphs
- Deprecate pango_lookup_aliases

Overview of changes between 1.30.1 and 1.31.0
=============================================
- Port to harfbuzz 0.9.x, use external harfbuzz
- Remove Arabic, Syriac, Hangul Hebrew, Khmer,
  Tibetan and Thai shapers (replaced by harfbuzz)
- Remove Indic module (replaced by harfbuzz)
- Remove Atsui support (superseded by CoreText)
- Remove PangoX
- 679654 - Crash for PangoContext.list_families
- 680965 - missing language strings for ...
- 681423 - introspection: assorted fixes...
2012-10-08 21:35:22 +00:00
prlw1
81b76f36b0 Updated devel/libpeas to 1.6.0 2012-10-08 21:34:33 +00:00
prlw1
9d4039f0ca Update libpeas to 1.6.0 (PR#46921)
* Remove the vala demo plugin
* Add min required and max allowed version for glib and Gdk
* Warn if activate or deactivate are not implemented
* Find extension construct properties also in interface prerequisites
* Fix interface sorting in GJS and Seed
* Added peas_engine_prepend_search_path
* Added peas_plugin_info_get_external_data
* Misc bugfixes
2012-10-08 21:34:14 +00:00
prlw1
efb2406809 Updated devel/py-at-spi2 to 2.6.0 2012-10-08 21:24:56 +00:00
prlw1
49a8a470d8 Update py-at-spi2 to 2.6.0
* Install caret focus tracker into $bindir, rather than $pythondir/examples.
  for the rational see https://bugzilla.gnome.org/show_bug.cgi?id=682636
* Fix incorrect FSF address in file headers.
* Fix for bug #683302 - Missing argument for set_current_value method
* Include interim focus tracker as an example.
* Fix autogen.sh for non-sourcedir build.
* Add getLocalizedName for actions.
2012-10-08 21:24:37 +00:00
prlw1
f7da33c447 Updated devel/py-gobject3 to 3.4.0 2012-10-08 21:15:24 +00:00
prlw1
190cf3f7f4 Update py-gobject3 to 3.4.0
Many bug fixes especially 32 vs 64-bit fixes, drop support for python < 2.6.
See http://git.gnome.org/browse/pygobject/plain/NEWS?id=3.4.0 for details.
2012-10-08 21:15:03 +00:00
pettai
f2e3aff455 Updated security/botan to 1.8.14 2012-10-08 20:47:02 +00:00
pettai
3329c5ef3f Update to Botan 1.8.14:
* 1.8.14, 2012-07-18

- The malloc allocator would return null instead of throwing in the event of
  an allocation failure, which could cause an application crash due to null
  pointer dereference where normally an exception would occur.
- Recent versions of OpenSSL include extra information in ECC private keys,
  the presence of which caused an exception when such a key was loaded by
  botan. The decoding of ECC private keys has been changed to ignore these
  fields if they are set.
- AutoSeeded_RNG has been changed to prefer /dev/random over /dev/urandom
- Fix detection of s390x (Debian bug 638347)
2012-10-08 20:46:38 +00:00
prlw1
50c28cf7a6 Updated devel/at-spi2-atk to 2.6.0 2012-10-08 20:32:42 +00:00
prlw1
6f38aac031 Update to 2.6.0
* Fix some crashes in atk_bridge_adaptor_cleanup (BGO#684434).
* When the cache is activated, register it on the main D-Bus connection.
* Fix atspi_hyperlink_get_uri (BGO#683182).
* Only initialize the cache when an AT is running.
* Fix various memory leaks (BGO#683979, BGO#684077)
* Removed the gtk 3.0 module (BGO#678315).
* Don't leak a GError when option parsing fails (BGO#679296)
* Rework some inefficient code when removing clients and events (BGO#679295,
  BGO#679297).
* Implement GetLocalizedName for actions (BGO#680598)
* Allow to build out of source directory (BGO#680280).
* No need to include i18n support: There's nothing to translate here.
2012-10-08 20:31:27 +00:00