From owner-svn-ports-head@FreeBSD.ORG Thu Dec 27 23:29:19 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EC51E1BC; Thu, 27 Dec 2012 23:29:19 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id D140B8FC15; Thu, 27 Dec 2012 23:29:19 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBRNTJ4k089394; Thu, 27 Dec 2012 23:29:19 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBRNTJxh089392; Thu, 27 Dec 2012 23:29:19 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201212272329.qBRNTJxh089392@svn.freebsd.org> From: Pawel Pekala Date: Thu, 27 Dec 2012 23:29:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309559 - head/x11/xnee 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.14 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, 27 Dec 2012 23:29:20 -0000 Author: pawel Date: Thu Dec 27 23:29:19 2012 New Revision: 309559 URL: http://svnweb.freebsd.org/changeset/ports/309559 Log: - Update to version 3.15 - Add missing deps, sort USE_ flags - Improve options descriptions - Mark PNEE option BROKEN for now Modified: head/x11/xnee/Makefile head/x11/xnee/distinfo Modified: head/x11/xnee/Makefile ============================================================================== --- head/x11/xnee/Makefile Thu Dec 27 23:28:50 2012 (r309558) +++ head/x11/xnee/Makefile Thu Dec 27 23:29:19 2012 (r309559) @@ -1,24 +1,23 @@ -# New ports collection makefile for: xnee -# Date created: 27 May 2002 -# Whom: Alexey Dokuchaev -# +# Created by: Alexey Dokuchaev # $FreeBSD$ -# PORTNAME= xnee -PORTVERSION= 3.13 +PORTVERSION= 3.15 CATEGORIES= x11 MASTER_SITES= GNU MAINTAINER= pawel@FreeBSD.org COMMENT= X events recorder and player +LIB_DEPENDS= pthread-stubs:${PORTSDIR}/devel/libpthread-stubs \ + xcb:${PORTSDIR}/x11/libxcb + LICENSE= GPLv3 -USE_XORG= xtst -USE_GNOME= gnomehack -USE_GMAKE= yes GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_XORG= x11 xau xdmcp xext xi xtst +USE_GNOME= gnomehack MAKE_JOBS_SAFE= yes CONFIGURE_ARGS= --enable-cli --disable-doc --disable-xinput2 @@ -27,16 +26,27 @@ MAN1= cnee.1 xnee.1 INFO= xnee OPTIONS_DEFINE= GNEE PNEE -GNEE_DESC= Build the GUI frontend -PNEE_DESC= Build the Gnome Panel frontend +GNEE_DESC= GUI frontend +PNEE_DESC= GNOME panel frontend .include .if ${PORT_OPTIONS:MGNEE} -USE_GNOME+= gtk20 libgnomeui +LIB_DEPENDS+= pcre:${PORTSDIR}/devel/pcre \ + cairo:${PORTSDIR}/graphics/cairo \ + png15:${PORTSDIR}/graphics/png \ + freetype:${PORTSDIR}/print/freetype2 \ + expat:${PORTSDIR}/textproc/expat2 \ + fontconfig:${PORTSDIR}/x11-fonts/fontconfig + +CONFIGURE_ARGS+=--enable-gui +USE_GETTEXT= yes +USE_ICONV= yes +USE_XORG+= pixman xcomposite xcursor xdamage xfixes xinerama xrandr xrender +USE_GNOME+= gdkpixbuf2 gtk20 libgnomeui MAN1+= gnee.1 PLIST_SUB+= GNEE="" -DESKTOP_ENTRIES= "Gnee" "${COMMENT}" "${PREFIX}/share/pixmaps/xnee.png" \ +DESKTOP_ENTRIES= "Gnee" "${COMMENT}" "${PORTNAME}.png" \ "gnee" "Development;" true .else CONFIGURE_ARGS+=--disable-gui @@ -44,6 +54,8 @@ PLIST_SUB+= GNEE="@comment " .endif .if ${PORT_OPTIONS:MPNEE} +BROKEN= Does not build, needs newer gnomepanel +CONFIGURE_ARGS+=-enable-gnome-applet USE_GNOME+= gnomepanel MAN1+= pnee.1 PLIST_SUB+= PNEE="" Modified: head/x11/xnee/distinfo ============================================================================== --- head/x11/xnee/distinfo Thu Dec 27 23:28:50 2012 (r309558) +++ head/x11/xnee/distinfo Thu Dec 27 23:29:19 2012 (r309559) @@ -1,2 +1,2 @@ -SHA256 (xnee-3.13.tar.gz) = 08125d9f43500e9f5816a386f37c214c534c8a14b9202c318eb11464fe5c869d -SIZE (xnee-3.13.tar.gz) = 1789301 +SHA256 (xnee-3.15.tar.gz) = 56e0b1cca36ebf95b6f7c82c7028ab8a9b5003728ca1044016031b489bc3e8cd +SIZE (xnee-3.15.tar.gz) = 1776676