From owner-svn-ports-all@FreeBSD.ORG Thu May 8 20:52:11 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9789E487; Thu, 8 May 2014 20:52:11 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 83A18254; Thu, 8 May 2014 20:52:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s48KqBnR045417; Thu, 8 May 2014 20:52:11 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s48Kq90t045347; Thu, 8 May 2014 20:52:09 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201405082052.s48Kq90t045347@svn.freebsd.org> From: Dmitry Marakasov Date: Thu, 8 May 2014 20:52:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353354 - in head: devel/love devel/love07 devel/love5 games/arx-libertatis games/pink-pony games/spring graphics/cegui graphics/devil X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 May 2014 20:52:11 -0000 Author: amdmi3 Date: Thu May 8 20:52:09 2014 New Revision: 353354 URL: http://svnweb.freebsd.org/changeset/ports/353354 QAT: https://qat.redports.org/buildarchive/r353354/ Log: - Switch graphics/devil to USES=libtool Since this changes shared lib version number, bump PORTREVISION on all dependent ports: - devel/love - devel/love07 - devel/love5 - games/arx-libertatis - games/pink-pony - games/spring - graphics/cegui - graphics/graphviz While here, fix graphics/cegui plist to not remove mtree directory. Modified: head/devel/love/Makefile head/devel/love07/Makefile head/devel/love5/Makefile head/games/arx-libertatis/Makefile head/games/pink-pony/Makefile head/games/spring/Makefile head/graphics/cegui/Makefile head/graphics/cegui/pkg-plist head/graphics/devil/Makefile head/graphics/devil/pkg-plist Modified: head/devel/love/Makefile ============================================================================== --- head/devel/love/Makefile Thu May 8 20:45:40 2014 (r353353) +++ head/devel/love/Makefile Thu May 8 20:52:09 2014 (r353354) @@ -3,7 +3,7 @@ PORTNAME= love PORTVERSION= 0.8.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel games MASTER_SITES= http://cdn.bitbucket.org/rude/love/downloads/ \ http://mirror.amdmi3.ru/distfiles/ Modified: head/devel/love07/Makefile ============================================================================== --- head/devel/love07/Makefile Thu May 8 20:45:40 2014 (r353353) +++ head/devel/love07/Makefile Thu May 8 20:52:09 2014 (r353354) @@ -3,7 +3,7 @@ PORTNAME= love PORTVERSION= 0.7.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel games MASTER_SITES= http://cdn.bitbucket.org/rude/love/downloads/ \ http://mirror.amdmi3.ru/distfiles/ Modified: head/devel/love5/Makefile ============================================================================== --- head/devel/love5/Makefile Thu May 8 20:45:40 2014 (r353353) +++ head/devel/love5/Makefile Thu May 8 20:52:09 2014 (r353354) @@ -3,7 +3,7 @@ PORTNAME= love DISTVERSION= 0.5-0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= devel games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} PKGNAMESUFFIX= 5 Modified: head/games/arx-libertatis/Makefile ============================================================================== --- head/games/arx-libertatis/Makefile Thu May 8 20:45:40 2014 (r353353) +++ head/games/arx-libertatis/Makefile Thu May 8 20:52:09 2014 (r353354) @@ -3,7 +3,7 @@ PORTNAME= arx-libertatis PORTVERSION= 1.0.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= http://cloud.github.com/downloads/arx/ArxLibertatis/ \ http://mirror.amdmi3.ru/distfiles/ Modified: head/games/pink-pony/Makefile ============================================================================== --- head/games/pink-pony/Makefile Thu May 8 20:45:40 2014 (r353353) +++ head/games/pink-pony/Makefile Thu May 8 20:52:09 2014 (r353354) @@ -3,7 +3,7 @@ PORTNAME= pink-pony PORTVERSION= 1.3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= GOOGLE_CODE \ http://mirror.amdmi3.ru/distfiles/ Modified: head/games/spring/Makefile ============================================================================== --- head/games/spring/Makefile Thu May 8 20:45:40 2014 (r353353) +++ head/games/spring/Makefile Thu May 8 20:52:09 2014 (r353354) @@ -3,7 +3,7 @@ PORTNAME= spring PORTVERSION= 94.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= SF/springrts/springrts/${PORTNAME}-${PORTVERSION} \ http://springrts.com/dl/ Modified: head/graphics/cegui/Makefile ============================================================================== --- head/graphics/cegui/Makefile Thu May 8 20:45:40 2014 (r353353) +++ head/graphics/cegui/Makefile Thu May 8 20:52:09 2014 (r353354) @@ -3,14 +3,14 @@ PORTNAME= cegui PORTVERSION= 0.8.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics devel MASTER_SITES= SF/crayzedsgui/CEGUI%20Mk-2/0.8 MAINTAINER= oliver@FreeBSD.org COMMENT= A library providing windowing and widgets for graphics APIs -LIB_DEPENDS= IL.2:${PORTSDIR}/graphics/devil \ +LIB_DEPENDS= libIL.so:${PORTSDIR}/graphics/devil \ pcre.3:${PORTSDIR}/devel/pcre \ libfreetype.so:${PORTSDIR}/print/freetype2 \ execinfo:${PORTSDIR}/devel/libexecinfo Modified: head/graphics/cegui/pkg-plist ============================================================================== --- head/graphics/cegui/pkg-plist Thu May 8 20:45:40 2014 (r353353) +++ head/graphics/cegui/pkg-plist Thu May 8 20:52:09 2014 (r353354) @@ -462,7 +462,6 @@ share/cegui-0/xml_schemas/Samples.xsd @dirrm include/cegui-0/CEGUI @dirrm include/cegui-0 @dirrm lib/cegui-0.8 -@dirrmtry libdata/pkgconfig @dirrm share/cegui-0/animations @dirrm share/cegui-0/fonts @dirrm share/cegui-0/imagesets Modified: head/graphics/devil/Makefile ============================================================================== --- head/graphics/devil/Makefile Thu May 8 20:45:40 2014 (r353353) +++ head/graphics/devil/Makefile Thu May 8 20:52:09 2014 (r353354) @@ -12,8 +12,8 @@ DISTNAME= DevIL-${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= A full featured cross-platform image library -USES= pkgconfig -USE_AUTOTOOLS= aclocal autoheader automake autoconf libtool +USES= pkgconfig libtool +USE_AUTOTOOLS= aclocal autoheader automake autoconf ACLOCAL_ARGS= -I m4 -I ${LOCALBASE}/share/aclocal AUTOMAKE_ARGS= --add-missing --copy --force-missing CONFIGURE_ARGS= --enable-ILU \ Modified: head/graphics/devil/pkg-plist ============================================================================== --- head/graphics/devil/pkg-plist Thu May 8 20:45:40 2014 (r353353) +++ head/graphics/devil/pkg-plist Thu May 8 20:52:09 2014 (r353354) @@ -5,19 +5,19 @@ include/IL/ilu.h include/IL/ilu_region.h %%X11%%include/IL/ilut.h lib/libIL.a -lib/libIL.la lib/libIL.so -lib/libIL.so.2 +lib/libIL.so.1 +lib/libIL.so.1.1.0 lib/libILU.a -lib/libILU.la lib/libILU.so -lib/libILU.so.2 +lib/libILU.so.1 +lib/libILU.so.1.1.0 %%X11%%lib/libILUT.a -%%X11%%lib/libILUT.la %%X11%%lib/libILUT.so -%%X11%%lib/libILUT.so.2 +%%X11%%lib/libILUT.so.1 +%%X11%%lib/libILUT.so.1.1.0 libdata/pkgconfig/IL.pc libdata/pkgconfig/ILU.pc %%X11%%libdata/pkgconfig/ILUT.pc -@dirrm %%DATADIR%% @dirrm include/IL +@dirrm %%DATADIR%%