Page MenuHomeFreeBSD

Fix broken pkg-plist for syslog-ng310
ClosedPublic

Authored by i.dani_outlook.com on Jul 3 2017, 8:09 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Jun 2, 4:24 AM
Unknown Object (File)
Sun, May 26, 8:53 AM
Unknown Object (File)
May 9 2024, 10:33 AM
Unknown Object (File)
May 2 2024, 11:58 AM
Unknown Object (File)
Apr 25 2024, 5:17 AM
Unknown Object (File)
Apr 24 2024, 2:54 PM
Unknown Object (File)
Apr 23 2024, 5:07 PM
Unknown Object (File)
Apr 19 2024, 3:42 PM

Details

Summary

Fix pkg-plist, libhttp.so is only available when building with CURL=ON (Default: OFF)

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

Also need's merge to quarterly (2017Q3)

sysutils/syslog-ng310/Makefile
6

No need to bump PORTREVISION.

WITH=CURL would make a perfectly good package, and WITHOUT=CURL would not package.

Remove PORTREVISION-Bump - not needed. Thanks @mat

Thanks, had the same patch in my local tree, hadn't gotten around to committing it yet. I'll commit shortly.

This revision is now accepted and ready to land.Jul 3 2017, 5:52 PM
This revision was automatically updated to reflect the committed changes.
cy mentioned this in rP444977: Fix broken plist..