Commit graph

210398 commits

Author SHA1 Message Date
wiz
f5c660178f Updated textproc/mdocml to 1.12.3 2013-12-31 11:06:39 +00:00
wiz
decd80f3de Update to 1.12.3:
Changes in version 1.12.3, released on December 31, 2013

 * In the mdoc(7) SYNOPSIS, line breaks and hanging indentation
   now work correctly for .Fo/.Fa/.Fc and .Fn blocks.
   Thanks to Franco Fichtner for doing part of the work.
 * The mdoc(7) .Bk macro got some addititonal bugfixes.
 * In mdoc(7) macro arguments, double quotes can now be quoted
   by doubling them, just like in man(7).
   Thanks to Tsugutomo ENAMI for the patch.
 * At the end of man(7) macro lines, end-of-sentence spacing
   now works.  Thanks to Franco Fichtner for the patch.
 * For backward compatibility, the man(7) parser now supports the
   man-ext .UR/.UE (uniform resource identifier) block macros.
 * The man(7) parser now handles closing blocks that are not open
   more gracefully.
 * The man(7) parser now ignores blank lines right after .SH and .SS.
 * In the man(7) formatter, reset indentation when leaving a block,
   not just when entering the next one.
 * The roff(7) .nr request now supports incrementing and decrementing
   number registers and stops parsing the number right before the
   first non-digit character.
 * The roff(7) parser now supports the alternative escape sequence
   syntax \C'uXXXX' for Unicode characters.
 * The roff(7) parser now parses and ignores the .fam (font family)
   and .hw (hyphenation points) requests and the \d and \u escape
   sequences.
 * The roff(7) manual got a new ESCAPE SEQUENCE REFERENCE.
2013-12-31 11:06:29 +00:00
wiz
dac04dd97f Updated sysutils/bup to 0.25 2013-12-31 11:03:33 +00:00
wiz
1cf79030f8 Update to 0.25:
This release includes a veritable ton of work, but the biggest change
is probably the addition of real (YMMV) metadata support, including
hardlinks, and the ability to directly save/restore trees without tar
and split/join.  See bup-index(1), bup-save(1), bup-restore(1),
bup-meta(1), bup-xstat(1), and the updated "Using bup" section in the
README.

Note though, that the metadata support really is our first pass, and
there are already things that we know need fixing (i.e. better support
for cross-filesystem-type save/restore (too noisy), etc.).  And check
the "Notes on ..." sections in the README for some platform-specific
limitations.

