svn commit: r361394 - head/net/tigervnc
Tijl Coosemans
tijl at FreeBSD.org
Wed Jul 9 16:41:16 UTC 2014
Author: tijl
Date: Wed Jul 9 16:41:15 2014
New Revision: 361394
URL: http://svnweb.freebsd.org/changeset/ports/361394
QAT: https://qat.redports.org/buildarchive/r361394/
Log:
Convert to USES=libtool
Modified:
head/net/tigervnc/Makefile
head/net/tigervnc/pkg-plist
Modified: head/net/tigervnc/Makefile
==============================================================================
--- head/net/tigervnc/Makefile Wed Jul 9 16:39:16 2014 (r361393)
+++ head/net/tigervnc/Makefile Wed Jul 9 16:41:15 2014 (r361394)
@@ -3,7 +3,7 @@
PORTNAME= tigervnc
PORTVERSION= 1.3.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net x11-servers
MASTER_SITES= SF:tigervnc
MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}/${PORTVERSION}/:tigervnc
@@ -26,9 +26,9 @@ CONFLICTS= tridiavnc-[0-9]* \
tightvnc-[0-9]* \
vnc-[0-9]*
-USES= cmake gmake pkgconfig
+USES= cmake gmake libtool pkgconfig
USE_GL= gl
-USE_AUTOTOOLS+= autoconf:env automake:env libtool:env
+USE_AUTOTOOLS= autoconf:env automake:env libtoolize:env
USE_PYTHON= yes
USE_LDCONFIG= yes
USE_OPENSSL= yes
Modified: head/net/tigervnc/pkg-plist
==============================================================================
--- head/net/tigervnc/pkg-plist Wed Jul 9 16:39:16 2014 (r361393)
+++ head/net/tigervnc/pkg-plist Wed Jul 9 16:41:15 2014 (r361394)
@@ -4,7 +4,6 @@ bin/vncpasswd
bin/vncserver
%%VIEWER%%bin/vncviewer
bin/x0vncserver
-lib/xorg/modules/extensions/libvnc.la
lib/xorg/modules/extensions/libvnc.so
man/man1/vncpasswd.1.gz
man/man1/x0vncserver.1.gz
More information about the svn-ports-all
mailing list