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)
Oct 9 2024, 12:40 AM
Unknown Object (File)
Oct 6 2024, 12:47 AM
Unknown Object (File)
Oct 5 2024, 10:42 PM
Unknown Object (File)
Oct 5 2024, 7:02 PM
Unknown Object (File)
Oct 3 2024, 6:36 AM
Unknown Object (File)
Oct 2 2024, 11:49 PM
Unknown Object (File)
Sep 26 2024, 1:33 AM
Unknown Object (File)
Sep 24 2024, 5:37 AM

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 Not Applicable
Unit
Tests Not Applicable

Event Timeline

Also need's merge to quarterly (2017Q3)

sysutils/syslog-ng310/Makefile
6 ↗(On Diff #30336)

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..