[Bug 288559] [NEW PORT] devel/openocd-latest pre-release version of openocd

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 31 Jul 2025 02:24:12 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=288559

Hiroki Tagato <tagattie@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tagattie@FreeBSD.org
             Status|New                         |Open

--- Comment #1 from Hiroki Tagato <tagattie@FreeBSD.org> ---
Hi Mateusz, thanks for proposing a new port.

Here are some comments:
- I would suggest using -devel suffix for the port naming
  It appears the FreeBSD convention uses -devel for development or unreleased
version of software.
- Use PORTNAME and PKGNAMESUFFIX
  PORTNAME=openocd and PKGNAMESUFFIX=-devel. With this some make variables
(GH_PROJECT and DATADIR) can be omitted.
- Change CONFLICTS_INSTALL to openocd (from devel/openocd)
  The value should be PKGBASE of conflicting ports.
- Remove GNU_CONFIGURE_MANPREFIX
  Its value now defaulted to ${PREFIX}/share by the Ports framework. So you
don't need it anymore.
- Check the port with linters (portlint/portclippy)
  There are some warning about formatting and variable ordering.

-- 
You are receiving this mail because:
You are the assignee for the bug.