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.
- Install docs [1]
- Add RC script: [1]
i915resolution_enable="YES" # Enable hacking VBIOS resolution (YES/NO)
i915resolution_modes="3c 4d 5c" # Space separated list of modes to set
i915resolution_width="1920" # the horisontal resolution in pixels
i915resolution_hight="1080" # the vertical resolution in pixels
- Drop ALL_TARGET when using do-build
- Mark broken on < 6 since port uses memmem function
PR: ports/112922 [1]
Submitted by: Yarema <yds@CoolRat.org> [1]
Approved by: maintainer timeout (46 days)