Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Jul 2001 11:43:42 +0200 (CEST)
From:      Frank Volf <volf@oasis.IAEhv.nl>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        volf@oasis.IAEhv.nl
Subject:   ports/29273: Wrong dependency on apsfilter port
Message-ID:  <20010728094342.9006E3E02@drawbridge.oasis.IAEhv.nl>

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

>Number:         29273
>Category:       ports
>Synopsis:       Wrong dependency on apsfilter port
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 28 02:50:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Frank Volf
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD drawbridge.oasis.IAEhv.nl 4.3-STABLE FreeBSD 4.3-STABLE #14: Sun Jul 22 00:30:31 CEST 2001 volf@drawbridge.oasis.IAEhv.nl:/usr/src/sys/compile/DRAWBRIDGE i386

I think the following patch is so trivial, that I let it speak for itself :-)

Index: configure
===================================================================
RCS file: /home/CVS/ports/print/apsfilter/scripts/configure,v
retrieving revision 1.22
diff -u -r1.22 configure
--- configure	2001/04/01 13:24:00	1.22
+++ configure	2001/06/24 22:54:35
@@ -138,7 +138,7 @@
 		echo RUN_DEPENDS+=bunzip2:${PORTSDIR}/archivers/bzip2
 		;;
 	\"FREEZE\")
-		echo RUN_DEPENDS+=smbclient:${PORTSDIR}/archivers/freeze
+		echo RUN_DEPENDS+=freeze:${PORTSDIR}/archivers/freeze
 		;;
     esac
     shift
>Description:
>How-To-Repeat:
>Fix:
>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?20010728094342.9006E3E02>