Commit graph

173783 commits

Author SHA1 Message Date
obache
44bc871ebd Add support of C++ crossbuild with g++, based on CC with gcc. 2011-08-04 13:32:05 +00:00
ryoon
a73eb89685 * Remove obsolete comments from patch-ej.
* Add * to pointer to function.

No functional change.
Thanks for tsustui@
2011-08-04 12:20:54 +00:00
joerg
3b140fd6c7 Deal with C99 vs GNU89 inline semantics 2011-08-04 11:45:20 +00:00
joerg
83c5eae674 Disable stack scan for clang. It fails miserable and I can't figure out
what this $%^&$%^& is supposed to do.
2011-08-04 11:40:49 +00:00
joerg
94956dd049 Fix getline usage. 2011-08-04 11:37:58 +00:00
wiz
b2bd7bc827 + abcmidi-20110719, amarok-2.4.3, aria2-1.12.1, bftpd-3.6, bzr-2.3.4,
dar-2.4.1, dbus-1.4.14, digikam-2.0.0, dillo-2.2.1, dmenu-4.4,
  dspam-3.10.0, etm-845, ffmpeg-20110701.0.8.1, fotoxx-11.08,
  gammu-1.30.0, gaupol-0.19, gcal-3.6.1, genius-1.0.14, getmail-4.20.4,
  gnutls-3.0.0, gst123-0.2.1, gtk-gnutella-0.97, gtk3-3.0.12,
  hatari-1.5.0, horde-4.0.8, httping-1.5.2, imapsync-1.452, imp-5.0.9,
  ingo-2.0.4, john-1.7.8jumbo5, kde4-4.7, kipi-plugins-2.0.0,
  kronolith-3.0.6, libX11-1.4.4, libsndfile-1.0.25, libv4l-0.8.5,
  mdocml-1.11.5, meld-1.5.2, memtester-4.2.2, mercurial-1.9.1,
  miredo-1.2.4, mksh-40b, mp3diags-1.1.07, mp3splt-2.4, openbox-3.5.0,
  parallel-20110722, pbzip2-1.1.5, py-cups-1.9.58, py-qt4-4.8.5,
  py-sip-4.12.4, redland-1.0.14 [needs redland-0.9.22], scrotwm-0.9.33,
  stunnel-4.40, supertuxkart-0.7.2, surfraw-2.2.8, sympa-6.1.6,
  texmaker-3.1, tightvnc-2.0.95, tinc-1.0.16, turba-3.0.5, twm-1.0.7,
  uim-1.7.1, worker-2.18.0, x11perf-1.5.4, x264-devel-20110730,
  xinit-1.3.1, xset-1.2.2, xterm-271.
2011-08-04 09:44:50 +00:00
taca
793507bf02 Apply patch that in PR pkg/45214 by Robert Elz.
I've tested on 64bit time_t environment, too.
2011-08-04 09:09:41 +00:00
kefren
0917091e17 Add fix for DragonFly/amd64 from PR#45201
PKGREVISION++
2011-08-04 05:23:02 +00:00
tron
ca97f22ec0 Compile this package with "-O1" under Mac OS X if GCC is used. The generated
"qmake" binary no longer crashes and the build actually succeeds.

This fixes PR pkg/44716 by Richard Hansen who found out that this is
a compiler problem in the first place.
2011-08-03 16:38:31 +00:00
obache
42f691c21e Set FETCH_MESSAGE for jce only when it is not fetched yet.
fixes PR#44983 and PR#45202.
2011-08-03 13:28:35 +00:00
is
13a4fa24bc Compile to native code also for arm.
Require ocaml>=3.12.0nb2 for this, as the earlier compilers create code
that only runs on CPUs with the Thumb extension.
2011-08-03 12:50:42 +00:00
drochner
3bf0d5c3ce pull in boundary check from gdk2-pixbuf to fix a possible buffer
overflow by invalid GIF images, see redhat bug#727081
bump PKGREV
2011-08-03 10:01:25 +00:00
cheusov
cf0a9bac25 "yacc" was added to USE_TOOLS 2011-08-03 09:30:48 +00:00
cheusov
76ed2ec35e Updated pkgtools/nih to 0.8.0nb1 2011-08-03 08:34:34 +00:00
cheusov
7a64d1fca9 Updated net/openvpn to 2.2.1nb1 2011-08-03 08:34:00 +00:00
cheusov
55bb07d579 rc.d script improvements:
- openvpn_chrootdir variable was introduced for running openvpn in chroot
  - openvpn_flags variable was introduced for extra flag passed to openvpn
