Page MenuHomeFreeBSD

Update net-mgmt/cacti to 1.0.4
Needs ReviewPublic

Authored by krion on Mar 12 2017, 10:28 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Feb 12, 12:01 AM
Unknown Object (File)
Wed, Feb 11, 10:54 AM
Unknown Object (File)
Sun, Jan 25, 11:05 AM
Unknown Object (File)
Nov 17 2025, 6:40 AM
Unknown Object (File)
Nov 14 2025, 1:15 PM
Unknown Object (File)
Oct 21 2025, 12:52 AM
Unknown Object (File)
Oct 20 2025, 3:15 PM
Unknown Object (File)
Oct 20 2025, 1:30 AM
Subscribers
None

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 8015
Build 8189: arc lint + arc unit

Event Timeline

net-mgmt/cacti/Makefile
17

I am quite certain it does not need gettext. It has NO_BUILD, so it most certainly does not need gettext-tools (used during build to handle build-time things like converting .mo to .po).

It may need a USES=gettext-runtime:run if something uses bin/gettext directly, but I doubt it. It does have .mo files, so it most likely need a USE_PHP=gettext or USE_PHP=intl.

21

This is not needed, it is added automatically by the SUB_FILES below.

43–46

There has not been a "PATCHLEVEL" variable defined for about 5 years, it maybe be time to remove those two lines.