Page MenuHomeFreeBSD

net/libproxy: update to 0.5.9
AcceptedPublic

Authored by vishwin on Wed, Jan 15, 8:03 PM.
Tags
None
Referenced Files
F107664071: D48469.diff
Fri, Jan 17, 9:17 AM
F107664052: D48469.diff
Fri, Jan 17, 9:17 AM
F107664048: D48469.diff
Fri, Jan 17, 9:17 AM
F107664024: D48469.diff
Fri, Jan 17, 9:17 AM
F107664013: D48469.diff
Fri, Jan 17, 9:17 AM
F107663974: D48469.diff
Fri, Jan 17, 9:16 AM
F107663415: D48469.id149306.diff
Fri, Jan 17, 9:04 AM
Subscribers

Details

Reviewers
arrowd
Group Reviewers
desktop
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.Fri, Jan 17, 5:42 AM