From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 22 13:00:21 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DB2837B405 for ; Tue, 22 Jul 2003 13:00:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A75743FBD for ; Tue, 22 Jul 2003 13:00:20 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6MK0JUp007604 for ; Tue, 22 Jul 2003 13:00:19 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6MK0JNk007603; Tue, 22 Jul 2003 13:00:19 -0700 (PDT) Resent-Date: Tue, 22 Jul 2003 13:00:19 -0700 (PDT) Resent-Message-Id: <200307222000.h6MK0JNk007603@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, Chris Larsen Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A99E337B401; Tue, 22 Jul 2003 12:58:06 -0700 (PDT) Received: from endor.vader.dk (213.237.74.156.adsl.sol.worldonline.dk [213.237.74.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56CA243F93; Tue, 22 Jul 2003 12:58:02 -0700 (PDT) (envelope-from vader@endor.vader.dk) Received: from endor.vader.dk (localhost.vader.dk [127.0.0.1]) by endor.vader.dk (8.12.8p1/8.12.6) with ESMTP id h6MJvsc7080482 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 22 Jul 2003 21:57:55 +0200 (CEST) (envelope-from vader@endor.vader.dk) Received: (from root@localhost) by endor.vader.dk (8.12.8p1/8.12.8/Submit) id h6MJvrP9080481; Tue, 22 Jul 2003 21:57:54 +0200 (CEST) Message-Id: <200307221957.h6MJvrP9080481@endor.vader.dk> Date: Tue, 22 Jul 2003 21:57:54 +0200 (CEST) From: Chris Larsen To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: billf@FreeBSD.org Subject: ports/54760: ethereal 0.9.13 from ports fails to compile X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Chris Larsen List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jul 2003 20:00:21 -0000 >Number: 54760 >Category: ports >Synopsis: ethereal 0.9.13 from ports fails to compile >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jul 22 13:00:19 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Chris Larsen >Release: FreeBSD 4.8-RELEASE i386 >Organization: The Empire >Environment: System: FreeBSD endor.vader.dk 4.8-RELEASE FreeBSD 4.8-RELEASE #3: Thu May 22 18:04:58 CEST 2003 vader@endor.vader.dk:/usr/obj/usr/src/sys/PixieOS i386 >Description: When GNU adns is installed the ./configure of the 'epan' subdir of ethereal detects this, but cannot find the headerfile. adns.h not found >How-To-Repeat: Attempt to install ethereal from ports It seems this error was introduced with ethereal 0.9.13 >Fix: Instruct configure not to use the adns library Patch for /usr/ports/net/ethereal/Makefile follows: -- cut -- *** Makefile Sat Jul 12 09:56:47 2003 --- Makefile Tue Jul 22 21:15:06 2003 *************** *** 43,49 **** .if !defined(WITHOUT_SNMP) CONFIGURE_ARGS+= --enable-snmp=yes \ --with-net-snmp=${LOCALBASE}/lib \ ! --without-ucdsnmp .if exists(/usr/include/openssl/crypto.h) CONFIGURE_ARGS+= --with-ssl=/usr .endif --- 43,51 ---- .if !defined(WITHOUT_SNMP) CONFIGURE_ARGS+= --enable-snmp=yes \ --with-net-snmp=${LOCALBASE}/lib \ ! --without-ucdsnmp \ ! --without-adns ! .if exists(/usr/include/openssl/crypto.h) CONFIGURE_ARGS+= --with-ssl=/usr .endif -- cut -- >Release-Note: >Audit-Trail: >Unformatted: