Bug 80024 - Update devel/libgii to 0.9.1
Summary: Update devel/libgii to 0.9.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: Jean-Yves Lefort
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-17 13:20 UTC by Antoine Brodin
Modified: 2005-04-18 22:32 UTC (History)
0 users

See Also:


Attachments
libgii.patch (4.75 KB, patch)
2005-04-17 13:20 UTC, Antoine Brodin
no flags Details | Diff
libgii.diff.txt (4.77 KB, text/plain)
2005-04-17 14:46 UTC, Antoine Brodin
no flags Details
libgii.diff.txt (4.77 KB, text/plain)
2005-04-17 15:03 UTC, Antoine Brodin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Antoine Brodin 2005-04-17 13:20:02 UTC
Changes from 0.9.0 to 0.9.1:
----------------------------
- input-linux_kbd: Fix tons of warnings about type re-defintions. Patch from
Tobias Hunger.
- fix compiler error with gcc 3.4 in the pthread based scheduler. Patch from
Tobias Hunger.
- #define GIIK_Enter and GIIK_Delete properly in <ggi/keyboard.h>
- pthread locking: fix crash on GNU Hurd
- typo fix: configure --disable-stdin now actually disables input-stdin
- input-xwin: locking is conditional, so do with unlocking. Patch from SF
#1164406
- input-x: enable keyboard focus by default as originally intended
- build system: fix case bug in long long test
- build system: make configure fail when passing an unsupported mutex type
to --enable-mutexes
- documentation: added manpages for input-x and input-xwin

Changes in the port:
--------------------
- take maintainership
- respect WITHOUT_X11
- use USE_LIBTOOL_VER=15
- silence forced deinstall when other ggi related ports are installed
Comment 1 Antoine Brodin 2005-04-17 14:46:31 UTC
It looks like I missed 2 files in the plist.
The new patch is attached.
Comment 2 Antoine Brodin 2005-04-17 15:03:41 UTC
hmmm, there's a typo in last patch, I try again
Comment 3 Jean-Yves Lefort freebsd_committer freebsd_triage 2005-04-17 15:34:44 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jylefort

Take.
Comment 4 Jean-Yves Lefort freebsd_committer freebsd_triage 2005-04-18 22:27:26 UTC
State Changed
From-To: open->closed

Committed with a few modifications, thanks! 

Submitter: the other libgii*/libggi* ports depend on this one, so they 
do not need to remove directories owned by libgii. I have removed your 
extra @unexec lines.