aboutsummaryrefslogtreecommitdiff
path: root/comms/openzwave-devel
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* devel/doxygen: Update to 1.9.0Dima Panov2021-01-082-16/+1
| | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=560752
* Clean up some thingsTobias Kortkamp2020-07-071-7/+5
| | | | | | | Reported by: portscan and common sense Notes: svn path=/head/; revision=541417
* Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 7).Alexey Dokuchaev2020-05-281-1/+1
| | | | Notes: svn path=/head/; revision=536768
* comms/openzwave-devel: fix build on GCC architecturesPiotr Kubaj2020-04-171-2/+2
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=531918
* Update to revsion 1061Baptiste Daroussin2020-04-026-25/+126
| | | | | | | | | | This unbreak building on head PR: 244903 Submitted by: kiwi@oav.net Notes: svn path=/head/; revision=530366
* comms/openzwave-devel: Spell DOXYGEN_DESC correctlyTobias Kortkamp2019-09-191-9/+9
| | | | | | | | | | While here - Unbreak the DOXYGEN option and let it actually install something - Drop unused PLIST_SUB - Fix LOCALBASE/PREFIX confusion Notes: svn path=/head/; revision=512336
* Sort USES. (This is from a patch for GCC-based systems that I wasMark Linimon2019-09-121-1/+1
| | | | | | | | | independently testing.) Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=511906
* comms/openzwave-devel: fix build on GCC architecturesPiotr Kubaj2019-09-121-1/+1
| | | | | | | | | | Add USES=compiler:c++11-lang: cc1plus: error: unrecognized command line option "-std=c++11" Approved by: mentors (implicit approval) Notes: svn path=/head/; revision=511905
* comms/openzwave-devel: improve port MakefileKurt Jaeger2019-08-271-14/+4
| | | | | | | | PR: 239967 Submitted by: mat Notes: svn path=/head/; revision=510017
* New port: comms/openzwave-develKurt Jaeger2019-08-276-0/+1386
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> Notes: svn path=/head/; revision=510010