Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Sep 2001 13:51:36 -0700 (PDT)
From:      John Merryweather Cooper <jmcoopr@webmail.bmi.net>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        grog@lemis.com
Subject:   ports/30272: [PATCH] instant-workstation RUN_DEPENDS broken
Message-ID:  <200109022051.f82Kpag42707@johncoop.MSHOME>

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

>Number:         30272
>Category:       ports
>Synopsis:       [PATCH] instant-workstation RUN_DEPENDS broken
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 02 14:00:03 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     John Merryweather Cooper
>Release:        FreeBSD 4.4-RC i386
>Organization:
>Environment:
System: FreeBSD johncoop.MSHOME 4.4-RC FreeBSD 4.4-RC #30: Sat Sep 1 19:39:07 PDT 2001 jmcoopr@johncoop.MSHOME:/usr/obj/usr/src/sys/JOHNCOOP i386


	
>Description:
	Currently, a number of the run depends have different executable
	names than are indicated in the instant-workstation Makefile under
	RUN_DEPENDS.  Also, one of the ports, netscape-communicator47 is
	marked FORBIDDEN because of security problems.

	This patch:  a) fixes the names to their current form; and b)
	builds the linux-netscape-communicator47 (although the latest
	Mozilla port would work fine here too).

	Without the patch, the build breaks in several places.

>How-To-Repeat:
	Just try and build it . . .
>Fix:

diff -ruN instant-workstation/Makefile instant-workstation.new/Makefile
--- instant-workstation/Makefile	Thu Aug  2 02:14:27 2001
+++ instant-workstation.new/Makefile	Sun Sep  2 13:42:22 2001
@@ -2,33 +2,34 @@
 # Date created:		12 February 2001
 # Whom:			grog
 #
-# $FreeBSD: ports/misc/instant-workstation/Makefile,v 1.5 2001/08/02 09:14:27 dirk Exp $
+# $FreeBSD$
 #
 
 PORTNAME=	instant-workstation
 PORTVERSION=	1.0
+PORTREVISION=	1
 CATEGORIES=	misc
 MASTER_SITES=	ftp://ftp.lemis.com/pub/
 
 MAINTAINER=	grog@lemis.com
 
-RUN_DEPENDS=	acroread:${PORTSDIR}/print/acroread4 \
+RUN_DEPENDS=	acroread4:${PORTSDIR}/print/acroread4 \
 		bash:${PORTSDIR}/shells/bash2 \
 		cdrecord:${PORTSDIR}/sysutils/cdrtools \
 		dos2unix:${PORTSDIR}/converters/unix2dos \
 		emacs:${PORTSDIR}/editors/emacs20 \
 		fetchmail:${PORTSDIR}/mail/fetchmail \
-		ghostscript:${PORTSDIR}/print/ghostscript6 \
+		gs:${PORTSDIR}/print/ghostscript6 \
 		grip:${PORTSDIR}/audio/grip \
 		gimp:${PORTSDIR}/graphics/gimp1 \
 		gv:${PORTSDIR}/print/gv \
-		gnupg:${PORTSDIR}/security/gnupg \
+		gpg:${PORTSDIR}/security/gnupg \
 		ispell:${PORTSDIR}/textproc/ispell \
 		startkde:${PORTSDIR}/x11/kde2 \
 		mkisofs:${PORTSDIR}/sysutils/mkisofs \
 		mount_smbfs:${PORTSDIR}/net/smbfs \
 		mutt:${PORTSDIR}/mail/mutt \
-		netscape:${PORTSDIR}/www/netscape47-communicator \
+		netscape:${PORTSDIR}/www/linux-netscape47-communicator \
 		/usr/local/sbin/postfix:${PORTSDIR}/mail/postfix \
 		xamp:${PORTSDIR}/audio/xamp \
 		xtset:${PORTSDIR}/x11/xtset \
>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?200109022051.f82Kpag42707>