Back in January, I was working under the idea that the ports unzip was
desired, but now it's clear that file-roller was just one of many ports
that had a redundant requirement on unzip. Revert my January commit
and remove the requirement on unzip completely (it's provided by all
supported releases of FreeBSD).
Approved by: infrastructure blanket (removal of redundant deps)
A dependency on unzip will never be registered since unzip is available
on all supported platforms (since FreeBSD 8.0).
Approved by: infrastructure blanket (removal of redundant deps)
I made a mistake; some of the post-patch target does apply to DragonFly
as well as the pre-configure target. Tighten up which code is designated
as FreeBSD only. (again, a No-Op for FreeBSD)
Approved by: OSVERSION/OPSYS blanket
A dependency on unzip will never be registered since unzip is available
on all supported platforms (since FreeBSD 8.0). On the gallery ports,
unzip was specified as a default option, so removing the ineffective
option requires a revbump.
Approved by: infrastructure blanket (removal of redundant deps)
A dependency on gzip will never be registered since gzip is available
on all supported platforms (since FreeBSD 7.0). Rsyncrypto hasn't
registered gzip in years, so remove the misleading pkg-message while
we are at it (requires a revbump)
Approved by: infrastructure blanket (removal of redundant deps)
A dependency on unzip will never be registered since unzip is available
on all supported platforms (since FreeBSD 8.0).
Approved by: infrastructure improvements blanket (sweep for unzip)
A dependency on unzip will never be registered since unzip is available
on all supported platforms (since FreeBSD 8.0). This renders the ports
option UNZIP redendant as well, so just remove it completely and bump.
bstack requires the ports version of gdb, but the was RUN_DEPENDS was
specified, the base gdb satisfied the requirement, thus ports gdb is
never registered as a dependency. Specify using the full path of gdb
to rectify + revbump.
approved by: just-fix-it
The OPTIONS_DEFINE clause was positioned incorrectly after bsd.port.pre.mk
include, breaking SELECTED_OPTIONS. However, the <pre>/<post> inclusions
were in place to handle emacs20, a port that's long since been removed
from the tree. Remove the obsolete logic which fixes the DOCS option.
Approved by: just-fix-it
From the announcement:
Propellers for all!
This release adds a new propeller component and fixes a pair of unrelated bugs.
Though it may seem like a small change, the propeller component constructs its
surface differently from other components. It represents a surprisingly large
amount of work.
Instead of defining the blade shape (chord, twist) at specified stations, these
are instead specified as continuious curves.
The propeller component comes with a bunch of related accessories -- the blade
activity factor is calculated on-the-fly, there is a one-click option to switch
to a counter-rotating prop, propeller folding is built-in -- with a
user-defined fold axis, there is a blade element export/import capability,
and the BEM data is available through the API.
Features:
- New propeller component
- Blade element import/export and API
Bug Fixes:
- Fix DegenGeom crash on Matlab export
- Fix GUI output of mass properties calculation
PR: 211555
Submitted by: maintainer
This would still be needed with 10+ after the removal of const
on iconv(3) in src r281550, but now with the use of ICU in
1.6 it is no longer using iconv(3).
currently detects twelve pre-defined mouse gestures and prints the
name of the detected gesture to stdout, if any. The output can then
e.g. be used in a simple shell script to execute commands.
Example usages could include closing windows in i3 by drawing a Z over
them or other window manipulations, or pausing your music player by
drawing a left-to-right line.
WWW: https://github.com/t6/simplestroke/
PR: 211550
Submitted by: Tobias Kortkamp <t@tobik.me>
Release highlights:
- QS_SetReqHeader supports header removal (unset) by prefixing
the header name with "!".
- QS_SetEnvIfResBody supports variable removal (unset) by
prefixing the variably with "!".
- New cookie data format (user tracking, vip, milestones).
PR: 211545
Submitted by: Eero Hanninen (maintainer)
Changelog:
- Fix bug: Syntax error on option names with dashes
- Allow to set cookies automatically
- Add contributing guide
PR: 211518
Submitted by: Danilo G. Baio (maintainer)
- Register proxy dependencies found by stage-qa
- Convert to USES=ssl
- Regenerate patches with make makepatch
PR: 211508 [1]
Submitted by: Demetris Procopiou [1]