ports/88179: Update port: irc/gseen.mod

Gerrit Beine tux at pinguru.net
Sat Oct 29 14:50:18 UTC 2005


>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 at 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 at 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:



More information about the freebsd-ports-bugs mailing list