Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Mar 2001 19:15:12 -0800 (PST)
From:      anarcat@tao.ca
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/25579: [PATCH] Missing dependency for x11-wm/epplets
Message-ID:  <200103070315.f273FC474865@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         25579
>Category:       ports
>Synopsis:       [PATCH] Missing dependency for x11-wm/epplets
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 06 19:20:03 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     The Anarcat
>Release:        FreeBSD 4.2-STABLE #0: Sun Feb 25 12:47:05 EST 2001
>Organization:
Nada, Inc.
>Environment:
Ports collection cvsup'd on:
shall# ls -l /usr/ports/INDEX 
-rw-r--r--  1 root  wheel  1237159 Mar  5 17:48 /usr/ports/INDEX
shall# 

>Description:
x11-wm/Epplets port features a nifty E-ScreenShoot epplet which is used to take "snapshots" of the screen.

In order to perform its task, it calls the import(1) utility with appropriate arguments. The import(1) utility is a program included in the ImageMagick distribution, which is not included in the port's dependencies.
>How-To-Repeat:
Fire up the E-ScreenShot epplet

Click on the super-tiny snapshot button of the E-ScreenShoot applet.

anarcat@shall [anarcat]$ import
bash: import: command not found
anarcat@shall [anarcat]$ 

>Fix:
Probably something like:

$ diff -c Makefile.orig Makefile
*** Makefile.orig       Tue Mar  6 21:48:00 2001
--- Makefile    Tue Mar  6 21:48:05 2001
***************
*** 16,21 ****
--- 16,22 ----
  LIB_DEPENDS=  gtop.1:${PORTSDIR}/devel/libgtop \
                epplet.1:${PORTSDIR}/x11-wm/libepplet
  BUILD_DEPENDS=        enlightenment:${PORTSDIR}/x11-wm/enlightenment
+ RUN_DEPENDS=  import:${PORTSDIR}/graphics/ImageMagick
  
  WRKSRC=               ${WRKDIR}/Epplets-0.5
  
$
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103070315.f273FC474865>