Mailman is free software for managing electronic mail discussion
and e-newsletter lists. Mailman is integrated with the web, making
it easy for users to manage their accounts and for list owners to
administer their lists. Mailman supports built-in archiving, automatic
bounce processing, content filtering, digest delivery, spam filters,
and more.
WWW: http://www.list.org/
PR: 225543
Submitted by: Charlie Li <ml+freebsd@vishwin.info> (with changes from pi)
- document our default choice of text editor
- fix got.conf overriding GOT_AUTHOR even if no author is set in got.conf
- fix crash in got_free_gotconfig()
- print newline to clear the bottom line when tog exits
It is unclear to me why it happens only on this specific FreeBSD version.
Exception is:
org.gradle.launcher.daemon.client.DaemonDisappearedException: Gradle build daemon disappeared unexpectedly (it may have been killed or may have crashed)
Reported by: pkg-fallout
Bibclean is a prettyprinter, portability verifier, and syntax checker for
BibTeX bibliography databases. It can be used to find errors in .bib
files, as well as to standardize their format for readability and editing
convenience. It can also be used to convert Scribe-format bibliographies to
BibTeX form.
WWW: http://ftp.math.utah.edu/pub//bibclean/
FreeBSD's port still has 2.1.4 (over a year old), and that port was
recently patched to fix the build with GCC 10 by adding "-fcommon"
to the CFLAGS. Xastir 2.1.6 has had its GCC 10 compatibility fixed
so that sort of hack is no longer needed in the port if it were
updated to the new version.
There are also numerous other improvements over 2.1.4, including removal
of obsolete options, and consolidation of some options that had
previously been set up as independently selectable, but were in fact
completely dependent on each other. The build is simpler now,
as some of these things that were previously user-selectable are
automatic now -- notably, if shapelib support is requested and
shapelib is found, pcre is also required *and* automatically enables
dbfawk. The code that previously allowed shapelib support without
dbfawk (and therefore pcre) has been removed.
This means that the current Makefile, which has no option for deselecting
shapelib, but does have an option for selecting or deselecting DBFAWK,
needs a little changing: remove DBFAWK as an option and make pcre
a required package along with shapelib (instead of dependent on
the DBFAWK setting) and all should be well.
Submitted by: russo@bogodyn.org
Approved by: Maintainer
Now that mesa include glesv1 lib, remove the nvidia generic named lib
and add more entries in libmap.conf so the nvidia ones are used.
PR: 249448
Reported by: VVD <vvd@unislabs.com>
This brings a backport for the C preprocessor and debug info each, three
for the tree optimizers, three for x86 and one for powerpc, and last but
not least two for the Fortran front end.
release from download area. Change our port to download using
Bitbucket's method.
Although the upstream branch Release_3.4 is very similar to what
used to be available as 3.4, there are a few improvements -- in
particular, one of our patches is no longer necessary, which is
nice.
PR: 247035
Reported by: John Kennedy, Tomoaki AOKI
Sponsored by: United Marsupials
(and 3D objects in general) fast and easy.
Due to all operations heavily relying on numpy this is one of the fastest
STL editing libraries for Python available.
Prerequisite for Cura update submitted by greg@unrelenting.technology
With some changes. Rest of updates will come in separate commits.
PR: ports/249468
Submitted by: greg@unrelenting.technology