From owner-freebsd-ports Sun Sep 2 14: 0: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 78FDF37B403 for ; Sun, 2 Sep 2001 14:00:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f82L03Z94595; Sun, 2 Sep 2001 14:00:03 -0700 (PDT) (envelope-from gnats) Received: from yoda.bmi.net (yoda.bmi.net [204.57.191.163]) by hub.freebsd.org (Postfix) with ESMTP id 252D137B405 for ; Sun, 2 Sep 2001 13:51:32 -0700 (PDT) Received: from johncoop.MSHOME (drumheller-router.bmi.net [206.63.201.3] (may be forged)) by yoda.bmi.net (Pro-8.9.3/Pro-8.9.3) with ESMTP id NAA21566; Sun, 2 Sep 2001 13:50:29 -0700 Received: (from root@localhost) by johncoop.MSHOME (8.11.6/8.11.6) id f82Kpag42707; Sun, 2 Sep 2001 13:51:36 -0700 (PDT) (envelope-from root) Message-Id: <200109022051.f82Kpag42707@johncoop.MSHOME> Date: Sun, 2 Sep 2001 13:51:36 -0700 (PDT) From: John Merryweather Cooper Reply-To: John Merryweather Cooper To: FreeBSD-gnats-submit@freebsd.org Cc: grog@lemis.com X-Send-Pr-Version: 3.113 Subject: ports/30272: [PATCH] instant-workstation RUN_DEPENDS broken Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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