From owner-cvs-ports Wed Aug 14 23:53:53 1996 Return-Path: owner-cvs-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA13552 for cvs-ports-outgoing; Wed, 14 Aug 1996 23:53:53 -0700 (PDT) Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id XAA13512; Wed, 14 Aug 1996 23:53:38 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.7.5/8.6.9) id XAA14294; Wed, 14 Aug 1996 23:53:15 -0700 (PDT) Date: Wed, 14 Aug 1996 23:53:15 -0700 (PDT) Message-Id: <199608150653.XAA14294@silvia.HIP.Berkeley.EDU> To: mark@grondar.za CC: markm@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-ports@freefall.freebsd.org In-reply-to: <199608150644.IAA01096@grumble.grondar.za> (message from Mark Murray on Thu, 15 Aug 1996 08:44:19 +0200) Subject: Re: cvs commit: ports/www/apache/patches patch-ae patch-aa patch-ab patch-ad ports/www/apache/pkg PLIST ports/www/apache/pkg.SSL COMMENT DESCR PLIST ports/www/apache/scripts configure.SSL ports/www/apache Makefile ports/www/apache/files Makefile.SSL md5.SSL Makefile ports/www/apache/patches.SSL patch-aa patch-ab patch-ac patch-ad patch-ae patch-af From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * No. It does use the SSLeay library, but it also uses a utility from the * package, making it a LIB_DEPENDS and RUN_DEPENDS. I suppose that makes * it just DEPENDS, right? Umm. Now may be a good time to do a little handbook-reading. ;) Among other things, DEPENDS does not have the same "file:dir" format as the others, so your line is syntactically incorrect. I'll leave it to you to determine what to do, but since SSLeay doesn't have a shared library that LIB_DEPENDS can check, my guess is that you should use BUILD_DEPENDS and RUN_DEPENDS on one of the files (libssl.a would be good). Satoshi