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
F111606822: D11456.id30336.diff
Wed, Mar 5, 10:41 PM
F111571766: D11456.diff
Wed, Mar 5, 10:30 AM
Unknown Object (File)
Mon, Feb 24, 5:54 AM
Unknown Object (File)
Sun, Feb 23, 1:29 PM
Unknown Object (File)
Sun, Feb 23, 11:47 AM
Unknown Object (File)
Sat, Feb 22, 5:55 PM
Unknown Object (File)
Sat, Feb 22, 12:53 PM
Unknown Object (File)
Jan 17 2025, 12:55 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..