Commit graph

197414 commits

Author SHA1 Message Date
adam
e3362edc22 Changes 2.24.16:
* Bug fixes:
 694077 Make GtkItemFactory produce GtkSeparatorMenuItems
 645065 GtkFileChooserButton doesn't handle closing its dialog correctly
        Reliably stop spinning when a GtkSpinButton is hidden
2013-02-21 22:03:45 +00:00
dholland
05a17a5ded Apply upstream patch aaff080449ebcb66553ebf5b512f737b6191f339 to fix
build with gcc 4.6+ and clang. Via Al Viro.
2013-02-21 18:12:26 +00:00
wiz
3259a70c86 + KeePass-2.21, Sigil-0.7.0 [needs qt5], TeXmacs-1.0.7.18,
blender-2.66, dvdstyler-2.4.1, ekiga-4.0.1, flightgear-2.10,
  graphviz-2.30.1, gssdp-0.14.0, gtexinfo-5.0, gtk2+-2.24.16,
  gupnp-0.20.0, gupnp-av-0.12.0, gupnp-dlna-0.10.0, hiawatha-8.8,
  httping-1.5.8, libffi-3.0.12, libgee-0.8.4, logrotate-3.8.3
  [pkg/47581], luit-2.0.20130217, p5-pango-1.224, potrace-1.11,
  py-distribute-0.6.35, py-lxml-3.1.0, qpdfview-0.4, scmgit-1.8.2,
  shared-mime-info-1.1, viking-1.4, x264-devel-20130216, xdelta3-3.0.6,
  xf86-video-intel-2.21.3, xmp-4.0.1.
2013-02-21 17:58:31 +00:00
is
006eb8cb22 Fix minor typo. 2013-02-21 16:25:51 +00:00
pettai
45f43ee3b4 Updated security/opendnssec to 1.3.13 2013-02-21 15:51:43 +00:00
pettai
78e9163195 OpenDNSSEC 1.3.13 - 2013-02-20
Bugfixes:
* OPENDNSSEC-388: Signer Engine: Internal serial should take into account
  the inbound serial.
* OPENDNSSEC-242: Signer Engine: Could get stuck on load signconf while
  signconf was not changed.
* Signer Engine: Fixed locking and notification on the drudge work queue,
  signals could be missed so that drudgers would stall when there was work to
  be done.
