Commit graph

162230 commits

Author SHA1 Message Date
drochner
be211b5633 update to 2.30.5
This releases tries to sync with master as much as possible. Mostly bug fixes,
cleanups and small enhancements have been cherry-picked.
2010-08-31 18:46:48 +00:00
drochner
a768f96a46 add conditionals to PLIST to fix the non-gnome case, should fix
PR pkg/43812 by Matthew Mondor
The DIA_HELPDIR variable looks unnecessary now, it might make sense
to not install the xml documentation in the non-gnome case because
there is no tool to read it anyway.
2010-08-31 18:25:29 +00:00
wiz
45656fd40d Bump PKGREVISION for DEPENDENCY change. 2010-08-31 18:24:11 +00:00
drochner
a3cb74b7bd remove dependency on ghostscript-fonts -- this pkg uses fontconfig
to access fonts
2010-08-31 18:18:38 +00:00
drochner
6899ff8e70 don't enable the "avahi" option per default, as done in other pkgs
(doesn't work on NetBSD)
2010-08-31 18:00:52 +00:00
tron
3e984b7799 Note update of the "help2man" package to version 1.38.2nb1. 2010-08-31 16:56:10 +00:00
tron
eaad7c73d7 Fix build problems under Mac OS X (and potentially other platforms):
1.) Include "devel/gettext-lib/buildlink3.mk" to avoid incomplete builds.
2.) Don't strip installed binaries (under Mac OS X only) which is required
    for shared objects.
2010-08-31 16:55:58 +00:00
taca
166654e05b Note update of lang/ruby18-base package to 1.8.7.174nb7. 2010-08-31 16:28:56 +00:00
taca
7755c2f37a Explicitly set environment INSTALL, and reset INSTALL_DATA,
INSTALL_PROGRAM and INSTALL_SCRIPT.

They reflect to Ruby's Config::CONFIG constant which contains
various configuration parametes which would be used when installing
extention modules including ruby gems.

Setting INSTALL explicitly reset the line in mk/configure/gnu-configure.mk.

CONFIGURE_ENV+= ac_given_INSTALL=${INSTALL:Q}\ -c\ -o\ ${BINOWN}\ -g\ ${BINGRP}

Should be fix PR pkg/43684 and pkg/43687.

Bump PKGREVISION.
2010-08-31 16:28:13 +00:00
gdt
9b12731738 Removed net/quagga-devel successor net/quagga [gdt 2010-08-31] 2010-08-31 13:26:55 +00:00
gdt
d54fc4421a - quagga-devel 2010-08-31 13:26:05 +00:00
gdt
6c42bcc072 Remove; now in net/quagga. 2010-08-31 13:21:24 +00:00
gdt
6a56fddc66 Updated net/quagga to 0.99.17 2010-08-31 13:20:24 +00:00
gdt
b45ec862cf Replace with contents of quagga-devel, thus upgrading to 0.99.17. 2010-08-31 13:20:13 +00:00
gdt
7202ffc3b0 Emphasize that no one should be running 0.98.6. (This package will be
deleted as soon as I have time to move quagga-devel to quagga.)
2010-08-31 12:55:16 +00:00
drochner
ea0caf7779 recognize maxima-5.22, bump PKGREVISION 2010-08-31 12:20:15 +00:00
markd
ead7a6c443 fix build with boost-libs 1.44.0 2010-08-31 12:17:44 +00:00
drochner
59803b9d50 uses new "<case1> if <cond> else <case2>" syntax -> Python-2.5+ only
(seen in bulk build)
2010-08-31 10:57:13 +00:00
tnn
976cad2cd3 we have enigmail support these days 2010-08-31 10:53:06 +00:00
obache
5454b902c2 + input-pad py-input-pad ibus-input-pad 2010-08-31 08:29:42 +00:00
obache
ed23aaca8f Added inputmethod/ibus-input-pad version 0.1.3 2010-08-31 08:28:08 +00:00
obache
c2781e5fcd Import ibus-input-pad-0.1.3 as inputmethod/ibus-input-pad.
The input pad engine for IBus platform.
2010-08-31 08:27:52 +00:00
obache
0d43794ece Added inputmethod/py-input-pad version 0.1.1 2010-08-31 08:27:10 +00:00
obache
0e7bf9a127 Import py-input-pad-0.1.1 as inputmethod/py-input-pad.
The input pad is a tool to send a character on button to text applications.
This package provides python wrapper for input pad.
2010-08-31 08:26:54 +00:00
obache
d1538d97e2 Added inputmethod/input-pad version 0.1.1 2010-08-31 08:25:38 +00:00
obache
8e61704245 Import input-pad-0.1.1 as inputmethod/input-pad.
The input pad is a tool to send a character on button to text applications.
2010-08-31 08:25:20 +00:00
taca
80537397f8 Update distinfo, noted by tron@. (Thanks!) 2010-08-31 08:23:15 +00:00
taca
70e4e9df3b Note update of devel/gmake package to 3.82nb1. 2010-08-31 07:03:41 +00:00
taca
1b4af6642f Add a fix for bug #30612 (http://savannah.gnu.org/bugs/index.php?30612)
from GNU make's CVS repository (revision 1.194).  It solves some of
strange compile error on misc/rpm (and maybe more).

