Date: Sun, 2 Aug 2009 23:27:16 GMT From: "Carlos A. M. dos Santos" <unixmania@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/137371: x11/Terminal: make dependance on startup-notification really optional Message-ID: <200908022327.n72NRGTJ035646@www.freebsd.org> Resent-Message-ID: <200908022330.n72NU5Hh070397@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908022327.n72NRGTJ035646>