Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 08 Aug 2012 10:48:36 +0400
From:      Sergei Vyshenski <svysh@pn.sinp.msu.ru>
To:        freebsd-ports@freebsd.org
Subject:   security/p5-Crypt-SSLeay
Message-ID:  <50220BC4.1070907@pn.sinp.msu.ru>

next in thread | raw e-mail | index | archive | help
Hi,

File security/p5-Crypt-SSLeay/Makefile

has a line:

CONFIGURE_ARGS= --lib=${OPENSSLBASE} --no-live-tests

But the original perl module does not have both of these options.

Hence

1) this port obligatory enters an interactive dialog about tests, which
fact hampers operation of portmaster etc.
2) this port can not find needed libraries

It says:

Unknown option: lib
Do you want to run the live tests (y/N)? [N]
WARNING: BUILD_REQUIRES is not a known parameter.
'BUILD_REQUIRES' is not a known MakeMaker parameter name.
Note (probably harmless): No library found for -lssl32
Note (probably harmless): No library found for -lssleay32
Note (probably harmless): No library found for -leay32

Regards, Sergei



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?50220BC4.1070907>