2013-06-06 14:55:24 by Thomas Klausner | Files touched by this commit (1687) |
Log message:
Bump PKGREVISION for libXft changes for NetBSD native X support on
NetBSD 6, requested by tron.
|
2013-06-05 00:17:35 by Matthias Scheler | Files touched by this commit (1946) |
Log message:
Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:
Recursively bump package revisions again after the "freetype2" and
"fontconfig" handling was fixed.
|
2013-06-03 12:06:28 by Thomas Klausner | Files touched by this commit (1948) |
Log message:
Bump freetype2 and fontconfig dependencies to current pkgsrc versions,
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.
While doing that, also bump freetype2 dependency to current pkgsrc
version.
Suggested by tron in PR 47882
|
2013-05-31 14:42:58 by Thomas Klausner | Files touched by this commit (2880) |
Log message:
Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
|
2013-04-06 05:45:29 by Blue Rats | Files touched by this commit (152) |
Log message:
Fixes:
COMMENT should not be longer than 70 characters.
COMMENT should not begin with 'A'.
COMMENT should not begin with 'An'.
COMMENT should not begin with 'a'.
COMMENT should not end with a period.
COMMENT should start with a capital letter.
pkglint warnings. Some files also got minor formatting, spelling, and style
corrections.
|
2013-02-07 21:21:27 by Daniel Horecki | Files touched by this commit (1) |
Log message:
Remove workaround for ftp user agent
|
2013-01-21 10:16:55 by Daniel Horecki | Files touched by this commit (1) |
Log message:
Fix patch-configure in distinfo.
For PR 47478.
|
2013-01-20 14:40:54 by Daniel Horecki | Files touched by this commit (2) |
Log message:
Update patches too2
|
2013-01-20 14:38:20 by Daniel Horecki | Files touched by this commit (4) |
Log message:
Update patches too
|
2013-01-20 14:34:54 by Daniel Horecki | Files touched by this commit (3) | |
Log message:
Update to version 9.16.
Changes:
9.16 Thu Dec 27 11:56:43 CET 2012
- the "so much new stuff your eyes will pop out" release.
- INCOMPATIBLE CHANGE: renamed urlLauncher resource to url-launcher.
- fix processing of DEC private mode save sequences (patch by Patrick
Hemmer).
- perl extensions now have their own manpages, installed as urxvt-NAME(1),
e.g. urxvt-background(1) - see urxvt-extensions(1) for a list.
- fix disabling of cursor blink with the option-popup menu (based on a
patch by Jan Larres).
- the font height is not augmented anymore when lineSpace is non zero.
- fix "new pagemap" vs. "delete pagemap" mismatch ([] \
vs. non-[]),
as diagnosed by clang.
- fix height mismatch between active and inactive cursor when
lineSpace is non zero (patch by Stanislav Seletskiy).
- make it compile with LOCAL_X_IS_UNIX again (reported by
nickfailure@gmail.com).
- completely redone background pixmap support - users can now
specify arbitrary expressions (And programs) that calculate
new terminal backgrounds. see the urxvt-background manpage
for details.
- xrender is now required for background pixmap support.
- perl extensions can now provide commandline switches and resources
which show up in -help etc.
- iso14755 51 mode window now displays row and column.
- implement a -visual switch and move that and -depth to frills, also
warn when we can't get the requested visual.
- new env variable: RXVT_PERL_LIB.
- allocate all screen memory in one go and let the virtual memory
subsystem sort it out. this simplifies code, improves access
locality, saves a bit of ram and makes things a bit faster, too.
- remove support for libafterimage.
- update to CVS version of libev, for a whopping 11kb size decrease.
- do not ship yet another copy of ecb.h, use the one in libev or
libptytty instead.
- selectively mark some methods as cache-hot/cache cold, which
might speed up execution but definitely decreases codesize.
- Fix regression that prevented the scrollbar trough color
from being applied (reported by Derek B. Noonburg).
- Fix the scrollbar size for rxvt style (patch by Mark Robinson).
pkgsrc changes:
workaround for broken webserver, which doesn't allow fetching without User-Agent.
|