Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Nov 2002 02:36:42 +0100 (CET)
From:      Harold Gutch <logix@foobar.franken.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/44821: 1 char typo in net/gnomemeeting2/Makefile
Message-ID:  <200211020136.gA21agl1047155@foobar.franken.de>

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

>Number:         44821
>Category:       ports
>Synopsis:       1 char typo in net/gnomemeeting2/Makefile
>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:   Fri Nov 01 17:40:00 PST 2002
>Closed-Date:
>Last-Modified:
>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:
>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?200211020136.gA21agl1047155>