Date: Sun, 15 Mar 2020 19:15:08 +0000 (UTC) From: Michael Gmelin <grembo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r528498 - in head: net-mgmt/icinga2/files sysutils/iichid Message-ID: <202003151915.02FJF8fn047129@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: grembo Date: Sun Mar 15 19:15:08 2020 New Revision: 528498 URL: https://svnweb.freebsd.org/changeset/ports/528498 Log: Revert changes committed accidentally in r528497 Modified: head/net-mgmt/icinga2/files/icinga2.in head/sysutils/iichid/Makefile head/sysutils/iichid/distinfo head/sysutils/iichid/pkg-descr Modified: head/net-mgmt/icinga2/files/icinga2.in ============================================================================== --- head/net-mgmt/icinga2/files/icinga2.in Sun Mar 15 18:44:01 2020 (r528497) +++ head/net-mgmt/icinga2/files/icinga2.in Sun Mar 15 19:15:08 2020 (r528498) @@ -84,24 +84,6 @@ reload_precmd() { fi } -icinga2_checkfib () { - echo "Checkfib called" - exit 1 - if command -v check_namevarlist > /dev/null 2>&1; then - check_namevarlist fib && return 0 - fi - - $SYSCTL net.fibs >/dev/null 2>&1 || return 0 - - icinga2_fib=${icinga2_fib:-"NONE"} - if [ "x$icinga2_fib" != "xNONE" ] - then - command="/usr/sbin/setfib -F ${icinga2_fib} ${command}" - else - return 0 - fi -} - start_precmd() { # Create necessary directories / change ownership # While this is also done through pkg-plist, /var might be on a ramdisk, Modified: head/sysutils/iichid/Makefile ============================================================================== --- head/sysutils/iichid/Makefile Sun Mar 15 18:44:01 2020 (r528497) +++ head/sysutils/iichid/Makefile Sun Mar 15 19:15:08 2020 (r528498) @@ -32,8 +32,8 @@ post-patch: .include <bsd.port.pre.mk> -.if ${OSREL} < 12.1 -IGNORE= requires FreeBSD versions 12.1+, this system is running ${OSVERSION} +.if ${OSVERSION} < 1201000 +IGNORE= requires FreeBSD versions 12.1+, this system is running ${OSREL} .endif .include <bsd.port.post.mk> Modified: head/sysutils/iichid/distinfo ============================================================================== --- head/sysutils/iichid/distinfo Sun Mar 15 18:44:01 2020 (r528497) +++ head/sysutils/iichid/distinfo Sun Mar 15 19:15:08 2020 (r528498) @@ -1,3 +1,3 @@ -TIMESTAMP = 1581675377 +TIMESTAMP = 1581662226 SHA256 (wulf7-iichid-0.0.1_GH0.tar.gz) = 282540487df1eb3f202f7beb440f68f43801662cb8f817931f09879c1f007a98 SIZE (wulf7-iichid-0.0.1_GH0.tar.gz) = 51001 Modified: head/sysutils/iichid/pkg-descr ============================================================================== --- head/sysutils/iichid/pkg-descr Sun Mar 15 18:44:01 2020 (r528497) +++ head/sysutils/iichid/pkg-descr Sun Mar 15 19:15:08 2020 (r528498) @@ -1 +1,7 @@ -Test +FreeBSD driver for I2C HID touchscreens (and may be other devices) + +A complete discussion about how to use this tool can be found at: + +https://larastechlab.blogspot.com/2020/01/i2c-touchpads-on-freebsd-130-current.html + +WWW: https://github.com/wulf7/iichid
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003151915.02FJF8fn047129>