Bump PKGREVISION.
2010-08-31 07:02:48 +00:00
sno
df11e1cafe Updated devel/p5-Test-Weaken to 3.004.000 2010-08-31 06:03:02 +00:00
sno
5d0aed1b1f Updating devel/p5-Test-Weaken from 3.002000nb1 to 3.004000
Upstream changes:
3.004000 Sun May 16 15:36:51 2010
        * Ticket 56722:
          When addition is overloaded, it confuses Test::Weaken.
2010-08-31 06:02:41 +00:00
sno
c6a4afcfc6 Updated devel/p5-Test-Most to 0.22 2010-08-31 05:45:38 +00:00
sno
7d23e35ba8 Updating devel/p5-Test-Most from 0.21nb1 to 0.22
pkgsrc changes:
- correcting license
- adjusting dependency versions

Upstream changes:
0.22    2010-08-07
        - Added always_explain() and always_show().
        - Apply doc fixes from ranguard. Thanks :)

0.21_04 2010-02-06
        - Give people the ability to exclude test modules in case of
          conflicts.  This is to resolve: "Prototype mismatch: sub
          main::blessed ($) vs none" error with Moose and Test::Deep.  See
          https://rt.cpan.org/Ticket/Display.html?id=54362&results=e73ff63c5bf9ba0f796efdba5773cf3f

0.21_03 2010-02-06
        - Bump up dependency on Test::Builder.  Need that for done_testing()
          and to deprecate all_done().
        - Remove strict and warnings from tests since they no longer need them
          :)
        - Decided to bump up the minimum version number for all test modules.
          This module should be "one stop shopping" for most people.
        - Moderately significant POD update.

0.21_02 2010-02-06
        - Import strict an warnings.
        - Increase version requirement for
          https://rt.cpan.org/Ticket/Display.html?id=44790  Thanks to Gerda
          Shank for that.

0.21_01 2009-02-18
        - Have explain() depend on Test::More::note() (patch from Schwern)
        - Depend on Test::More directly (patch from Scwhern)
2010-08-31 05:45:14 +00:00
sno
69b759f707 Updated devel/p5-Test-Class to 0.36 2010-08-31 05:36:09 +00:00
sno
9745064b92 Updating devel/p5-Test-Class from 0.35nb1 to 0.36
Upstream changes:
0.36 - or the "Adrian should have released this earlier" release [2010-08-19]
(Thanks to Mark Morgan for doing all the useful work on this one!)
    - New add_filter() method allows global filtering of test methods
    - Apply t/todo.t patch to fix RT#55324 (test bug, not Test::Class bug).
      This makes the test suite pass with Test::Simple 0.95_01 and greater.
