Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Jun 2022 02:21:20 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   =?UTF-8?B?W0J1ZyAyNjQ0NzRdIFtORVcgUE9SVF0gc2VjdXJpdHkvbGlicGtp?= =?UTF-8?B?IDogT3BlbkNB4oCZcyBsaWJwa2kgbGlicmFyeQ==?=
Message-ID:  <bug-264474-7788-yCZCAxopPs@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-264474-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-264474-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D264474

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=3Dlibpki-0.9.2" must be removed because it is implicit since i=
t is
equal "${PORTNAME}-${DISTVERSION}"

Errors to be corrected:

- Portlint -C
---
WARN: ###/security/libpki/pkg-descr: includes lines that exceed 80 characte=
rs.
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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-264474-7788-yCZCAxopPs>