Commit Graph

10 Commits

Author SHA1 Message Date
Dima Panov 2ec10e7dd9 devel/doxygen: Update to 1.9.0
- regen patches by 'make makepatch'
- adjust consumers which affected by new doxygen styles
- take maintainersip

Changelog: https://www.doxygen.nl/manual/changelog.html#log_1_9_0

PR:		242347
Submitted by:	fluffy
Reported by:	Naram Qashat (ex-maintainer)
Exp-run by:	antoine
2021-01-08 07:47:02 +00:00
Tobias Kortkamp eefdcbfd7c Clean up some things
Reported by:	portscan and common sense
2020-07-07 12:27:18 +00:00
Alexey Dokuchaev 0f7042e5fe Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 7). 2020-05-28 13:13:25 +00:00
Piotr Kubaj c5defae963 comms/openzwave-devel: fix build on GCC architectures
Use C++11 compiler:
cc1plus: error: unrecognized command line option "-std=c++11"

Adding MAKE_ARGS+= CXX="${CXX}" is necessary because CXX is set up in Makefile.

MFH:	2020Q2 (fix build blanket)
2020-04-17 10:47:15 +00:00
Baptiste Daroussin 178f28d608 Update to revsion 1061
This unbreak building on head

PR:		244903
Submitted by:	kiwi@oav.net
2020-04-02 12:50:30 +00:00
Tobias Kortkamp 59ac6ab286 comms/openzwave-devel: Spell DOXYGEN_DESC correctly
While here
- Unbreak the DOXYGEN option and let it actually install something
- Drop unused PLIST_SUB
- Fix LOCALBASE/PREFIX confusion
2019-09-19 12:41:18 +00:00
Mark Linimon 296477f5ad Sort USES. (This is from a patch for GCC-based systems that I was
independently testing.)

Approved by:	portmgr (tier-2 blanket)
2019-09-12 21:47:02 +00:00
Piotr Kubaj 240ec148a3 comms/openzwave-devel: fix build on GCC architectures
Add USES=compiler:c++11-lang:
cc1plus: error: unrecognized command line option "-std=c++11"

Approved by:	mentors (implicit approval)
2019-09-12 21:39:52 +00:00
Kurt Jaeger 6daa26c9cf comms/openzwave-devel: improve port Makefile
PR:		239967
Submitted by:	mat
2019-08-27 15:52:46 +00:00
Kurt Jaeger 9ac5d62b26 New port: comms/openzwave-devel
Free software library that interfaces with selected Z-Wave PC controllers,
allowing anyone to create applications that manipulate and respond to
devices on a Z-Wave network, without requiring in-depth knowledge of the
Z-Wave protocol.

WWW: http://www.openzwave.net/

PR:		239967
Submitted by:	Xavier <kiwi@oav.net>
2019-08-27 13:00:38 +00:00