./misc/rocs, KDE graph theory IDE

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2016Q1, Version: 4.14.3nb5, Package name: rocs-4.14.3nb5, Maintainer: markd

Rocs aims to be a Graph Theory IDE for helping professors to show the
results of a graph algorithm and also helping students to do the algorithms.


Required to run:
[x11/kdelibs4] [x11/qt4-libs] [x11/qt4-qdbus] [devel/grantlee] [devel/boost-libs] [sysutils/desktop-file-utils]

Required to build:
[x11/xf86vidmodeproto] [x11/recordproto] [x11/dri2proto] [x11/inputproto] [x11/xf86driproto] [x11/fixesproto4] [x11/qt4-tools] [x11/renderproto] [x11/xextproto] [x11/xproto] [x11/glproto] [x11/damageproto] [x11/randrproto] [pkgtools/x11-links] [devel/automoc4] [devel/boost-headers]

Master sites: (Expand)

SHA1: a6fac0cee375f8bdb8c9241bde4bf9dda0f38704
RMD160: c148e7720239043b21d112ac32bfa47ca88accd0
Filesize: 1119.461 KB

Version history: (Expand)


CVS history: (Expand)


   2016-05-23 07:03:38 by Benny Siegert | Files touched by this commit (3)
Log message:
Pullup ticket #4998 - requested by joerg
misc/rocs: build fix

Revisions pulled up:
- misc/rocs/Makefile                                            1.40
- misc/rocs/distinfo                                            1.12
- misc/rocs/patches/patch-RocsCore_DataStructures_Graph_GraphStructure.cpp 1.1

---
   Module Name:	pkgsrc
   Committed By:	joerg
   Date:		Sat May  7 10:06:40 UTC 2016

   Modified Files:
   	pkgsrc/misc/rocs: Makefile distinfo
   Added Files:
   	pkgsrc/misc/rocs/patches:
   	    patch-RocsCore_DataStructures_Graph_GraphStructure.cpp

   Log message:
   With newer Boost, this now must be built as C++11. Unrestrict make_pair
   to help GCC 4.8 figure out the right template of make_pair.