summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-01-20Update to 1.9.20ryoon4-261/+260
Changelog: Version 1.6.20 (04 Jan 2013, from /branches/1.6.x) http://svn.apache.org/repos/asf/subversion/tags/1.6.20 User-visible changes - Client- and server-side bugfixes: * Fix typos in pt_BR, es and zh_TW translations (r1402417) - Server-side bugfixes: * add Vary: header to GET responses to improve cacheability (r1390653) * fix fs_fs to cleanup after failed rep transmission (r1403964, et al) * fix an assert with SVNAutoVersioning in mod_dav_svn (issue #4231) Version 1.6.19 (10 Sep 2012, from /branches/1.6.x) http://svn.apache.org/repos/asf/subversion/tags/1.6.19 - Client-side bugfixes: * handle missing svn:date reported by svnserve gracefully (r1306111) - Server-side bugfixes: * fix possible server hang if a hook script fails to start (r1330410) * fix write-through proxy commit regression introduced in 1.6.17 (r1088602) * partial sync drops properties when converting to adds (issue #4184) - Developer-visible changes: * fix the testsuite to avoid FAILs on APR hash order (r1230714, et al) Version 1.6.18 (29 Mar 2012, from /branches/1.6.x) http://svn.apache.org/repos/asf/subversion/tags/1.6.18 User-visible changes: * reject invalid svn:mergeinfo at commit time over DAV (issue #3953) * fix reintegrate merge regression introduced in 1.6.13 (issue #3957) * make the stderr output of the post-commit hook XML-safe (r893478) * fix a rare source of FSFS corruption (r1240752) * plug a memory leak in the bdb backend (r1205726) * server-side performance fix for "log -g" (r1152282) * fix description of svndumpfilter's --targets option (r1151911) * fix datastream corruption during resumed transfer in ra_serf (r1154733) * fix a crash in ra_svn SASL authentication (r1166555, -678) * fix potential corruption on 32-bit FSFS with large files (r1230212) * make website links point to subversion.apache.org (r896893, -901, r915036) * fix non-fatal FSFS corruption bug with concurrent commits (issue #4129) Developer-visible changes: * fix sqlite distfile retrieval in get-deps.sh (r1134734) * fix swig-py memory leak (r1235264, -296, -302, -736) * allow passing --with-jdk to gen-make.py on Windows (r966167)
2013-01-20Ride previous update.ryoon1-2/+2
For PR pkg/47470. xulrunner requires sqlite3-3.7.14.1 or greater in configure stage.
2013-01-20Updated devel/xulrunner to 18.0.1ryoon1-1/+3
Updated www/firefox to 18.0.1
2013-01-20Sync with xulrunner 18.0.1.ryoon1-4/+4
2013-01-20Update to 18.0.1ryoon2-6/+6
Changelog: FIXED 18.0.1: Problems involving HTTP Proxy Transactions (Associated bugs) FIXED 18.0.1: Unity player crashes on Mac OS X (bug 828954) FIXED 18.0.1: Disabled HIDPI support on external monitors to avoid rendering glitches (bug 814434)
2013-01-20update chat/bitlbee to 3.2tonio2-3/+3
2013-01-20Update chat/bitlbee to 3.2tonio4-92/+6
Version 3.2 (released 2013-01-06) hilights: Updated Twitter module. Support for Twitter API 1.1, streaming API, direct messages and some other improvements. Fixed potential connection issue to Google Talk, OpenFire, possibly other Jabber services. A bunch of other things. Version 3.0.6 (released 2012-10-14) hilights: Updated MSN module, now speaking the MSNP18 protocol. This adds support for MPOP and also fixes sending off-line messages. Loads of bugfixes, etc. accumulated over the last half a year.
2013-01-20Updated fonts/vlgothic-ttf to 20121230ryoon1-1/+2
2013-01-20Update to 20121230ryoon2-7/+7
Changlog: * Sync with M+1C,1M TESTFLIGHT054 * Add or mnodified 74 Kanji glyphs
2013-01-20Updated fonts/sourcecodepro-fonts to 1.017ryoon1-1/+2
2013-01-20Update to 1.017ryoon3-7/+8
Add SourceCodePro-Medium.otf Changelog: not provided
2013-01-20No idea what happened to this file in my last commit...martin1-1/+4
2013-01-20Add download-origin.cdn.mozilla.net to MASTER_SITE_MOZILLA*.ryoon1-2/+5
2013-01-20Adjust PLIST to new sparc support headersmartin1-1/+2
2013-01-20Add missing assembler code for the context library on sparc and sparc64martin10-10/+496
2013-01-20Updated www/ja-trac to 1.0pl1obache1-1/+2
2013-01-20Update ja-trac to 1.0pl1, aka 1.0.ja1.obache5-29/+127
Trac-1.0.ja1 (Oct 4, 2012) * Based on Trac 1.0 'Cell' * Change document and parameters for this distribution. - *.trac-ja - setup.py - trac/templates/about.html - trac/templates/theme.html * Translate default Wiki pages into Japanese. - trac/wiki/default-pages/* * Translate default reports into Japanese. - trac/db_default.py * Translate default workflow display into Japanese. * trac/ticket/templates/report.rss * trac/ticket/templates/report_view.html * [Patch] Add formatting for report using Japanese column name. - trac/ticket/report.py - trac/ticket/templates/report.rss - trac/ticket/templates/report_view.html * [Patch] Fix a bug that local time will not be applied when downloading repository files as Zip. - trac/versioncontrol/web_ui/changeset.py * [Patch] Small patch for Unicode - trac/about.py * [Patch] Fix based on ticket #10877. -trac/util/text.py -trac/util/test/text.py Trac 1.0 'Cell' (September 7, 2012) http://svn.edgewall.org/repos/trac/tags/trac-1.0 Trac 1.0 is a major release adding refreshed user interface and improved DVCS repository support as the most visible changes. The following list contains only a few highlights: - The default theme looks more modern, especially on recent browsers (no effort has been made to make it look better on older browsers like IE6 or 7) - The TracHacks GitPlugin has been donated by Herbert Valerio Riedel to the Trac project (many thanks!) and is now maintained here as an optional component - As a consequence, the Subversion support has been moved below `tracopt.versioncontrol` as well - The Git and Mercurial log view feature a visualization of the branching structure - Usability improvements for the tickets, with a better support for conflict detection and resolution - Integration of the TracHacks BatchModifyPlugin, contributed by Brian Meeker (many thanks!) and is now maintained there as a default component - jQuery/UI integration, featuring a date picker for date fields - Improved integration with Pygments syntax highlighting - ... and numerous smaller features added and bugs fixed since 0.12!
2013-01-20Updated www/seamonkey to 2.15ryoon1-1/+2
2013-01-20Update to 2.15ryoon65-1704/+487
* Use Lightning in seamonkey tar ball, 2.0pre. Changelog: SeaMonkey-specific changes SeaMonkey can be set as default client/browser on Mac and Linux now. See the changes page for minor changes. Mozilla platform changes The new IonMonkey compiler improves JavaScript performance. Preliminary support for WebRTC has been added. Image quality has been improved through a new HTML scaling algorithm. CSS3 Flexbox has been implemented. Support for new DOM property window.devicePixelRatio has been added. Support for @supports has been added (disabled for now). Startup time has been improved through smart handling of signed extension certificates. HTML5: Support for W3C touch events has been implemented, taking the place of MozTouch events Insecure content loading has been disabled on HTTPS pages (see bug 62178). Responsiveness for users on proxies has been improved. Fixed several stability issues. Fixed in SeaMonkey 2.15 MFSA 2013-20 Mis-issued TURKTRUST certificates MFSA 2013-19 Use-after-free in Javascript Proxy objects MFSA 2013-18 Use-after-free in Vibrate MFSA 2013-17 Use-after-free in ListenerManager MFSA 2013-16 Use-after-free in serializeToStream MFSA 2013-15 Privilege escalation through plugin objects MFSA 2013-14 Chrome Object Wrapper (COW) bypass through changing prototype MFSA 2013-13 Memory corruption in XBL with XML bindings containing SVG MFSA 2013-12 Buffer overflow in Javascript string concatenation MFSA 2013-11 Address space layout leaked in XBL objects MFSA 2013-10 Event manipulation in plugin handler to bypass same-origin policy MFSA 2013-09 Compartment mismatch with quickstubs returned values MFSA 2013-08 AutoWrapperChanger fails to keep objects alive during garbage collection MFSA 2013-07 Crash due to handling of SSL on threads MFSA 2013-06 Touch events are shared across iframes MFSA 2013-05 Use-after-free when displaying table with many columns and column groups MFSA 2013-04 URL spoofing in addressbar during page loads MFSA 2013-03 Buffer Overflow in Canvas MFSA 2013-02 Use-after-free and buffer overflow issues found using Address Sanitizer MFSA 2013-01 Miscellaneous memory safety hazards (rv:18.0/ rv:10.0.12 / rv:17.0.2)
2013-01-20Disable flock(1)ryoon1-1/+4
Fix build on NetBSD 6.0.x. It seems that flock(1) is not needed by ibus-mozc, mozc-server, and mozc-tool.
2013-01-20wm/fvwm updated to 2.6.5mef2-3/+3
2013-01-20With previous commit for PR pkg/47409,mef5-55/+21
- patch target for patch-ab and patch-configure were the same. Merged them as patch-ab. (Naturally Revoming patches/patch-configure.) - Also cvs delete for patches/patch-a[ce] were missing, corrected.
2013-01-20(1) Bump version 2.4.20 to 2.6.5 based on PR pkg/47409.mef7-35/+144
The changes between them are too big, see NEWS in source tar ball. The release dates in between are recorded below. (2) patches/patch-a[ace] are removed, assuming they are included in upstream. (3) patches/patch-configure is added for modifying install path from fvwm to fvwm2. (4) patches/patch-ad: Add comment lines. (5) Add options xrender xcursor xft2, thanks Vitaly Shevtsov. CVS HEAD (20-Apr-2012) stable release 2.6.4 (01-Feb-2012) stable release 2.6.3 (30-Sept-2011) stable release 2.6.2 (06-Aug-2011) stable release 2.6.1 (16-Apr-2011) stable release 2.6.0 (15-Apr-2011) beta release 2.5.31 (09-Aug-2010) beta release 2.5.30 (09-May-2010) beta release 2.5.29 (03-Apr-2010) beta release 2.5.28 (20-Sep-2009) beta release 2.5.27 (23-Feb-2009) beta release 2.5.26 (7-May-2008) beta release 2.5.25 (26-Feb-2008) beta release 2.5.24 (24-Nov-2007) beta release 2.5.23 (1-Sep-2007) beta release 2.5.22 (29-Aug-2007) beta release 2.5.21 (20-Jan-2007) beta release 2.5.20 (15-Jan-2007) stable release 2.4.20 (6-Dec-2006)
2013-01-20Test a couple more error paths through main() -> checkitem(). Addschmonz1-3/+36
a couple tests for get_vartypes_map(). TODO: test and refactor checkline_mk_vartype_basic().
2013-01-20fix license and other pkglint problemsmspo1-4/+4
2013-01-20pkglint(1) determines its list of basic variable types by greppingschmonz2-13/+49
itself for certain if/elsif conditions. This combination of cleverness and large conditional block should be replaced with simple, table-driven code. But first we have to get the functionality under test, which I've begun to do here. Initialize a package global with the contents of $0, and override it in test (otherwise self-grepping breaks because $0 is the test script). Extract the dirty Test::Trap details to test_unit(). Test main() for a few common values of @ARGV. Notice the aforementioned cleverness because it broke an expected success, and fix it just enough to test get_vartypes_basictypes() for a couple expected types. No functional change intended. I've manually tested the small changes to pkglint.pl and have also verified that a couple packages lint the same as before.
2013-01-20Add some options to print/evince.riastradh4-23/+60
Been sitting on this patch for ages. No objection in PR pkg/44541.
2013-01-19Missing buildlink3s for x11/xlt.riastradh1-2/+4
2013-01-19Missing buildlink3s for x11/mxterm.riastradh1-2/+5
2013-01-19Missing buildlink3s for x11/XmHTML.riastradh1-2/+8
2013-01-19Updated devel/p5-Test-Trap to 0.2.2schmonz1-1/+2
2013-01-19Update to 0.2.2. From the changelog:schmonz2-7/+6
Test::Trap::Builder::TempFile & Test::Trap::Builder::SystemSafe: - RT #61776: Remove temporary files at first opportunity; thanks go to Ian Goodacre. Documentation: - RT #61773: return from trap function Document what trap { ... } returns. Tests: - RT #75430: Failing tests in 06-layer.t Convert a number of die_is to die_like, handling cases with and without trailing comma from carp. - Unset another taint-checked environment variable, CDPATH; thanks go to CPAN testers.
2013-01-19Make it possible to easily write automated tests:schmonz3-5/+38
* minimally adapt pkglint(1) into a "modulino" for testability * verify it still runs normally as a program * create a test script with a few very simple test cases * hook it up to 'make test' * verify that the tests really fail if I go breaking the code under test Meta-addresses PR pkg/46570. New BUILD_DEPENDS, but no functional change, so no PKGREVISION bump. Approved by wiz@.
2013-01-19conflict with old package name.reed1-1/+2
using same PKGREVISION since was just a moment ago.
2013-01-19moved misc/git to sysutils/gnuitreed9-110/+5
2013-01-19Moved misc/git to sysutils/gnuit.reed7-0/+185
Also renamed to gnuit. Okayed on pkgsrc-users on Jan. 8. I kept the PKGREVISION even though not needed. Add PREV_PKGPATH and SUPERSEDES.
2013-01-19Gnash needs pangox. Go figure.riastradh2-3/+4
2013-01-19Add missing PLIST entry.riastradh1-1/+2
2013-01-19Add missing buildlink3s implied by openmotif but not lesstif.riastradh1-2/+5
2013-01-19sysutils/bacula needs Perl at run-time.riastradh1-4/+5
Replacing it by the build-time Perl tool and skipping the interpreter check doesn't work so well.
2013-01-19Don't link against libexecinfo on NetBSD 6; it's new in 7.riastradh1-2/+4
2013-01-19Fix net/ocamlnet's AT_* flag build breakage on NetBSD.riastradh2-6/+19
2013-01-19multimedia/vlc installs libvout_sdl_plugin.la if sdl option is set.riastradh2-3/+4
2013-01-19fribidi uses pkg-config now, so use that in geography/mapserver.riastradh1-3/+2
2013-01-19editors/ted always needs Xft and fontconfig, not just on SunOS/Dragonfly.riastradh1-4/+5
2013-01-19Patch around ffmpeg API breakage in devel/opal.riastradh3-9/+28
Require multimedia/ffmpeg010 too -- easier than patching the further breakage in multimedia/ffmpeg, which should probably wait until we just update opal.
2013-01-19Add missing buildlink3s for sqsh X11 options.riastradh2-3/+13
2013-01-19chat/msn-pecan needs glib2.riastradh1-2/+3
2013-01-19Add missing buildlink3s implied by openmotif but not lesstif.riastradh6-12/+29
2013-01-19Updated x11/p5-Wx to 0.9916schmonz1-1/+2