2009-03-02 23:39:11 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Mark as not -j2 safe.
|
2008-06-18 13:12:54 by Thomas Klausner | Files touched by this commit (5) |
Log message:
pkgsrc-users, not packages (hi riz!)
|
2008-06-07 19:28:11 by Jeff Rizzo | Files touched by this commit (5) |
Log message:
Stop pretending like I have time to maintain packages that I don't
even really use anymore.
|
2008-01-18 06:08:56 by Tobias Nygren | Files touched by this commit (214) |
Log message:
Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
|
2007-07-01 02:25:07 by Tobias Nygren | Files touched by this commit (1) |
Log message:
Nitpick: use += for DEPENDS (make pkglint warn about this and get a cookie)
|
2007-07-01 02:13:32 by Tobias Nygren | Files touched by this commit (3) |
Log message:
Make the tightvnc package a bit more modular X.org-friendly:
- If using modular X.org, depend on x11/rgb
- Set rgb- and font-paths to sane default values
- While here, fix some pkglint warnings
- Bump PKGREVISION
|
2007-06-17 22:58:49 by Tobias Nygren | Files touched by this commit (5) | |
Log message:
Update to tightvnc-1.3.9. pkgsrc changes:
---
o patch-{ad,al}: regen
o patch-ak: recognise NetBSD/amd64
o Makefile: support X11_TYPE=modular and NetBSD/amd64
Major upstream changes that affect the server portion of the unix port:
1.3.9
-----
o Added support for the standard RFB protocol version 3.8 with TightVNC
extensions.
o Made "host:port" parsing maximally compatible with VNC4. Interpreting a
number in host names like somehost:5900 as an actual port number if it's not
in the range [0..99].
o Applied patches from Debian Linux that port Xvnc to x86_64 platform
(tightvnc-1.2.9-amd64support.p and tightvnc-1.3_alpha7-x86_64.patch), thanks
to Quanah Gibson-Mount.
1.3dev7
-------
o Fixed a serious bug with sending cursor updates when there was no
FrameBufferUpdateRequest from that client.
o Fixed problems with building Xvnc on modern linux distributions, such as
Fedora Core 3.
o Disallowing clipboard transfers for view-only clients.
1.3dev5
-------
o A number of bugfixes -- copying clipboard to non-authenticated clients in
Xvnc, delayed cursor shape updates in Xvnc, and crashing on switching
between KDE virtual desktops in vncviewer.
o Support for the new -autopass option has been added, a patch from
Ki NETWORKS, Inc.
|
2007-01-07 10:14:16 by Roland Illig | Files touched by this commit (412) |
Log message:
Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.
Fixes PR 35265, although I did not use the patch provided therein.
|
2006-02-06 00:11:50 by Joerg Sonnenberger | Files touched by this commit (4082) |
Log message:
Recursive revision bump / recommended bump for gettext ABI change.
|
2005-07-16 03:19:27 by Johnny C. Lam | Files touched by this commit (273) |
Log message:
Get rid of USE_PERL5. The new way to express needing the Perl executable
around at either build-time or at run-time is:
USE_TOOLS+= perl # build-time
USE_TOOLS+= perl:run # run-time
Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.
|