Page MenuHomeFreeBSD

bsd-spell: Install as bspell instead of spell
ClosedPublic

Authored by gbe on Dec 17 2023, 3:38 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Feb 9, 8:06 AM
Unknown Object (File)
Thu, Feb 5, 1:04 PM
Unknown Object (File)
Wed, Jan 28, 1:14 AM
Unknown Object (File)
Tue, Jan 27, 10:53 AM
Unknown Object (File)
Mon, Jan 26, 9:31 PM
Unknown Object (File)
Mon, Jan 26, 5:43 PM
Unknown Object (File)
Mon, Jan 26, 3:28 PM
Unknown Object (File)
Jan 8 2026, 2:16 PM
Subscribers

Details

Summary

Install bsd-spell as bspell instead of spell since it otherwise
conflicts with textproc/aspell-ispell.

PR: 274217

Test Plan

make in the textproc/bsd-spell directory

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

gbe requested review of this revision.Dec 17 2023, 3:38 PM
gbe created this revision.
fernape requested changes to this revision.Dec 18 2023, 6:25 PM
fernape added a subscriber: fernape.

This needs bumping PORTREVISION

This revision now requires changes to proceed.Dec 18 2023, 6:25 PM
  • Add PORTREVISION for bsd-spell

This needs bumping PORTREVISION

The port hasn't a PORTREVISION, yet. I added one and set it to one.

textproc/bsd-spell/Makefile
17–18

bin/spell needs to be bin/bspell too, otherwise this fails to package.
Also, put one file per line. It is easier to read (although with 7 entries I would use pkg-plist which is easier to grep.

  • Switch the port to use pkg-plist
gbe marked an inline comment as done.Dec 18 2023, 7:26 PM

Address comments.

LGTM.

Builds without problems.
Installs along aspell-ispell without conflicts.

Thanks for the changes!

This revision is now accepted and ready to land.Dec 18 2023, 7:33 PM
This revision was automatically updated to reflect the committed changes.