View | Details | Raw Unified | Return to bug 106995
Collapse All | Expand All

(-)boinc-setiathome-enhanced/Makefile (+1 lines)
Lines 6-11 Link Here
6
6
7
PORTNAME=	boinc-setiathome-enhanced
7
PORTNAME=	boinc-setiathome-enhanced
8
PORTVERSION=	5.13
8
PORTVERSION=	5.13
9
PORTREVISION=	1
9
CATEGORIES=	astro
10
CATEGORIES=	astro
10
MASTER_SITES=	http://home.tiscali.nl/rladan/distfiles/
11
MASTER_SITES=	http://home.tiscali.nl/rladan/distfiles/
11
12
(-)boinc-setiathome-enhanced/files/patch-db-sqlblob.h (+12 lines)
Line 0 Link Here
1
--- db/sqlblob.h	Thu Dec  1 01:01:01 2005
2
+++ db/sqlblob.h	Thu Dec 14 23:26:29 2006
3
@@ -75,7 +75,7 @@
4
      fflush(stderr);
5
 #endif
6
    }
7
-   b.mem=new std::vector<T>(xml_decode_string(buf.c_str()+start,end-start,enc_string));
8
+   b.mem=new std::vector<T>(xml_decode_string<T>(buf.c_str()+start,end-start,enc_string));
9
 #ifdef DEBUG_ALLOCATIONS
10
    fprintf(stderr,"sqlblob: allocated a vector at 0x%p\n",b.mem);
11
    fflush(stderr);
12

Return to bug 106995