Fix whitespace formatting of this year to be consistent with previous years.
Reviewed by: imp
Approved by: imp (mentor)
Differential Revision: https://reviews.freebsd.org/D14687
As of Committers Guide "Procedure 1. Steps for New Committers":
* Add an Author Entity
* Update the List of Developers and Contributors
* Add a News Item
* Add a PGP Key
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D14636
Add a <site-url> element to hold the organization's URL, and
put the site (company) name in the <site-name> element.
PR: 225854
Reported by: Mateusz Piotrowski <mpp302@gmail.com>
output. This is not only unhelpful for translators, it is distracting
from the already difficult job of translation. If verbose output is
desired, 'make -l' can be used.
fixed the underlying problem on the web build machine that was
generating errors.
Thank you to hrs@ for disabling this until it could be investigated,
and to bjk@ for emailing admins@ about the problem.
Sponsored by: The FreeBSD Foundation
It seems this step was inadvertently skipped before the email version
of the report was sent out.
Link from the status report main page and update the next-due date
(including the extension).
Also add a news entry for the report, backdated to the date of the
announcement email.
Reported by: pi
Pointy Hat to: bjk
and making the necessary changes.
The following events of 2018 are already listed with their dates:
- FOSDEM 2018
- AsiaBSDcon 2018
- BSDCan 2018
Hope to see many of you at these events.
The article discusses a specific option for puremagic's greylisting.
- It tells users to install mysql40-server and perl5.16; neither of
which exist any more.
- The last edit was 2015, by me, to switch from `pkg_add` to `pkg`.
- It encourages users to download code from a third-party website,
without validation, via HTTP (not even HTTPS).
- The code itself has to be patched to compile
and more generally the FreeBSD project is not in the business of
teaching end users how to run an anti-spam mail server.
Discussed with: allanjude
- anoigo - serves only ads
- bsrpar - serves only ads
- CheapBytes - www.cheapbytes.com’s server IP address could not be found.
- infinitum - personal website
- Inlab Software GmbH - www.munich.net took too long to respond.
- iSoftPlus - You don't have permission to access / on this server.
- Lingua-Systems Software GmbH - domain is for sale
- Mercantec, Inc. - Windows Server ad
- motifdeveloper - no activity since 2008
- netboz - www.netboz.net’s server IP address could not be found.
- Sage Electronic Engineering - www.se-eng.com’s server IP address could not be found.
- SlickEdit - no more FreeBSD version
- softmaker - website returns 404
- TrackSite - redirects to travel ads site
- webcrossing - webcrossing.com’s server IP address could not be found.
- matadordesign - domain is for sale
- All My Data's website returns 500
- Association Kazar - kazar.net’s server IP address could not be found.
- bay hosting - connecting times out
- beastiecloud connecting times out
- bsdvm - "BSDvm is shutting down its VPS and cloud hosting"
- bsdjails - website is "under redesign" with no alternative
- fxservices - "www.fx-services.com refused to connect."
- elantech - www.elantech.ru took too long to respond.
- inetassociation - www.inetassociation.com took too long to respond.
- Mambobado - domain is for sale
- negimaki - "www.negimaki.com refused to connect."
- panthertech - no content on the website
- ppgnetworksolutions - "www.ppgnetworksolutions.com’s server IP address
could not be found."
- Rokabear Hosting Services - "rokabear.com’s server IP address could
not be found."
- s4servers - www.s4servers.com’s server IP address could not be found.
- sevenl - Expired cert, invalid cn, no reference to FreeBSD
- sh3lls - serving only ads
- verio - FreeBSD hosting is now a 404,
- Stallion's domain is for sale
- RandD's website is an unrelated blog. servetheweb does not resolve
- Pyramid computer is a chess supplier
- Netwolves domain does not resolve
- advansys's website is non-existant
- ALE Software's website is unrelated to BSD/Linux consulting
- mindstep's website does not resolve (two checks). Google shows no
alternative.
- Mseuss Unternehmensberatung's website resolves to a ad/gambling
website.
- OpenTrend's website does not resolve. Google shows no alternative.
if NO_OBJ is defined, but not about the value.
Which means you cannot unset NO_OBJ on the command line or with env variable:
$ make NO_OBJ=""
or
$ export NO_OBJ=""; make
I still think that 'make obj' doesn't really work for the doc
project. But for now, you have to disable it yourself on the command
line or in your ~/.profile.
This is a revert of r51065
- ish pty appears to be an educational services company. No references
to FreeBSD or any other unix offering can be found on their website.
- PythonByte's domain is for sale.
- JCR's website is non-existent. Google shows no alternative.
- Gurix's website has changed and does not appear to be a consulting
company anymore.
- Green IT is a parked domain.
- Frigate Network's website is non-existent. Google shows no
alternative.
- AaronSEN is a parked domain.
- Adimus is a web server without content.
- Codeangels Solutions's website is non-existent.
- ibermachines's website is non-existent.
- raditex's website has changed (website updated; not removed)
I am not removing entries of companies whose website redirects to
different, but existing company. Some appears to have been bought
or renamed, but I am trying to be conservative.
from the base repository with changes provided by hrs@, and further
tweaks from myself.
Of note:
- Consolidate duplicated logic throughout the Makefiles and shared
logic, and move files to more sane locations where they may be
shared by other parts of the build tools.
- Update location of several entity files.
- In the top-level Makefile, only include the hardware page if the
MAN4PAGES knob is set. This is done to prevent build failures on
the website until the webupdate script and wrapper are updated,
which will require some more thought. [1]
This fixes the 'reldoc' target in release/Makefile in head, found
to be broken a few days ago.
[1] Changes from myself.
Patch provided by: hrs
Sponsored by: The FreeBSD Foundation
This solved the issue with symlinks to directories. The semantic
of `ln -fs' is special if you run it for directories twice, e.g.
mkdir from
ln -sf from to
find . -name from -or -name to
./to
./from
now run it again
ln -sf from to
find . -name from -or -name to
./to
./from
./from/from
ls -l from
total 1
lrwxrwxr-x 1 wosch devel 4 Oct 6 13:54 from -> from
PR: 222737
This feature can be disabled with DOCBOOK_DEPS_DISABLE=YES
Missing dependencies will be reported as a warning, and should
be fixed by the document authors.
PR: 222826
- Add myself as a committer
- Add my PGP public key
- Add my author entity
- Add a news entry
Reviewed by: imp (mentor), ken (mentor)
Approved by: imp (mentor), ken (mentor)
Differential Revision: https://reviews.freebsd.org/D12357