From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 23 16:20:12 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8283116A415 for ; Thu, 23 Nov 2006 16:20:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E3CC43D58 for ; Thu, 23 Nov 2006 16:19:36 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kANGKBPL009783 for ; Thu, 23 Nov 2006 16:20:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kANGKB2M009782; Thu, 23 Nov 2006 16:20:11 GMT (envelope-from gnats) Resent-Date: Thu, 23 Nov 2006 16:20:11 GMT Resent-Message-Id: <200611231620.kANGKB2M009782@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Oliver Lehmann Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9807A16A415; Thu, 23 Nov 2006 16:17:04 +0000 (UTC) (envelope-from olivleh1@kartoffel.salatschuessel.net) Received: from kartoffel.salatschuessel.net (p5084C98F.dip.t-dialin.net [80.132.201.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B65143DB6; Thu, 23 Nov 2006 16:15:20 +0000 (GMT) (envelope-from olivleh1@kartoffel.salatschuessel.net) Received: from kartoffel.salatschuessel.net (localhost [127.0.0.1]) by kartoffel.salatschuessel.net (8.13.8/8.13.8) with ESMTP id kANGFO3f087071; Thu, 23 Nov 2006 17:15:24 +0100 (CET) (envelope-from olivleh1@kartoffel.salatschuessel.net) Received: (from olivleh1@localhost) by kartoffel.salatschuessel.net (8.13.8/8.13.8/Submit) id kANGFME5087070; Thu, 23 Nov 2006 17:15:22 +0100 (CET) (envelope-from olivleh1) Message-Id: <200611231615.kANGFME5087070@kartoffel.salatschuessel.net> Date: Thu, 23 Nov 2006 17:15:22 +0100 (CET) From: Oliver Lehmann To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Oliver Lehmann Subject: ports/105791: fix openssl support for www/lynx-ssl X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Oliver Lehmann List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Nov 2006 16:20:12 -0000 >Number: 105791 >Category: ports >Synopsis: fix openssl support for www/lynx-ssl >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 Nov 23 16:20:11 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Oliver Lehmann >Release: FreeBSD 6.1-STABLE amd64 >Organization: >Environment: System: FreeBSD kartoffel.salatschuessel.net 6.1-STABLE FreeBSD 6.1-STABLE #0: Mon Sep 11 09:55:49 CEST 2006 olivleh1@kartoffel.salatschuessel.net:/usr/obj/amd64-athlon64-6.1/usr/src/sys/KARTOFFEL amd64 >Description: openssl is not detected when there is no openssl in base, only in LOCALBASE the attached patch fixes that >How-To-Repeat: >Fix: --- lynx.patch begins here --- Index: lynx-ssl/Makefile =================================================================== RCS file: /usr/local/cvsroot/ports/www/lynx-ssl/Makefile,v retrieving revision 1.20 diff -u -r1.20 Makefile --- lynx-ssl/Makefile 10 Feb 2004 20:55:55 -0000 1.20 +++ lynx-ssl/Makefile 23 Nov 2006 16:14:01 -0000 @@ -13,7 +13,9 @@ DESCR= ${.CURDIR}/pkg-descr CONFIGURE_ARGS+= --with-ssl +CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${OPENSSLINC}" CONFLICTS= lynx-2* lynx-current* +USE_OPENSSL= yes .include "${MASTERDIR}/Makefile" Index: lynx/Makefile =================================================================== RCS file: /usr/local/cvsroot/ports/www/lynx/Makefile,v retrieving revision 1.114 diff -u -r1.114 Makefile --- lynx/Makefile 12 Dec 2005 21:33:23 -0000 1.114 +++ lynx/Makefile 23 Nov 2006 16:14:01 -0000 @@ -50,6 +50,8 @@ post-patch: @${RM} -f ${WRKSRC}/CHANGES.orig + @${REINPLACE_CMD} -e 's|-lssl -lcrypto|-L${OPENSSLLIB} &|g' \ + ${WRKSRC}/configure post-install: ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR} --- lynx.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: