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, Sep 4, 9:32 AM
Unknown Object (File)
Sun, Aug 30, 7:17 PM
Unknown Object (File)
Sat, Aug 29, 12:34 AM
Unknown Object (File)
Wed, Aug 26, 10:08 PM
Unknown Object (File)
Tue, Aug 25, 9:22 AM
Unknown Object (File)
Tue, Aug 25, 2:28 AM
Unknown Object (File)
Mon, Aug 24, 9:40 PM
Unknown Object (File)
Mon, Aug 24, 3:53 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.