aboutsummaryrefslogtreecommitdiff
path: root/net/ns3
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* net/ns3: Fix packaging with Python 3.8Kai Knoblich2021-03-021-36/+36
| | | | | | | | PR: 253815 Approved by: python (with hat) Notes: svn path=/head/; revision=566974
* net/ns3: Update to 3.33Neel Chauhan2021-01-113-53/+66
| | | | | | | | | Reviewed by: 0mp (mentor) Approved by: 0mp (mentor) Differential Revision: https://reviews.freebsd.org/D28094 Notes: svn path=/head/; revision=561244
* Set MAINTAINER of my ports to my FreeBSD handle (nc@).Neel Chauhan2021-01-051-1/+1
| | | | | | | | | Reviewed by: 0mp (mentor) Approved by: 0mp (mentor) Differential Revision: https://reviews.freebsd.org/D27966 Notes: svn path=/head/; revision=560410
* net/ns3: fix build on GCC architecturesPiotr Kubaj2021-01-041-0/+18
| | | | | | | | | | ../src/test/ns3tc/fq-codel-queue-disc-test-suite.cc:555:125: error: 'u_int32_t' has not been declared 555 | FqCoDelQueueDiscECNMarking::AddPacket (Ptr<FqCoDelQueueDisc> queue, Ipv4Header hdr, u_int32_t nPkt, u_int32_t nPktEnqueued, u_int32_t nQueueFlows) MFH: 2020Q1 Notes: svn path=/head/; revision=560305
* net/ns3: Update to 3.32 & set MAINTAINERFernando ApesteguĂ­a2020-12-113-325/+359
| | | | | | | | | | Submitter becomes MAINTAINER. Already maintainer of several ports. PR: 251518 Submitted by: neel@neelc.org Notes: svn path=/head/; revision=557722
* Add education virtual categoryAdam Weinberger2020-11-201-1/+1
| | | | | | | | PR: 248402 Submitted by: PauAmma Notes: svn path=/head/; revision=555738
* Drop MAINTAINER'ship per maintainer requestDanilo G. Baio2020-07-111-1/+1
| | | | | | | | | PR: 247919, 247920, 247921, 247922, 247923, 247924, 247916 Submitted by: Nikola Kolev <koue@chaosophia.net> Event: July 2020 Bugathon Notes: svn path=/head/; revision=542056
* net: Add missing USES={gnome,php}Tobias Kortkamp2019-11-081-1/+2
| | | | Notes: svn path=/head/; revision=517064
* net/ns3: update to 3.30Steve Wills2019-09-233-11/+37
| | | | | | | | PR: 240738 Submitted by: Nikola Kolev <koue@chaosophia.net> (maintainer) Notes: svn path=/head/; revision=512645
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* Bump a few PORTREVISIONs after r498529Antoine Brodin2019-04-101-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=498530
* To build with GCC8 (e.g. on GCC-based architectures) this port needsMark Linimon2018-12-261-0/+10
| | | | | | | | | | | #include <climit> in src/core/model/cairo-wideint.c. PR: 234347 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=488435
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-0/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* net/ns3: update to 3.29Steve Wills2018-10-073-9/+25
| | | | | | | | PR: 231971 Submitted by: Nikola Kolev <koue@chaosophia.net> (maintainer) Notes: svn path=/head/; revision=481423
* net/ns3: update to 3.28.1Steve Wills2018-08-292-5/+4
| | | | | | | | PR: 230999 Submitted by: Nikola Kolev <koue@chaosophia.net> (maintainer) Notes: svn path=/head/; revision=478415
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-0/+1
| | | | | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542 Notes: svn path=/head/; revision=475857
* net/ns3: update to 3.28Luca Pizzamiglio2018-05-043-11/+25
| | | | | | | | PR: 227549 Submitted by: Nikola Kolev <koue@chaosophia.net> (maintainer) Notes: svn path=/head/; revision=469033
* net/ns3: require C++11 toolchain (on powerpc*, mips*, sparc*)Jan Beich2017-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) Notes: svn path=/head/; revision=456078
* net/ns3: update 3.26 -> 3.27Bartek Rutkowski2017-11-083-17/+55
| | | | | | | | PR: 223513 Submitted by: Nikola Kolev <koue@chaosophia.net> (maintainer) Notes: svn path=/head/; revision=453746
* Revision bump of all ports with USE_GL after consolidation of mesa-libsMatthew Rezny2017-05-231-0/+1
| | | | | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10845 Notes: svn path=/head/; revision=441503
* Mark some ports failing on power64. In cases where the error messageMark Linimon2017-05-131-0/+2
| | | | | | | | | | | was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=440859
* net/ns3: update 3.25 -> 3.26Bartek Rutkowski2017-01-103-5/+31
| | | | | | | | PR: 215902 Submitted by: Nikola Kolev <koue@chaosophia.net> (maintainer) Notes: svn path=/head/; revision=431086
* - Update to version 3.25 [1]Pawel Pekala2016-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] Notes: svn path=/head/; revision=421994
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-5/+5
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* net/ns3: simplifyJan Beich2016-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) Notes: svn path=/head/; revision=411552
* New port: net/ns3Kurt Jaeger2015-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> Notes: svn path=/head/; revision=403710