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
Unknown Object (File)
Sun, Dec 22, 6:29 PM
Unknown Object (File)
Wed, Dec 18, 10:20 AM
Unknown Object (File)
Wed, Dec 18, 10:18 AM
Unknown Object (File)
Nov 30 2024, 9:12 AM
Unknown Object (File)
Oct 25 2024, 8:54 PM
Unknown Object (File)
Sep 19 2024, 2:30 PM
Unknown Object (File)
Sep 16 2024, 4:32 AM
Unknown Object (File)
Sep 11 2024, 6:37 PM

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

Lint
Lint Skipped
Unit
Tests Skipped

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.