Page MenuHomeFreeBSD

net/libproxy: update to 0.5.9
ClosedPublic

Authored by vishwin on Jan 15 2025, 8:03 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, May 30, 8:23 PM
Unknown Object (File)
Tue, May 13, 3:34 AM
Unknown Object (File)
Mon, May 12, 5:20 AM
Unknown Object (File)
Fri, May 9, 9:33 PM
Unknown Object (File)
Apr 24 2025, 11:29 AM
Unknown Object (File)
Apr 22 2025, 11:26 AM
Unknown Object (File)
Apr 22 2025, 11:04 AM
Unknown Object (File)
Apr 17 2025, 9:57 AM
Subscribers

Details

Summary

Completely rewritten since 0.5.0. Plugin ports are gone, they are now built directly into the library

Test Plan

exp-run, then all consumers need bumped

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 61740
Build 58624: arc lint + arc unit

Event Timeline

vishwin created this revision.

Are all these plugins compiled in statically? I don't see them in pkg-plist.

net/libproxy/pkg-plist
9

Adding

DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}-1.0
PORTDOCS=	*

allows to remove all these docs entries from the plist.

Are all these plugins compiled in statically? I don't see them in pkg-plist.

All internal now, hence "built directly into the library"

net/libproxy/pkg-plist
9

I prefer to declare them explicitly, since this is a build option after all, and wildcarding PORTDOCS also sometimes captures other artefacts

This revision is now accepted and ready to land.Jan 17 2025, 5:42 AM
This revision was automatically updated to reflect the committed changes.