Bug 83190 - [patch] update x11/ggiterm to 0.7.1
Summary: [patch] update x11/ggiterm to 0.7.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-09 16:30 UTC by Antoine Brodin
Modified: 2005-07-13 15:28 UTC (History)
0 users

See Also:


Attachments
ggiterm.diff (2.81 KB, patch)
2005-07-09 16:30 UTC, Antoine Brodin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Antoine Brodin 2005-07-09 16:30:23 UTC
. Update to 0.7.1

from the announce:
 New features:
 - Better (more compact) font rendering
 - (Rough) support for non fixed-width fonts
 - Added icons (.svg and .png)
 - More accurate blinking
 - Added --mode option to specify the GGI mode
 Fixes:
 - Check buffer size before accessing it in parse_ansi_sequences()
 - Send debugging output on stderr (non buffered)
 - in *_delete_chars() we didn"t clear the end of the line
   (fixes the rendering bug in nano spotted by C. Egger)
 - The el1 capability (erase line up to cursor position) did
   not erase the character at cursor position
 - Fix the Ctrl-C while scrolling hangs
 - Fix the "less search mode" bug
 Build system:
 - Use libtool to hardcode library paths (requested by N. Pilgrim)
   (this requires autotools 1.9)
 - Compilation failed with --without-freetype (patch from C. Egger)
 - Require freetype >= 2.1.3, needed for FT_LOAD_TARGET_MONO
 - autogen.sh parses configure instead of Makefile which may not exist
   at that time
 - Suggest using --without-freetype when default ./configure
   cannot find the freetype lib

. Take maintainership
. Don't use X_PREFIX, you can run ggiterm without X using display-vgl for example
. Don't use INSTALLS_SHLIB (I don't know why it was there)
. The patch is not needed anymore
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2005-07-13 15:28:15 UTC
State Changed
From-To: open->closed

Committed, thanks!