2009-09-19 21:14:55 by Tobias Nygren | Files touched by this commit (13) |
Log message:
include various system headers to get called function prototypes in scope.
|
2009-06-14 20:09:49 by Joerg Sonnenberger | Files touched by this commit (291) |
Log message:
Remove @dirrm entries from PLISTs
|
2008-02-23 19:04:57 by Klaus Heinz | Files touched by this commit (1) |
Log message:
Added support for installation to DESTDIR.
Changed wording in COMMENT slightly.
Shut up some complaints by pkglint ("set -e", "unquoted shell \
variable f")
|
2007-09-22 20:22:18 by Min Sik Kim | Files touched by this commit (1) |
Log message:
Make this package build on Mac OS X without X11.
Bump PKGREVISION because of dependency changes.
|
2007-09-07 07:42:25 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Fix build problem with gcc4 (on NetBSD 4/current).
|
2007-02-02 01:55:15 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Modular Xorg support.
|
2006-08-23 11:13:24 by Min Sik Kim | Files touched by this commit (2) |
Log message:
- Add a missing entry to PLIST.
- Install documentation into share/doc, not share/doc/html.
Bump PKGREVISION due to PLIST changes.
|
2006-08-17 16:02:23 by Takahiro Kambe | Files touched by this commit (5) |
Log message:
Improve synergy package discussed with minskim@.
- honor PKG_SYSCONFDIR not hard-coded to "/etc" and PKG_INSTALL frame work
for a configuration file.
- Install documents.
Bump PKGREVISION.
|
2006-07-22 06:46:20 by Roland Illig | Files touched by this commit (107) |
Log message:
Added "c" to USE_LANGUAGES for packages that use GNU configure scripts,
since they always need a C compiler, even when the source code is
completely in C++.
For some other packages, stated in the comment that a C compiler is
really not needed.
|
2006-06-02 01:31:59 by Min Sik Kim | Files touched by this commit (2) |
Log message:
Update synergy to 1.3.1. Patches provided by Kibum Han.
Changes:
* Hot key screen switching now restores last cursor position
* Fixed loss of hot keys when reloading configuration
* Fixed autorepeating on win32 (no longer sending repeating key releases)
* Fixed autorepeating on X11 (non-repeating keys were repeating)
* Fixed AltGr issues on X11
* Fixed modifier mapping bug on OS X client (caused wrong characters)
* Fixed one way for modifiers to get stuck active on all platforms
* Fixed bugs in win32 GUI
* Removed alloca() from unix code (should fix FreeBSD build)
* Added more debugging output for network problems
* Fixed failure to detect some errors on X11
|