Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Sep 2013 06:14:29 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327929 - head/net/libvncserver
Message-ID:  <201309230614.r8N6ETPo073894@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Sep 23 06:14:29 2013
New Revision: 327929
URL: http://svnweb.freebsd.org/changeset/ports/327929

Log:
  Use stage
  Modernize LIB_DEPENDS

Modified:
  head/net/libvncserver/Makefile
  head/net/libvncserver/pkg-plist

Modified: head/net/libvncserver/Makefile
==============================================================================
--- head/net/libvncserver/Makefile	Mon Sep 23 06:13:32 2013	(r327928)
+++ head/net/libvncserver/Makefile	Mon Sep 23 06:14:29 2013	(r327929)
@@ -13,8 +13,8 @@ COMMENT=	Provide an easy API to write on
 
 LICENSE=	GPLv2
 
-LIB_DEPENDS=	jpeg:${PORTSDIR}/graphics/jpeg \
-		png15:${PORTSDIR}/graphics/png
+LIB_DEPENDS=	libjpeg.so:${PORTSDIR}/graphics/jpeg \
+		libpng15.so:${PORTSDIR}/graphics/png
 
 USES=	pathfix
 USE_LDCONFIG=	yes
@@ -41,7 +41,6 @@ GCRYPT_CONFIGURE_OFF=	--without-gcrypt
 IPV6_CONFIGURE_ON=	--with-ipv6
 IPV6_CONFIGURE_OFF=	--without-ipv6
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MOPENSSL}
@@ -55,6 +54,6 @@ post-patch:
 		'/^SUBDIRS/s|x11vnc||g' ${WRKSRC}/Makefile.in
 
 post-install:
-	${INSTALL_DATA} ${WRKSRC}/rfb/default8x16.h ${PREFIX}/include/rfb
+	${INSTALL_DATA} ${WRKSRC}/rfb/default8x16.h ${STAGEDIR}${PREFIX}/include/rfb
 
 .include <bsd.port.mk>

Modified: head/net/libvncserver/pkg-plist
==============================================================================
--- head/net/libvncserver/pkg-plist	Mon Sep 23 06:13:32 2013	(r327928)
+++ head/net/libvncserver/pkg-plist	Mon Sep 23 06:14:29 2013	(r327929)
@@ -8,13 +8,13 @@ include/rfb/rfbint.h
 include/rfb/rfbproto.h
 include/rfb/rfbregion.h
 lib/libvncclient.a
+lib/libvncclient.la
+lib/libvncclient.so
+lib/libvncclient.so.0
 lib/libvncserver.a
-lib/libvncserver.so.0
-lib/libvncserver.so
 lib/libvncserver.la
-lib/libvncclient.so.0
-lib/libvncclient.so
-lib/libvncclient.la
-libdata/pkgconfig/libvncserver.pc
+lib/libvncserver.so
+lib/libvncserver.so.0
 libdata/pkgconfig/libvncclient.pc
+libdata/pkgconfig/libvncserver.pc
 @dirrm include/rfb



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309230614.r8N6ETPo073894>