From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 4 16:00:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 8EDF83D5 for ; Thu, 4 Jul 2013 16:00:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 75D731E69 for ; Thu, 4 Jul 2013 16:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r64G000M089215 for ; Thu, 4 Jul 2013 16:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r64G002r089214; Thu, 4 Jul 2013 16:00:00 GMT (envelope-from gnats) Resent-Date: Thu, 4 Jul 2013 16:00:00 GMT Resent-Message-Id: <201307041600.r64G002r089214@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Rene Ladan Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 9BFED2AE for ; Thu, 4 Jul 2013 15:58:31 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id 8E4F21E4B for ; Thu, 4 Jul 2013 15:58:31 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r64FwVSY087989 for ; Thu, 4 Jul 2013 15:58:31 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r64FwVQa087988; Thu, 4 Jul 2013 15:58:31 GMT (envelope-from nobody) Message-Id: <201307041558.r64FwVQa087988@oldred.freebsd.org> Date: Thu, 4 Jul 2013 15:58:31 GMT From: Rene Ladan To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/180265: astro/celestia: remove KDE3 support X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Jul 2013 16:00:00 -0000 >Number: 180265 >Category: ports >Synopsis: astro/celestia: remove KDE3 support >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jul 04 16:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Rene Ladan >Release: FreeBSD 9.1-amd64 >Organization: >Environment: FreeBSD 9.1-amd64 Ports Tree r322216 >Description: Remove support for the expired KDE3 port. While here convert NOPORTDOCS >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 322216) +++ Makefile (working copy) @@ -27,7 +27,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -pthread -UI_LIST= glut gtk gnome kde +UI_LIST= glut gtk gnome CELESTIA_UI?= glut CONFLICTS= ${UI_LIST:S|${CELESTIA_UI}||:S|^|celestia-|:S|$|-[0-9]*|} @@ -41,9 +41,10 @@ # gnome Full GTK interface plus a few Gnome integration goodies, such as # preference saving in GConf (this looks and works very much like # the Windows interface); -# kde Probably the richest of all: brings contextual menus, toolbars, -# KDE integration, internationalization, bookmarks, etc. # + +.include + .if ${CELESTIA_UI} == "glut" CONFIGURE_ARGS+= --with-glut USE_GL+= glut @@ -55,11 +56,6 @@ CONFIGURE_ARGS+= --with-gnome USE_GNOME+= libgnomeui GCONF_SCHEMAS= celestia.schemas -.elif ${CELESTIA_UI} == "kde" -CATEGORIES+= kde -CONFIGURE_ARGS+= --with-kde -USE_KDELIBS_VER= 3 -INSTALLS_ICONS= yes .else IGNORE= requires one of the <${UI_LIST}> values for CELESTIA_UI .endif @@ -73,12 +69,7 @@ .else STARTUP_NOTIFY= false .endif -.if ${CELESTIA_UI} == "kde" -LIB_DEPENDS+= theora:${PORTSDIR}/multimedia/libtheora -PLIST_SUB+= KDE="" -.else PLIST_SUB+= KDE="@comment " -.endif PORTDOCS= AUTHORS ChangeLog README @@ -110,7 +101,7 @@ # does not hurt and simplifies PLIST handling ${INSTALL_DATA} ${WRKSRC}/src/celestia/gtk/data/celestia.png \ ${PREFIX}/share/pixmaps -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} .endif >Release-Note: >Audit-Trail: >Unformatted: