summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-12-16update to 2.2.3drochner10-493/+275
This is a major update, too much to list here. pkgsrc notes: I've removed the subversion dependency because this is too heavy as a dependency in the default case. Might become an addon. Thanks to Ulrich Etile for help and testing. (There might be remaining issues on some platforms, but I wanted to checkpoint before the Q4 freeze.)
2007-12-16Include "stdlib.h" head file and add a few forward declarations to pleasetron2-8/+16
picky C compilers.
2007-12-16update to 5.9.3drochner5-140/+25
many bugfixes and feature additions, too much to list here Thanks to Ulrich Etile for help and testing. (There might be remaining issues on some platforms, but I wanted to checkpoint before the Q4 freeze.) There also seem to be issues with guile's thread support.
2007-12-16Note updates of graphics/gimp-liquid-rescale and net/Transmission.tnn1-1/+3
2007-12-16The package supports installation to DESTDIR.heinz1-1/+3
2007-12-16Update to gimp-liquid-rescale-0.3.0.6.tnn2-7/+7
Fixes a bug with gimp plugin registration and a build problem on OSX.
2007-12-16The package supports installation to DESTDIR.heinz1-1/+2
2007-12-16PR#34153 - fix famd manual pagecjep3-3/+18
2007-12-16update to 0.2.0drochner3-10/+11
changes: bugfixes, improved error reporting
2007-12-16Missing buildlink3.mk needed by skk. Pointed out by wiz.uebayasi1-0/+22
2007-12-16update to 3.4.0drochner4-238/+289
This switches to the gnome-2.20 branch add bl3 file
2007-12-16update to 0.7.6drochner4-20/+22
This switches to a new branch, needed for a major anjuta update. Thanks to Ulrich Etile for testing.
2007-12-16Add missing w3/buildlink3.mk which is conditionally included by devel/semi.uebayasi1-0/+22
Pointed out by wiz.
2007-12-16Fix broken (or non-portable at best) shell code.tron2-4/+4
2007-12-16Remove unused patch.wiz1-19/+0
2007-12-16Fix build on pre-Leopard Mac OS X systems.tron1-3/+5
2007-12-16Fix cut and paste error in last change.tron1-2/+2
2007-12-16Mac OS X Leopard doesn't "InstallFlags" in "darwin.cf". We therefore don'ttron1-4/+6
need to (and cannot) apply a patch to prevent that. This package builds under Leopard now.
2007-12-16Mac OS X's Leopard "/bin/sh" doesn't support "echo -n" (apparently bytron1-1/+5
purpose because if it is invoked as "/bin/bash" it does). Use "/bin/echo -n" instead.
2007-12-16fix (or work around) a problem in clock applet - evolution communication:drochner3-2/+17
if a Task was checked as done in the calendar the timezone offset was appearently applied twice, so that a wrong time was put into the database. I don't know whether the clock applet generates the timestamp the wrong way or whether evolution doesn't deal with non-UTC timestamps, but passing UTC helps. bump PKGREVISION
2007-12-16make display of attachment workdrochner3-2/+18
bump PKGREVISION
2007-12-16Updated archivers/p7zip to 4.57adam1-1/+2
2007-12-16Changes 4.57:adam3-9/+8
- From Windows version of 7-zip 4.57: - Fixed BUG in command line version: -up3 switch could work incorrectly. - Minor improvement in ZIP compression. Changes 4.56: - From Windows version of 7-zip 4.56: - Some bugs were fixed - On HPUX : fixed "Can't load '../bin/7z.dll'" - bug: p7zip used to build a zip file with FAT header instead of Unix header - On AIX : fixed "HugeFiles=off" - bug 1800180: LZMAlone compilation error in COutFile - Patch 1796569: Fix FreeBSD FTBFS - Patch 1796575: fix man1/7za.1 man1/7zr.1 man1/7z.1
2007-12-16Updated packages devel/p5-Error, devel/p5-Log-Dispatch, forgot to delete ↵rhaen1-3/+1
them from TODO
2007-12-16Fixing error reported by babylon5.NetBSD.org weekly pkgsrc output (missing ↵rhaen3-6/+6
newline)
2007-12-16Fixing error reported by babylon5.NetBSD.org weekly pkgsrc output (Missing ↵rhaen1-2/+2
newline)
2007-12-16Fixing error reported by babylon5.NetBSD.org weekly pkgsrc outputrhaen1-2/+2
2007-12-16Removing '||' does not mean 'simpler' (hi rillig).obache1-2/+2
2007-12-16audit-packages logic for its location depends on a variety of factorsadrianp1-1/+19
including OS, pkg_install version and NetBSD version. The following should pick the correct version to run.
2007-12-16Disable assembler code under Mac OS X Leopard i386 to fix build failure.tron1-2/+7
2007-12-15Fix build problem under Mac OS X Leopard.tron2-1/+16
2007-12-15Add koffice-l10n-pl.kristerw1-1/+2
2007-12-15Fix build problems under Mac OS X Leopard.tron2-3/+13
2007-12-15Note update of the "x11-links" package to version 0.32.tron1-1/+2
2007-12-15Update "x11-links" package to version 0.32:tron13-62/+185
- Update X.org support to support systems with modular X.org in the base distribution. - Add support Mac OS X Leopard.
2007-12-15Note update of sysutils/monit to version 4.10.1seb1-1/+2
2007-12-15Update to version 4.10.1.seb11-4064/+32
Placate pkglint. Most of the package's patches had been integrated. Approved by heinz@ Changes since last packaged version (4.9): Version 4.10.1 BUGFIXES: * When monit sent alert, it reported that alert handler failed, which was not true and the message was delivered in fact. This bug was introduced in monit-4.10. * Fix the memory usage report on machines with more then 4GB physical memory running Mac OS X. Version 4.10 NEW FEATURES AND FUNCTIONS: * Monit from this version on is licensed under GPL version 3 * Added support for SMTP authentication and SSL for sending alerts. Example syntax: - plain athentication: set mailserver smtp.foo.bar username "user" password "hidden" - plain athentication with ssl: set mailserver smtp.foo.bar username "user" password "hidden" using sslv3 - plain athentication with tls: set mailserver smtp.foo.bar username "user" password "hidden" using tlsv1 Thanks to Thomas Lohmueller for patch. * Allow to set the location of monirc using 'configure --sysconfdir' option during monit compilation. Thanks to Klaus Heinz for patch. * Monit now log user actions requested via monit's http interface. * Monit http interface now use the POST method for forms (change is transparent from the user point of view). * Monit ICMP echo/ping test now supports 20 echo requests per cycle at maximum. * When monit identifies the process as zombie, continue the monitoring (formerly monit disabled monitoring of the given service and sent alert since it was considered unmanageable). * Fixed #21447: Monit now adds a (dummy) Message-id header in alert mails to prevent any spam checkers to accidental filter out monit alerts based on missing message-id. * Removed C99 particulars from monit code to support non-C99 compilers. REMOVED FEATURE * Removed support for local redirects in the HTTP protocol test. Users must provide the correct path for the resource they want to test. BUGFIXES: * Fixed a possible monit crash on exit if a match rule was used and referred a file containing multiple expressions. Thanks to Stephen Dowdy for report. * Added patch from Klaus Heinz which fix a problem in the Log module that had monit using an uninitialized mutex after a monitrc reload. * Fixed a possible crash on monit start when the monit control file contained exec action with argument longer then 256 bytes. Thanks to Stevan Bajic for report. * Fixed linux 32-bit system CPU usage statistics (the fix in 4.9 was incomplete). If a server had a long/large uptime and high load, the reported CPU usage could be incorrect. Thanks to Aleksander for report. * Fixed a problem where monit would incorrect display an error in the web interface status page. This could occur if a service had failed, monit had reload and the state of the service had passed just after the reload (for example due to changes of the configuration rules). Thanks to Claus Klein for report and help with the patch. * Avoid filling the log with "pidfile does not contain a valid pidnumber" entries during debug * Added patch from Dave Cheney, which fix and reactivate resource testing for Mac OS X Tiger (Darwin 10.4.x). * Limit the number of consecutive redirects in http protocol test to 64. * Report as error when the redirect in http protocol test points to itself. * Fix memory leak when regular expresion is used in monit configuration and monit is reloaded. Thanks to Josh Kelley for patch. * Allow the "if changed timestamp" test to refer to a non-existing file. This could be useful if the service is monitored in non-active mode and the file is expected to be created later. * When 'if match' statement was used with the path to the regex file containing more then one line and the exec action was used for this rule, then monit failed to parse the configuration and refused to start. Thanks to Nathan for report. * contrib/wap.php updated. Thanks to David Fletcher. * Fixed #21354: Usage of the IMAP Protocol test was impossible due to a small typo in the control file parser and the test would fall back to DEFAULT. Thanks to Wolfgang Breyha for reporting the bug.
2007-12-15Added 'readline' option, and MAKE_JOBS_SAFE=noadam2-15/+24
2007-12-15Added support for installation to DESTDIR (contributed by rumcic at gmail com).heinz1-6/+8
2007-12-15Detect builtin "libXdmcp" e.g. under Mac OS X Leopard.tron1-0/+49
2007-12-15Detect builtin "libXau" e.g. under Mac OS X Leopard.tron1-0/+49
2007-12-15Detect builtin "kbproto" e.g. under Mac OS X Leopard.tron1-0/+49
2007-12-15The package supports installation to DESTDIR.heinz1-1/+3
2007-12-15Rename variable to be consistent with other "builtin.mk" files.tron1-4/+4
2007-12-15The package supports installation to DESTDIR.heinz1-6/+10
2007-12-15Detect builtin "libX11" e.g. under Mac OS X Leopard.tron2-2/+51
2007-12-15The package supports installation to DESTDIR.heinz1-3/+6
2007-12-15The ability to use DESTDIR correctly should be determined package byheinz2-4/+4
package and not in commonly used Makefile fragments.
2007-12-15Updated graphics/rabbit to 0.5.4obache1-1/+2
2007-12-15Update rabbit to 0.5.4.obache4-27/+20
== Changes 0.5.4 from 0.5.3: 2007-12-15 * Documentation update * fixed ruby.st's URL (kitaj) * updated document of MacPorts (kimura wataru) * Theme related * added some color configuration to night-black theme * added slide-logo theme * added slide-footer theme * Bug fixes * fixed cairo backend availability check * fixed Wiki parser loading bug (reported by OBATA Akio) * suppressed warnings on Windows * fixed "/" handling on Windows (JunichiNakai, OBATA Akio) * logged progress in background (suggested by OBATA Akio) * changed default print format to PDF * supported "check" for itemize mark * added --show-native-window-id option * supported <<< LANG\n...\n>>> with Wiki parser * added block quote sample * supported an image file as source (Rabbit can be an image viewer) * added as_large_as_possible image size option * removed config.rb on 'setup.rb clean' (Kobayashi Noritada) * removed Tgif support * added --man option (Kobayashi Noritada) * supported slideshare.net as source * supported DnD