From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 6 10:10:07 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E5222106566B for ; Wed, 6 Jul 2011 10:10:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A50C78FC14 for ; Wed, 6 Jul 2011 10:10:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p66AA704002569 for ; Wed, 6 Jul 2011 10:10:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p66AA7NI002568; Wed, 6 Jul 2011 10:10:07 GMT (envelope-from gnats) Resent-Date: Wed, 6 Jul 2011 10:10:07 GMT Resent-Message-Id: <201107061010.p66AA7NI002568@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, Guido Falsi Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 74391106566B for ; Wed, 6 Jul 2011 10:03:58 +0000 (UTC) (envelope-from mad@madpilot.net) Received: from megatron.madpilot.net (megatron.madpilot.net [88.149.173.206]) by mx1.freebsd.org (Postfix) with ESMTP id 1CCAB8FC08 for ; Wed, 6 Jul 2011 10:03:57 +0000 (UTC) Received: from megatron.madpilot.net (localhost [127.0.0.1]) by megatron.madpilot.net (Postfix) with ESMTP id C44411BC5 for ; Wed, 6 Jul 2011 12:03:56 +0200 (CEST) Received: from megatron.madpilot.net ([127.0.0.1]) by megatron.madpilot.net (megatron.madpilot.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id sG2ORPcTrq0y for ; Wed, 6 Jul 2011 12:03:53 +0200 (CEST) Received: by megatron.madpilot.net (Postfix, from userid 1000) id 2F4B11BBD; Wed, 6 Jul 2011 12:03:53 +0200 (CEST) Message-Id: <20110706100353.2F4B11BBD@megatron.madpilot.net> Date: Wed, 6 Jul 2011 12:03:53 +0200 (CEST) From: Guido Falsi To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/158683: irc/inspircd: fix bsd.openssl.mk include X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Guido Falsi List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jul 2011 10:10:08 -0000 >Number: 158683 >Category: ports >Synopsis: irc/inspircd: fix bsd.openssl.mk include >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jul 06 10:10:07 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Guido Falsi >Release: FreeBSD 8.2-STABLE amd64 >Organization: none >Environment: System: FreeBSD megatron.madpilot.net 8.2-STABLE FreeBSD 8.2-STABLE #1: Mon Jun 6 20:10:31 CEST 2011 root@megatron.madpilot.net:/usr/obj/usr/src/sys/MEGATRON amd64 >Description: With a recent commit to inspircd port the path from the include for bsd.openssl.mk was removed. This cannot work since this .mk is only in ${PORTSDIR} and does not have any recall from /usr/share/mk. This works for bsd.port.mk and the like because there is a bsd.port.mk file in /usr/share/mk which recalls the one in PORTSDIR. Following patch reverts the offending modification. >How-To-Repeat: >Fix: diff -ruN inspircd.old/Makefile inspircd/Makefile --- inspircd.old/Makefile 2011-07-06 11:51:17.560129023 +0200 +++ inspircd/Makefile 2011-07-06 11:51:42.956756616 +0200 @@ -98,7 +98,7 @@ .endif .if defined(WITH_OPENSSL) && !defined(WITHOUT_OPENSSL) -.include +.include <${PORTSDIR}/Mk/bsd.openssl.mk> CONFIGURE_ARGS+= --enable-openssl PLIST_SUB+= OPENSSL="" .else >Release-Note: >Audit-Trail: >Unformatted: