| Summary: | Problem installing p5-Net-SSLeay port | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | yushunwa <yushunwa> |
| Component: | Individual Port(s) | Assignee: | andreas <andreas> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
Responsible Changed From-To: freebsd-ports->andreas Over to port's maintainer. State Changed From-To: open->closed change has been committed by another fbsd committer |
LIB_DEPENDS & RUN_DEPENDS lines missing in Makefile of p5-Net-SSLeay port. Fix: Suggestion: Add the following lines in the Makefile: -----CUT HERE------------------------------------------------ .if !defined(USA_RESIDENT) || ${USA_RESIDENT} != YES && ${USA_RESIDENT} != NO @${FALSE} .elif ${USA_RESIDENT} == YES MYARG= -rsaref ${PREFIX} .elif ${USA_RESIDENT} == NO MYARG= ${PREFIX} .endif LIB_DEPENDS= ssl.1:${PORTSDIR}/security/openssl \ crypto.1:${PORTSDIR}/security/openssl RUN_DEPENDS= openssl:${PORTSDIR}/security/openssl MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Net::SSLeay.3 do-configure: @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL ${MYARG} How-To-Repeat: On a machine with 3.* release without OpenSSL % cd /usr/ports/security/p5-Net-SSLeay % make install