aboutsummaryrefslogtreecommitdiff
path: root/net/linknx
Commit message (Collapse)AuthorAgeFilesLines
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-3/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* This port now builds on aarch64.Mark Linimon2020-11-281-4/+3
| | | | | | | | | While here, pet portlint (ordering of BROKEN_* declarations). Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=556471
* Move remaining USE_MYSQL, WANT_MYSQL_VER to USES=mysqlTobias Kortkamp2019-11-151-1/+1
| | | | Notes: svn path=/head/; revision=517643
* Add DOCS options to ports that should have one.Mathieu Arnold2018-09-101-1/+1
| | | | | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine Notes: svn path=/head/; revision=479406
* net/linknx: Fix build with Clang 6Tobias Kortkamp2018-09-092-1/+30
| | | | | | | | | | | | | | | objectcontroller.cpp:659:27: error: non-constant-expression cannot be narrowed from type 'int' to 'uint8_t' (aka 'unsigned char') in initializer list [-Wc++11-narrowing] uint8_t buf[2] = { 0, (isWrite ? 0x80 : 0x40) | (getBoolObjectValue() ? 1 : 0) }; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ http://beefy12.nyi.freebsd.org/data/head-amd64-default/p479076_s338486/logs/errors/linknx-0.0.1.32.log PR: 230897 Submitted by: tobik Approved by: bkoenig@alpha-tierchen.de (maintainer timeout, 2 weeks) Notes: svn path=/head/; revision=479273
* Remove non ascii characters.Mathieu Arnold2017-12-271-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=457367
* Mark more recently failing ports broken on aarch64.Mark Linimon2017-12-191-0/+1
| | | | | | | | | While here, pet portlint and reformat some other BROKEN statements. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=456719
* For ports that are marked BROKEN on armv6, and also fail to build onMark Linimon2017-11-301-0/+1
| | | | | | | | | | | | | armv7, mark them so. This is part two of a multipart commit to bring armv7 ports to parity with armv6. Approved by: portmgr (tier-2 blanket) Obtained from: lonesome.com -exp run Notes: svn path=/head/; revision=455167
* Mark some ports failing on armv6, for errors classified as "configure_error".Mark Linimon2017-05-271-0/+4
| | | | | | | | | | | | | Note: this skips all the ports that _sometimes_ fail with CMake errors. We need to investigate that problem, and find out if it is specific to the qemu environment. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=441874
* 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
* Make buildable again by upgrading to 0.0.1.32.Mathieu Arnold2014-10-033-19/+7
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=369890
* mail/libesmtp:Tijl Coosemans2014-08-171-1/+1
| | | | | | | | | | - Convert to USES=libtool and bump dependent ports - Use option helpers - Remove PTHREAD_CFLAGS and PTHREAD_LIBS - Add INSTALL_TARGET=install-strip Notes: svn path=/head/; revision=365199
* Mark BROKEN: Fails to configureAntoine Brodin2014-05-181-0/+2
| | | | | | | | | | | | | | | ===> Configuring for linknx-0.0.1.30_1 configure.ac:33: error: possibly undefined macro: AC_DEFINE If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.ac:88: error: possibly undefined macro: AC_MSG_RESULT configure.ac:114: error: possibly undefined macro: AC_SUBST *** [run-autotools-autoconf] Error code 1 Reported by: pkg-fallout Notes: svn path=/head/; revision=354434
* Fix build with clang/libc++Baptiste Daroussin2014-04-222-3/+15
| | | | | | | | | | Fix regeneration of the configure [1] While here switch to lua 5.2 Reported by: mat [1] Notes: svn path=/head/; revision=351866
* Try to unbreak after conversion to OPTIONS helpersAntoine Brodin2014-02-011-3/+4
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=342164
* Add forgotten patch and fix build.Mathieu Arnold2014-01-051-0/+11
| | | | Notes: svn path=/head/; revision=338793
* - Update to 0.0.1.30Mathieu Arnold2013-12-273-26/+28
| | | | | | | | | | | | | | | | - Add LUA and MySQL support - Convert to new options framework - Support staging - Add LICENSE - New LIB_DEPENDS format maintainer timeout. PR: ports/184589 Submitted by: mat Notes: svn path=/head/; revision=337755
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net) Notes: svn path=/head/; revision=327755
* - Update to 7.31.0Sunpoet Po-Chuan Hsieh2013-07-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISION for ftp/curl shlib change - Add TEST_DEPENDS - Convert to new options framework - Adjust options: - Add COOKIES - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1] - Add GSSAPI and SPNEGO [2] - Remove KERBEROS4 - Rename LIBIDN to IDN - Remove TRACKMEMORY [1] - Sort option handler - Add SLAVEDIRS: ftp/curl-hiphop - Cosmetic change - Cleanup Makefile header - While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile Changes: http://curl.haxx.se/changes.html PR: ports/172325 (-exp run), ports/177369 (based on) [1] Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2] Exp run by: miwi Notes: svn path=/head/; revision=322783
* Convert to new options framework, while here cleanup linknxBaptiste Daroussin2013-06-051-10/+13
| | | | Notes: svn path=/head/; revision=319985
* - Chase libesmtp shlib bumpMartin Wilke2012-05-231-2/+2
| | | | Notes: svn path=/head/; revision=297237
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* Remove painful examples of foo="", with particular prejudice againstDoug Barton2011-05-151-1/+0
| | | | | | | | | | | | | | | | | | constructions that parse out to [ -z "$foo" ] && foo="" These are bad examples that get copied and pasted into new code, so the hope is that with less bad examples there will be less need for me to bring this up in review. In a few of these files all that were changed were comments so that next time I search for these patterns I won't trip on the file for no reason. In a few places, add $FreeBSD$ No functional changes, so no PORTREVISION bumps Notes: svn path=/head/; revision=274133
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Chase the ftp/curl shlib version bump.Peter Pentchev2010-04-031-2/+2
| | | | Notes: svn path=/head/; revision=252125
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | | | | starting with N Notes: svn path=/head/; revision=240073
* Bump the version of the curl shared library after the ftp/curl updatePeter Pentchev2009-01-231-1/+2
| | | | | | | | | to 7.19.2. Bump PORTREVISION, even on the ports that do not have a versioned dependency, since the binaries will most probably still stop working. Notes: svn path=/head/; revision=226721
* LinKNX is a backend for controlling a KNX/EIB home and building automationMartin Wilke2008-11-086-0/+124
system. It connects to eibd which is part of the BCU SDK and keeps state of KNX devices such as lamps, window blinds, heating and so on. Furthermore it provides a powerful, rule-based event after treatment, e.g. for switching other KNX devices, sending e-mail or SMS or executing a shell command. You can configure and control the LinKNX daemon using an XML-style protocol via TCP network socket or Unix domain socket. WWW: http://linknx.sourceforge.net/ PR: ports/128320 Submitted by: Björn König <bkoenig at alpha-tierchen.de> Notes: svn path=/head/; revision=222557