[Bug 264474] [NEW PORT] security/libpki : OpenCA’s libpki library

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 12 Jun 2022 02:21:20 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264474

Nuno Teixeira <eduardo@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |eduardo@FreeBSD.org

--- Comment #3 from Nuno Teixeira <eduardo@FreeBSD.org> ---
Hello,

1. "# Created by .." is deprecated, you can remove it

2. "DISTNAME=libpki-0.9.2" must be removed because it is implicit since it is
equal "${PORTNAME}-${DISTVERSION}"

Errors to be corrected:

- Portlint -C
---
WARN: ###/security/libpki/pkg-descr: includes lines that exceed 80 characters.
FATAL: Makefile: [5]: use a tab (not space) after a variable name
WARN: ###/security/libpki/files/patch-configure.ac: patch was not generated
using ``make makepatch''.  It is recommended to use ``make makepatch'' when you
need to [re-]generate a patch to ensure proper patch format.[1]
1 fatal error and 2 warnings found.
---

[1] to generate a patch with 'make makepatch':
    (inside security/libpki)
>   make extract
>   cp work/libpki-0.9.2/configure.ac work/libpki-0.9.2/configure.ac.orig
    (edit and change work/libpki-0.9.2/configure.ac)
>   make makepatch

- portclippy Makefile
---
# USES block
USES
USE_GITHUB
GH_ACCOUNT
+USE_GNOME
USE_LDCONFIG
-USE_GNOME
---

Cheers

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