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, Jun 27, 11:36 AM
Unknown Object (File)
Thu, Jun 25, 9:19 AM
Unknown Object (File)
Wed, Jun 24, 7:53 PM
Unknown Object (File)
Sat, Jun 20, 10:16 PM
Unknown Object (File)
Sat, Jun 20, 5:04 PM
Unknown Object (File)
Sat, Jun 20, 2:22 PM
Unknown Object (File)
Tue, Jun 16, 7:25 AM
Unknown Object (File)
Sun, Jun 14, 11:46 PM

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 28798
Build 26807: 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
41

why not

MYSQL_USES=mysql
MYSQL_CONFIGURE_ENABLE=mysql
68
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
68

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.