From owner-svn-ports-head@FreeBSD.ORG Tue Jul 2 19:06:30 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 39E1026E; Tue, 2 Jul 2013 19:06:30 +0000 (UTC) (envelope-from rene@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 2CBFB1FD1; Tue, 2 Jul 2013 19:06:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r62J6U1U050196; Tue, 2 Jul 2013 19:06:30 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r62J6UkZ050195; Tue, 2 Jul 2013 19:06:30 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201307021906.r62J6UkZ050195@svn.freebsd.org> From: Rene Ladan Date: Tue, 2 Jul 2013 19:06:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322192 - head/graphics/pfstools 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: Tue, 02 Jul 2013 19:06:30 -0000 Author: rene Date: Tue Jul 2 19:06:29 2013 New Revision: 322192 URL: http://svnweb.freebsd.org/changeset/ports/322192 Log: Remove the QT option as it depends on the expired QT3 port. The maintainer does not use this port any longer, new volunteers are welcome. PR: ports/180200 Submitted by: myself Approved by: Daniel O'Connor (maintainer) Modified: head/graphics/pfstools/Makefile Modified: head/graphics/pfstools/Makefile ============================================================================== --- head/graphics/pfstools/Makefile Tue Jul 2 19:04:18 2013 (r322191) +++ head/graphics/pfstools/Makefile Tue Jul 2 19:06:29 2013 (r322192) @@ -29,8 +29,7 @@ USE_GMAKE= yes USE_LDCONFIG= yes USES= pkgconfig -OPTIONS_DEFINE= NETPBM OPENEXR TIFF QT IMAGEMAGICK OCTAVE OPENGL -QT_DESC= QT library support +OPTIONS_DEFINE= NETPBM OPENEXR TIFF IMAGEMAGICK OCTAVE OPENGL OCTAVE_DESC= Compile octave interface functions OPTIONS_DEFAULT= TIFF @@ -100,17 +99,8 @@ CONFIGURE_ARGS+=--disable-tiff PLIST_SUB+= TIFF="@comment " .endif -.if ${PORT_OPTIONS:MQT} -CONFIGURE_ARGS+=--enable-qt -USE_QT_VER= 3 -.include "${PORTSDIR}/Mk/bsd.kde.mk" -PLIST_SUB+= QT="" -MAN1+= pfsview.1 \ - pfsv.1 -.else CONFIGURE_ARGS+=--disable-qt PLIST_SUB+= QT="@comment " -.endif .if ${PORT_OPTIONS:MIMAGEMAGICK} CONFIGURE_ARGS+=--enable-imagemagick