Commit graph

195158 commits

Author SHA1 Message Date
tron
a8b94c1610 Note update of the "net-snmp" package to version 5.6.1.1nb5. 2012-12-22 11:24:19 +00:00
tron
cd6023c994 Completely disable manual page compression for this package as it uses
nested manual page extensively.

Bump package revision for this bug fix.
2012-12-22 11:23:59 +00:00
taca
60a7ea089d + mysql-5.1.67, mysql-5.5.29, php-5.3.20, php-5.4.10. 2012-12-22 11:17:08 +00:00
tron
480cdeb8b7 Note update of the "motif" package to version 2.3.4nb1. 2012-12-22 11:16:43 +00:00
tron
6bd209d262 Completely disable manual page compression for this package as it uses
nested manual page extensively.

Bump package revision for this bug fix.
2012-12-22 11:16:25 +00:00
tron
fb1db8985f Note update of the "mysql55-client" package to version 5.5.28nb2. 2012-12-22 10:56:36 +00:00
tron
db2dccc417 Fix mysql_client_test_embedded(1) and mysqltest_embedded(1) manual pages
in case the package gets built with manual page compression.

Bump package revivison because of this bug fix.
2012-12-22 10:56:14 +00:00
tron
3440abac30 Use nicer make(1) syntax. 2012-12-22 10:45:13 +00:00
tron
811488a340 Note update of the "emacs" package to version 23.4nb10. 2012-12-22 10:34:54 +00:00
tron
77d4887daf Fix ctags(1) manual page if the package gets built with manual page
compression. Bump package revivison because of this bug fix.
2012-12-22 10:34:20 +00:00
tron
b7ad36c6a8 Note update of the "phpmyadmin" package to version 3.5.5. 2012-12-22 10:32:14 +00:00
tron
bf81ed2ea1 Update "phpmyadmin" package to version 3.5.5. Changes since 3.5.4:
- bug #3563824 [export] Support Apache's mod_deflate
- bug #3585523 [interface] Inline query editing broken after row update
- bug #3586389 [setup] Cannot switch language in /setup
- bug #3585695 [CSS] Font size in inline query editor is way too big
- bug #3588354 [l10n] Portuguese Language not displaying correctly
- bug #3591412 [status] Live charts don't work for non-default server
- bug [core] Proxy ajax calls to pma.net to avoid browser notices
- bug #3593534 [tracking] Structure Snapshot on tracked view renders
  invalid SQL
- bug #3544366 [events] Event comments not saved

Approved by Thomas Klausner.
2012-12-22 10:31:31 +00:00
obache
18acd7d4bc Updated inputmethod/ibus-table-chinese to 1.4.6 2012-12-22 08:58:28 +00:00
obache
35a05313e6 Update ibus-table-chinese to 1.4.6.
* Sat Dec 22 2012 Ding-Yi Chen <dchen@redhat.com> - 1.4.6
- Fixed IBus Google issue 1126: An error in ChineseTableLicenseAuditing
- Complete LICENSE tag for all of the tables.

* Mon Nov 26 2012 Ding-Yi Chen <dchen@redhat.com> - 1.4.5
- Table build scripts has been refactored.
- cmake-fedora is added as submodule.
- Fixed Bug 855250 - Change the default filtering for Quick and Cangjie by
  merging maxiaojun's repository
- Fixed Google Issue 1405: failed to build ibus-table-chinese due to missing db files
- Fixed Google issue 1507: Add CJKV Extension C/D support for Array30
- Merge GitHub Pull request 3: Added the inter punct
- Merge GitHub Pull request 4: Give Cangjie and Quick users 9 candidates per page
2012-12-22 08:58:14 +00:00
obache
2c0ed5e2db Updated inputmethod/ibus-chewing to 1.4.3 2012-12-22 08:41:48 +00:00
obache
c90808e019 Update ibus-chewing to 1.4.3.
* Sat Dec 22 2012 Ding-Yi Chen <dchen at redhat.com> - 1.4.3
- Fixed GitHub issue #30: Rework decorate_preedit
  by merging pull request #30 from buganini
