Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 08 Nov 2021 05:10:36 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 259210] security/p5-Mcrypt: cleanup
Message-ID:  <bug-259210-7788-PQOuVvrLg1@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-259210-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-259210-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=3D259210

Tatsuki Makino <tatsuki_makino@hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #228759|0                           |1
        is obsolete|                            |
 Attachment #229355|                            |maintainer-approval+
              Flags|                            |

--- Comment #3 from Tatsuki Makino <tatsuki_makino@hotmail.com> ---
Created attachment 229355
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D229355&action=
=3Dedit
patch for security/p5-Mcrypt

(In reply to Yasuhiro Kimura from comment #2)

PORTREVISION was bumped because it adds -L/usr/local/lib to the command line
when linking.
-L/usr/local/lib now appears twice on the command line, but I don't think t=
here
is any change in the result, so there is no reason to bump PORTREVISION.

But, there was a problem in Makefile.PL that Mcrypt.so was linked with
libltdl.so.
It happens in the environment where libltdl (devel/libltdl) is installed.
In an environment where it is not installed, the build will succeed, but th=
ere
will be a warning:
Warning (mostly harmless): No library found for -lltdl
So I have prepared a new attachment with a measure to solve that problem.

Bumping PORTREVISION now has added meaning of correcting it.
The new attachment has been successfully built in poudriere.

--=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-259210-7788-PQOuVvrLg1>