| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
| |
PR: 223513
Submitted by: Nikola Kolev <koue@chaosophia.net> (maintainer)
|
|
|
|
|
| |
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845
|
|
|
|
|
|
|
|
| |
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
|
|
|
|
|
| |
PR: 215902
Submitted by: Nikola Kolev <koue@chaosophia.net> (maintainer)
|
|
|
|
|
|
|
|
|
|
| |
- 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]
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
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>
|