Page MenuHomeFreeBSD

sysutils/goaccess: bump, adding more options and cleanup
ClosedPublic

Authored by sbz on Nov 29 2016, 1:51 AM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 15 2024, 2:27 PM
Unknown Object (File)
Feb 9 2024, 5:50 AM
Unknown Object (File)
Feb 9 2024, 5:50 AM
Unknown Object (File)
Feb 9 2024, 5:50 AM
Unknown Object (File)
Feb 9 2024, 5:50 AM
Unknown Object (File)
Feb 9 2024, 5:49 AM
Unknown Object (File)
Feb 9 2024, 5:38 AM
Unknown Object (File)
Dec 30 2023, 1:19 PM
Subscribers

Details

Summary

This changes contains the following:

  • Add more options
  • Remove unneccessary dependencies
  • Add missing static html files for report generation
  • Add pkg-plist instead PLIST_FILES
  • Cleanup

Since version 0.9.5 dependency to glib is not necessary anymore.

[1] https://github.com/allinurl/goaccess/blob/master/ChangeLog#L186

Test Plan
  • Poudriere

$ for jname in 11amd64 10amd64; do sudo poudriere testport -j $jname -p portsdir -o sysutils/goaccess; done

[2] http://62.210.142.226:8000/10amd64-portsdir/latest/build.html
[3] http://62.210.142.226:8000/11amd64-portsdir/latest/build.html

  • Portlint

$ portlint -a
looks fine.

Diff Detail

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

Event Timeline

sbz retitled this revision from to sysutils/goaccess: bump, adding more options and cleanup.
sbz updated this object.
sbz edited the test plan for this revision. (Show Details)
sbz added a reviewer: bapt.
sysutils/goaccess/pkg-plist
3

@sample does not work like that it should be

@sample etc/goaccess.conf.sample

and so you may need to add a post-install target that will move etc/goaaccess.conf into etc/goaccess.conf.sample

sbz marked an inline comment as done.Nov 29 2016, 10:07 AM

Thank you! Fixed.

With your latest change I'm pretty sure make check-plist will complain as the install target in the makefile already installs etc/sample.conf in the stagedir. That is why I was saying you should move ${STAGEDIR}${PREFIX}/etc/goaccess.conf into ${STAGEDIR}${PREFIX}/etc/goaccess.conf.sample

All the _CONFIGURE_ON construct should be using the _CONFIGURE_ENABLE or _CONFIGURE_WITH one instead.

sbz edited edge metadata.

Move config as sample because it's already installed by install (through install-am) target

bapt edited edge metadata.
This revision is now accepted and ready to land.Nov 29 2016, 2:35 PM
This revision was automatically updated to reflect the committed changes.