Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Nov 1999 22:10:30 +0900 (JST)
From:      nobutaka@nobutaka.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/14897: Dependency change of www/w3m port
Message-ID:  <199911151310.WAA38359@narcissus.pel.sys.hiroshima-u.ac.jp>

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

>Number:         14897
>Category:       ports
>Synopsis:       Dependency change of www/w3m port
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 15 08:50:01 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     MANTANI Nobutaka
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
Hiroshima University
>Environment:
>Description:

The security/openssl port now installs shared libraries.
So I changed to depend on shared libraries.

>How-To-Repeat:
>Fix:

diff -urN w3m.old/Makefile w3m/Makefile
--- w3m.old/Makefile	Mon Nov 15 21:54:44 1999
+++ w3m/Makefile	Mon Nov 15 21:56:14 1999
@@ -42,8 +42,8 @@
 .endif
 
 .if defined(USE_SSL)
-BUILD_DEPENDS+=  ${LOCALBASE}/lib/libcrypto.a:${PORTSDIR}/security/openssl \
-		${LOCALBASE}/lib/libssl.a:${PORTSDIR}/security/openssl
+LIB_DEPENDS+=	crypto.1:${PORTSDIR}/security/openssl \
+		ssl.1:${PORTSDIR}/security/openssl
 
 SSL_CFLAGS=	-I${LOCALBASE}/include/openssl
 SSL_LIBS=	-lssl -lcrypto

>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?199911151310.WAA38359>