From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 2 23:30:05 2009 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 8BB21106566C for ; Sun, 2 Aug 2009 23:30:05 +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 659D88FC12 for ; Sun, 2 Aug 2009 23:30:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n72NU590070398 for ; Sun, 2 Aug 2009 23:30:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n72NU5Hh070397; Sun, 2 Aug 2009 23:30:05 GMT (envelope-from gnats) Resent-Date: Sun, 2 Aug 2009 23:30:05 GMT Resent-Message-Id: <200908022330.n72NU5Hh070397@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, "Carlos A. M. dos Santos" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AA429106564A for ; Sun, 2 Aug 2009 23:27:16 +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 9177A8FC0C for ; Sun, 2 Aug 2009 23:27:16 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n72NRGOQ035647 for ; Sun, 2 Aug 2009 23:27:16 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n72NRGTJ035646; Sun, 2 Aug 2009 23:27:16 GMT (envelope-from nobody) Message-Id: <200908022327.n72NRGTJ035646@www.freebsd.org> Date: Sun, 2 Aug 2009 23:27:16 GMT From: "Carlos A. M. dos Santos" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/137371: x11/Terminal: make dependance on startup-notification really optional 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, 02 Aug 2009 23:30:05 -0000 >Number: 137371 >Category: ports >Synopsis: x11/Terminal: make dependance on startup-notification really optional >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Aug 02 23:30:04 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Carlos A. M. dos Santos >Release: 8.0-BETA2 >Organization: N.A. >Environment: FreeBSD avatar 8.0-BETA2 FreeBSD 8.0-BETA2 #2: Tue Jul 28 23:21:41 BRT 2009 root@avatar:/usr/obj/usr/src/sys/Compaq_nx6320 amd64 >Description: Support for startup notification is optional on x11/Terminal/Makefile, so it must not be keept fixed in LIB_DEPENDS. >How-To-Repeat: Build and install the Terminal port as of version 0.2.12.1 with the STARTUP option off. It will force the build and installation of x11/startup-notification even though it is not required. >Fix: Apply the attached patch. Patch attached with submission follows: diff -dur ports/x11/Terminal/Makefile ports-local/x11/Terminal/Makefile --- ports.orig/x11/Terminal/Makefile 2009-06-10 23:52:09.000000000 -0300 +++ ports/x11/Terminal/Makefile 2009-08-02 20:16:18.000000000 -0300 @@ -7,7 +7,7 @@ PORTNAME= Terminal PORTVERSION= 0.2.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 xfce MASTER_SITES= ${MASTER_SITE_XFCE} DIST_SUBDIR= xfce4 @@ -15,8 +15,6 @@ MAINTAINER= oliver@FreeBSD.org COMMENT= Terminal emulator for the X windowing system -LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification - GNU_CONFIGURE= yes INSTALLS_ICONS= yes USE_BZIP2= yes >Release-Note: >Audit-Trail: >Unformatted: