pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/misc/attica



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri Jan 26 15:16:29 UTC 2018

Modified Files:
        pkgsrc/misc/attica: distinfo
Added Files:
        pkgsrc/misc/attica/patches: patch-lib_listjob__inst.cpp

Log Message:
attica: Fix namespace issue for clang.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/misc/attica/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/misc/attica/patches/patch-lib_listjob__inst.cpp

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/attica/distinfo
diff -u pkgsrc/misc/attica/distinfo:1.7 pkgsrc/misc/attica/distinfo:1.8
--- pkgsrc/misc/attica/distinfo:1.7     Tue Nov  3 23:49:31 2015
+++ pkgsrc/misc/attica/distinfo Fri Jan 26 15:16:29 2018
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.7 2015/11/03 23:49:31 agc Exp $
+$NetBSD: distinfo,v 1.8 2018/01/26 15:16:29 jperkin Exp $
 
 SHA1 (attica-0.4.2.tar.bz2) = 5ae4adcb99db839902b70afd3d1cc7fd471bacd7
 RMD160 (attica-0.4.2.tar.bz2) = fae94a0a9b9064b3e25a00a759e2ef450bffe7d8
 SHA512 (attica-0.4.2.tar.bz2) = cef5d5c4bf01ed45ed8b59db354a4ac7949de435a45e4f753c847cadc15855e25997dedf1ff20c7bc4a2724d2cdba15139c54f0682df7d8cc8750de5be6f716e
 Size (attica-0.4.2.tar.bz2) = 57093 bytes
+SHA1 (patch-lib_listjob__inst.cpp) = c7c4607f41324cb0beaaf2d83be503a5ddfc634c

Added files:

Index: pkgsrc/misc/attica/patches/patch-lib_listjob__inst.cpp
diff -u /dev/null pkgsrc/misc/attica/patches/patch-lib_listjob__inst.cpp:1.1
--- /dev/null   Fri Jan 26 15:16:29 2018
+++ pkgsrc/misc/attica/patches/patch-lib_listjob__inst.cpp      Fri Jan 26 15:16:29 2018
@@ -0,0 +1,20 @@
+$NetBSD: patch-lib_listjob__inst.cpp,v 1.1 2018/01/26 15:16:29 jperkin Exp $
+
+Fix namespace issue for clang.
+
+--- lib/listjob_inst.cpp.orig  2013-04-30 22:45:43.000000000 +0000
++++ lib/listjob_inst.cpp
+@@ -77,7 +77,7 @@
+ #include "topicparser.h"
+ 
+ 
+-using namespace Attica;
++namespace Attica {
+ 
+ template class ListJob<Achievement>;
+ template class ListJob<Activity>;
+@@ -160,3 +160,4 @@ template class Parser<PublisherField>;
+ template class Parser<RemoteAccount>;
+ template class Parser<Topic>;
+ 
++};



Home | Main Index | Thread Index | Old Index