[Bug 259210] security/p5-Mcrypt: cleanup

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 08 Nov 2021 05:10:36 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259210

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=229355&action=edit
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 there
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 there
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.

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