Page MenuHomeFreeBSD

comms/fllog: Update 1.2.8 => 1.2.9
ClosedPublic

Authored by alven on Nov 4 2025, 3:05 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Jan 19, 11:13 AM
Unknown Object (File)
Mon, Jan 19, 7:10 AM
Unknown Object (File)
Sun, Jan 18, 8:16 PM
Unknown Object (File)
Thu, Jan 15, 1:59 AM
Unknown Object (File)
Mon, Jan 12, 9:25 AM
Unknown Object (File)
Sat, Jan 10, 3:37 AM
Unknown Object (File)
Sat, Jan 3, 3:02 AM
Unknown Object (File)
Fri, Dec 26, 8:53 PM
Subscribers
None

Details

Summary

Changelogs:

  • Use https:// for WWW
  • WWW works even without index.html at the end
  • All references to www.w1hkj.com changed to www.w1hkj.org
  • Add LICENSE_FILE
  • Specify missing LIB_DEPENDS and USES
  • Use standard option name for NATIVE from Mk/bsd.options.desc.mk
  • Pet portclippy(1) and portfmt(1)
Test Plan

For every {amd64, i386} × {14.3, 13.5}:

  • Successful poudriere testport
  • Successful run-testing

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

alven requested review of this revision.Nov 4 2025, 3:05 PM
alven created this revision.
comms/fllog/Makefile
26–27

The option NATIVE should be removed.

In FreeBSD port's native build can be turned on for users by adding CPUTYPE=native into /etc/make.conf

This would get into the build through CFLAGS and CXXFLAGS.

All other options set by the build itself that change CPU type should be patched away.

Buiding without the CPUTYPE=xx option in /etc/make.conf should build only with general optimization options.

  • The option NATIVE removed. In FreeBSD port's native build can be turned on for users by adding CPUTYPE=native into /etc/make.conf This would get into the build through CFLAGS and CXXFLAGS.
comms/fllog/Makefile
26–27

Thank you for so detailed explanation! :)
I've already seen the same issue with some other port some time ago, just forgotten about it (rare see this kind of issues).
I'll fix it just now and hope, will remember about it next time I'll see it.

Approved.

Thanks,
Yuri

This revision is now accepted and ready to land.Nov 5 2025, 9:33 AM
This revision was automatically updated to reflect the committed changes.