ports/71006: [maintainer update]: net/verlihub to 0.9.8a supersedes ports/71002

Hurbold hurbold at yahoo.com
Thu Aug 26 21:10:21 UTC 2004


>Number:         71006
>Category:       ports
>Synopsis:       [maintainer update]: net/verlihub to 0.9.8a  supersedes ports/71002
>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:   Thu Aug 26 21:10:20 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Bill Cadwallader
>Release:        FreeBSD 5.2.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 at wv1u.btc.adaptec.com:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
        Supersedes ports/71002. Explicitly set GCC 3.3 as port does not build with 3.4.x. 
        As before, update to verlihub-0.9.8a. Increased functionality and multiple bug fixes.
>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	Thu Aug 26 09:47:17 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 at yahoo.com
 COMMENT=	Verlihub Linux/Unix Direct Connect Hub Software
@@ -23,19 +22,16 @@
 USE_MYSQL=	yes
 USE_PERL5=	yes
 USE_GMAKE=	yes
+USE_GCC=	3.3
 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,19 +39,10 @@
 .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>
-
-.if ${OSVERSION} < 502010
-USE_GCC=	3.3
-.endif
 
 .include <bsd.port.post.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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list