the makefile to add a european channel set for the PVR250 driver.
I already sent John Wehle the additional channel set to include it
in the next driver version, then the final patch to cxm_tuner.c
should be smaller.
Would be cool to find this in the next port version, so I don't
have to patch manually every time again and maybe others in old
europe (actually I tested it for germany) may find it useful, too.
Thanx, Oliver
Submitted by: Oliver Brandmueller <ob@e-Gitt.NET>
music from the Internet
Note: on 4.x, this port will be compiled with G++ 3.4, but
will attempt to link to libraries compiled with G++ 2.95,
so I guess it'll fail. I suggest to see what happens with
bento and, if needed, mark this port as 5.x-only using
IGNORE.
PR: ports/73032
Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
linux versions of GTK+)
This is a port of RedHat 8.0 "Bluecurve" theme for GTK/GNOME.
It won't install RedHat logos and pixmaps, but only the
required theme engines.
PR: ports/68146
Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
in addition to the serial version. This change is required for that purpose, and
doesn't seem to have any ill efect on the serial version.
PR: 75528
Submitted by: Pedro F. Giffuni <giffunip@asme.org>
To: Edwin Groothuis <edwin@FreeBSD.org>
Subject: Re: ports/76393: Update port: games/powermanga to 0.79
You should remove files/patch-src::powermanga.hpp and
files/patch-src::powermanga.hpp.rej
Updating the Osiris integrity checker to 4.0.8. From changelog:
FIXED:
: updated copyrights.
: cli stat of editor incorrect.
: utilities.c, escape filename bug in octal handling.
: fixed memory leak in regex file filter hs_regfree missing.
FEATURES:
: port of host.conf config keyword from the 4.1 branch.
PR: ports/76481
Submitted by: David Thiel <lx@redundancy.redundancy.org>
Update mail/getmail to 4.3.1, which fixes a known problem
with an exception being raised when certain IMAP errors
occur. New version will just skip the affected account and
move to the next one.
PR: ports/76442
Submitted by: Linh Pham <question+fbsdports@closedsrc.org>
Update port to version 0.4.7.
The port now installs libtorrent.pc in the proper directory and
doesn't attempt to remove ${PREFIX}/libdata/pkgconfig anymore.
PR: ports/76465
Submitted by: Florent Thoumie <flz@xbsd.org>
This patch updates textproc/xml2rfc to version 1.28, just
released. It provides a number of formatting changes and
other improvements.
The patch also updates the maintainer address in pkg-descr,
which I'd forgotten to do when I took over maintaining this
port.
PR: ports/76375
Submitted by: Jonathan Lennox <lennox@cnr.cs.columbia.edu>
- Mark IGNORE on FreeBSD 4.x, missing some mathematical functions in math.h
PR: ports/76440
Submitted by: Jean-Yves Lefort <jylefort@brutele.be> (maintainer)
gnome-terminal development has stagnated. Almost all patches are in GNOME
bugzilla for the weeks and months. Bump the PORTREVISION.
-patch-01_vtemodule:
Fix build with the python module
-patch-03_cursor_position:
Added a patch for supporting some save/restore cursor position console
sequences
-patch-04_dsp_non_alias:
FcConfigSubstitute in place of _vte_fc_defaults_from_gtk to get
antialias and hinting value
http://bugs.gnome.org/show_bug.cgi?id=142640
-patch-05_performance_boost:
Balanced performance improvement
http://bugs.gnome.org/show_bug.cgi?id=143914
--
This is very amazing improvement. Here's benchmark of it to show that
gnome-terminal isn't far from aterm and xterm anymore.
Old benchmark:
=======================================
$ time ls -lR /usr/ports
aterm: 7.99 real1.31 user2.75 sys
xterm: 11.04 real1.34 user2.47 sys
gnome: 41.76 real1.12 user2.45 sys (ouch....)
=======================================
New benchmark:
==============================================
$ time ls -lR /usr/ports
aterm: 7.28 real 1.20 user 2.41 sys
xterm: 9.85 real 0.91 user 2.08 sys
gnome: 10.41 real 0.86 user 2.02 sys
==============================================
Big deal!
-patch-06_remove_doublefree:
Resolve double free problem
http://bugs.gnome.org/show_bug.cgi?id=161337
-patch-07_set_backspace_to_utf8:
Set backspace behavior to utf8 (depends on utf8 locale)
http://bugs.gnome.org/show_bug.cgi?id=158200
-patch-08_multiscreen_safe:
Make vte multi-screen safe
http://bugs.gnome.org/show_bug.cgi?id=160782
-patch-09_redraw_vte_screen:
Redraw vte screen with correct background color
http://bugs.gnome.org/show_bug.cgi?id=125364
-patch-10_hide_pageup_behavior:
Hide manifestation of PageUp behavior with less
http://bugs.gnome.org/show_bug.cgi?id=115149
<marcus>: I for one welcome our new vte patch overlord. I think all of
them would make good additions.
<ahze>: I am all for the performance_boost patch! gnome-terminal
kinda sucks when lines are going by fast.
<mezz>: showing the before and after benchmark.
<marcus>: Commit! Commit! :-)
Reviewed by: marcus and ahze