++pkgrevision
2011-08-03 08:33:32 +00:00
cheusov
386d411383 Updated graphics/freetype2 to 2.4.6 2011-08-03 08:28:49 +00:00
cheusov
86a63e1287 Fixed: build failure on 5.99.55
Update to 2.4.6, No answer from maintainer.

 CHANGES BETWEEN 2.4.5 and 2.4.6

  I. IMPORTANT BUG FIXES

    - For TrueType based fonts, the ascender and descender values were
      incorrect sometimes  (off by a pixel if the ppem value was not a
      multiple of 5).   Depending on the use you might now  experience
      a different  layout; the  change should  result in  better, more
      consistent line spacing.

    - Fix CVE-2011-0226  which causes a  vulnerability while  handling
      Type 1 fonts.

    - BDF fonts  containing  glyphs with negative values  for ENCODING
      were  incorrectly  rejected.  This  bug has  been introduced  in
      FreeType version 2.2.0.

    - David Bevan contributed a major revision of the FreeType stroker
      code:

      . The behaviour of FT_STROKER_LINEJOIN_BEVEL has been corrected.

      . A new  line join style,  FT_STROKER_LINEJOIN_MITER_FIXED,  has
        been introduced to support PostScript and PDF miter joins.

      . FT_STROKER_LINEJOIN_MITER_VARIABLE  has been introduced ches has
        been fixed.


  II. MISCELLANEOUS

      - SFNT bitmap fonts which contain an outline glyph for `.notdef'
        only no longer set the FT_FACE_FLAG_SCALABLE flag.

CHANGES BETWEEN 2.4.4 and 2.4.5

  I. IMPORTANT BUG FIXES

    - A rendering regression  for second-order B#zier curves  has been
      fixed, introduced in 2.4.3.


  II. IMPORTANT CHANGES

    - If autohinting  is not  explicitly disabled,  FreeType now  uses
      the autohinter if  a TrueType based font doesn't  contain native
      hints.

    - The load flag FT_LOAD_IGNORE_GLOBAL_ADVANCE_WIDTH  has been made
      redundant and  is simply ignored;  this means that FreeType  now
      ignores the global advance width value in TrueType fonts.


  III. MISCELLANEOUS

    - `FT_Sfnt_Table_Info' can now return the number of SFNT tables of
      a font.

    - Support for PCF files compressed with bzip2 has been contributed
      by Joel  Klinghed.  To  make this  work, the  OS must  provide a
      bzip2 library.

    - Bradley  Grainger  contributed  project  and  solution  files in
      Visual Studio 2010 format.

    - Again some fixes to better handle broken fonts.
2011-08-03 08:25:41 +00:00
manu
cb296ead1a Update perfuse to 20110803 2011-08-03 04:17:32 +00:00
manu
b34f55733a perfuse update: Fix permissions sent to FUSE when operations are done by
the kernel
2011-08-03 04:17:07 +00:00
gls
271c4b931c Updated net/libgdata to 0.6.6nb3 2011-08-02 21:51:02 +00:00
gls
03aa635753 Fix build with PKG_OPTIONS.libgdata+= -gnome. It requires libsoup24, even
with -gnome option set.
Spotted by Pierre Pronchery in private mail.
PKGREV++
While here, silence pkglint.
2011-08-02 21:50:46 +00:00
imil
b82a56b65a Updated pkgtools/pkgin to 0.4.2.1 2011-08-02 21:27:45 +00:00
imil
f10af0eee0 20110802
Release 0.4.2.1
	Fixed the "too many connexions" problem with libfetch and FTP
