Page MenuHomeFreeBSD

net-mgmt/pmacct: Rework/fix plist logic
AbandonedPublic

Authored by otis on Jan 19 2020, 1:16 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Mar 21, 2:48 PM
Unknown Object (File)
Wed, Mar 11, 9:23 PM
Unknown Object (File)
Feb 7 2026, 7:28 PM
Unknown Object (File)
Jan 31 2026, 9:47 AM
Unknown Object (File)
Jan 31 2026, 7:55 AM
Unknown Object (File)
Jan 31 2026, 2:07 AM
Unknown Object (File)
Jan 30 2026, 8:21 PM
Unknown Object (File)
Jan 19 2026, 10:28 AM

Details

Reviewers
pi
Summary

Fix substitution of SQLDOC in plist. Previously, SQLDOC was always overwritten to "@comment " by subsequent condition (except from the last one).

Diff Detail

Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 28770
Build 26780: arc lint + arc unit

Event Timeline

  • net-mgmt/pmacct: Fix the SQLDOC substitution logic
  • net-mgmt/pmacct: Use also pkgconfig to help database library detection
  • Remove obsolete/unused options
  • net-mgmt/pmacct: Update Makefile

you could get rid of most of the if-fery

net-mgmt/pmacct/Makefile
43

why not

MYSQL_USES=mysql
MYSQL_CONFIGURE_ENABLE=mysql
70
MLAYER2_CONFIGURE_ENABLE=...
  • net-mgmt/pmacct: Rework port options a bit.
  • Rework options processing logic

you could get rid of most of the if-fery

net-mgmt/pmacct/Makefile
70

WIthout leading M.

pi requested changes to this revision.Feb 22 2020, 4:53 PM

I've tried to apply the diff, but it failed. Can you update the patch to the most recent version of the Makefile and
test, wether it applies ?

This revision now requires changes to proceed.Feb 22 2020, 4:53 PM
otis marked an inline comment as done.

Fix plist logic and pgsql module

Please check the diff again. I updated the port to 1.7.4p1 yesterday, and this diff does not look similar to your first version of the patch ?

New diff revision will be created.