ports/137371: x11/Terminal: make dependance on startup-notification really optional

Carlos A. M. dos Santos unixmania at gmail.com
Sun Aug 2 23:30:05 UTC 2009


>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 at 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 at 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:



More information about the freebsd-ports-bugs mailing list