2011-08-02 21:26:59 +00:00
joerg
3c7c70d835 Don't fail on tautologic code when compiling with Clang 2011-08-02 17:11:40 +00:00
joerg
e40df8b335 Deal with c99 inline semantics. 2011-08-02 17:11:00 +00:00
joerg
0d7bb28b0e Fix prototype. 2011-08-02 17:09:21 +00:00
joerg
a7f11fa9af Fix main() definition. Fix prototype usage. 2011-08-02 17:05:48 +00:00
joerg
039680a2e9 Fix getline conflict. 2011-08-02 17:04:34 +00:00
joerg
cc4ea3067f Disable integrated assembler with Clang 2011-08-02 17:03:14 +00:00
joerg
9e9b529406 Adjust assembler constraint to work with Clang. From FreeBSD. 2011-08-02 17:02:38 +00:00
taca
5f55f88e61 Note update of databases/mysql5-server package to 5.0.92nb1. 2011-08-02 16:15:50 +00:00
taca
3342ec0c8f Add patches refering link provided from PR pkg/45185 by Andras Horvath.
And minor update of comments in patches.

Bump PKGREVISION.
2011-08-02 16:15:08 +00:00
cheusov
84ca0b5798 Use /usr/bin/ftp on *BSD systems and ftp command from net/tnftp package.
++pkgrevision
2011-08-02 14:16:12 +00:00
taca
220452bed2 Note update of databases/mysql51-client and databases/mysql51-server
package to 5.1.58.
2011-08-02 14:11:54 +00:00
taca
3d20dccc1b Update mysql51-client and mysql51-server package to 5.1.58 (MySQL 5.1.58).
This is bug fix release.  Since whole changes are too many to write here,
please refer http://dev.mysql.com/doc/refman/5.1/en/news-5-1-58.html.

Especially, some important one for related to us.

