Change x11/xorgproto to become a build time dependency when added to
USE_XORG. Change the dependency to be on the port, rather than a file the
port installs.
Fix fallout.
Bump portrevision on depending ports.
PR: 230909
Reviewed by: eadler
Approved by: portmgr (antoine)
Obtained from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto
exp-run: antoine
Differential Revision: https://reviews.freebsd.org/D16906
- Laurent takes maintainership
- Add DOCS option to install the HTML manual
- Add a MANPAGES option; the man page now has to be generated with
sphinx as well
PR: 230721
Submitted by: Laurent Cimon <laurent@nuxi.ca>
Approved by: henrik@affekt.org (maintainer)
The 0.18 release of x11/sddm contains a fix for a security error
that probably doesn't affect us: session-reuse. In any case our
default configuration is not vulnerable. This doesn't update to
0.18 because there's a bunch of other changes that would need to
be chased, further delaying this update.
While here, pet portlint and Tijl, who asked for a pkg-message.
PR: 230029
Reported by: doctorwhoguy@gmail.com
Security: f00acdec-b59f-11e8-805d-001e2a3f778d
that allows unlocking a session without a password, if the
ReuseSession configuration option is set to true. The default
configuration sets it to false.
I'm setting the version to < 0.17.0_1 here, because I'm going
to update 0.17 with backports rather than pull in 0.18 (there's
a lot more work in that update, because of reorganisation upstream
and none of our patches apply anymore).
PR: 230029
Reported by: doctorwhoguy@gmail.com
- Actualize USE_GL and USE_XORG, per `stage-qa'
- Simplify make(1) invocation in `post-build-DOCS-on'
- Augment port description and format WWW correctly
- Assert that PYTHON option is always enabled
Reported by: portscout
Port changes:
* Correct license
* Rename PORTNAME into RHVoice: the project is called RHVoice, installs files and directories the include the "RHVoice" string,
DATADIR and ETCDIR are now derived correctly
* Add @sample for the config file
<Commitlog>
Some modules depend on other being there before.
For example, devel_kit needs to be there before a few other, so this
fixes, and allow for future fixes of this kind of problem:
configuring additional dynamic modules
adding module in /wrkdirs/usr/ports/www/nginx-full/work/array-var-nginx-module-0.05
error: ngx_devel_kit is required to build ngx_array_var; please put it before ngx_array_var.
PR: 230864
Submitted by: mat
exp-runs by: antoine
</Commitlog>