Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 May 2005 11:27:04 +0900
From:      Tod McQuillin <devin@spamcop.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        marcus@FreeBSD.org
Subject:   ports/81236: [PATCH] net/ethereal: [SUMMARIZE CHANGES]
Message-ID:  <E1DYaka-0001HV-R0@mail.distalzou.net>
Resent-Message-ID: <200505190230.j4J2U2Bs099715@freefall.freebsd.org>

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

>Number:         81236
>Category:       ports
>Synopsis:       [PATCH] net/ethereal: [SUMMARIZE CHANGES]
>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:   Thu May 19 02:30:02 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Tod McQuillin
>Release:        FreeBSD 4.11-STABLE i386
>Organization:
>Environment:
System: FreeBSD plexi.pun-pun.prv 4.11-STABLE FreeBSD 4.11-STABLE #0: Mon Apr 18 01:30:36 JST 2005
>Description:
[DESCRIBE CHANGES]

Ethereal needs python to build, otherwise this error is generated:

Making all in dissectors
Making register.c with python
./make-reg-dotc.py: not found
*** Error code 127

Stop in /usr/build/usr/ports/net/ethereal/work/ethereal-0.10.11/epan/dissectors.
*** Error code 1

Stop in /usr/build/usr/ports/net/ethereal/work/ethereal-0.10.11/epan.
*** Error code 1

Stop in /usr/build/usr/ports/net/ethereal/work/ethereal-0.10.11.
*** Error code 1

Stop in /usr/build/usr/ports/net/ethereal/work/ethereal-0.10.11.
*** Error code 1

Stop in /usr/ports/net/ethereal.

Also I changed the direct reference to libiconv to just USE_ICONV=yes
as suggested by portlint.

Port maintainer (marcus@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- ethereal-0.10.11_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /usr/src/cvs-repo/ports/net/ethereal/Makefile,v
retrieving revision 1.84
diff -u -u -r1.84 Makefile
--- Makefile	11 May 2005 17:37:34 -0000	1.84
+++ Makefile	19 May 2005 02:14:37 -0000
@@ -18,9 +18,9 @@
 MAINTAINER=	marcus@FreeBSD.org
 COMMENT?=	A powerful network analyzer/capture tool
 
-LIB_DEPENDS=	iconv.3:${PORTSDIR}/converters/libiconv
-
+USE_ICONV=	yes
 USE_PERL5_BUILD=yes
+USE_PYTHON_BUILD=yes
 USE_BZIP2=	yes
 USE_GNOME=	gnometarget
 WANT_GNOME=	yes
--- ethereal-0.10.11_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1DYaka-0001HV-R0>