Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Oct 2005 14:42:09 GMT
From:      Gerrit Beine <tux@pinguru.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/88179: Update port: irc/gseen.mod
Message-ID:  <200510291442.j9TEg9Ss070978@www.freebsd.org>
Resent-Message-ID: <200510291450.j9TEoGF2045929@freefall.freebsd.org>

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

>Number:         88179
>Category:       ports
>Synopsis:       Update port: irc/gseen.mod
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 29 14:50:16 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Gerrit Beine
>Release:        FreeBSD 5.4-RELEASE-p7
>Organization:
>Environment:
FreeBSD asus.beine-computer.de 5.4-RELEASE-p7 FreeBSD 5.4-RELEASE-p7 #2: Sun Oct  2 13:06:59 CEST 2005     root@asus.beine-computer.de:/usr/src/sys/i386/compile/ASUS  i386

>Description:
The port now honors LOCALBASE in during configure.
>How-To-Repeat:
              
>Fix:
diff -Nur /usr/ports/irc/gseen.mod/Makefile gseen.mod/Makefile
--- /usr/ports/irc/gseen.mod/Makefile	Fri Oct 15 00:27:01 2004
+++ gseen.mod/Makefile	Sat Oct 29 16:34:58 2005
@@ -14,11 +14,17 @@
 MAINTAINER=	tux@pinguru.net
 COMMENT=	A seen-module for the eggdrop IRC bot
 
-EXTRACT_DEPENDS=	${NONEXISTENT}:${PORTSDIR}/irc/eggdrop:configure
+EXTRACT_DEPENDS=	${NONEXISTENT}:${PORTSDIR}/irc/eggdrop:extract
 BUILD_DEPENDS=	eggdrop:${PORTSDIR}/irc/eggdrop
 RUN_DEPENDS=	eggdrop:${PORTSDIR}/irc/eggdrop
+LIB_DEPENDS=	tcl84.1:${PORTSDIR}/lang/tcl84
 
 WRKSRC=		${WRKDIR}/eggdrop
+
+CONFIGURE_ARGS+=	--with-tcllib=${LOCALBASE}/lib/libtcl84.so \
+			--with-tclinc=${LOCALBASE}/include/tcl84/tcl.h
+
+GNU_CONGFIGURE=	yes
 
 do-extract:
 	@${RM} -rf ${WRKDIR}
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510291442.j9TEg9Ss070978>