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)
Sat, Oct 4, 5:55 AM
Unknown Object (File)
Thu, Sep 25, 9:39 PM
Unknown Object (File)
Sep 8 2025, 3:53 PM
Unknown Object (File)
Sep 8 2025, 1:20 PM
Unknown Object (File)
Sep 6 2025, 12:05 PM
Unknown Object (File)
Sep 6 2025, 1:41 AM
Unknown Object (File)
Aug 14 2025, 10:29 AM
Unknown Object (File)
Jul 29 2025, 5:59 PM
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.