* On FreeBSD 64-built builds of the embedded server, exceptions were not
  prevented from propagating into the embedded application. (Bug #38965,
  Bug #11749418)
2011-08-02 14:10:34 +00:00
taca
b479b8f76c Add workaround for NetBSD 5.99.54 as samba35. 2011-08-02 14:05:27 +00:00
bouyer
ded195f08b Updated net/nagios-base to 3.3.1 2011-08-02 14:04:18 +00:00
bouyer
5c44be6bad Update nagios-base to 3.3.1, fixig CVE-2011-1523 and CVE-2011-2179.
Changes since 3.2.3:
ENHANCEMENTS

    * Added support for same host service dependencies with servicegroups (Mathieu Gagné)
    * Empty hostgroups referenced from services now optionally generate a warning instead of an error.
    * Documentation links now point to online resources
    * Matt Wall's Exfoliation theme is now installed by default. You can reinstall the classic theme with "make install-classicui"
    * Downtime delete commands made "distributable" by deleting by host group name, host name or start time/comment (Opsview team)
    * Allow status.cgi to order by "host urgency" (Jochen Bern)
    * Added news items and quick links to main splash page
    * Added ability to authenticate to CGIs using contactgroup name (Stephen Gran)


FIXES

    * Fixes status.cgi when called with no parameters, where host should be set to all if none specified (Michael Friedrich)
    * Fixes possible validation error with empty hostgroups/servicegroups (Sven-Göran Bergh)
    * Performance-data handling and checking is now thread-safe so long as embedded perl is not used.
    * Children should no longer hang on mutex locks held in parent for localtime() (and similar) calls.
    * Debug logging is now properly serialized, using soft-locking with a timeout of 150 milliseconds to avoid multiple threads competing for the privilege to write debug info.
    * Fixed extraneous alerts for services when host is down
    * Fixed incorrect parsing of multi-line host check results (Jochen Bern)
    * Fixed bug with passive host checks being incorrectly sent to event brokers as active checks
    * Fixed bug where passive host check status updates were not being propagated to event brokers
    * Reverted 'Fix for retaining host display name and alias, as well as service display name' as configuration information stored incorrectly over a reload
    * Fixed compile warnings for size_t (Michael Friedrich)
    * Fixed problem where acknowledgements were getting reset when a hard state change occurred
    * Removed duplicated unlinks for check result files with multiple results
    * Fixed race condition on flexible downtime commands when duration not set or zero (Michael Friedrich)
    * Fixed flexible downtime on service hard state change doesn't get triggered/activated (Michael Friedrich)
    * Fixed XSS vulnerability in config.cgi and statusmap.cgi (Stefan Schurtz)
    * Fixed segfault when sending host notifications (Michael Friedrich)
    * Fixed bug where unauthorized contacts could issue hostgroup and servicegroup commands (Sven Nierlein)
2011-08-02 14:03:18 +00:00
obache
8031650997 Updated devel/cutter to 1.1.8 2011-08-02 12:15:19 +00:00
obache
19c5701265 Update cutter to 1.1.8.
== [release-1-1-8] 1.1.8: 2011-07-31

=== Cutter

==== Improvements

  * Supported notify-send availability detection.
  * Added --mode=play option that plays test result from
    test log.
  * Updated documents for Solaris 10.
  * Supported assertion failures in other thread. Bug #3341429
    [Reported by Romain Tartière]

==== Changes

  * Added Debian GNU/Linux wheezy support.
  * Removed Ubuntu Maverick Meerkat support.
  * Added Ubuntu Natty Narwhal support.
  * Removed Fedora 14 support.
  * Added Fedora 15 support.

=== cut-diff

==== Improvements

  * Made --label option optional.
2011-08-02 12:15:00 +00:00
ryoon
5fac220082 Fix MAINTAINER e-mail address. 2011-08-02 08:31:35 +00:00
shattered
7aec0e25fe Remove duplicate patch. oops. 2011-08-02 06:16:09 +00:00
tron
36a1c58dc9 Note update of the "rtorrent" package to version 0.8.9nb2. 2011-08-01 21:51:53 +00:00
tron
ae57cb55ac Recursive revision bump (well, not really, just showing off) of all
packages which require the "libtorrent" package as its ABI and API
minimum versions were increased to 0.12.9.
2011-08-01 21:51:37 +00:00
tron
e8248761fe The "rtorrent" packges needs at least version 0.12.9 of the "libtorrent"
package. As the former is the only user of the later bump both the
minium ABI and API version.

Problem reported by Aleksey Cheusov in private e-mail.
2011-08-01 21:42:45 +00:00
gls
601242da5c Updated audio/cmus to 2.4.2 2011-08-01 18:53:11 +00:00
gls
f551fae786 Update audio/cmus to 2.4.2
Maintenance release.

Donovan Watteau (1):
      Use -pthread on OpenBSD

Gregory Petrosyan (3):
      view_save(): use correct playlist filename
      id3: recognize TP2 frame as albumartist
      cmus 2.4.2

Johannes Weißl (5):
      fix compile error for new versions of ffmpeg
      id3: fix parsing xing for mp3s with CRC protection
      fix relative path handling in playlists
      Map unicode punctation/quotation characters to ASCII ones
      Fix segfault caused by too late initialization of UI

Philipp Schafft (1):
      Update RoarAudio output plugin
2011-08-01 18:52:21 +00:00
drochner
d80ac21b00 kill some configure option to make this build again, from
Martin Brandenburg per PR pkg/45189
2011-08-01 17:01:29 +00:00
joerg
3c2ef11012 Avoid gcc-inline vs C99-inline difference by using static inline. 2011-08-01 15:21:16 +00:00