From q@uni.de  Wed Feb 18 11:46:26 2004
Return-Path: <q@uni.de>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 693E316A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 18 Feb 2004 11:46:26 -0800 (PST)
Received: from wrzx35.rz.uni-wuerzburg.de (wrzx35.rz.uni-wuerzburg.de [132.187.3.35])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 0C2D243D1F
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 18 Feb 2004 11:46:26 -0800 (PST)
	(envelope-from q@uni.de)
Received: from wrzx30.rz.uni-wuerzburg.de (wrzx30.rz.uni-wuerzburg.de [132.187.1.30])
	by wrzx35.rz.uni-wuerzburg.de (Postfix) with ESMTP id C84EAC694D
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 18 Feb 2004 20:46:24 +0100 (CET)
Received: from virusscan (localhost [127.0.0.1])
	by wrzx30.rz.uni-wuerzburg.de (Postfix) with ESMTP id ADDFF46D0A
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 18 Feb 2004 20:46:24 +0100 (CET)
Received: from wrzx28.rz.uni-wuerzburg.de (wrzx28.rz.uni-wuerzburg.de [132.187.3.28])
	by wrzx30.rz.uni-wuerzburg.de (Postfix) with ESMTP id 9AA7746C7F
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 18 Feb 2004 20:46:24 +0100 (CET)
Received: from coyote.q.local (wwsx14.win-screen.uni-wuerzburg.de [132.187.253.14])
	by mailmaster.uni-wuerzburg.de (Postfix) with ESMTP id 7F81EB5698
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 18 Feb 2004 20:46:24 +0100 (CET)
Received: from roadrunner.q.local (localhost [127.0.0.1])
	by roadrunner.q.local (8.12.10/8.12.10) with ESMTP id i1IJkNDD027825
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 18 Feb 2004 20:46:24 +0100 (CET)
	(envelope-from q@roadrunner.q.local)
Received: (from q@localhost)
	by roadrunner.q.local (8.12.10/8.12.10/Submit) id i1IJkNl1027824;
	Wed, 18 Feb 2004 20:46:23 +0100 (CET)
	(envelope-from q)
Message-Id: <200402181946.i1IJkNl1027824@roadrunner.q.local>
Date: Wed, 18 Feb 2004 20:46:23 +0100 (CET)
From: Ulrich Spoerlein <q@uni.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] irc/eggdrop: Fix DEPENDS
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         63033
>Category:       ports
>Synopsis:       [MAINTAINER] irc/eggdrop: Fix DEPENDS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 18 11:50:18 PST 2004
>Closed-Date:    Thu Feb 19 01:01:04 PST 2004
>Last-Modified:  Thu Feb 19 01:01:04 PST 2004
>Originator:     Ulrich Spoerlein
>Release:        FreeBSD 5.2.1-RC2 i386
>Organization:
>Environment:
System: FreeBSD roadrunner 5.2.1-RC2 FreeBSD 5.2.1-RC2 #7: Tue Feb 17 13:39:24 CET 2004
>Description:
How could I miss this?

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:

--- eggdrop-1.6.15_3.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/irc/eggdrop/Makefile,v
retrieving revision 1.6
diff -u -u -r1.6 Makefile
--- Makefile	18 Nov 2003 21:49:35 -0000	1.6
+++ Makefile	18 Feb 2004 19:44:04 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	eggdrop
 PORTVERSION=	1.6.15
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	irc tcl84
 MASTER_SITES=	ftp://ftp.eggheads.org/pub/eggdrop/source/1.6/
 DISTNAME=	${PORTNAME:S/-//}${PORTVERSION}
@@ -18,7 +18,7 @@
 .include <bsd.port.pre.mk>
 
 .if !defined(WITHOUT_TCL)
-BUILD_DEPENDS+=		${LOCALBASE}/include/tcl8.4/tcl.h:${PORTSDIR}/lang/tcl84
+LIB_DEPENDS+=		tcl84.1:${PORTSDIR}/lang/tcl84
 CONFIGURE_ARGS+=	--with-tcllib=${LOCALBASE}/lib/libtcl84.so \
 			--with-tclinc=${LOCALBASE}/include/tcl8.4/tcl.h
 .endif
--- eggdrop-1.6.15_3.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: krion 
State-Changed-When: Thu Feb 19 01:00:59 PST 2004 
State-Changed-Why:  
Committed, thanks! 

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