Index: head/net/dclib/Makefile =================================================================== --- head/net/dclib/Makefile (revision 67377) +++ head/net/dclib/Makefile (revision 67378) @@ -1,42 +1,48 @@ # New ports collection makefile for: dclib # Date created: Wed 10 Jul 2002 # Whom: Sverrir Valgeirsson and # Amar Takhar et al # # $FreeBSD$ # 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/ \ 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.1beta9 +DISTNAME= dclib-0.1beta11 MAINTAINER= e96sv@yahoo.se LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ xml2.5:${PORTSDIR}/textproc/libxml2 USE_BZIP2= yes USE_GMAKE= yes USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-xml-prefix=${LOCALBASE} 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|' .include Property changes on: head/net/dclib/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/net/dclib/distinfo =================================================================== --- head/net/dclib/distinfo (revision 67377) +++ head/net/dclib/distinfo (revision 67378) @@ -1 +1 @@ -MD5 (dclib-0.1beta9.tar.bz2) = 623a819ffdae03e54422dd7bb7f8e8fa +MD5 (dclib-0.1beta11.tar.bz2) = 1105c521ca69230e0bcbb2d03ef5cd7f Property changes on: head/net/dclib/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/net/dclib/pkg-plist =================================================================== --- head/net/dclib/pkg-plist (revision 67377) +++ head/net/dclib/pkg-plist (revision 67378) @@ -1,31 +1,38 @@ 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 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 include/dclib/cthread.h include/dclib/ctransfer.h include/dclib/cxml.h include/dclib/dcobject.h include/dclib/dcos.h lib/libdc.a lib/libdc.la lib/libdc.so lib/libdc.so.0 @dirrm include/dclib Property changes on: head/net/dclib/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/net-p2p/dclib/Makefile =================================================================== --- head/net-p2p/dclib/Makefile (revision 67377) +++ head/net-p2p/dclib/Makefile (revision 67378) @@ -1,42 +1,48 @@ # New ports collection makefile for: dclib # Date created: Wed 10 Jul 2002 # Whom: Sverrir Valgeirsson and # Amar Takhar et al # # $FreeBSD$ # 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/ \ 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.1beta9 +DISTNAME= dclib-0.1beta11 MAINTAINER= e96sv@yahoo.se LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ xml2.5:${PORTSDIR}/textproc/libxml2 USE_BZIP2= yes USE_GMAKE= yes USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-xml-prefix=${LOCALBASE} 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|' .include Property changes on: head/net-p2p/dclib/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/net-p2p/dclib/distinfo =================================================================== --- head/net-p2p/dclib/distinfo (revision 67377) +++ head/net-p2p/dclib/distinfo (revision 67378) @@ -1 +1 @@ -MD5 (dclib-0.1beta9.tar.bz2) = 623a819ffdae03e54422dd7bb7f8e8fa +MD5 (dclib-0.1beta11.tar.bz2) = 1105c521ca69230e0bcbb2d03ef5cd7f Property changes on: head/net-p2p/dclib/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/net-p2p/dclib/pkg-plist =================================================================== --- head/net-p2p/dclib/pkg-plist (revision 67377) +++ head/net-p2p/dclib/pkg-plist (revision 67378) @@ -1,31 +1,38 @@ 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 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 include/dclib/cthread.h include/dclib/ctransfer.h include/dclib/cxml.h include/dclib/dcobject.h include/dclib/dcos.h lib/libdc.a lib/libdc.la lib/libdc.so lib/libdc.so.0 @dirrm include/dclib Property changes on: head/net-p2p/dclib/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property