From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 9 09:20:01 2007 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E305D16A419 for ; Sun, 9 Sep 2007 09:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BC51F13C46B for ; Sun, 9 Sep 2007 09:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l899K1dW022545 for ; Sun, 9 Sep 2007 09:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l899K10F022544; Sun, 9 Sep 2007 09:20:01 GMT (envelope-from gnats) Resent-Date: Sun, 9 Sep 2007 09:20:01 GMT Resent-Message-Id: <200709090920.l899K10F022544@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, Christoph Mallon Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F01D716A418 for ; Sun, 9 Sep 2007 09:14:52 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id EF8C813C45D for ; Sun, 9 Sep 2007 09:14:52 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.1/8.14.1) with ESMTP id l899Eq7H073123 for ; Sun, 9 Sep 2007 09:14:52 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.1/8.14.1/Submit) id l899EqIw073122; Sun, 9 Sep 2007 09:14:52 GMT (envelope-from nobody) Message-Id: <200709090914.l899EqIw073122@www.freebsd.org> Date: Sun, 9 Sep 2007 09:14:52 GMT From: Christoph Mallon To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/116224: [patch] Option to disable splash screen for graphics/gimageview X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2007 09:20:02 -0000 >Number: 116224 >Category: ports >Synopsis: [patch] Option to disable splash screen for graphics/gimageview >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Sep 09 09:20:01 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Christoph Mallon >Release: n/a >Organization: >Environment: n/a >Description: This patch adds the option to disable the splash screen for graphics/gimageview. It adds --disable-splash to the configure arguments if requested. To preserve POLA the splash screen is enabled by default. >How-To-Repeat: n/a >Fix: see patch Patch attached with submission follows: --- Makefile.orig 2007-09-09 11:00:31.000000000 +0200 +++ Makefile 2007-09-09 11:05:09.000000000 +0200 @@ -7,7 +7,7 @@ PORTNAME= gimageview PORTVERSION= 0.2.27 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gtkmmviewer @@ -31,8 +31,14 @@ USE_GNOME= gdkpixbuf gnomehier .endif +OPTIONS= SPLASH "Show splash on startup" On + .include +.ifdef WITHOUT_SPLASH +CONFIGURE_ARGS+= --disable-splash +.endif + .if ${HAVE_GNOME:Mimlib}!="" USE_GNOME+= imlib PKGNAMESUFFIX= -imlib >Release-Note: >Audit-Trail: >Unformatted: