From ec567e8f9572555e58af5c992d7069e620ca1e48 Mon Sep 17 00:00:00 2001 From: Mario Sergio Fujikawa Ferreira Date: Sat, 5 Oct 2002 19:14:39 +0000 Subject: Update to 0.1.11 Submitted by: maintainer --- net/dclib/Makefile | 12 +++++++++--- net/dclib/distinfo | 2 +- net/dclib/pkg-plist | 7 +++++++ 3 files changed, 17 insertions(+), 4 deletions(-) (limited to 'net/dclib') diff --git a/net/dclib/Makefile b/net/dclib/Makefile index d04ad0c28ffc..2990c194cf69 100644 --- a/net/dclib/Makefile +++ b/net/dclib/Makefile @@ -7,7 +7,7 @@ # PORTNAME= dclib -PORTVERSION= 0.1.9 +PORTVERSION= 0.1.11 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://ftp.kde.com/Networking_Internet/File_Sharing/Direct_Connect_4_Linux/ \ @@ -15,7 +15,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ 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.1beta9 +DISTNAME= dclib-0.1beta11 MAINTAINER= e96sv@yahoo.se @@ -31,10 +31,16 @@ 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 + @${REINPLACE_CMD} -e "s@Lu@llu@g" \ + ${WRKSRC}/dclib/cstring.cpp \ + ${WRKSRC}/dclib/cquerymanager.cpp # 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 --git a/net/dclib/distinfo b/net/dclib/distinfo index daae1b52fea5..a1846ad28d4e 100644 --- a/net/dclib/distinfo +++ b/net/dclib/distinfo @@ -1 +1 @@ -MD5 (dclib-0.1beta9.tar.bz2) = 623a819ffdae03e54422dd7bb7f8e8fa +MD5 (dclib-0.1beta11.tar.bz2) = 1105c521ca69230e0bcbb2d03ef5cd7f diff --git a/net/dclib/pkg-plist b/net/dclib/pkg-plist index 51040c6cb16a..2905a79ea365 100644 --- a/net/dclib/pkg-plist +++ b/net/dclib/pkg-plist @@ -1,6 +1,8 @@ include/dclib/casyncdns.h +include/dclib/cbase64.h include/dclib/cbytearray.h include/dclib/cbz.h +include/dclib/ccallback.h include/dclib/cclient.h include/dclib/cconfig.h include/dclib/cconnection.h @@ -8,14 +10,19 @@ include/dclib/cdir.h include/dclib/cdownloadmanager.h include/dclib/cdownloadqueue.h include/dclib/cencrypt.h +include/dclib/cfilemanager.h include/dclib/che3.h +include/dclib/chttp.h include/dclib/chubsearch.h include/dclib/clist.h include/dclib/clisten.h +include/dclib/cmd4.h +include/dclib/cmd5.h include/dclib/cmessagehandler.h include/dclib/cobject.h include/dclib/cquerymanager.h include/dclib/cservermanager.h +include/dclib/csingleton.h include/dclib/csocket.h include/dclib/cstring.h include/dclib/cstringlist.h -- cgit v1.2.3