pkgsrc-Bugs archive

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

pkg/50289: Update: net/tcpflow v0.21 => v1.4.5



>Number:         50289
>Category:       pkg
>Synopsis:       Update: net/tcpflow v0.21 => v1.4.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Tue Sep 29 00:30:00 +0000 2015
>Originator:     Hernani Marques
>Release:        CURRENT
>Organization:
>Environment:
>Description:
net/tcpflow is stuck w/ version 0.21nb2.

Update to version 1.4.5.
>How-To-Repeat:

>Fix:
1.
(New) Project URL: http://www.digitalcorpora.org/downloads/tcpflow/
Source code: http://www.digitalcorpora.org/downloads/tcpflow/tcpflow-1.4.5.tar.gz

2.
Dependencies required to build (from pkgsrc):
* tre
* boost-build
* boost-headers
* boost-libs
* cairo

3.
Furtherly required to build:
* gmake

4.
Patches (patch-aa) required to build:

 src/dfxml/src/dfxml_writer.cpp 
--- src/dfxml/src/dfxml_writer_orig.cpp	2015-09-29 02:25:01.668469380 +0200
+++ src/dfxml/src/dfxml_writer.cpp	2015-09-29 02:25:26.520469970 +0200
@@ -111,12 +111,6 @@
 #define _O_SHORT_LIVED 0
 #endif
 
-
-std::string dfxml_writer::xml_PRId32("%" PRId32); // gets around compiler bug
-std::string dfxml_writer::xml_PRIu32("%" PRIu32); // gets around compiler bug
-std::string dfxml_writer::xml_PRId64("%" PRId64); // gets around compiler bug
-std::string dfxml_writer::xml_PRIu64("%" PRIu64); // gets around compiler bug
-
 static const char *cstr(const string &str){
     return str.c_str();
 }


Home | Main Index | Thread Index | Old Index