2010-08-31 05:35:36 +00:00
sno
4660664490 Updated devel/p5-Devel-Leak-Object to 1.01 2010-08-31 05:28:42 +00:00
sno
f680c31aa8 Updating devel/p5-Devel-Leak-Object from 1.00nb1 to 1.01
pkgsrc changes:
- switch to Module::Install::Bundled

Upstream changes:
1.01 Wed 16 Jun 2010
	- Upgraded to Module::Install::DSL 0.99
	- warn rather than die for objects that don't conform to our assumptions
	- list tracked source line only once
	- list the next caller in the stack if bless is called by the
	  class's new()
	- add a checkpoint() status which lists new classes created (and
	  not destroyed) since the last call to checkpoint()
2010-08-31 05:28:21 +00:00
sno
5b2f376e2d Updated print/p5-LaTeX-Table to 1.0.5 2010-08-31 05:21:43 +00:00
sno
9aced53ab4 Updating print/p5-LaTeX-Table from 1.0.2 to 1.0.5
pkgsrc changes:
- adjusting dependencies

Upstream changes:
1.0.5  Wed  Aug 25 2010
        - Set min. version of MooseX::FollowPBP to 0.03 (older versions caused
          cpan test fails)

1.0.4  Tue  Aug 24 2010
        - fixed stupid bug in Build.PL (introduced in 1.0.3)

1.0.3  Tue  Aug 24 2010
        - small code cleanup
        - added github in Makefile.PL and Build.PL
        - moved author tests to xt
        - longtable tests
2010-08-31 05:21:10 +00:00
sno
4e0b7b5c76 Updated textproc/p5-YAML-Syck to 1.14 2010-08-31 05:12:53 +00:00
sno
8d6ed9c95a Updating textproc/p5-YAML-Syck from 1.12nb1 to 1.14
Upstream changes:
[Changes for 1.14 (YAML::Syck 0.37 ) - 2010-08-03]
* RT RT60771 - Further refactor for JSON. if a number is a valid
  perl string, quote it. "1" + "1" = "11" in javascript.
* add YAML tests to make sure HEX and octal preserve their information
2010-08-31 05:12:29 +00:00
obache
1e2246ad2c Remove unwanted PLIST entry. 2010-08-31 01:00:56 +00:00
obache
ffb292f403 Need swig to build. 2010-08-31 00:59:23 +00:00
obache
50e2c14f42 need qmake to build, buildlink with qt4-tools. 2010-08-31 00:56:24 +00:00
obache
f47780966a Need pkg-config. 2010-08-31 00:53:04 +00:00
pettai
08ef1050ee Updated security/aide to 0.14.2 2010-08-30 22:30:55 +00:00
pettai
018f115709 Version 0.14.2
* Report correct file type in "Detailed information
      about changes" section
    * Bug fixes

Version 0.14.1
    * Added aide-attributes.sh contrib script
    * Bug fixes

Version 0.14
        * Renewed autoconf mechanism
        * Resolved licensing conflicts
        * New feature to summarize changes
        * Added prelink support
        * Many bugfixes
2010-08-30 22:30:27 +00:00
pettai
7bbf14f186 Updated mail/mimedefang to 2.71 2010-08-30 21:56:40 +00:00
pettai
2fd72615c4 MIMEDefang 2.71 fixes the following bugs:
* Restores compatibility with Postfix (which was broken in 2.70).
* Properly fixes signal-handling in child processes. 2.70 included a partial fix,
  but signal-handling would break if you ran md-mx-ctrl reread.
2010-08-30 21:55:48 +00:00
jakllsch
7e73dd073e Updated devel/pango to 1.28.1nb1 2010-08-30 21:43:43 +00:00