From root@hurbold.com  Thu Aug 26 19:39:51 2004
Return-Path: <root@hurbold.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 4210116A4D8
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 26 Aug 2004 19:39:51 +0000 (GMT)
Received: from www.hurbold.com (mail.hurbold.com [65.75.145.130])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 257AC43D1F
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 26 Aug 2004 19:39:51 +0000 (GMT)
	(envelope-from root@hurbold.com)
Received: by www.hurbold.com (Postfix, from userid 0)
	id C5DB0A6C67; Thu, 26 Aug 2004 18:41:01 +0000 (GMT)
Message-Id: <20040826184101.C5DB0A6C67@www.hurbold.com>
Date: Thu, 26 Aug 2004 18:41:01 +0000 (GMT)
From: hurbold@yahoo.com <admin@hurbold.com>
Reply-To: hurbold@yahoo.com <admin@hurbold.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [maintainer update]: net/verlihub to 0.9.8a
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         71002
>Category:       ports
>Synopsis:       [maintainer update]: net/verlihub to 0.9.8a
>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:   Thu Aug 26 19:40:28 GMT 2004
>Closed-Date:    Thu Aug 26 21:45:01 GMT 2004
>Last-Modified:  Thu Aug 26 21:45:01 GMT 2004
>Originator:     Bill Cadwallader
>Release:        FreeBSD 5.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD www.hurbold.com 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0: Tue Mar 30 19:47:35 EST 2004 root@wv1u.btc.adaptec.com:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	Update verlihub from 0.9.7 to 0.9.8a. Multiple bug fixes and added functions. Adds location of new verlihub manual to pkg-message.
>How-To-Repeat:
	
>Fix:

	

--- verlihub.diff begins here ---
diff -ruN verlihub.orig/Makefile verlihub/Makefile
--- verlihub.orig/Makefile	Wed Aug 25 17:44:06 2004
+++ verlihub/Makefile	Wed Aug 25 10:47:01 2004
@@ -6,12 +6,11 @@
 #
 
 PORTNAME=	verlihub
-PORTVERSION=	0.9.7
-PORTREVISION=	
-PORTEPOCH=	1
+PORTVERSION=	0.9.8.a
 CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR= 	verlihub
+DISTNAME=	verlihub-0.9.8a
 
 MAINTAINER=	hurbold@yahoo.com
 COMMENT=	Verlihub Linux/Unix Direct Connect Hub Software
@@ -24,18 +23,14 @@
 USE_PERL5=	yes
 USE_GMAKE=	yes
 USE_INC_LIBTOOL_VER=	15
-USE_REINPLACE=	yes
 INSTALLS_SHLIB=	yes
-CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
-		LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib -lssl -lcrypto"
+CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include"
 
 PKGMESSAGE=	${WRKDIR}/pkg-message
 PORTDOCS=	configuring.txt help.sql using.txt features.html help.html params.php verlihub.html
 
 post-patch:
 	@${CAT} ${PKGDIR}/pkg-message | ${SED} 's|%%PREFIX%%|${PREFIX}|' > ${PKGMESSAGE}
-	@${REINPLACE_CMD} -e "s|/bin/bash|/usr/local/bin/bash|" ${WRKSRC}/scripts/install \
-	${WRKSRC}/scripts/regnick ${WRKSRC}/scripts/runhub ${WRKSRC}/scripts/trigger
 
 post-install:
 .if !defined(NOPORTDOCS)
@@ -43,13 +38,8 @@
 .for i in ${PORTDOCS}
 	${INSTALL_DATA} ${WRKSRC}/docs/${i} ${DOCSDIR}
 .endfor
-	${INSTALL_SCRIPT} ${WRKSRC}/verlihub_config ${LOCALBASE}/bin
-	${MKDIR} ${EXAMPLESDIR}/scripts
-	${INSTALL_SCRIPT} ${WRKSRC}/scripts/trigger ${EXAMPLESDIR}/scripts
-	${INSTALL_SCRIPT} ${WRKSRC}/scripts/install ${EXAMPLESDIR}/scripts
-	${INSTALL_SCRIPT} ${WRKSRC}/scripts/regnick ${EXAMPLESDIR}/scripts
-	${INSTALL_SCRIPT} ${WRKSRC}/scripts/runhub ${EXAMPLESDIR}/scripts
 .endif
+
 	@${CAT} ${PKGMESSAGE}
 
 .include <bsd.port.pre.mk>
diff -ruN verlihub.orig/distinfo verlihub/distinfo
--- verlihub.orig/distinfo	Wed Aug 25 17:44:06 2004
+++ verlihub/distinfo	Tue Aug 24 10:54:21 2004
@@ -1,2 +1,2 @@
-MD5 (verlihub-0.9.7.tar.gz) = 769dc0eb03e7ea082b543eb9c1a5f7e0
-SIZE (verlihub-0.9.7.tar.gz) = 449498
+MD5 (verlihub-0.9.8a.tar.gz) = 7b92ac6805da999ef4a08e405129f82a
+SIZE (verlihub-0.9.8a.tar.gz) = 461010
diff -ruN verlihub.orig/pkg-message verlihub/pkg-message
--- verlihub.orig/pkg-message	Wed Aug 25 17:44:06 2004
+++ verlihub/pkg-message	Wed Aug 25 10:38:23 2004
@@ -1,11 +1,8 @@
 --------------------------------------------------------------------
 
 Documentation has been installed in %%PREFIX%%/share/doc
