From owner-svn-ports-head@FreeBSD.ORG Fri Aug 22 19:38:16 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 714801E1; Fri, 22 Aug 2014 19:38:16 +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 5D07E3B61; Fri, 22 Aug 2014 19:38:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s7MJcGII021049; Fri, 22 Aug 2014 19:38:16 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s7MJcGS6021047; Fri, 22 Aug 2014 19:38:16 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201408221938.s7MJcGS6021047@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Fri, 22 Aug 2014 19:38:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r365691 - in head/graphics/libvisual: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Aug 2014 19:38:16 -0000 Author: tijl Date: Fri Aug 22 19:38:15 2014 New Revision: 365691 URL: http://svnweb.freebsd.org/changeset/ports/365691 QAT: https://qat.redports.org/buildarchive/r365691/ Log: - Convert to USES=libtool and INSTALL_TARGET=install-strip - Remove old patch for gcc 2.x Deleted: head/graphics/libvisual/files/patch-configure Modified: head/graphics/libvisual/Makefile head/graphics/libvisual/pkg-plist Modified: head/graphics/libvisual/Makefile ============================================================================== --- head/graphics/libvisual/Makefile Fri Aug 22 19:33:20 2014 (r365690) +++ head/graphics/libvisual/Makefile Fri Aug 22 19:38:15 2014 (r365691) @@ -6,18 +6,19 @@ PORTNAME= libvisual PORTVERSION= 0.2.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Abstraction library that sits between apps and visual plugin -USES= pathfix pkgconfig -USE_AUTOTOOLS= libtool +USES= libtool pathfix pkgconfig USE_LDCONFIG= yes +GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip .include Modified: head/graphics/libvisual/pkg-plist ============================================================================== --- head/graphics/libvisual/pkg-plist Fri Aug 22 19:33:20 2014 (r365690) +++ head/graphics/libvisual/pkg-plist Fri Aug 22 19:38:15 2014 (r365691) @@ -30,9 +30,8 @@ include/libvisual/lv_types.h include/libvisual/lv_ui.h include/libvisual/lv_video.h include/libvisual/lvconfig.h -lib/libvisual.a -lib/libvisual.la lib/libvisual.so lib/libvisual.so.0 +lib/libvisual.so.0.0.0 libdata/pkgconfig/libvisual.pc @dirrm include/libvisual