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)
Sat, Oct 18, 1:26 AM
Unknown Object (File)
Wed, Oct 8, 3:32 AM
Unknown Object (File)
Fri, Oct 3, 6:37 AM
Unknown Object (File)
Wed, Oct 1, 2:27 PM
Unknown Object (File)
Mon, Sep 29, 5:27 PM
Unknown Object (File)
Mon, Sep 29, 5:27 PM
Unknown Object (File)
Mon, Sep 29, 5:27 PM
Unknown Object (File)
Wed, Sep 24, 4:09 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.