Commit graph

196046 commits

Author SHA1 Message Date
dholland
7cc53b94c1 HOMEPAGE has disappeared, comment it out. The coresponding
MASTER_SITES has also disappeared, but there seem to be lots of copies
of the distfile out on the net.
2013-01-21 00:07:31 +00:00
dholland
d5de49817b p5-Try-Tiny is not in devel/p5-PPI. Fixes pbulk scan failure.
This has been this way since at least October and I have no idea
why it only blew up on me now.
2013-01-20 22:58:29 +00:00
dholland
62a2309dd7 woops, fix further scan lossage 2013-01-20 21:59:01 +00:00
dholland
ebe13f42ad Note bulk-* 2013-01-20 21:48:27 +00:00
dholland
c7f7a9b418 Add icewm per tech-pkg. 2013-01-20 21:47:28 +00:00
ryoon
f6a9ffa562 Updated audio/opus-tools to 0.1.6 2013-01-20 20:11:16 +00:00
ryoon
4c0f5057a7 Update to 0.1.6
Changelog is unavailable.
2013-01-20 20:10:51 +00:00
ryoon
20b5f389b5 Works fine on emacs24 and emacs24nox. 2013-01-20 20:05:18 +00:00
jakllsch
8f016ac213 Updated graphics/darktable to 1.1.2 2013-01-20 19:55:11 +00:00
jakllsch
ff9904e838 Update darktable to 1.1.2:
Changelog:

    Fix export resolution rounding issue (as in previous version it could be off-by-one)
    Correctly set output dimension in exif instead of passing the raw resolution verbatim
    Local average green eq. was fixed (it now works on high ISO images as well, and should no longer produce hot pixels)
    Use ordered arrays in XMP files
    Disable export parallelism for flickr/picasa export
    Don't enter tethering mode when there is no camera attached (this made darktable look as if it was hung, even though that wasn't the case)
    Bring back the pin for map thumbnails
    Improved TIFF support
    Vignetting now has a dithering option (to mitigate occasional banding)
    Read Nikon subject distance properly
    Assorted FreeBSD fixes
    Various OpenCL fixes
    Usermanual updates

Support for the following camera's with either preliminarily added or updated:

    Canon EOS 6D
    Canon PowerShot s110
    Canon PowerShot g15
    Canon PowerShot sx50 hs
    Nikon 1 v2
    Nikon D600
    Nikon Coolpix P7700
    Olympus E Pl5
    Olympus E PM2
    Olympus XZ 2
    Panasonic DMC GH3
    Panasonic DMC LX7
    Pentax K5ii
    Samsung EX2f
    Sony RX1
    Sony NEX 6
    Sony SLT A99
    Sony NEX c3 blackpoint/greenshift fix

White balance preset updates:

    Canon EOS 550D
    Canon EOS 5D Mark III
    Olympus XZ 1
    Sony NEX C3
    Sony SLT A57
    Sony nex 5N
    Panasonic DMC GH3
2013-01-20 18:34:18 +00:00
riastradh
fba298cb0a Fix net/ocamlnet's patch checksums. Coulda sworn I did that already. 2013-01-20 16:03:32 +00:00
drochner
194896f507 fix PLIST for pulseaudio option, from diro@nixsyspaus.org per PR pkg/47471 2013-01-20 15:31:42 +00:00
drochner
e04bd3afcc oops, a patch was in the wrong sub-pkg
bump PKGREV
2013-01-20 15:21:54 +00:00
ryoon
c4781d409c Note *-subversion packages. 2013-01-20 13:59:16 +00:00
ryoon
792f907a34 Update to 1.6.20
Sync with devel/subversion and devel/subversion-base.
Thank you, taca@.
2013-01-20 13:58:26 +00:00
morr
b3a28884d4 Update patches too2 2013-01-20 13:40:54 +00:00
morr
903d58d51b Update patches too 2013-01-20 13:38:20 +00:00
morr
04f1888a93 Updated x11/rxvt-unicode to 9.16 2013-01-20 13:35:45 +00:00
morr
d4f2953718 Update to version 9.16.
Changes:

9.16 Thu Dec 27 11:56:43 CET 2012
    - the "so much new stuff your eyes will pop out" release.
    - INCOMPATIBLE CHANGE: renamed urlLauncher resource to url-launcher.
    - fix processing of DEC private mode save sequences (patch by Patrick
      Hemmer).
    - perl extensions now have their own manpages, installed as urxvt-NAME(1),
      e.g. urxvt-background(1) - see urxvt-extensions(1) for a list.
    - fix disabling of cursor blink with the option-popup menu (based on a
      patch by Jan Larres).
    - the font height is not augmented anymore when lineSpace is non zero.
    - fix "new pagemap" vs. "delete pagemap" mismatch ([] vs. non-[]),
      as diagnosed by clang.
    - fix height mismatch between active and inactive cursor when
      lineSpace is non zero (patch by Stanislav Seletskiy).
    - make it compile with LOCAL_X_IS_UNIX again (reported by
      nickfailure@gmail.com).
    - completely redone background pixmap support - users can now
      specify arbitrary expressions (And programs) that calculate
      new terminal backgrounds. see the urxvt-background manpage
      for details.
    - xrender is now required for background pixmap support.
    - perl extensions can now provide commandline switches and resources
      which show up in -help etc.
    - iso14755 51 mode window now displays row and column.
    - implement a -visual switch and move that and -depth to frills, also
      warn when we can't get the requested visual.
    - new env variable: RXVT_PERL_LIB.
    - allocate all screen memory in one go and let the virtual memory
      subsystem sort it out. this simplifies code, improves access
      locality, saves a bit of ram and makes things a bit faster, too.
    - remove support for libafterimage.
    - update to CVS version of libev, for a whopping 11kb size decrease.
    - do not ship yet another copy of ecb.h, use the one in libev or
      libptytty instead.
    - selectively mark some methods as cache-hot/cache cold, which
      might speed up execution but definitely decreases codesize.
    - Fix regression that prevented the scrollbar trough color
      from being applied (reported by Derek B. Noonburg).
    - Fix the scrollbar size for rxvt style (patch by Mark Robinson).

