notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

non port: lang/ratfor/files/patch-Makefile

Number of commits found: 5

Thursday, 26 Dec 2024
10:46 Robert Clausecker (fuz) search for other commits by this committer
lang/ratfor: fix build on platforms where char is unsigned

Turns out the code anticipates this problem and has support for using
"signed char" over "char" where "char" is unsigned by default.

Use "signed char" unconditionally to fix the port on all platforms.

While we are at it, pet portclippy.

PR:		258628, 283509
Approved by:	bofh
MFH:		2024Q4
commit hash: 147aeb1ee48f8aeb8e4892e3271a3231388a412c commit hash: 147aeb1ee48f8aeb8e4892e3271a3231388a412c commit hash: 147aeb1ee48f8aeb8e4892e3271a3231388a412c commit hash: 147aeb1ee48f8aeb8e4892e3271a3231388a412c 147aeb1
Wednesday, 23 Sep 2020
11:22 se search for other commits by this committer
Fix build

The build system includes bsd.sys.mk, which add a -fuse-ld option in a
format that is not accepted by gfortran and thus causes a build failure
of the test programs. This can be worked-around by adding a ".f:" target
to the port's internal Makefile.

While here add a license (PD) and use a relative symbolic link for the
binary's alias name.
Original commitRevision:549677 
Sunday, 16 Feb 2014
17:15 tijl search for other commits by this committer
Convert all USE_FORTRAN=yes to "USES=fortran, USE_GCC=yes".  In most cases
USE_GCC=yes has been omitted though.

Remove USE_FORTRAN handling from bsd.port.mk and bsd.gcc.mk.

Minor cleanups in some ports like USE_GMAKE, NOPORTDOCS,...

Exp-run:	bdrewery
Approved by:	portmgr (bdrewery)
Original commitRevision:344614 
Tuesday, 7 Jan 2014
22:55 mat search for other commits by this committer
Fix build with gcc47

maintainer timeout

PR:		ports/184574
Submitted by:	Christoph Moench-Tegeder
Original commitRevision:339045 
Saturday, 13 Jan 2007
09:17 maho search for other commits by this committer
* Migrate to gfortran.
* Bump port revision.

Approved by:    portmgr(kris)
Original commit

Number of commits found: 5