Skip site navigation (1)Skip section navigation (2)
Date:      чт, 06 мар 2003 15:01:48 +0100
From:      Kirill Ponomarew <ponomarew@oberon.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        peuyn@oberon.net
Subject:   ports/48977: /usr/ports/ftp/curl tries to load openssl port 
Message-ID:  <E18qvwS-00069Q-00@voodoo.oberon.net>

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

>Number:         48977
>Category:       ports
>Synopsis:       /usr/ports/ftp/curl tries to load openssl port
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 06 06:10:04 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Kirill Ponomarew
>Release:        FreeBSD 4.7-RELEASE i386
>Organization:
Oberon.net 
>Environment:
System: FreeBSD voodoo.oberon.net 4.7-STABLE FreeBSD 4.7-STABLE #1: Wed Feb  5 10:01:29 CET 2003     root@voodoo.oberon.net:/usr/obj/usr/src/sys/VOODOO  i386
 
        
>Description:
/usr/ports/ftp/curl loads openssl port with default "make" in port 

-su-2.05b# make
===>  Extracting for curl-7.10.3_2
>How-To-Repeat:
       cd /usr/ports/ftp/curl && make install  

>Fix:

diff -ruN curl/Makefile curl.orig/Makefile
--- curl/Makefile       Thu Mar  6 14:52:25 2003
+++ curl.orig/Makefile  Thu Mar  6 14:55:28 2003
@@ -53,7 +53,7 @@
 .include <bsd.port.pre.mk>
 
 .if !defined(WITHOUT_SSL)
-#.include "${PORTSDIR}/security/openssl/Makefile.ssl"
+.include "${PORTSDIR}/security/openssl/Makefile.ssl"
 CONFIGURE_ARGS=        --with-ssl=${OPENSSLBASE}
 .else
 CONFIGURE_ARGS=        --without-ssl

>Release-Note:
>Audit-Trail:
>Unformatted:
 >> Checksum OK for curl-7.10.3.tar.bz2.
 >> Checksum OK for curl-lib-url.c-netrc.patch.
 ===>  Patching for curl-7.10.3_2
 ===>  Applying distribution patches for curl-7.10.3_2
 ===>  Applying FreeBSD patches for curl-7.10.3_2
 ===>  Configuring for curl-7.10.3_2
 ===>   curl-7.10.3_2 depends on shared library: crypto.3 - not found
 ===>    Verifying install for crypto.3 in /usr/ports/security/openssl
 >> openssl-0.9.7a.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
 >> Attempting to fetch from http://www.openssl.org/source/.
 Receiving openssl-0.9.7a.tar.gz (2776582 bytes): 45%^C
 

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E18qvwS-00069Q-00>