From owner-freebsd-ports Mon Jun 12 14:10: 6 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0803E37B8E7 for ; Mon, 12 Jun 2000 14:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA15363; Mon, 12 Jun 2000 14:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 0548937B650; Mon, 12 Jun 2000 14:01:12 -0700 (PDT) Message-Id: <20000612210112.0548937B650@hub.freebsd.org> Date: Mon, 12 Jun 2000 14:01:12 -0700 (PDT) From: yushunwa@isi.edu To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/19224: Problem installing p5-Net-SSLeay port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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