From owner-freebsd-ports Mon Nov 15 8:50: 8 1999 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 3513A1502B for ; Mon, 15 Nov 1999 08:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA01855; Mon, 15 Nov 1999 08:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from narcissus.pel.sys.hiroshima-u.ac.jp (ppp-saijo-123.ipc.hiroshima-u.ac.jp [133.41.4.123]) by hub.freebsd.org (Postfix) with ESMTP id 58BA214BD7 for ; Mon, 15 Nov 1999 05:10:33 -0800 (PST) (envelope-from nobutaka@narcissus.pel.sys.hiroshima-u.ac.jp) Received: (from nobutaka@localhost) by narcissus.pel.sys.hiroshima-u.ac.jp (8.9.3/8.9.3) id WAA38359; Mon, 15 Nov 1999 22:10:30 +0900 (JST) (envelope-from nobutaka) Message-Id: <199911151310.WAA38359@narcissus.pel.sys.hiroshima-u.ac.jp> Date: Mon, 15 Nov 1999 22:10:30 +0900 (JST) From: nobutaka@nobutaka.com Reply-To: nobutaka@nobutaka.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/14897: Dependency change of www/w3m port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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