An incomplete list of other notable changes since 0.24b:

  - bup will no longer create ~/.bup implicitly; "bup init" is
    required.

  - "bup split" now supports a compression-level option (-#).

  - "bup tag" now supports "-f".

  - "bup ls" now supports "-a", "-s", "--human-readable", etc., and
     reports more information.

  - "bup web" now supports "--human-readable".

  - "bup import-rdiff-backup" has been added.

  - "bup cat-file" has been added.

  - The default "/usr" installation prefix can be overridden via PREFIX.

  - Python 2.4 is no longer supported.

And we have at least one (likely minor) known issue:

  - *Very* large (i.e. probably greater than MAX_LONG), or negative
    filesystem timestamps may not always be handled correctly at the
    moment.  We'll fix that soon.  And related -- some of the tests
    may fail on FUSE filesystems.
2013-12-31 11:03:12 +00:00
schwarz
772f7dca63 updated to 4.0.4.27a 2013-12-31 10:42:59 +00:00
wiz
ecd9c6498c pkgsrc unfrozen 2013-12-31 10:21:54 +00:00
ryoon
0aa5a923a6 Fix build on Linux with glibc>=2.16, for example, Fedora 22. 2013-12-31 10:14:14 +00:00
ryoon
9cb1269856 Updated www/php-piwigo to 2.5.3 2013-12-31 05:53:08 +00:00
ryoon
5a738ae828 Update to 2.5.3 from 2.4.6
Changelog:
2.5.3:
Bugs Fixed

    0002967: [display] Album list management display enhancement, faster load
    0002964: [configuration] zero should be allowed for the recent period
    0002980: [other] Fatal error when renaming a group
    0002977: [albums] move a public album into a private album may create inconsistent permissions
    0002975: [template] Internet Explorer 7, album creation form is broken
    0002974: [configuration] avoid deprecated errors
    0002973: [metadata] missing characters from IPTC when using encoding windows-1252
    0002970: [other] Division by zero on batch manager
    0002934: [authentication] [Smartpocket ] Can't register

2.5.2:
Bugs Fixed

    0002921: [tags] Can't create tags with special chars like ( + [
    0002915: [synchronization] synchronization not really disabled
    0002894: [albums] set as album thumbnail on picture.php does not apply to all users
    0002895: [display] dark administration theme, plugins menu flashes
    0002907: [albums] wrong number of sub-albums
    0002917: [web API] [pwg.images.delete] if the photo is album thumbnail, blocking error on gallery
    0002909: [users & groups] give permission on an empty list of albums produces SQL error
    0002901: [photos] [Batch Manager] french, set author action, default value should disappear
    0002899: [metadata] ability to allow HTML in EXIF/IPTC
    0002896: [technical] Apply trigger render_element_description for thumbnail title (for picture description)

Technical changes

    0002922: [technical] Add caseSensitive option to TokenInput (web form for tag creation)
    0002929: [photos] [multiple size] strip metadata on configurable threshold
    0002925: [template] new function theme_delete

2.5.1:
Bugs Fixed

    0002892: [web API] [pwg.images.setInfo] empty tag_ids input parameter produces errors
    0002865: [database] [mysqli] support for mysql sockets and port number
    0002891: [navigation] unexpected flat parameter in home link on picture page breadcrumb
    0002864: [authentication] open_basedir restriction and new password generator
    0002887: [user comments] Comments accessible anonymously if comments author is known
    0002861: [installation & upgrade] invalid password on manual upgrade
    0002867: [template] [LocalFiles Editor] can't create new template-extension
    0002881: [web API] [pwg.images.addSimple] undefined constant tags-assumed "tags"

2.5.0
Many changes include
User features

    User comments: Email and Website added
    Tag duplication
    Pagination on albums
    Batch manager: filter on dimensions
    Group manager

    Better looking icons
    Connect with Facebook, Google, OpenID...
    Temporary image while loading
    51 languages
    Physical vs virtual albums

    Protection of original photos
    Tag exclusion in quick search
    IP address and sessions

Tecnical features

    New web API explorer
    increased security on passwords
    mysqli library for MySQL
    JSmin replaced by JavaScriptPacker

    Sprite for flags
    Sessions can store infos, errors and warnings
    Add triggers on all main pages
    Add template method to sort action buttons

    jquery 1.8.3, jquery.ui 1.10.1
    Earlier detection of mobile device
    Triggers for login system

2.4.7:
Bugs Fixed

    0002819: [template] Link problem in menu with smartpocket
    0002843: [security] [install.php on Windows] improved security on temporary config file download (reported by htbridge and fixed in collaboration with Gjoko Krstic)
    0002844: [security] increase security on LocalFiles Editor (reported by htbridge)
    0002793: [technical] Fatal error: Cannot redeclare PclZipUtilPathReduction
    0002797: [template] local css for "clear" impacts admin theme "clear"
2013-12-31 05:51:31 +00:00
ryoon
0b351e4ed2 Fix pasto, and change default mysql version. 2013-12-31 05:44:29 +00:00
ryoon
24a803cac5 Updated net/icinga-base to 1.9.4 2013-12-31 03:30:03 +00:00
ryoon
7a91e00aff Update 1.9.4
* Switch to 1.9.x branch
* Fix CVE-2013-7106 and CVE-2013-7108

Changelog:
1.9.4 - 13/12/2013

FIXES
* classic ui: fix status output in JSON format not including short and long plugin output properly #5217 - RB
* classic ui: fix possible buffer overflows #5250 - RB
* classic ui: fix Off-by-one memory access in process_cgivars() #5251 - RB


1.9.3 - 07/07/2013

FIXES
* core: fix init script status exit codes on not running daemon and present pid file #4243 - MF

* idoutils: fix workaround on libdbi fetch_next_row() bug applied for postgresql too, causing faulty queries #4367 - MF


1.9.2 - 30/06/2013

FIXES
* core: fix bug with non-ASCII (> 127) illegal macro output characters on char-to-int cast (Jason Young) #4211 - MF
* core: bail early if main config file cannot be read - MF

* classic ui: fixed searching hostgroup results in wrong 'all' view filter urls #4206 - RB
* classic ui: fix URL construction issue in icinga_reload_scroll_position() javascript (Karsten Sühring) #4233 - MF

* idoutils: fix mysql: output/perfdata limits cut escaped string leaving '\' at the end (Yannik Charton) #4196 - MF
* idoutils: bugfixes for socket queue, transactions and libdbi handling #4049 - GB
* idoutils: fix ido2db gradually consumes more and more CPU time with time #4210 - CF
* idoutils: fix wrong clob freeing in eventhandlers #4357 - TD


1.9.1 - 22/05/2013

FIXES
* core: fix objects.cache does not get updated on (re)start, but config verify (Christian Ruppert) #4155 - MF

* classic ui: fixed UNICODE characters in JSON output from getting discarded #4193 - RB

* idoutils: fix segfaults on reload with multiple neb modules of the same binary #4033 - MF


1.9.0 - 07/05/2013

NOTES
* idoutils uses a socket queue and transactions for large object dumps! #3527 #3533
* ido2db.cfg enable_sla is now deprecated! #3450
* icinga.cfg event_profiling_enabled is now deprecated! #4054

ENHANCEMENTS
* core: increase performance with hash comparing hosts/services on config read #3722 - GB
* core: introduce warning level -vv on config verification #3510 - MF
* core: refuse to start if neb modules fail to load (Andreas Ericsson, op5 Team) #3812 - MF
* core: keep logfile open, reducing open/close performance decreases (Andreas Ericsson, op5 Team) #3390 - MF
* core: enhance illegal macro character processing performance (Andreas Ericsson, op5 Team) #3389 - MF
* core: add the notification type by string to debug logs; set CUSTOM=8, STALKING=9 (Andreas Ericsson, op5 Team) #3818 - MF
* core: skip writing status.dat if explicitely set to /dev/null (e.g. when using alternate data retrieval methods like IDOUtils) (Andreas Ericsson, op5 Team) #3819 - MF
* core: avoid writing objects.cache if set to /dev/null (Andreas Ericsson, op5 Team) #3819 - MF
* core: increase performance on host->service relation counter (config reading, flapping) #3820 - MF
* core: fix unable to exclude hostgroups when using nested hostgroups (Alexander Sulfrian) #2619 - MF

* classic ui: increase performance with hash comparing hosts/services to show/filter #3722 - GB
* classic ui: Add "set_expire_ack_by_default" to cgi configuration #3476 - CF
* classic ui: Add "send_ack_notifications" to cgi configuration (TheCry) #3467 - CF
* classic ui: Changed field size for hours to 4 when setting flexible downtime #3484 - RB
* classic ui: Added process status to JSON response #3172 - RB
* classic ui: Added date/time selection to 'log file navigation' #3168 - RB
* classic ui: Added setting focus to main frame on first site load #3202 - RB
* classic ui: Made sort buttons larger #3814 - RB
* classic ui: Made classic ui work standalone #3869 - RB
* classic ui: add 'executed command' to extinfo.cgi linking to command expander #3901 - MF

* idoutils: use transactions for large object dumps #3527 - GB
* idoutils: add socket queue proxy addressing core reload problems #3533 - GB
* idoutils: add more indexes for sla reporting #3649 - MF
* idoutils: Oracle - change output fields to clob #3412 - TD

* install: set --enable-idoutils/event-broker to true as default configure flags #3813 - MF
* install: add lighttp config samples to contrib/lighttp #2253 - RB
* install: add --with-httpd-conf-file to allow specific apache config to be installed #3962 - MF
* install: make install-webconf-auth installs htpasswd.users automatically, allowing default icingaadmin login out-of-the-box #3963 - MF
* install: add 'make classicui-standalone' and 'make install-classicui-standalone' #3963 - MF

* docs: Temporary files should mention temp_file option in icinga.cfg #3748 - WN
* docs: add upgrade/troubleshooting notes about invisible icinga web cronks/modules after upgrade #3939 - WN
* docs: make install-webconf-auth installs htpasswd.user with icingaadmin credentials #3964 - WN
* docs: icinga web 1.9: new menu style (smaller icons) #3944 - MF
* docs: icinga web 1.9: new filtering methods #3947 - MF
* docs: add userpreferences.xml to icinga web configs #3991 - WN
* docs: add web gui comparison to beginners #3907 - WN


FIXES
* core: fix faulty macro cleaning, replacing spaces with pluses where they shouldn't be cleaned #3397 - MF
* core: fix macro escaping logs incorrect warning for $$escapes #3404 - MF
* core: fix wrong escalation notification due to state based escalation range behaviour changes #3441 - MF
* core: change ownership of (debug) log file before dropping privileges (Andreas Ericsson, op5 Team) #3521 - MF
* core: fix keep_unknown_macros still exposes wrong warnings to logs #3725 - MF
* core: fix host_check, last_check == next_check wrong in scheduling queue #2195 - MF
* core: fix triggered downtimes for child hosts are missing after icinga restart (thx Michael Lucka) #3390 - MF
* core: fix services with empty hostgroups aren't processed even if it has host_name specified (allow_empty_hostgroups=1) (thx Viranch Metha) #3736 - MF
* core: revamp USE_LTDL definitions in nebmods (Andreas Ericsson, op5 Team) #3817 - MF
* core: fix checkresult reaper cleanup fails due to relative file path #3937 - MaF
* core: do not export host/servicegroupmembers as environment macros in large installations #3859 - MF
* core: set default permissions to icinga/ido2db binaries to 755 #3902 - GB

* classic ui: fix cmd.cgi does not honor commandpipe location; overwrites from empty environment variable #3418 - MF
* classic ui: fixed Double-listed host dependencies in host extinfo.cgi #3295 - RB
* classic ui: fixed sort_icinga_logfiles_by_name() in readlogs.c fails to take NULL pointers into consideration #3398 - CF
* classic ui: fixed committing acknowledgement cmd negates flags for send_notification and sticky_ack #3329 - RB
* classic ui: fixed backtrack_archives only getting calculated on a daily log rotation basis #3416 - RB
* classic ui: fixed invalid freeing of last_check in 'scheduling queue' for first time checks #3444 - RB
* classic ui: fixed Warning and Unknown States are mixed up in Alert Summary Report #3488 - RB
* classic ui: fixed extinfo.cgi shows localtime(0) instead of "NOT SET" when global notifications are not set to expire #3482 - RB
* classic ui: fixed CGIs generating invalid html code/ json when throwing error #3507 - RB
* classic ui: fixed JSON output is insufficiently escaped #3541 - RB
* classic ui: fixed segfault when reading malformed log entries #3528 - RB
* classic ui: "fixed" Incorrect positioning status popup in statusmap #3861 - RB
* classic ui: fixed possible NULL dereference-bug in summary.c #3740 - RB
* classic ui: fixed Command expansion problem with percentage signs #3929 - RB
* classic ui: cleaned up the jquery-ui includes to allow debian pkg dependencies #3808 - RB
* classic ui: fixed Trigger Time in Scheduled Downtime displaying 01-01-1970 01:00:00 when not triggered #3980 - RB
* classic-ui: fixed host and service names are not allowed to have a '+' included #1843 - RB

* idoutils: fix many memory leaks in ido2db on dbi_result_free and others (thx Klaus Wagner) #3406 - MF
* idoutils: fix ido2db crashes when Oracle queries fail #3324 - GB
* idoutils: fix ORA-1461 writing data to varchar2 exceeding field size limit output, command_arg and commandline data written to Oracle #3324 #3325 - TD
* idoutils: fix unsafe handling of dbi_conn_sequence_last, rewrite last_insert_id/sequence fetching #3408 - MF
* idoutils: fix ido2db does not cleanly exit the client on wrong schema version check in db_hello #3419 - MF
* idoutils: fix FROM_UNIXTIME(NULL) does not work with MySQL 5.0.x #3399 #3466 - CF
* idoutils: fix unknown column contactaddress_id (thx fmbiete) #3483 - MF
* idoutils: fix empty output/perfdata segfaults for mysql string truncate #3516 - MF
* idoutils: unlink leftover socket on startup, if using unix sockets - MF
* idoutils: fix long output data causes wrong data in database #2342 - MF
* idoutils: fix idomod leaks memory on core reload #3749 - GB
* idoutils: add workaround fix for num_rows_affected broken in libdbi/mariadb, returned ids are 0 #3728 - MF

* install: drop unused daemon-init-readhat script (spec uses daemon-init) #3402 - MF
* install: fix broken configure ssl detection for idoutils on ubuntu/debian (Oliver Skibbe) #3413 - MF
* install: fix ido2db initscript uses same chkconfig line as icinga (Dirk Götz) #3490 - MF
* install: fix configure does not detect AIX6/7 properly #3895 - MF
* install: fix STATEDIR creation during make install #3869 - MF

* docs: add missing cmd_mod description in cgi params #3438 - MF
* docs: search_string as cgi GET param works also for status.cgi #3451 - MF
* docs: fix typo pqsql -> pgsql #3461 - WN
* docs: recurring downtimes: should tell about dev/experimental state living in contrib/ better #3647 - WN
* docs: middle-clicking on TOC links doesn't open pages in new tab #3561 - WN

* icinga.spec: add idoutils as transitional package (thx Stefan Marx, Michael Grüner) #3640 - MF
* icinga.spec: fix double %{logdir}/gui/ definitions in icinga and icinga-gui (thx René Koch) #3802 - MF

CHANGES

* ido2db.cfg: enable_sla is now deprecated! #3450
* icinga.cfg: event_profiling_enabled is now deprecated! #4054

* icinga.cfg: enable_state_based_escalation_ranges=0 (disabled if not set) fix for #3441
* icinga.cfg: set status_file=/dev/null to disable its creation #3819
* icinga.cfg: set object_cache_file=/dev/null to disable its creation #3819

* idoutils: use transactions for large object dumps #3527
* idoutils: add socket queue proxy addressing core reload problems #3533

* core: -v param can be used more than once #3510
* core: 'Warning: Host ... has no service associated with it!' now happens only in icinga -vv icinga.cfg #3510
* core: refuse to start if neb modules fail to load #3812
* core: notification type nr CUSTOM=8 and STALKING=9 (reflected in idoutils tables) #3818
* core: using nested hostgroups you can exclude (!) hostgroup_members #2619
* core: host/servicegroupmembers are not exported as environment macros #3859
	** if enable_environment_macros=1
	** and use_large_installation_tweaks=1


* icinga.spec: add idoutils as transitional package #3640

* install: set --enable-idoutils/event-broker to true as default configure flags #3813
* install: add --with-httpd-conf-file to allow specific apache config to be installed #3962
	** this is important when installing standalone classic ui for e.g. Icinga2
* install: make install-webconf-auth installs htpasswd.users, allowing default icingaadmin login out-of-the-box #3963
* install: add --enable-classicui-standalone #3869
	** sets cgi.cfg standalone_installation=1
* install: add 'make classicui-standalone' and 'make install-classicui-standalone' #3963
	** this will install classic ui standalone, if enabled
* install: default permissions for icinga/ido2db binaries are now 755 #3902
2013-12-31 03:28:39 +00:00
ryoon
ea95622c3a Fix typo in filename 2013-12-31 03:24:25 +00:00
mef
6dead94f79 Correct comment as SunOS 5.11 not 5.1, thanks 2013-12-31 00:56:17 +00:00
mef
eac38a6d6a Adjust install path for libiberty.a for SunOS 5.11.
It installs at amd64 directory instead of x86_64.
Notified at pkgsrc-bulk@, thanks.
2013-12-31 00:55:14 +00:00
mef
9d9efa8f2a Adjust install path for SunOS 5.1 ( it places at amd64 directory instead of xf86_64).
Should not affect other than SunOS 5.1 (64bit).
Discussed on pkgsrc-bulk@, thanks joerg@.
2013-12-31 00:48:48 +00:00
ryoon
70552d5d28 Update HOMEPAGE, old HOMEPAGE has no 2.2 information 2013-12-30 13:07:46 +00:00
jperkin
265d117bff SunOS needs sys/utsname.h too. 2013-12-30 11:49:48 +00:00
ryoon
80d67c5bbb Updated lang/openjdk7 to 1.7.25nb3 2013-12-30 07:03:13 +00:00
ryoon
b96914ed73 Bump PKGREVISION
* Fix "java.lang.InternalError: platform not recognized" error on *BSD
  with apache-tomcat7
2013-12-30 07:02:28 +00:00
ryoon
dbf7248894 Update qt5-{qtbase,qtmultimedia} to 5.2.0nb1 2013-12-30 06:40:06 +00:00
ryoon
ac64397ed3 *** empty log message *** 2013-12-30 06:37:11 +00:00
ryoon
bfafac4785 Updated devel/quilt to 0.61 2013-12-30 04:22:28 +00:00
ryoon
a5a7cb34bd Update to 0.61
Changelog:
* backup-files is rewritten by bash now
* Many bugfixes
* Many cleanups
2013-12-30 04:21:58 +00:00
marino
a117125e4b lang/gcc-aux: Keep original bootstrap for NetBSD/i386
The last change to the Makefile was created months ago, and at the time
it was intended that new bootstraps would be made for both x86_64 and
i386 platforms.  The latter bootstrap was never created, so the previous
commit broke the build on i386.

Until a new bootstrap compiler is created, continue to use the old one.
It will continue to build on gcc-based NetBSD, but I do not expect it to
build on NetBSD-6.99/i386 with clang and no gcc libraries.
2013-12-30 01:34:43 +00:00
dholland
7999b17fb9 Update the COMMENTs for the firefox packages to include the upstream
version number, as suggested in PR 47418 a year ago. Also make sure
the localization packages claim they belong to the right corresponding
firefox packages, as a number of them were wrong.
2013-12-30 00:24:07 +00:00
taca
f69dd49910 Note update of textproc/ruby-nokogiri package to 1.5.11. 2013-12-29 23:26:34 +00:00
taca
eeeb3247db Update ruby-nokogiri to 1.5.11, fixing security problem of CVE-2013-6461.
This problem is in JRuby only, but JRuby exists in pkgsrc-wip.

=== 1.5.11 / 2013-12-14

* Bugfixes

  * (JRuby) Fix out of memory bug when certain invalid documents are parsed.
  * (JRuby) Fix regression of billion-laughs vulnerability. #586
2013-12-29 23:26:04 +00:00
bsiegert
e7d89141aa Remove obsolete MirBSD workaround, fix build. 2013-12-29 22:29:35 +00:00
pettai
c3223480e7 Fixed broken checksum 2013-12-29 20:27:55 +00:00
tron
e31165c386 Fix build under Mac OS X. 2013-12-29 19:26:36 +00:00
tron
e2a2cd4f51 Fix build under Solaris (10?) by providing implementations of strcasestr(3)
and strsep(3) taken from NetBSD.
2013-12-29 19:19:03 +00:00
marino
a8097218f3 lang/gcc-aux: Fix build for pure NetBSD/clang amd64 system
A new bootstrap was necesssary to allow gcc-aux to build on a NetBSD
system that has no gcc files on the system.  Other changes include:

* Remove support for NetBSD 5.99
* Remove defunct mirror site
* Restore action install stripped binaries (gcc bug fixed)
2013-12-29 19:16:53 +00:00
bsiegert
900310aa92 No -fvisibility=hidden on MirBSD.
Fixes the build of graphics/glu.
2013-12-29 16:28:15 +00:00
wiz
0112d26c0e Updated graphics/AfterShotPro to 1.1.0.30 2013-12-29 13:28:10 +00:00
wiz
0a3d79ff38 Update to 1.1.0.30. Changes not found, but that's the currently available
distfile.
2013-12-29 13:27:56 +00:00
taca
30f365f50d Note update of textproc/ruby-will-paginate package to 3.0.5. 2013-12-29 12:21:18 +00:00
taca
ebc12b4dd4 Update ruby-will-paginate to 3.0.5, fixing security problem of CVE-2013-6459.
* important security fix that prevents XSS in generated pagination links
* always call html_safe if available on will_paginate result
* exclude reorder for count queries
2013-12-29 12:20:41 +00:00
taca
ef457d8293 Note update of www/squid3 package to 3.4.1nb3. 2013-12-29 12:11:18 +00:00
taca
84170447ef Explicitly disable CPU optimized instruction. (--enable-arch-native is
default.)  Enabling CPU optimized instruction gains some performance, but
it lost portability of the binary package.

Bump PKGREVISION.
2013-12-29 12:10:45 +00:00
obache
fc14e06c76 Updated devel/ruby-msgpack to 0.5.8 2013-12-29 06:49:46 +00:00
obache
e3545bdac9 Update ruby-msgpack to 0.5.8.
2013-12-14 version 0.5.8:

* Fixed compatibility with Ruby 2.1.0
* Added :symbolize_keys option to MessagePack.load and Unpacker#initialize
2013-12-29 06:49:30 +00:00
obache
843d3ab4b8 Updated inputmethod/ibus-input-pad to 1.4.2 2013-12-29 06:46:24 +00:00
obache
89831307fe Update ibus-input-pad to 1.4.2.
* Removed shared_type tag in input-pad.xml, which is not upstreamed.
2013-12-29 06:45:14 +00:00
rodent
a2e92a26ae +xscrnsaver - one package in HEAD using this option now 2013-12-29 05:16:06 +00:00
tron
fa9e41feef Remove "-thread" related part of the last change. This is not the
correct fix.
2013-12-28 23:04:36 +00:00
tron
8127409b32 Remove last change. This is not the correct way to fix this. 2013-12-28 23:03:39 +00:00
bsiegert
d157785162 Fix MirBSD build of sparse. 2013-12-28 22:44:23 +00:00
tron
e5cce9cd57 Fix build with GCC (4.8?) under Solaris.
This kind of build problem should probably be handled centrally in
"pkgsrc/mk/wrapper/transform-gcc". But I'm not sure how to check
for the platform in that file.
2013-12-28 20:23:44 +00:00
hauke
ed838e4bd9 For PKG_OPTIONS.squid = -ssl, do not PLIST files that will not be
installed.
2013-12-28 19:50:34 +00:00