Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Jun 2000 14:01:12 -0700 (PDT)
From:      yushunwa@isi.edu
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/19224: Problem installing p5-Net-SSLeay port
Message-ID:  <20000612210112.0548937B650@hub.freebsd.org>

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

>Number:         19224
>Category:       ports
>Synopsis:       Problem installing p5-Net-SSLeay port
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 12 14:10:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Yu-Shun Wang
>Release:        3.4
>Organization:
USC / ISI
>Environment:
FreeBSD 3.4-RELEASE i386	
>Description:
LIB_DEPENDS & RUN_DEPENDS lines missing in Makefile of 
p5-Net-SSLeay port.
>How-To-Repeat:
On a machine with 3.* release without OpenSSL
% cd /usr/ports/security/p5-Net-SSLeay
% make install
>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}


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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