2013-02-21 15:51:17 +00:00
gdt
be5306b185 Add explanations to DESCR for sqlite packages because it is quite
boggling that, e.g., py-sqlite2 is a wrapper for sqlite3.
2013-02-21 15:14:45 +00:00
obache
f68d1d940a if `id -u' failed, assume that numeric ID is specified (especially for Cygwin). 2013-02-21 13:33:10 +00:00
obache
ba7f16238d Updated math/ruby-spreadsheet to 0.8.1 2013-02-21 13:23:56 +00:00
obache
33b4752839 Update ruby-spreadsheet to 0.8.1.
=== 0.8.1 / 18.02.2013

* Updated Manifest.txt to include lib/spreadsheet/excel/rgb.rb

=== 0.8.0 / 18.02.2013

* Adding support for converting color palette values to RGB values (not vice-versa..yet)
* by https://github.com/dancaugherty/spreadsheet/compare/master...rgb

=== 0.7.9 / 06.02.2013

Author: Eugeniy Belyaev (zhekanax)

* You can merge if you are interested in perl-like Workbook.set_custom_color
  implementation. I know it is not really a proper way to deal with custom colors, but
  nevertheless it makes it possible.
* https://github.com/zdavatz/spreadsheet/pull/27

=== 0.7.8 / 06.02.2013

Author: Kenichi Kamiya <kachick1@gmail.com>
Date:   Wed Feb 6 11:23:35 2013 +0900

* Link to Travis CI on README
* Remove warnings "assigned but unused variable" in test
* Remove warnings "assigned but unused variable"
* Enable $VERBOSE flag when running test
2013-02-21 13:23:12 +00:00
taca
565abc975a Note update of www/geeklog package to 1.8.2.1. 2013-02-21 13:01:54 +00:00
taca
148ef46ba5 Update geeklog to 1.8.2.1 (Geeklog 1.8.2sr1).
Geeklog History/Changes:

Feb 19, 2013 (1.8.2sr1)
------------

This release addresses the following security issues:
- High-Tech Bridge Security Research Lab reported an XSS in the calendar_type
  parameter in the Calendar plugin (HTB23143).
- Trustwave Spiderlabs reported XSS in the install script, the Configuration,
  as well as in the Admin interfaces for the Polls plugin and the Topic editor
  (TWSL2013-001).

Not security-related:
- Fixed Twitter OAuth login by switching to version 1.1 of the Twitter API
  (feature request #0001506).
2013-02-21 13:01:24 +00:00
taca
362ac285f1 Note update of www/drupal7 package to 7.20. 2013-02-21 12:59:53 +00:00
taca
2671545731 Update drupal7 to 7.20.
Drupal 7.20, 2013-02-20
-----------------------
- Fixed security issues (denial of service). See SA-CORE-2013-002.
2013-02-21 12:59:19 +00:00
obache
cd901ade7c ${ID} is not defined here. 2013-02-21 11:19:27 +00:00
jperkin
e945e086e9 Updated math/py-numpy to 1.6.2nb1 2013-02-21 10:59:54 +00:00
jperkin
e17509e3e6 Ensure the correct compiler ABI flag is used when this package does
its own builds for dependencies.  Fixes issue on SunOS 32-bit when
the native gfortran produces 64-bit by default.

Bump PKGREVISION.
2013-02-21 10:59:38 +00:00
wiz
0d0c0bad90 When using clang, set ACTIVE_CC so the share/mk Makefiles know
which flags to suppress (in particular e.g. -Wno-traditional,
which isn't recognized and breaks the build with clang).
2013-02-21 07:58:21 +00:00
wiz
06ed9834e1 clang -dumpversion prints 4.2.1, which is not the intended content
of CC_VERSION.
Use clang --version | sed to get a more usable string.
2013-02-21 07:57:19 +00:00
wiz
d1dda1a64e Fix cut(1) arguments so that all tests work fine. From Kai-Uwe Eckhardt. 2013-02-20 21:37:13 +00:00
wiz
5f1c392f23 Does not really use c++, remove it from languages. 2013-02-20 21:36:52 +00:00
ryoon
531437f5dc Updated devel/nss to 3.14.3 2013-02-20 19:49:52 +00:00
ryoon
816e588843 Update to 3.14.3
Changelog:
* Bugfixes
* Fix CVE-2013-1620.
2013-02-20 19:49:17 +00:00
ryoon
00efb751e5 Updated devel/nspr to 4.9.5 2013-02-20 19:42:28 +00:00
ryoon
fcedb54068 Update to 4.9.5
No changelog is provided.
2013-02-20 19:35:36 +00:00
asau
27174eb549 regen 2013-02-20 18:04:05 +00:00
asau
b99636d2f2 Expand bootstrapping instructions based on suggestions from Arthur Maciel:
- mention unprivileged mode;
 - mention default settings for privileged and unprivileged modes;
 - mention how to get help from bootstrap script;
 - mention possibility of having multiple deployments.
2013-02-20 17:45:11 +00:00
asau
4fd904774d regen 2013-02-20 17:06:03 +00:00
obache
b0ab224f20 Use ${ID} instead of bare 'id'. 2013-02-20 13:08:26 +00:00
obache
aa7e337c12 purge jitterbug related items, misc/jitterbug had been removed in 2012Q3. 2013-02-20 13:04:47 +00:00
obache
c786fb3750 Use Administrators for ROOT_GROUP of Cygwin instead of Administrator. 2013-02-20 12:44:14 +00:00
obache
6773d2ae90 Fixes ROOT_GROUP setting for Cygwin. 2013-02-20 12:42:43 +00:00
fhajny
4aac2db879 Add apxs to buildlink3, so that packages that use apxs will build properly
under restricted pbulk.
2013-02-20 12:14:42 +00:00
obache
949655aa14 Fixes reverse condition of is_root() for Cygwin. 2013-02-20 11:04:26 +00:00
obache
a801271e05 fix a typo 2013-02-20 10:59:36 +00:00
obache
99dcda1037 Set proper variables for the case of --compiler=clang. 2013-02-20 10:30:41 +00:00
dillo
9aa8cb3d6c Fix path to default status file. 2013-02-20 09:20:28 +00:00
wiz
7de9eb7274 Fix continuation for previous. 2013-02-20 09:19:08 +00:00
wiz
84c6700514 Remove OPSYS and LOWER_OPSYS substitutions in print-PLIST;
nowadays they cause more PLIST breakage than they fix.
2013-02-20 08:45:05 +00:00
fhajny
8033976436 Fix silly PLIST mistake, no revision bump needed 2013-02-20 08:36:34 +00:00
obache
354965a339 skip symbolic link for shlibs check, it may point to absolute path and currently
installed old version's file.
2013-02-20 06:00:51 +00:00
dsainty
22dce0a589 Fix package build for MACHINE_ARCH == x86_64 2013-02-19 23:35:48 +00:00
joerg
e537302d4a Request C++11 when building with clang. 2013-02-19 22:35:15 +00:00
joerg
52bc47a312 NetBSD needs _KMEMUSER now. 2013-02-19 22:34:09 +00:00
joerg
a93a8f2e02 Fix build with new libpng. 2013-02-19 22:32:35 +00:00
joerg
eaa9c89215 Doesn't really need gtar. 2013-02-19 22:31:32 +00:00
joerg
c808ad5407 Drop gtar dependency 2013-02-19 22:30:33 +00:00
ryoon
d57544083c Improve DESCR.
Mention difference between 1.6 and 1.7.
2013-02-19 19:53:23 +00:00
wiz
069fbbd090 Add TEST_TARGET. 2013-02-19 19:45:44 +00:00
ryoon
9606cd7b65 Updated textproc/py-markdown to 2.2.1 2013-02-19 19:42:18 +00:00