summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-08-04Deal with C99 vs GNU89 inline semanticsjoerg2-1/+18
2011-08-04Disable stack scan for clang. It fails miserable and I can't figure outjoerg2-1/+18
what this $%^&$%^& is supposed to do.
2011-08-04Fix getline usage.joerg4-1/+43
2011-08-04+ abcmidi-20110719, amarok-2.4.3, aria2-1.12.1, bftpd-3.6, bzr-2.3.4,wiz1-45/+69
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-04Apply patch that in PR pkg/45214 by Robert Elz.taca3-10/+12
I've tested on 64bit time_t environment, too.
2011-08-04Add fix for DragonFly/amd64 from PR#45201kefren3-3/+21
PKGREVISION++
2011-08-03Compile this package with "-O1" under Mac OS X if GCC is used. The generatedtron1-0/+12
"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-03Set FETCH_MESSAGE for jce only when it is not fetched yet.obache1-1/+3
fixes PR#44983 and PR#45202.
2011-08-03Compile to native code also for arm.is3-4/+22
Require ocaml>=3.12.0nb2 for this, as the earlier compilers create code that only runs on CPUs with the Thumb extension.
2011-08-03pull in boundary check from gdk2-pixbuf to fix a possible bufferdrochner3-5/+16
overflow by invalid GIF images, see redhat bug#727081 bump PKGREV
2011-08-03"yacc" was added to USE_TOOLScheusov1-1/+3
2011-08-03Updated pkgtools/nih to 0.8.0nb1cheusov1-1/+2
2011-08-03Updated net/openvpn to 2.2.1nb1cheusov1-1/+2
2011-08-03rc.d script improvements:cheusov2-2/+21
- openvpn_chrootdir variable was introduced for running openvpn in chroot - openvpn_flags variable was introduced for extra flag passed to openvpn ++pkgrevision
2011-08-03Updated graphics/freetype2 to 2.4.6cheusov1-1/+2
2011-08-03Fixed: build failure on 5.99.55cheusov4-123/+25
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-03Update perfuse to 20110803manu1-1/+2
2011-08-03perfuse update: Fix permissions sent to FUSE when operations are done bymanu2-6/+6
the kernel
2011-08-02Updated net/libgdata to 0.6.6nb3gls1-1/+2
2011-08-02Fix build with PKG_OPTIONS.libgdata+= -gnome. It requires libsoup24, evengls3-10/+12
with -gnome option set. Spotted by Pierre Pronchery in private mail. PKGREV++ While here, silence pkglint.
2011-08-02Updated pkgtools/pkgin to 0.4.2.1imil1-1/+2
2011-08-0220110802imil2-7/+6
Release 0.4.2.1 Fixed the "too many connexions" problem with libfetch and FTP
2011-08-02Don't fail on tautologic code when compiling with Clangjoerg1-1/+7
2011-08-02Deal with c99 inline semantics.joerg3-1/+63
2011-08-02Fix prototype.joerg2-1/+15
2011-08-02Fix main() definition. Fix prototype usage.joerg8-19/+103
2011-08-02Fix getline conflict.joerg6-1/+87
2011-08-02Disable integrated assembler with Clangjoerg1-1/+7
2011-08-02Adjust assembler constraint to work with Clang. From FreeBSD.joerg2-1/+15
2011-08-02Note update of databases/mysql5-server package to 5.0.92nb1.taca1-1/+2
2011-08-02Add patches refering link provided from PR pkg/45185 by Andras Horvath.taca12-15/+207
And minor update of comments in patches. Bump PKGREVISION.
2011-08-02Use /usr/bin/ftp on *BSD systems and ftp command from net/tnftp package.cheusov1-1/+14
++pkgrevision
2011-08-02Note update of databases/mysql51-client and databases/mysql51-servertaca1-1/+3
package to 5.1.58.
2011-08-02Update mysql51-client and mysql51-server package to 5.1.58 (MySQL 5.1.58).taca5-38/+43
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-02Add workaround for NetBSD 5.99.54 as samba35.taca4-2/+32
2011-08-02Updated net/nagios-base to 3.3.1bouyer1-1/+2
2011-08-02Update nagios-base to 3.3.1, fixig CVE-2011-1523 and CVE-2011-2179.bouyer9-248/+295
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-02Updated devel/cutter to 1.1.8obache1-1/+2
2011-08-02Update cutter to 1.1.8.obache3-8/+9
== [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-02Fix MAINTAINER e-mail address.ryoon1-2/+2
2011-08-02Remove duplicate patch. oops.shattered2-16/+1
2011-08-01Note update of the "rtorrent" package to version 0.8.9nb2.tron1-1/+2
2011-08-01Recursive revision bump (well, not really, just showing off) of alltron1-2/+2
packages which require the "libtorrent" package as its ABI and API minimum versions were increased to 0.12.9.
2011-08-01The "rtorrent" packges needs at least version 0.12.9 of the "libtorrent"tron1-3/+3
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-01Updated audio/cmus to 2.4.2gls2-3/+3
2011-08-01Update audio/cmus to 2.4.2gls2-6/+6
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-01kill some configure option to make this build again, fromdrochner1-3/+3
Martin Brandenburg per PR pkg/45189
2011-08-01Avoid gcc-inline vs C99-inline difference by using static inline.joerg2-4/+13
2011-08-01Updated pkgtools/x11-links to 0.66wiz1-1/+2
2011-08-01Update for recent freetype2 import in NetBSD-current.wiz3-5/+7
Welcome to 0.66!