summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-04-17Updated multimedia/transcode to 1.0.3xtraeme1-1/+2
2007-04-17Update to 1.0.3: bugfixes.xtraeme2-8/+10
2007-04-17Use ONLY_FOR_PLATFORM instead of NOT_FOR_PLATFORM.martti2-4/+5
2007-04-17No xfce4-diskperf-plugin for DragonFly (requested by Joerg Sonnenberger).martti2-2/+6
2007-04-17-to avoid a different set of applets to be built if py-gnome2-desktopdrochner5-6/+81
is installed, require it and build invest-applet properly -patch bashisms in makefiles so that .svg icons are installed properly -bump PKGREVISION
2007-04-17delete stale patch, from Blair Sadewitz per mail to pkgsrc-usersdrochner1-19/+0
2007-04-17fix dependency on gtkhtml for the 38->314 change, from Blair Sadewitzdrochner1-2/+2
per mail to pkgsrc-users
2007-04-17intltool and pkg-config are defined in meta-pkgs/xfce4/Makefile.commonmartti11-30/+12
2007-04-17Because OpenSSL uses dlfcn(3) only internally and Mac OS X supports sharedtron1-3/+1
library dependences we don't need to include "dlopen.buildlink3.mk" here.
2007-04-17Use "pkgsrc/mk/dlopen.buildlink3.mk" instead of manually includingtron2-9/+6
"pkgsrc/devel/dlcompat/buildlink3.mk" under Darwin. This might finally fix PR pkg/36086.
2007-04-17clean up config file stuff: use explicit paths instead ofdrochner2-7/+8
PKG_SYSCONFSUBDIR and use CONF_FILES for gnomecc.menu, should fix error seen in bulk build
2007-04-17Updated lang/chicken to 2.60.obache2-3/+3
2007-04-17Update chicken to 2.60, aka 2.6.obache6-30/+29
Based on patch provided by Alaric Snell-Pym in pkgsrc-users@. Things changed since the last release (2.5): - Many bugfixes - Better support for Sun's C compiler - Input-performance has been improved - PCRE (Perl compatible regular expressions) by Philip Hazel is now bundled with CHICKEN - Static linking of extensions is now possible (when supported by the egg) - The interpreter warns about references to potentially unbound variables in loaded code and expressions entered on the REPL - The expansion process is traced during compilation and interpretation to give (slightly) more usable syntactic context in error messages - library: * added `any?`, `bit-set?' and `on-exit' - eval: * new procedure `set-parameterized-read-syntax!' - posix: * SRFI-17 setters for `file-position`, `current-user-id', `current-group-id', `process-group-id'; the respective setter-procedures are still available but have been deprecated * `file-stat' returns more information (including device info) * added `process*' - extras: * added `read-string!' - utils: * `apropos' and `apropos-list' procedures - srfi-4: * added `read-u8vector', `read-u8vector!' and `write-u8vector' - srfi-18: * added `time->milliseconds' and `milliseconds->time' - csi: * `-ss SCRIPTNAME' option - csc: * accepts options given in the environment variable `CSC_OPTIONS' * new options `-static-extensions' and `-host' - chicken/csc: * new option `-keep-shadowed-macros' - chicken-setup: * accepts options given in the environment variable `CHICKEN_SETUP_OPTIONS' * allows retrieval and installation of eggs from subversion a repository and the local filesystem * new options `-tree FILENAME', `-svn', `-local', `-revision' and `-destdir PATHNAME' * added helper procedures `required-chicken-version' and `required-extension-version' - Lots of improvements in the CMake build
2007-04-17Describe glx option -- used by modular-xorg-server and wip/MesaLibdillo1-0/+1
to enable direct rendering support. XXX: Maybe it should be renamed to dri?
2007-04-17Xfcemartti1-1/+6
2007-04-17Removed xfce4-artwork, xfce4-minicmd-plugin, fce4-showdesktop-plugin,martti30-272/+4
xfce4-taskbar-plugin and xfce4-windowlist-plugin as these don't work with Xfce 4.4.x.
2007-04-17Needs msgfmt.joerg2-3/+5
2007-04-17Catch up with change in the plugin. Adjust configure.ac for the kinfojoerg4-12/+26
check and regen it for now using autoconf. Can't figure out how to produce a minimal diff.
2007-04-17adapt to new path for gtkhtml314drochner1-2/+2
2007-04-17version suffix 38->314drochner1-10/+10
2007-04-17fix botched $NetBSD$tnn1-1/+1
2007-04-17add support for the HP-UX C/aC++ compilerstnn2-2/+92
2007-04-17Save a fork() by not invoking the 'tr' utility.tnn1-2/+2
XXX: the OS_VERSION stuff could use a similar cleanup, replacing tr A-Z a-z occurences with the make :tl modifier.
2007-04-17add conflict with qmailjnemeth2-2/+4
2007-04-17note removal of sendmail812 and moving of current sendmail to sendmail813jnemeth1-1/+3
in preparation for importing sendmail 8.14.1
2007-04-17sendmail812 removed and sendmail813 addedjnemeth1-2/+2
2007-04-17Removal of sendmail 8.12.x branch from pkgsrc. We already have thejnemeth31-851/+0
8.13.x and will soon have the 8.14.x branches in pkgsrc.
2007-04-17Rename of current sendmail package to sendmail813 to make way forjnemeth33-0/+904
new sendmail 8.14.x tree in pkgsrc. Changes to the original package include: - Path changes in Makefile and Makefile.common to reflect new location under mail/ of this package - Fix a bunch of issues found by pkg_lint
2007-04-17Updated devel/p5-Class-Accessor to 0.30.hiramatsu1-1/+2
2007-04-17Update p5-Class-Acessor to 0.30.hiramatsu2-6/+6
Changes since 0.25: 0.30 Sun Nov 26 13:03:47 JST 2006 - added version numbers back into each class to fix RT#21746 0.26 Wed Jul 19 01:20:23 BST 2006 - added Class::Accessor::Faster that uses an array internally. Thanks to Tina Mueller for prompting me to do this.
2007-04-17Updated www/p5-HTTP-Server-Simple to 0.27.obache2-3/+3
2007-04-17Update p5-HTTP-Server-Simple to 0.27.obache2-6/+6
Based on patch provided in PR 36156. 0.27 * 0.26 release apparently didn't get to cpan correctly 0.26 * Supports multi-line encoded values in query_sting (like foo%0Abar) -- Dobrica Pavlinusic * Fixes to URI unescaping to behave like apache does 0.24 * Hopefully deal with an odd case where a poorly behaved Internet Explorer could crash the server. Thanks to the Catalyst project. 0.23 Fix a release-engineering messup. Thanks to ANDK 0.22 Wed Oct 18 23:36:34 EDT 2006 * Query string processing improvements 0.21 Wed Oct 18 23:31:42 EDT 2006 [rt.cpan.org #21727] [PATCH] Support for Perl 5.004 -- Sebastien Aperghis-Tramoni 0.20 Require POSIX only if we need it, rather than "use" it all the time [cpan #17533] - Brad Bowman 0.19 Catch and ignore SIGPIPE, so broken pipes from the client don't cause Standalone to drop all the way back to the shell.
2007-04-17Note gtkhtml314 package, gtkhtml38 downgrade and dvdrip downgrade whilewiz1-1/+4
I am at it.
2007-04-17Add gtkhtml314.wiz1-1/+2
2007-04-17Downgrade to latest release from 3.8 branch, 3.12.3nb1.wiz5-126/+172
Newer versions are in gtkhtml314.
2007-04-17Reimport gtkhtml-3.14.1 as gtkhtml314, since some packages still needwiz5-0/+184
the 3.8 branch.
2007-04-17addgdt1-1/+3
MAKE_JOBS_SAFE= no
2007-04-16+ gnome2-utils-2.18.1, parrot-0.4.10 [pkg/36157], pwlib-1.10.7,wiz1-4/+6
wesnoth-1.2.4, zile-2.2.30.
2007-04-16xchm updated to 1.13.wiz2-3/+3
2007-04-16Update to 1.13:wiz2-6/+6
* 1.11: + now xCHM can parse binary TOC trees, if available. + now xCHM can retrieve data from the binary index, if available. + fixed random printout font size problem. + fixed Win32 logo loading problem. + added a progress bar for CHM loading. + fixed TOC tree append bug. + added "Save link as.." item to the context-sensitive right-click menu. + fixed special HTML characters in TOC/index links bug. + fixed relative links in TOC/index bug. + fixed TOC sync with the currently loaded page bug. * 1.12: + actually using the binary index code. + fixed the search results links. + fixed lost Unicode character translation for the TOC and index entries. + updated Polish translation. + fixed index display for non ASCII encodings. + CHM localization bugfixes. * 1.13: + fixed CHMLIB link in the splash page. + fixed special character languages index for wxGTK 2.6.
2007-04-16Updated www/opera to 9.20xtraeme2-3/+3
2007-04-16Update to 9.20 (latest stable version), tested with NetBSD/amd64.xtraeme2-14/+8
See http://www.opera.com/docs/changelogs/linux/920/ to see changes for this release.
2007-04-16Always build with tcsetpgrp support on DragonFly, makig zsh notjoerg1-2/+2
depend on a control terminal during build.
2007-04-16Fix linkage with modular Xorg. Bump revision.joerg3-6/+6
2007-04-16Update pkgtools/pkg_chk to 1.85:abs3-4/+6
Add a missing FAIL= to the start of pkg_install(), the absence of which would cause a package which had been "previously installed" to pick up the last value of FAIL (and sometimes be incorrectly marked as failed). Thanks to Martin Weber for the diagnosis.
2007-04-16Fix DragonFly build.joerg2-6/+11
2007-04-16Add DragonFly support (back).joerg4-1/+112
2007-04-16Use the generic readdir based directory scanning on DragonFlyjoerg2-1/+15
as I don't want to fix this to get the internals right.
2007-04-16Also depend on libXprintUtil. Bump revision.joerg1-1/+3
2007-04-16- bacula-2.0.3ghen1-2/+2
+ bacula-doc-2.0.3