Commit graph

194993 commits

Author SHA1 Message Date
obache
ed099936b5 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
5d033fb171 Updated devel/ruby-ole to 1.2.11.5 2012-12-22 08:35:46 +00:00
obache
cd36b03814 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
831b5e8b24 Updated mail/milter-manager to 1.8.5 2012-12-22 08:29:50 +00:00
obache
a6df52939f 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
c1a52892f6 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
180fd2fa48 Fix PLIST for base package update. 2012-12-22 03:47:33 +00:00
joerg
048c5bea9c 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
d1262b44af Fix template look up. Don't declare constants with non-default
constructor.
2012-12-22 02:29:36 +00:00
joerg
9927d30623 Ensure correct initialisation. Bump revision. 2012-12-22 02:27:56 +00:00
joerg
0c9752669d 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
4bc7a98941 Make sure that depending packages don't pick up newer gedit versions. 2012-12-22 02:23:30 +00:00
wiz
820e5fccde 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
899e5c3d70 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
38076cd931 Fix PLIST for base package update. 2012-12-22 02:21:42 +00:00
dholland
22f5bc6e8f Fix PLIST for base package update. 2012-12-22 02:11:37 +00:00
wiz
46d97c3aac Fix unportable test(1) construct and use appropriate awk. 2012-12-22 02:10:42 +00:00
dholland
41b45d5f6e Fix PLIST for base package update. 2012-12-22 02:02:06 +00:00
dholland
71946d915c Fix PLIST for base package update. 2012-12-22 01:49:16 +00:00
dholland
86acf43b9a Regen patch for base package update. 2012-12-22 01:44:00 +00:00
dholland
0488937b31 Fix PLIST for base package update. 2012-12-22 01:39:29 +00:00
dholland
b2c233c28d Regen patch for base package update. 2012-12-22 01:34:25 +00:00
dholland
f7b1ecaaa3 Fix PLIST for base package update. 2012-12-22 00:52:34 +00:00
dholland
9779b39196 Revert previous as it breaks clang. PR 47342 2012-12-21 20:28:36 +00:00
dholland
6fa4438156 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
28419fa645 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
a9584df29f Stuff from tonight. 2012-12-21 11:55:10 +00:00
dholland
3ad1a35e84 Needs pangox-compat. Also was missing direct dep on pango. PKGREVISION -> 10. 2012-12-21 11:36:50 +00:00
dholland
1996770c3c 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
797714c7f7 Fix distinfo and reset PKGREVISION for base package update.
(base package is docbook-xsl)
2012-12-21 06:29:31 +00:00
dholland
31a5135b76 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
ae79b29b1e Work around header naming conflict with harfbuzz. Fixes build. 2012-12-21 05:33:47 +00:00
dholland
ef54a9a0b3 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
ad900ee7ac Fix broken build with gcc 4.5. While here, fix usage of tolower().
PKGREVISION -> 1.
2012-12-21 04:23:45 +00:00
dholland
00e1ab533d Recognize i486-netbsd as well as i386-netbsd. 2012-12-21 04:06:45 +00:00
dholland
d56abd6f5b Fix LP64 build. 2012-12-21 02:59:04 +00:00
dholland
31e85bb589 Silence extensive const warnings that were obscuring everything else. 2012-12-21 02:58:55 +00:00
dholland
38e65fbf35 Add missing linkage to own library. May fix the build failures seen
on some platforms. I have no idea why this would fail in a machine-
dependent way.
2012-12-21 02:33:08 +00:00
dholland
30623b4acd Don't use share/doc/html. Clean up a lot of additional pkglint.
PKGREVISION -> 2.
2012-12-21 01:26:34 +00:00
dholland
742f602090 Fix "libtool: unable to infer tagged configuration" breakage. 2012-12-21 01:16:50 +00:00
schnoebe
0424776a51 Add two new patches:
*	handle building with NetBSD 6's 64bit time_t on a 32 bit platform
    *	reorder src/utf8/checked.h to define the append() function
	before using it later on in the same file.

Also updated the MASTER_SITES to reference the new download site.
2012-12-21 00:10:59 +00:00
dholland
742d836b86 Update PLIST after base package update. 2012-12-20 23:02:17 +00:00
joerg
f40075eae8 Revert, the real issue was in cyrus-sasl. 2012-12-20 23:00:06 +00:00
joerg
c4c98aa1ba Clang warns about non-literal format strings, but we don't want this to
be fatal for now.
2012-12-20 22:53:54 +00:00
joerg
188cebae62 Disable Clang's stricter non-literal format string warning. 2012-12-20 22:53:11 +00:00
joerg
71c9ae45d2 sasl.h needs stddef.h to be self-contained. Bump revision. 2012-12-20 22:52:37 +00:00
dholland
73016acc7e Fix previous revision, which accidentally threw away BUILDLINK_TREE+= -tk,
causing the build of math/R to break mysteriously.
2012-12-20 22:17:23 +00:00
joerg
a1e99ef06d Add patchsum for patch-polsys.c 2012-12-20 22:12:59 +00:00
joerg
df314a7a74 -R is a linker flag, so prefix with -Wl. 2012-12-20 22:07:57 +00:00
joerg
ba037875cf Add some void love. 2012-12-20 22:05:05 +00:00