From owner-svn-ports-head@FreeBSD.ORG Thu Jan 15 14:55:14 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 87165F22; Thu, 15 Jan 2015 14:55:14 +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 59119CA9; Thu, 15 Jan 2015 14:55:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0FEtEZd018698; Thu, 15 Jan 2015 14:55:14 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0FEtD3l018690; Thu, 15 Jan 2015 14:55:13 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201501151455.t0FEtD3l018690@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Thu, 15 Jan 2015 14:55:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377095 - in head/x11-toolkits: . vte290 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: Thu, 15 Jan 2015 14:55:14 -0000 Author: kwm Date: Thu Jan 15 14:55:12 2015 New Revision: 377095 URL: https://svnweb.freebsd.org/changeset/ports/377095 QAT: https://qat.redports.org/buildarchive/r377095/ Log: Readd vte3 0.34.7 as vte290. There are still some programs that need the older 2.90 API. Since the vte3 got updated to 0.38 which has the 2.91 API. Added: head/x11-toolkits/vte290/ - copied from r366894, head/x11-toolkits/vte3/ Modified: head/x11-toolkits/Makefile head/x11-toolkits/vte290/Makefile head/x11-toolkits/vte290/pkg-descr head/x11-toolkits/vte290/pkg-plist Modified: head/x11-toolkits/Makefile ============================================================================== --- head/x11-toolkits/Makefile Thu Jan 15 14:52:12 2015 (r377094) +++ head/x11-toolkits/Makefile Thu Jan 15 14:55:12 2015 (r377095) @@ -251,6 +251,7 @@ SUBDIR += viewklass SUBDIR += vte SUBDIR += vte-reference + SUBDIR += vte290 SUBDIR += vte3 SUBDIR += vtkfox SUBDIR += wmapp Modified: head/x11-toolkits/vte290/Makefile ============================================================================== --- head/x11-toolkits/vte3/Makefile Mon Sep 1 16:05:20 2014 (r366894) +++ head/x11-toolkits/vte290/Makefile Thu Jan 15 14:55:12 2015 (r377095) @@ -9,7 +9,7 @@ CATEGORIES= x11-toolkits gnome MASTER_SITES= GNOME MASTER_SITE_SUBDIR= sources/${PORTNAME:S/gnome-pty-helper/vte/}/${PORTVERSION:R} DISTNAME= vte-${PORTVERSION} -PKGNAMESUFFIX?= 3 +PKGNAMESUFFIX?= 3-290 DIST_SUBDIR= gnome3 MAINTAINER?= gnome@FreeBSD.org @@ -57,6 +57,10 @@ CONFIGURE_ARGS+= --with-glX USE_GL= yes .endif +post-install: + @${MV} ${STAGEDIR}${PREFIX}/etc/profile.d/vte.sh \ + ${STAGEDIR}${PREFIX}/etc/profile.d/vte3.sh + .include .endif Modified: head/x11-toolkits/vte290/pkg-descr ============================================================================== --- head/x11-toolkits/vte3/pkg-descr Mon Sep 1 16:05:20 2014 (r366894) +++ head/x11-toolkits/vte290/pkg-descr Thu Jan 15 14:55:12 2015 (r377095) @@ -1,4 +1,6 @@ Terminal widget with improved font, internationalisation and accessibility support for the GNOME 2 desktop. Designed to replace libzvt. +This port features the old 2.90 API. + WWW: http://www.gnome.org/ Modified: head/x11-toolkits/vte290/pkg-plist ============================================================================== --- head/x11-toolkits/vte3/pkg-plist Mon Sep 1 16:05:20 2014 (r366894) +++ head/x11-toolkits/vte290/pkg-plist Thu Jan 15 14:55:12 2015 (r377095) @@ -1,5 +1,5 @@ bin/vte2_90 -etc/profile.d/vte.sh +etc/profile.d/vte3.sh include/vte-%%VERSION%%/vte/pty.h include/vte-%%VERSION%%/vte/reaper.h include/vte-%%VERSION%%/vte/vte.h