From logix@foobar.franken.de  Fri Nov  1 17:36:47 2002
Return-Path: <logix@foobar.franken.de>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 726C837B401
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  1 Nov 2002 17:36:47 -0800 (PST)
Received: from mailout10.sul.t-online.com (mailout10.sul.t-online.com [194.25.134.21])
	by mx1.FreeBSD.org (Postfix) with ESMTP id A610943E4A
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  1 Nov 2002 17:36:46 -0800 (PST)
	(envelope-from logix@foobar.franken.de)
Received: from fwd07.sul.t-online.de 
	by mailout10.sul.t-online.com with smtp 
	id 187nDR-0002G7-00; Sat, 02 Nov 2002 02:36:45 +0100
Received: from foobar.franken.de (520066542279-0001@[217.235.92.22]) by fmrl07.sul.t-online.com
	with esmtp id 187nDR-0E6ATYC; Sat, 2 Nov 2002 02:36:45 +0100
Received: from foobar.franken.de (localhost [127.0.0.1])
	by foobar.franken.de (8.12.6/8.12.5) with ESMTP id gA21ahtb047156
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 2 Nov 2002 02:36:44 +0100 (CET)
	(envelope-from logix@foobar.franken.de)
Received: (from logix@localhost)
	by foobar.franken.de (8.12.6/8.12.6/Submit) id gA21agl1047155;
	Sat, 2 Nov 2002 02:36:42 +0100 (CET)
Message-Id: <200211020136.gA21agl1047155@foobar.franken.de>
Date: Sat, 2 Nov 2002 02:36:42 +0100 (CET)
From: Harold Gutch <logix@foobar.franken.de>
Reply-To: Harold Gutch <logix@foobar.franken.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: 1 char typo in net/gnomemeeting2/Makefile
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         44821
>Category:       ports
>Synopsis:       1 char typo in net/gnomemeeting2/Makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 01 17:40:00 PST 2002
>Closed-Date:    Fri Nov 01 17:44:38 PST 2002
>Last-Modified:  Fri Nov 01 17:44:38 PST 2002
>Originator:     Harold Gutch
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
>Environment:
System: FreeBSD foobar.franken.de 4.7-STABLE FreeBSD 4.7-STABLE #7: Tue Oct 15 10:16:54 CEST 2002 logix@foobar.franken.de:/usr/obj/usr/src/sys/FOOBAR i386


>Description:
	ports/gnomemeeting2/Makefile references {PORTSDIR}, not ${PORTSDIR}.
>How-To-Repeat:
	Just have a look at ports/gnomemeeting2/Makefile, it's obvious.
>Fix:
	Apply the following (obvious) patch:

--- Makefile.orig	Mon Oct 28 01:33:37 2002
+++ Makefile	Sat Nov  2 02:29:20 2002
@@ -14,7 +14,7 @@
 
 LIB_DEPENDS=	ldap.2:${PORTSDIR}/net/openldap2 \
 		gnomeui-2.0:${PORTSDIR}/x11-toolkits/libgnomeui \
-		bonobo-2.0:{PORTSDIR}/devel/libbonobo
+		bonobo-2.0:${PORTSDIR}/devel/libbonobo
 BUILD_DEPENDS=  ${NONEXISTENT}:${PORTSDIR}/net/openh323:build
 
 # note, we do not want to clean openh323, otherwise it has to build
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: arved 
State-Changed-When: Fri Nov 1 17:42:54 PST 2002 
State-Changed-Why:  
Committed thanks 

http://www.freebsd.org/cgi/query-pr.cgi?pr=44821 
>Unformatted:
