mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Update to 0.8.2
PR: ports/103147 Submitted by: KATO Tsuguru <tkato432(at)yahoo.com>
This commit is contained in:
parent
a1995d1d66
commit
f93bcc4763
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=172804
2 changed files with 11 additions and 10 deletions
|
@ -7,7 +7,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= libvncserver
|
||||
PORTVERSION= 0.8
|
||||
PORTVERSION= 0.8.2
|
||||
CATEGORIES= net devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
@ -18,16 +18,17 @@ COMMENT= Provide an easy API to write one's own vnc server
|
|||
|
||||
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg
|
||||
|
||||
CONFIGURE_ARGS+=--without-x
|
||||
|
||||
USE_GNOME= gnometarget
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
MAN1= x11vnc.1
|
||||
CONFIGURE_ARGS= --without-x
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e "s|-lpthread|${PTHREAD_LIBS}|" ${WRKSRC}/configure
|
||||
@${REINPLACE_CMD} -e \
|
||||
's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
|
||||
@${REINPLACE_CMD} -e \
|
||||
'/^SUBDIRS/s|x11vnc||g' ${WRKSRC}/Makefile.in
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/rfb/default8x16.h ${PREFIX}/include/rfb
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (LibVNCServer-0.8.tar.gz) = 420249500082fca2c979ad07df7f3a94
|
||||
SHA256 (LibVNCServer-0.8.tar.gz) = 0ab6c5e09df8f1a9f9a1f63a5db8845e23433cdad8142474eba0c38d9640e47d
|
||||
SIZE (LibVNCServer-0.8.tar.gz) = 934696
|
||||
MD5 (LibVNCServer-0.8.2.tar.gz) = 17a18e398af6c1730f72068022a152aa
|
||||
SHA256 (LibVNCServer-0.8.2.tar.gz) = f199f7558e6a071ae1ead06b9207c0819281b6b2094dcef6fc4201a4bdf8854d
|
||||
SIZE (LibVNCServer-0.8.2.tar.gz) = 1311845
|
||||
|
|
Loading…
Add table
Reference in a new issue