ports/54760: ethereal 0.9.13 from ports fails to compile

Chris Larsen darth at vader.dk
Tue Jul 22 20:00:21 UTC 2003


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



More information about the freebsd-ports-bugs mailing list