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, Feb 21, 8:14 AM
Unknown Object (File)
Sun, Feb 9, 1:10 AM
Unknown Object (File)
Fri, Jan 31, 1:06 AM
Unknown Object (File)
Thu, Jan 30, 12:50 AM
Unknown Object (File)
Wed, Jan 29, 9:15 PM
Unknown Object (File)
Wed, Jan 29, 9:34 AM
Unknown Object (File)
Mon, Jan 27, 7:06 PM
Unknown Object (File)
Sat, Jan 25, 2:57 PM
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.