ports/81236: [PATCH] net/ethereal: [SUMMARIZE CHANGES]

Tod McQuillin devin at spamcop.net
Thu May 19 02:30:03 UTC 2005


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



More information about the freebsd-ports-bugs mailing list