Page MenuHomeFreeBSD

pkgbase: use -dev,-dbg instead of -development,-debug
ClosedPublic

Authored by emaste on Mar 20 2020, 4:08 PM.
Tags
None
Referenced Files
F136133056: D24139.diff
Sun, Nov 16, 1:25 AM
Unknown Object (File)
Wed, Nov 12, 5:32 AM
Unknown Object (File)
Mon, Nov 10, 3:48 AM
Unknown Object (File)
Mon, Oct 27, 9:26 AM
Unknown Object (File)
Sat, Oct 25, 12:13 PM
Unknown Object (File)
Fri, Oct 24, 1:49 AM
Unknown Object (File)
Sat, Oct 18, 12:33 AM
Unknown Object (File)
Oct 17 2025, 7:13 AM

Details

Summary

-development is long/awkward and inconsistent with prior art from the Linux world, which uses -dev (Debian) or -devel (Red Hat). Follow the Debian convention, and also for debug info packages.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Mar 21 2020, 2:56 AM

I also need to remove the

TAGS+= development

from include/Makefile. include files are already tagged with package=runtime,dev; they don't need an additional development tag. AFAICT no other dev files set this.