ports/50628: [PATCH] waimea port has missing run-dependancy

Alex Kiesel kiesel at schlund.de
Sat Apr 5 19:30:11 UTC 2003


>Number:         50628
>Category:       ports
>Synopsis:       [PATCH] waimea port has missing run-dependancy
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 05 11:30:08 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Alex Kiesel
>Release:        FreeBSD 4.7-RELEASE-p3 i386
>Organization:
>Environment:
System: FreeBSD alex.i.schlund.de 4.7-RELEASE-p3 FreeBSD 4.7-RELEASE-p3 #0: Fri Jan 31 18:06:42 CET 2003 root at alex.i.schlund.de:/usr/obj/usr/src/sys/FREEBSD011101 i386


	
>Description:
    Waimea by default uses Esetroot to set the background image. However this executable
    is part of the eterm-port; thus waimea should list eterm as a dependancy.
>How-To-Repeat:
	Install waimea, uninstall Eterm (if installed), and start waimea. The background does
    not switch to the default waimea background but remains in that X-default black/white
    hatching.
>Fix:

	I've attached a patch, that adds Eterm as a run-dependancy to waimea.

--- waimea-rundepends.patch begins here ---
--- Makefile.old        Sat Feb 22 13:31:58 2003
+++ Makefile    Sat Apr  5 21:13:43 2003
@@ -7,7 +7,7 @@
 
 PORTNAME=      waimea
 PORTVERSION=   0.4.0
-PORTREVISION=  1
+PORTREVISION=  2
 CATEGORIES=    x11-wm
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=    waimea
@@ -16,6 +16,7 @@
 COMMENT=       An X11 window manager designed for maximum efficiency
 
 LIB_DEPENDS=   Xft.2:${PORTSDIR}/x11-fonts/Xft
+RUN_DEPENDS=   ${X11BASE}/bin/Esetroot:${PORTSDIR}/x11/eterm
 
 USE_BZIP2=     yes
 USE_X_PREFIX=  yes
--- waimea-rundepends.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list