From owner-freebsd-ports Tue Jan 14 2:20:10 2003 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53BE137B417 for ; Tue, 14 Jan 2003 02:20:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4181643F1E for ; Tue, 14 Jan 2003 02:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h0EAK2NS040741 for ; Tue, 14 Jan 2003 02:20:02 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h0EAK2N3040740; Tue, 14 Jan 2003 02:20:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F321537B401 for ; Tue, 14 Jan 2003 02:17:34 -0800 (PST) Received: from postoffice.aims.com.au (eth0.lnk.aims.com.au [203.31.73.253]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C23A43F18 for ; Tue, 14 Jan 2003 02:17:33 -0800 (PST) (envelope-from chris@aims.com.au) Received: from ait0fd01.aims.private (ait0fd01.aims.private [192.168.10.254]) by postoffice.aims.com.au with ESMTP id h0EAHRiY026032 for ; Tue, 14 Jan 2003 21:17:27 +1100 (EST) (envelope-from chris@aims.com.au) Received: from ait0fd01.aims.private (localhost [127.0.0.1]) by ait0fd01.aims.private (8.12.6/8.12.6) with ESMTP id h0EAHRU9005345 for ; Tue, 14 Jan 2003 21:17:27 +1100 (EST) (envelope-from chris@aims.com.au) Received: (from chris@localhost) by ait0fd01.aims.private (8.12.6/8.12.6/Submit) id h0EAHQDQ005344; Tue, 14 Jan 2003 21:17:26 +1100 (EST) Message-Id: <200301141017.h0EAHQDQ005344@ait0fd01.aims.private> Date: Tue, 14 Jan 2003 21:17:26 +1100 (EST) From: Chris Knight Reply-To: Chris Knight To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/47041: [BENTO FIX] Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 47041 >Category: ports >Synopsis: [BENTO FIX] >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Jan 14 02:20:01 PST 2003 >Closed-Date: >Last-Modified: >Originator: Chris Knight >Release: FreeBSD 4.7-RELEASE-p3 i386 >Organization: AIMS Independent Computer Professionals >Environment: System: FreeBSD ait0fd01.aims.private 4.7-RELEASE-p3 FreeBSD 4.7-RELEASE-p3 #0: Wed Jan 8 14:54:16 EST 2003 root@ait0fd01.aims.private:/usr/src/sys/compile/THINKPAD i386 >Description: courier's configure stage looks for c_rehash in the rootcerts subdirectory. c_rehash is a perl script that is included in the OpenSSl distribution. c_rehash got ripped from 5.x as part of the perl cleanup. So, the quickest fix is to make courier depend on the OpenSSL port. There is a better way of doing this, but in its absence is this :-) >How-To-Repeat: Build courier on a 5.x box without the OpenSSL port installed. >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/mail/courier/Makefile,v retrieving revision 1.11 diff -u -r1.11 Makefile --- Makefile 21 Aug 2002 01:53:42 -0000 1.11 +++ Makefile 14 Jan 2003 09:52:25 -0000 @@ -118,6 +118,12 @@ .include "${.CURDIR}/Makefile.doc" .include "${.CURDIR}/Makefile.own" +.include + +.if ${OSVERSION} > 500042 +BUILD_DEPENDS= ${LOCALBASE}/bin/c_rehash:${PORTSDIR}/security/openssl +.endif + pre-everything:: @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.${PORTNAME} @@ -203,4 +209,4 @@ post-clean: @${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc -.include +.include >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message