Commit Graph

21 Commits

Author SHA1 Message Date
ajacoutot
c4096e6659 Stop using the daemon class in @newuser.
If we need to make an exception we can do it and properly document the
reason but by default we should just use the default login class.
rc.d uses daemon or the login class provided in login.conf.d so this has
no impact there.

discussed with sthen@, tb@ and robert@

praying that my grep/sed skills did not break anything and still
believing in portbump :-)
2022-11-08 11:16:56 +00:00
sthen
18587d0f62 update RUN_DEPENDS; mongodb split 2022-06-25 18:43:43 +00:00
ajacoutot
9e45440fb2 Use the rc_exec function instead of ${rcexec}. 2022-05-21 10:50:49 +00:00
naddy
3f5796b9fd drop RCS Ids 2022-03-11 19:45:43 +00:00
naddy
d159f8d1ad Make use of "find -exec {} +" (which is POSIX) and "find -delete"
(which is not) throughout the ports Makefiles.

* Replace find|xargs with find -exec {} +
* Replace -exec {} \; with -exec {} + if applicable.
* Use the -delete operator to remove files and empty directories.
* Combine and tweak some find(1) invocations while here.

ok kn@ rsadowski@ espie@
2020-03-20 16:44:21 +00:00
naddy
ae1cb22cb2 Switch to PERMIT_(DISTFILES|PACKAGE).
CDROM restrictions are no longer applicable.
2019-07-14 02:16:50 +00:00
kurt
7705a5ad0b Revision bump all java ports for the jre package removal and java.port.mk
changes.
2019-06-11 00:38:33 +00:00
sthen
f564cf1a34 switch mfi to MODJAVA_VER=1.8 as it almost certainly has the same
javax.activation issue with jdk11 as unifi, but I don't have an
installation here to test any compatibility fixes
2019-03-25 03:15:03 +00:00
sthen
828f08b0e2 sweep all java ports with a couple of adjustments to build/dependency
environment, which will reduce complexity in java.port.mk when jdk 11 is
added. direction agreed with kurt@.

- switch all MODJAVA_VER to at least 1.8 (we don't currently have any
version earlier than this anyway).

- drop MODJAVA_JRERUN, the separate jre package will be going away with
jdk 11.

- bump changed ports
2019-03-24 22:24:12 +00:00
rpe
9a8b5ccd06 Change the shebang line from /bin/sh to /bin/ksh in all ports rc.d
daemon scripts and bump subpackages that contain the *.rc scripts.

discussed with and OK aja@
OK tb
2018-01-11 19:27:01 +00:00
ajacoutot
7995708f3c Bring rc_bg back. 2017-05-27 19:57:05 +00:00
ajacoutot
f15c820692 Make it possible to pass daemon_flags.
ok jasper@ (maintainer)
2017-05-27 14:16:49 +00:00
ajacoutot
958bb491e0 I forgot the bump commit... 2017-05-27 13:55:58 +00:00
ajacoutot
13730769c8 Cope with recent rc.subr(8) change (removal of rc_bg etc.) 2017-05-27 13:53:06 +00:00
kurt
558715b919 - disconnect devel/jdk/1.7 from the build
- adjust java.port.mk so all 1.7 and lower ports now build with 1.8
- bump revision on affected ports
okay sthen@, ian@, landry@
2017-04-21 13:27:46 +00:00
jasper
301d6a8eaf - update to mfi-2.1.2
* release notes: https://community.ubnt.com/t5/mFi/mFI-2-1-2/m-p/1083683
* make sure your existing database is backed up before upgrading, in some cases
  mongodb goes batshit and pretends it never knew a controller was configured.
2014-12-18 20:15:27 +00:00
jasper
0d75232159 resolve conflict over uid 733, so let _mfi fly away with 747 2014-12-10 10:30:51 +00:00
jasper
394d78d826 install a wrapper script like unifi
ok sthen@
2014-12-07 14:35:31 +00:00
jasper
fe9d5c0b95 rcexec should only really be used in rc_start, unless there's a good reason to
use it elsewhere

prompted by aja@
ok aja@ sthen@
2014-10-03 11:53:23 +00:00
espie
541dd2c821 prepare for FAKE_AS_ROOT=No 2014-09-02 10:14:32 +00:00
jasper
866493dd69 import mFi-2.0.24
This package contains controller software for Ubiquiti mFi automation
controllers.

ok sthen@
2014-08-14 07:00:25 +00:00