aboutsummaryrefslogtreecommitdiffstats
path: root/net/ns3
Commit message (Collapse)AuthorAgeFilesLines
* net/ns3: require C++11 toolchain (on powerpc*, mips*, sparc*)jbeich2017-12-121-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | cc1plus: error: unrecognized command line option "-std=c++11" ../examples/wireless/wifi-multi-tos.cc:124:24: error: no matching constructor for initialization of 'std::vector<uint8_t>' (aka 'vector<unsigned char>') std::vector<uint8_t> tosValues = {0x70, 0x28, 0xb8, 0xc0}; //AC_BE, AC_BK, AC_VI, AC_VO ^ ~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/4.2/bits/stl_vector.h:266:9: note: candidate constructor template not viable: requires at most 3 arguments, but 4 were provided vector(_InputIterator __first, _InputIterator __last, ^ /usr/include/c++/4.2/bits/stl_vector.h:224:7: note: candidate constructor not viable: requires at most 3 arguments, but 4 were provided vector(size_type __n, const value_type& __value = value_type(), ^ /usr/include/c++/4.2/bits/stl_vector.h:212:7: note: candidate constructor not viable: requires single argument '__a', but 4 arguments were provided vector(const allocator_type& __a) ^ /usr/include/c++/4.2/bits/stl_vector.h:242:7: note: candidate constructor not viable: requires single argument '__x', but 4 arguments were provided vector(const vector& __x) ^ /usr/include/c++/4.2/bits/stl_vector.h:208:7: note: candidate constructor not viable: requires 0 arguments, but 4 were provided vector() ^ 1 error generated. Reported by: pkg-fallout (mips64)
* net/ns3: update 3.26 -> 3.27robak2017-11-083-17/+55
| | | | | PR: 223513 Submitted by: Nikola Kolev <koue@chaosophia.net> (maintainer)
* Revision bump of all ports with USE_GL after consolidation of mesa-libsrezny2017-05-231-0/+1
| | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10845
* Mark some ports failing on power64. In cases where the error messagelinimon2017-05-141-0/+2
| | | | | | | | was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket)
* net/ns3: update 3.25 -> 3.26robak2017-01-103-5/+31
| | | | | PR: 215902 Submitted by: Nikola Kolev <koue@chaosophia.net> (maintainer)
* - Update to version 3.25 [1]pawel2016-09-133-115/+151
| | | | | | | | | | - Register proxy dependencies found by stage-qa [1] - Convert LIB_DEPENDS to USES=sqlite and USE_GNOME=libxml2 - Simplify options helpers - Sort pkg-plist PR: 210158 [1] Submitted by: Nikola Kolev (maintainer) [1]
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.mat2016-04-011-5/+5
| | | | | With hat: portmgr Sponsored by: Absolight
* net/ns3: simplifyjbeich2016-03-214-1180/+1124
| | | | | | | | | | | | | - Convert to USES=waf (respects MAKE_JOBS_NUMBER) - Convert to option helpers - Define WRKSRC_SUBDIR after adjusting patches - Drop/rename common option and their descriptions - pkg-plist: rename WITH_DEBUG to DEBUG_SUFX to avoid confusion - pkg-plist: define VERSION to avoid churn on updates - post-install: compress multiple sh(1) loops via find(1) expressions PR: 208146 Approved by: Nikola Kolev (maintainer)
* New port: net/ns3pi2015-12-146-0/+1270
ns-3 is a discrete-event network simulator for Internet systems, targeted primarily for research and educational use. ns-3 is free software, licensed under the GNU GPLv2 license, and is publicly available for research, development, and use. WWW: https://www.nsnam.org/ PR: 203083 Submitted by: Nikola Kolev <koue@chaosophia.net>