-Sample files have been installed in %%PREFIX%%/share/examples
-These include the scripts necessary to start running Verlihub and some sample
-configuration files.
-The executable has been installed in %%PREFIX%%/bin
-A script to link Verlihub plugins has been installed in %%PREFIX%%/bin
+
+Scripts and the executable have been installed in %%PREFIX%%/bin
 
 This port requires a working mysql server installation, either
 locally or remotely.
@@ -13,15 +10,12 @@
 Once you have a properly-running mysql server, please run the install
 script:
 
-%%PREFIX%%/share/examples/verlihub/scripts/install
+%%PREFIX%%/bin/vh_install
 
 Follow the instructions given.
 
-You can copy or move the scripts to the .verlihub location:
-
-cp -R %%PREFIX%%/share/examples/verlihub/scripts/* /path/to/.verlihub
-
 Visit http://verlihub.sourceforge.net for the project's homepage
-or http://verlihub.no-ip.com for the project's forums.
+or http://verlihub.no-ip.com for the project's forums. The verlihub
+manual is available online at http://www.danomac.org/verlihub
 
 -------------------------------------------------------------------
diff -ruN verlihub.orig/pkg-plist verlihub/pkg-plist
--- verlihub.orig/pkg-plist	Wed Aug 25 17:44:06 2004
+++ verlihub/pkg-plist	Mon Aug 23 06:37:22 2004
@@ -1,11 +1,18 @@
 bin/verlihub
 bin/verlihub_config
+bin/vh_getcfg
+bin/vh_getdb
+bin/vh_install
+bin/vh_regnick
+bin/vh_runhub
+bin/vh_trigger
 include/verlihub/cantiflood.h
 include/verlihub/casyncconn.h
 include/verlihub/casyncsocketserver.h
 include/verlihub/cbanlist.h
 include/verlihub/cban.h
 include/verlihub/ccallbacklist.h
+include/verlihub/cchatconsole.h
 include/verlihub/ccmdr.h
 include/verlihub/ccommand.h
 include/verlihub/cconfigbase.h
@@ -18,6 +25,7 @@
 include/verlihub/cconnpoll.h
 include/verlihub/cconnselect.h
 include/verlihub/cdbconf.h
+include/verlihub/cdccommand.h
 include/verlihub/cdcconf.h
 include/verlihub/cdcconsole.h
 include/verlihub/cdcproto.h
@@ -61,16 +69,23 @@
 include/verlihub/cvhplugin.h
 include/verlihub/cworkerthread.h
 include/verlihub/dll.h
+include/verlihub/make_time.h
 include/verlihub/script_api.h
 include/verlihub/tcache.h
 include/verlihub/thasharray.h
 include/verlihub/tchashlistmap.h
+include/verlihub/tlistconsole.h
+include/verlihub/tlistplugin.h
 include/verlihub/tmysqlmemorylist.h
 include/verlihub/tpluginbase.h
 lib/libdiakritika_pi.a
 lib/libdiakritika_pi.la
 lib/libdiakritika_pi.so
 lib/libdiakritika_pi.so.0
+lib/libplug_pi.a
+lib/libplug_pi.la
+lib/libplug_pi.so
+lib/libplug_pi.so.0
 lib/libtest_pi.a
 lib/libtest_pi.la
 lib/libtest_pi.so
@@ -83,10 +98,4 @@
 lib/libvhapi.la
 lib/libvhapi.so
 lib/libvhapi.so.0
-%%PORTDOCS%%%%EXAMPLESDIR%%/scripts/trigger
-%%PORTDOCS%%%%EXAMPLESDIR%%/scripts/install
-%%PORTDOCS%%%%EXAMPLESDIR%%/scripts/regnick
-%%PORTDOCS%%%%EXAMPLESDIR%%/scripts/runhub
-%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/scripts
-%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
 @dirrm include/verlihub
--- verlihub.diff ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: sem 
State-Changed-When: Thu Aug 26 20:12:14 GMT 2004 
State-Changed-Why:  
Does not build with gcc 3.4.2: 
c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -O -pipe -march=athlon-xp -I/usr/local/include/mysql -O -pipe -march=athlon-xp -I/usr/local/include -I/usr/local/include -MT cantiflood.lo -MD -MP -MF .deps/cantiflood.Tpo -c cantiflood.cpp  -fPIC -DPIC 
In file included from cfreqlimiter.h:22, 
from cantiflood.h:21, 
from cantiflood.cpp:18: 
cmeanfrequency.h: In member function `void nUtils::cMeanFrequency<T, max_size>::Dump()': 
cmeanfrequency.h:63: error: `cout' undeclared (first use this function) 
cmeanfrequency.h:63: error: (Each undeclared identifier is reported only once for each function it appears in.) 
cmeanfrequency.h:69: error: `endl' undeclared (first use this function) 
gmake[2]: *** [cantiflood.lo] Error 1 
gmake[2]: Leaving directory `/usr/ports/net/verlihub/work/verlihub-0.9.8a/src' 
gmake[1]: *** [all-recursive] Error 1 
gmake[1]: Leaving directory `/usr/ports/net/verlihub/work/verlihub-0.9.8a' 
gmake: *** [all] Error 2 
*** Error code 2 

Stop in /usr/ports/net/verlihub. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=71002 
State-Changed-From-To: feedback->closed 
State-Changed-By: sem 
State-Changed-When: Thu Aug 26 21:44:08 GMT 2004 
State-Changed-Why:  
Overrided with ports/71006 

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