View | Details | Raw Unified | Return to bug 96925
Collapse All | Expand All

(-)ports/net/libvncserver/Makefile (-2 / +1 lines)
Lines 7-13 Link Here
7
#
7
#
8
8
9
PORTNAME=	libvncserver
9
PORTNAME=	libvncserver
10
PORTVERSION=	0.7.1
10
PORTVERSION=	0.8
11
CATEGORIES=	net devel
11
CATEGORIES=	net devel
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
13
MASTER_SITE_SUBDIR=	${PORTNAME}
13
MASTER_SITE_SUBDIR=	${PORTNAME}
Lines 20-26 Link Here
20
20
21
CONFIGURE_ARGS+=--without-x
21
CONFIGURE_ARGS+=--without-x
22
22
23
USE_REINPLACE=	yes
24
GNU_CONFIGURE=	yes
23
GNU_CONFIGURE=	yes
25
CONFIGURE_ENV=	CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
24
CONFIGURE_ENV=	CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
26
		LDFLAGS="-L${LOCALBASE}/lib"
25
		LDFLAGS="-L${LOCALBASE}/lib"
(-)ports/net/libvncserver/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (LibVNCServer-0.7.1.tar.gz) = 54110288b3171551c03467cd60976d55
1
MD5 (LibVNCServer-0.8.tar.gz) = 420249500082fca2c979ad07df7f3a94
2
SHA256 (LibVNCServer-0.7.1.tar.gz) = 0f15ef88e35236303e17ae0ea81e1040f20d55447b0ace24e40b5da246b8eb73
2
SHA256 (LibVNCServer-0.8.tar.gz) = 0ab6c5e09df8f1a9f9a1f63a5db8845e23433cdad8142474eba0c38d9640e47d
3
SIZE (LibVNCServer-0.7.1.tar.gz) = 636258
3
SIZE (LibVNCServer-0.8.tar.gz) = 934696
(-)ports/net/libvncserver/files/patch-Makefile.in (-11 lines)
Lines 1-11 Link Here
1
--- Makefile.in.orig	Wed Jun 15 16:58:00 2005
2
+++ Makefile.in	Wed Jun 15 16:58:14 2005
3
@@ -86,7 +86,7 @@
4
 with_ffmpeg = @with_ffmpeg@
5
 CFLAGS = -g -Wall
6
 
7
-SUBDIRS = libvncserver examples contrib x11vnc vncterm classes libvncclient client_examples test
8
+SUBDIRS = libvncserver examples contrib vncterm classes libvncclient client_examples test
9
 DIST_SUBDIRS = libvncserver examples contrib x11vnc vncterm classes libvncclient client_examples test
10
 
11
 bin_SCRIPTS = libvncserver-config
(-)ports/net/libvncserver/pkg-plist (-5 / +5 lines)
Lines 1-12 Link Here
1
bin/libvncserver-config
1
bin/libvncserver-config
2
include/rfb/default8x16.h
3
include/rfb/keysym.h
2
include/rfb/rfb.h
4
include/rfb/rfb.h
5
include/rfb/rfbclient.h
3
include/rfb/rfbconfig.h
6
include/rfb/rfbconfig.h
4
include/rfb/rfbint.h
7
include/rfb/rfbint.h
5
include/rfb/rfbproto.h
8
include/rfb/rfbproto.h
6
include/rfb/keysym.h
7
include/rfb/rfbregion.h
9
include/rfb/rfbregion.h
8
include/rfb/rfbclient.h
9
include/rfb/default8x16.h
10
@dirrm include/rfb
11
lib/libvncserver.a
12
lib/libvncclient.a
10
lib/libvncclient.a
11
lib/libvncserver.a
12
@dirrm include/rfb

Return to bug 96925