diff options
| author | Dirk Meyer <dinoex@FreeBSD.org> | 2008-04-10 10:22:19 +0000 |
|---|---|---|
| committer | Dirk Meyer <dinoex@FreeBSD.org> | 2008-04-10 10:22:19 +0000 |
| commit | b86a05ab734949eb985d2a62267f2039c042d19d (patch) | |
| tree | da7f8649fa5f4a4aeb3981d6d77c8f0472c93bc3 /net/nxserver/files/patch-nxviewer-libvncauth-vncauth.c | |
| parent | Reduce list of runtime dependencies. (diff) | |
- update to 2.1.0
- make portlint happier
- fix missing USE_LDCONFIG
PR: 112887
Obtained from: http://www.deweyonline.com/nx/freebsd.html
Diffstat (limited to 'net/nxserver/files/patch-nxviewer-libvncauth-vncauth.c')
| -rw-r--r-- | net/nxserver/files/patch-nxviewer-libvncauth-vncauth.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/nxserver/files/patch-nxviewer-libvncauth-vncauth.c b/net/nxserver/files/patch-nxviewer-libvncauth-vncauth.c new file mode 100644 index 000000000000..ecf03de482ba --- /dev/null +++ b/net/nxserver/files/patch-nxviewer-libvncauth-vncauth.c @@ -0,0 +1,11 @@ +--- nxviewer/libvncauth/vncauth.c.orig Fri Dec 1 09:01:41 2006 ++++ nxviewer/libvncauth/vncauth.c +@@ -140,6 +140,8 @@ + char * + vncDecryptPasswdFromFile(char *fname) + { ++ int vncDecryptPasswdFromFile2(char *fname, ++ char *passwdFullControl, char *passwdViewOnly); + char *passwd; + + passwd = malloc(9); |