pkgsrc changes:
workaround for broken webserver, which doesn't allow fetching without User-Agent.
2013-01-20 13:34:54 +00:00
morr
f33a3dc351 Allow overwritting of FTPUSERAGENT for some broken sites, which requires it. 2013-01-20 13:22:59 +00:00
ryoon
14f5cf1c8f Recursive revbump from subversion-base 1.6.20. 2013-01-20 12:34:40 +00:00
ryoon
037612ba7b Updated devel/subversion to 1.6.20
Updated devel/subversion-base to 1.6.20
2013-01-20 12:31:37 +00:00
ryoon
20b9a97681 Reset PKGREVISION. 2013-01-20 12:30:54 +00:00
ryoon
1c91edb47f Update to 1.9.20
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-20 12:29:51 +00:00
ryoon
640dd30b86 Ride previous update.
For PR pkg/47470.
xulrunner requires sqlite3-3.7.14.1 or greater in configure stage.
2013-01-20 11:25:24 +00:00
ryoon
dd42be91b0 Updated devel/xulrunner to 18.0.1
Updated www/firefox to 18.0.1
2013-01-20 11:19:15 +00:00
ryoon
961e540082 Sync with xulrunner 18.0.1. 2013-01-20 11:17:58 +00:00
ryoon
af062f1f1c Update to 18.0.1
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-20 11:17:23 +00:00
tonio
fe8d93a8fd update chat/bitlbee to 3.2 2013-01-20 10:58:44 +00:00
tonio
90dc2c178d Update chat/bitlbee to 3.2
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-20 10:56:25 +00:00
ryoon
309b9ee14d Updated fonts/vlgothic-ttf to 20121230 2013-01-20 09:49:51 +00:00
ryoon
e284bf7cc7 Update to 20121230
Changlog:
* Sync with M+1C,1M TESTFLIGHT054
* Add or mnodified 74 Kanji glyphs
2013-01-20 09:49:24 +00:00
ryoon
24bf0d1702 Updated fonts/sourcecodepro-fonts to 1.017 2013-01-20 09:45:56 +00:00
ryoon
8fdd931cf5 Update to 1.017
Add SourceCodePro-Medium.otf

Changelog:
not provided
2013-01-20 09:45:25 +00:00
martin
e29ecfeffd No idea what happened to this file in my last commit... 2013-01-20 09:41:40 +00:00
ryoon
88aa728af6 Add download-origin.cdn.mozilla.net to MASTER_SITE_MOZILLA*. 2013-01-20 09:37:19 +00:00
martin
6a2dc168a2 Adjust PLIST to new sparc support headers 2013-01-20 09:19:38 +00:00
martin
545e05a086 Add missing assembler code for the context library on sparc and sparc64 2013-01-20 09:06:58 +00:00
obache
19d25e471f Updated www/ja-trac to 1.0pl1 2013-01-20 08:57:00 +00:00
obache
9e4481ad95 Update ja-trac to 1.0pl1, aka 1.0.ja1.
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-20 08:56:48 +00:00
ryoon
4deaefab54 Updated www/seamonkey to 2.15 2013-01-20 08:34:04 +00:00
ryoon
9996a2044b Update to 2.15
* 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-20 08:33:13 +00:00
ryoon
010886e49e Disable flock(1)
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-20 08:28:36 +00:00
mef
fef3312bc6 wm/fvwm updated to 2.6.5 2013-01-20 07:11:38 +00:00
mef
90458d6228 With previous commit for PR pkg/47409,
- 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 07:09:29 +00:00
mef
24df96c706 (1) Bump version 2.4.20 to 2.6.5 based on PR pkg/47409.
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-20 06:53:53 +00:00
schmonz
471d20ef3c Test a couple more error paths through main() -> checkitem(). Add
a couple tests for get_vartypes_map(). TODO: test and refactor
checkline_mk_vartype_basic().
2013-01-20 03:50:05 +00:00
mspo
0445af379d fix license and other pkglint problems 2013-01-20 03:35:46 +00:00
schmonz
8dd5c4ba72 pkglint(1) determines its list of basic variable types by grepping
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-20 02:57:36 +00:00
riastradh
a20589ae98 Add some options to print/evince.
Been sitting on this patch for ages.  No objection in PR pkg/44541.
2013-01-20 00:52:18 +00:00