Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Jul 2003 21:57:54 +0200 (CEST)
From:      Chris Larsen <darth@vader.dk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        billf@FreeBSD.org
Subject:   ports/54760: ethereal 0.9.13 from ports fails to compile
Message-ID:  <200307221957.h6MJvrP9080481@endor.vader.dk>
Resent-Message-ID: <200307222000.h6MK0JNk007603@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307221957.h6MJvrP9080481>