Date: Mon, 4 Aug 2014 19:56:57 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364045 - in head: graphics/gle x11/xscreensaver x11/xscreensaver-gnome Message-ID: <53dfe58a.549e.495a3797@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Mon Aug 4 19:56:57 2014 New Revision: 364045 URL: http://svnweb.freebsd.org/changeset/ports/364045 QAT: https://qat.redports.org/buildarchive/r364045/ Log: - Switch graphics/gle to USES=libtool, drop .la files - Bump dependent ports as .so version has changed Approved by: portmgr blanket Modified: head/graphics/gle/Makefile head/graphics/gle/pkg-plist head/x11/xscreensaver-gnome/Makefile head/x11/xscreensaver/Makefile Modified: head/graphics/gle/Makefile ============================================================================== --- head/graphics/gle/Makefile Mon Aug 4 19:55:52 2014 (r364044) +++ head/graphics/gle/Makefile Mon Aug 4 19:56:57 2014 (r364045) @@ -3,7 +3,7 @@ PORTNAME= gle PORTVERSION= 3.1.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}\ http://linas.org/gle/pub/ \ @@ -13,9 +13,9 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME} MAINTAINER= ports@dclg.ca COMMENT= GL Tubing and Extrusion Library +USES= libtool USE_XORG= ice xt xmu USE_GL= glut -USE_AUTOTOOLS= libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes LIBS+= -L${LOCALBASE}/lib -lXext Modified: head/graphics/gle/pkg-plist ============================================================================== --- head/graphics/gle/pkg-plist Mon Aug 4 19:55:52 2014 (r364044) +++ head/graphics/gle/pkg-plist Mon Aug 4 19:56:57 2014 (r364045) @@ -1,8 +1,8 @@ include/GL/gle.h lib/libgle.a -lib/libgle.la lib/libgle.so -lib/libgle.so.4 +lib/libgle.so.3 +lib/libgle.so.3.1.0 man/man3/gle.3gle.gz man/man3/gleExtrusion.3gle.gz man/man3/gleHelicoid.3gle.gz Modified: head/x11/xscreensaver-gnome/Makefile ============================================================================== --- head/x11/xscreensaver-gnome/Makefile Mon Aug 4 19:55:52 2014 (r364044) +++ head/x11/xscreensaver-gnome/Makefile Mon Aug 4 19:56:57 2014 (r364045) @@ -4,7 +4,7 @@ PORTNAME?= xscreensaver-gnome PORTVERSION= 5.12 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= x11 gnome MASTER_SITES= http://www.jwz.org/xscreensaver/ DISTNAME= xscreensaver-${PORTVERSION} Modified: head/x11/xscreensaver/Makefile ============================================================================== --- head/x11/xscreensaver/Makefile Mon Aug 4 19:55:52 2014 (r364044) +++ head/x11/xscreensaver/Makefile Mon Aug 4 19:56:57 2014 (r364045) @@ -3,7 +3,7 @@ PORTNAME= xscreensaver PORTVERSION= 5.29 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= http://www.jwz.org/xscreensaver/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53dfe58a.549e.495a3797>