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