Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Jan 2003 09:18:28 +0100 (CET)
From:      Jan Hornyak <pav@oook.cz>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/47130: Update net/dclib to 0.2.1
Message-ID:  <200301160818.h0G8ISnx018957@pav.hide.vol.cz>

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

>Number:         47130
>Category:       ports
>Synopsis:       Update net/dclib to 0.2.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 16 00:20:01 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Jan Hornyak
>Release:        FreeBSD 4.7-RELEASE i386
>Organization:
>Environment:
System: FreeBSD pav.hide.vol.cz 4.7-RELEASE FreeBSD 4.7-RELEASE #2: Wed Jan 8 08:44:16 CET 2003 root@pav.hide.vol.cz:/usr/src/sys/compile/PAV i386


	
>Description:
This updates net/dclib, Direct Connect client library, to 0.2.1

Current maintainer is no longer interested in this port,
he agreed to pass maintainership over to me.

This needs to be commited together with net/dcgui update.
>How-To-Repeat:
	
>Fix:

diff -urN dclib/Makefile dclib.new/Makefile
--- dclib/Makefile	Mon Oct  7 08:16:08 2002
+++ dclib.new/Makefile	Thu Jan 16 08:57:32 2003
@@ -7,17 +7,11 @@
 #
 
 PORTNAME=	dclib
-PORTVERSION=	0.1.11
+PORTVERSION=	0.2.1
 CATEGORIES=	net
-MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
-		http://ftp.kde.com/Networking_Internet/File_Sharing/Direct_Connect_4_Linux/ \
-		http://download.berlios.de/dcgui/ \
-		ftp://ftp.kde.com/Networking_Internet/File_Sharing/Direct_Connect_4_Linux/ \
-		http://dc.ketelhot.de/files/dcgui/unstable/source/
-MASTER_SITE_SUBDIR=	dc-gui
-DISTNAME=	dclib-0.1beta11
+MASTER_SITES=	http://download.berlios.de/dcgui/
 
-MAINTAINER=	e96sv@yahoo.se
+MAINTAINER=	pav@oook.cz
 
 LIB_DEPENDS=	jpeg.9:${PORTSDIR}/graphics/jpeg \
 		xml2.5:${PORTSDIR}/textproc/libxml2
@@ -30,17 +24,8 @@
 INSTALLS_SHLIB= yes
 
 post-patch:
-# fix libxml2 test
-# and, do not add optimizations because it might break some ARCHs, e.g.,
-# alpha
-
-	@${REINPLACE_CMD} -e 's@xmlversion.h@libxml/xmlversion.h@; \
-		s@-O2@@; \
-		s@%%LOCALBASE%%@${LOCALBASE}@g' \
-		${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
-	@${REINPLACE_CMD} -e "s@Lu@llu@g" \
-		${WRKSRC}/dclib/cstring.cpp \
-		${WRKSRC}/dclib/cquerymanager.cpp
+# do not add optimizations because it might break some ARCHs, e.g., alpha
+	@${REINPLACE_CMD} -e 's@-O2@@' ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
 # malloc.h is deprecated in favor of stdlib.h
 	@${FIND} ${WRKSRC} -type f -name "*.cpp" -o -name "*.h" | \
 		${XARGS} -n 10 ${REINPLACE_CMD} 's|malloc\.h|stdlib.h|'
diff -urN dclib/distinfo dclib.new/distinfo
--- dclib/distinfo	Mon Oct  7 08:16:08 2002
+++ dclib.new/distinfo	Wed Jan 15 18:12:47 2003
@@ -1 +1 @@
-MD5 (dclib-0.1beta11.tar.bz2) = 1105c521ca69230e0bcbb2d03ef5cd7f
+MD5 (dclib-0.2.1.tar.bz2) = 4e72260d1eb2b011ca881de467625c0e
diff -urN dclib/pkg-plist dclib.new/pkg-plist
--- dclib/pkg-plist	Mon Oct  7 08:16:08 2002
+++ dclib.new/pkg-plist	Wed Jan 15 18:29:23 2003
@@ -6,6 +6,7 @@
 include/dclib/cclient.h
 include/dclib/cconfig.h
 include/dclib/cconnection.h
+include/dclib/cdcproto.h
 include/dclib/cdir.h
 include/dclib/cdownloadmanager.h
 include/dclib/cdownloadqueue.h
@@ -16,14 +17,18 @@
 include/dclib/chubsearch.h
 include/dclib/clist.h
 include/dclib/clisten.h
+include/dclib/clogfile.h
 include/dclib/cmd4.h
 include/dclib/cmd5.h
 include/dclib/cmessagehandler.h
 include/dclib/cobject.h
+include/dclib/cpluginmanager.h
+include/dclib/cplugin.h
 include/dclib/cquerymanager.h
 include/dclib/cservermanager.h
 include/dclib/csingleton.h
 include/dclib/csocket.h
+include/dclib/cssl.h
 include/dclib/cstring.h
 include/dclib/cstringlist.h
 include/dclib/cthread.h
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




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