Index: head/net/dclib/Makefile =================================================================== --- head/net/dclib/Makefile (revision 122942) +++ head/net/dclib/Makefile (revision 122943) @@ -1,35 +1,36 @@ # 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.3.3 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://download.berlios.de/dcgui/ MAINTAINER= markus@FreeBSD.org COMMENT= Direct connect interface library for dcgui LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ xml2.5:${PORTSDIR}/textproc/libxml2 USE_BZIP2= yes GNU_CONFIGURE= yes USE_REINPLACE= yes USE_OPENSSL= yes INSTALLS_SHLIB= yes USE_INC_LIBTOOL_VER=13 CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} post-patch: @${REINPLACE_CMD} -e 's/-O2//g; s/-pedantic //g' \ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} @${REINPLACE_CMD} -e 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' \ ${WRKSRC}/Makefile.in .include Property changes on: head/net/dclib/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.18 \ No newline at end of property +1.19 \ No newline at end of property Index: head/net/dclib/files/patch-dclib-core-cxml.cpp =================================================================== --- head/net/dclib/files/patch-dclib-core-cxml.cpp (nonexistent) +++ head/net/dclib/files/patch-dclib-core-cxml.cpp (revision 122943) @@ -0,0 +1,23 @@ +--- dclib/core/cxml.cpp.orig Thu Aug 12 10:32:06 2004 ++++ dclib/core/cxml.cpp Wed Dec 1 23:14:00 2004 +@@ -149,10 +149,8 @@ + printf("UTF8Toisolat1 transcoding fail: '%s'\n",s); + else if ( res == -1 ) + printf("UTF8Toisolat1 fail: '%s'\n",s); +- else if ( res == 0 ) +- r = (char*)b; + else +- printf("CXml::xml_UTF8Toisolat1 error %d\n",res); ++ r = (char*)b; + + free(b); + +@@ -180,7 +178,7 @@ + + if ( res == -1 ) + printf("isolat1ToUTF8 fail: '%s'\n",s); +- else if ( res == 0 ) ++ else + r = (char*)b; + + free(b); Property changes on: head/net/dclib/files/patch-dclib-core-cxml.cpp ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/net-p2p/dclib/Makefile =================================================================== --- head/net-p2p/dclib/Makefile (revision 122942) +++ head/net-p2p/dclib/Makefile (revision 122943) @@ -1,35 +1,36 @@ # 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.3.3 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://download.berlios.de/dcgui/ MAINTAINER= markus@FreeBSD.org COMMENT= Direct connect interface library for dcgui LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ xml2.5:${PORTSDIR}/textproc/libxml2 USE_BZIP2= yes GNU_CONFIGURE= yes USE_REINPLACE= yes USE_OPENSSL= yes INSTALLS_SHLIB= yes USE_INC_LIBTOOL_VER=13 CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} post-patch: @${REINPLACE_CMD} -e 's/-O2//g; s/-pedantic //g' \ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} @${REINPLACE_CMD} -e 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' \ ${WRKSRC}/Makefile.in .include Property changes on: head/net-p2p/dclib/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.18 \ No newline at end of property +1.19 \ No newline at end of property Index: head/net-p2p/dclib/files/patch-dclib-core-cxml.cpp =================================================================== --- head/net-p2p/dclib/files/patch-dclib-core-cxml.cpp (nonexistent) +++ head/net-p2p/dclib/files/patch-dclib-core-cxml.cpp (revision 122943) @@ -0,0 +1,23 @@ +--- dclib/core/cxml.cpp.orig Thu Aug 12 10:32:06 2004 ++++ dclib/core/cxml.cpp Wed Dec 1 23:14:00 2004 +@@ -149,10 +149,8 @@ + printf("UTF8Toisolat1 transcoding fail: '%s'\n",s); + else if ( res == -1 ) + printf("UTF8Toisolat1 fail: '%s'\n",s); +- else if ( res == 0 ) +- r = (char*)b; + else +- printf("CXml::xml_UTF8Toisolat1 error %d\n",res); ++ r = (char*)b; + + free(b); + +@@ -180,7 +178,7 @@ + + if ( res == -1 ) + printf("isolat1ToUTF8 fail: '%s'\n",s); +- else if ( res == 0 ) ++ else + r = (char*)b; + + free(b); Property changes on: head/net-p2p/dclib/files/patch-dclib-core-cxml.cpp ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property