Age | Commit message (Collapse) | Author | Files | Lines |
|
"LDFLAGS". This is another attempt to fix PR pkg/36086.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-add "gnome" and "kde" options to build extended support for these
platforms. gnome works well, kde builds fine but is untested otherwise
|
|
properties and to switch between metacity and compiz window managers
|
|
|
|
a simple and portable (POSIX only!) trick. Bump revision.
|
|
|
|
|
|
|
|
OPSYS needs to be evaluated in-place, so use :=.
|
|
dri seems more natural there.
Okayed by wiz and joerg.
|
|
|
|
|
|
|
|
|
|
is installed, require it and build invest-applet properly
-patch bashisms in makefiles so that .svg icons are installed properly
-bump PKGREVISION
|
|
|
|
per mail to pkgsrc-users
|
|
|
|
library dependences we don't need to include "dlopen.buildlink3.mk" here.
|
|
"pkgsrc/devel/dlcompat/buildlink3.mk" under Darwin. This might
finally fix PR pkg/36086.
|
|
PKG_SYSCONFSUBDIR and use CONF_FILES for gnomecc.menu,
should fix error seen in bulk build
|
|
|
|
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
|
|
to enable direct rendering support.
XXX: Maybe it should be renamed to dri?
|
|
|
|
xfce4-taskbar-plugin and xfce4-windowlist-plugin as these don't work
with Xfce 4.4.x.
|
|
|
|
check and regen it for now using autoconf. Can't figure out how to
produce a minimal diff.
|
|
|
|
|
|
|
|
|
|
XXX: the OS_VERSION stuff could use a similar cleanup, replacing
tr A-Z a-z occurences with the make :tl modifier.
|
|
|
|
in preparation for importing sendmail 8.14.1
|
|
|
|
8.13.x and will soon have the 8.14.x branches in pkgsrc.
|
|
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
|
|
|
|
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.
|
|
|
|
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.
|