- Fixed GitHub issue #31: Properly refresh property
  by merging pull request #31 from buganini
2012-12-22 08:41:36 +00:00
obache
00653d9658 Updated devel/ruby-ole to 1.2.11.5 2012-12-22 08:35:46 +00:00
obache
b078fd5fc1 Update ruby-ole to 1.2.11.5.
== 1.2.11.5 / 2012-11-06

- Fix breakage of IO.parse_mode on Rubinius (issue #10).
- Make tests pass on rubinius (issue #11).
- Improve RangesIO test coverage.
- Don't warn when mbat_start is AVAIL instead of EOC (github #9).
2012-12-22 08:35:31 +00:00
obache
2fcc529e60 Updated mail/milter-manager to 1.8.5 2012-12-22 08:29:50 +00:00
obache
fa986c84c2 Update milter-manager to 1.8.5.
== [release-1-8-5] 1.8.5: 2012-12-03

A bug fix release of 1.8.4.

=== Package

  * Drop Ubuntu Natty Narwhal support.
  * Fix broken documents.

=== Ruby milter

  * Fix a typo in test for Ruby1.8.
    [Pull requested by umq]

=== Thanks

  * umq

== [release-1-8-4] 1.8.4: 2012-11-21

A bug fix release of 1.8.3.

=== Package

  * Added Ubuntu Quantal Quetzal support.
  * Provided packages built by using Ruby1.9 on following distributions:
    Debian wheezy, Debian sid, Ubuntu Precise Pangolin, Ubuntu Quantal Quetzal
  * Added missing fixture files into tar.gz.
    [Reported by Hirohisa Yamaguchi]
  * Solaris: Added missing SMF method file into tar.gz.
    [Reported by @ftnk]
  * yum: Rename yum repository pacakge.
    milter-manager-repository -> milter-manager-release
  * deb: Use Ruby1.9 by default.
  * deb: Rename packages for Ruby binding.
    libmilter-*-ruby1.8 -> ruby-milter-*

=== milter manager

==== Improvements

  * configure: Specify Ruby/GLib2 version to --with-bundled-ruby-glib2 option

==== Fixes

  * manager: Suppressed compiler type warnings.
    [GitHub #12]
    [Reported by Hirohisa Yamaguchi]
  * debian cron: used mail.log instead of mail.info
    [milter-manager-users-ja:00171]
    [Reported by Kazuhiro NISHIYAMA]

=== milter-core

==== Improvements

  * Supported MILTER_DEBUG=fatal-criticals.
  * binding ruby: milter callback arguments are ASCII_8BIT.
    [GitHub #3]

==== Fixes

  * Fixed an issue which a following warning is shown when running at high loads.
    "g_io_channel_write_chars: assertion `channel->is_writeable' failed"

=== Admin

==== Improvements

  * Upgraded to Rails2.3.14

=== Document

==== Fixes

  * Fixed about install sequence on CentOS.
    [GitHub #13]
    [Reported by Kunkichi]

=== Thanks

  * Hirohisa Yamaguchi
  * Kazuhiro NISHIYAMA
  * @ftnk
  * Kunkichi
2012-12-22 08:29:30 +00:00
dholland
670639e40e Fixed webmin packages. There is one left, but it depends on p5-Net-LibIDN,
which currently won't build, so it'll have to wait.
2012-12-22 03:53:54 +00:00
dholland
fc00cc5a24 Fix PLIST for base package update. 2012-12-22 03:47:33 +00:00
joerg
6c1387f4c8 Fix template look up. Fix function pointer declaration. Don't compare
enums and strings. Bump revision.
2012-12-22 02:31:33 +00:00
joerg
97555ab083 Fix template look up. Don't declare constants with non-default
constructor.
2012-12-22 02:29:36 +00:00
joerg
1075433c80 Ensure correct initialisation. Bump revision. 2012-12-22 02:27:56 +00:00
joerg
6e869916c5 Using __VA_ARGS__ and expecting the compiler to magically remove the
initial comma when it expands to empty is a GCC extension. Avoid it.
2012-12-22 02:25:56 +00:00
joerg
123e29d7f0 Make sure that depending packages don't pick up newer gedit versions. 2012-12-22 02:23:30 +00:00
wiz
a7c5f13f4d Not parallel make safe.
Stuff like:
mv: rename .deps/sdp.Tpo to .deps/sdp.Plo: No such file or directory
happens.
2012-12-22 02:23:02 +00:00
joerg
298ccd105c Disable use of visibility attributes for clang, it is much stricter
about enforcing consistency than gcc.
2012-12-22 02:22:44 +00:00
dholland
ef2f3bcc8b Fix PLIST for base package update. 2012-12-22 02:21:42 +00:00
dholland
0173092db2 Fix PLIST for base package update. 2012-12-22 02:11:37 +00:00
wiz
c5d0e63caf Fix unportable test(1) construct and use appropriate awk. 2012-12-22 02:10:42 +00:00
dholland
a1599f6a16 Fix PLIST for base package update. 2012-12-22 02:02:06 +00:00
dholland
a5857eefc7 Fix PLIST for base package update. 2012-12-22 01:49:16 +00:00
dholland
daacc8a137 Regen patch for base package update. 2012-12-22 01:44:00 +00:00
dholland
0df6eade46 Fix PLIST for base package update. 2012-12-22 01:39:29 +00:00
dholland
dcad98b82d Regen patch for base package update. 2012-12-22 01:34:25 +00:00
dholland
d82466fa01 Fix PLIST for base package update. 2012-12-22 00:52:34 +00:00
dholland
2a871f1c48 Revert previous as it breaks clang. PR 47342 2012-12-21 20:28:36 +00:00
dholland
0446e79655 Revert previous; Joerg says it breaks on clang. (It would be nice if
clang didn't masquerade as gcc and then turn out to be incompatible.)
Reopens PR 47342, but I'll deal.
2012-12-21 20:26:42 +00:00
joerg
7d8d3afb03 Fix 6 year+ old type in configure by adding missing hyphen for -Wl,-R.
Fix main declaration for X11 test.
Always use C++ and C99 compatible inline specifier.
2012-12-21 15:06:31 +00:00
dholland
09e20f8b8d Stuff from tonight. 2012-12-21 11:55:10 +00:00
dholland
c36d417886 Needs pangox-compat. Also was missing direct dep on pango. PKGREVISION -> 10. 2012-12-21 11:36:50 +00:00
dholland
fe5a65eeea Chase after that moving target known lightly as the C++ "standard".
Fixes build. Also clean up insecure-temporary-files. PKGREVISION -> 1.
2012-12-21 10:29:46 +00:00
dholland
0aeeb462f5 Fix distinfo and reset PKGREVISION for base package update.
(base package is docbook-xsl)
2012-12-21 06:29:31 +00:00
dholland
05c7b08d27 Disable this package on ruby18; it does not build and hasn't for ages,
and at this point it's not worth pretending we'll ever fix it.
2012-12-21 06:23:19 +00:00
dholland
0d4bb95e3e Work around header naming conflict with harfbuzz. Fixes build. 2012-12-21 05:33:47 +00:00
dholland
b0416bb62b This package installs stuff in the vendor_perl directory and knows
about the Perl version. Instead of baking the version number into the
PLIST, control it from the Makefile. Also, depend on the current
major/minor version of Perl. Ideally this version should come from
something in lang/perl5, but there isn't any obvious way to do that.
But at least now this only has to be updated in one place when Perl
changes.

Bump PKGREVISION because of the depends changes.
2012-12-21 04:55:10 +00:00
dholland
41bdd01151 Fix broken build with gcc 4.5. While here, fix usage of tolower().
PKGREVISION -> 1.
2012-12-21 04:23:45 +00:00
dholland
0e3b3a92ec Recognize i486-netbsd as well as i386-netbsd. 2012-12-21 04:06:45 +00:00