Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Jan 2002 13:07:51 -0500 (EST)
From:      Trevor Johnson <trevor@jpj.net>
To:        Robert Nilsson <robert@nilsson.net>
Cc:        ports@FreeBSD.org, Jon Clegg <jonclegg@yahoo.com>
Subject:   Re: FreeBSD Port: streamripper-1.0.2
Message-ID:  <20020108130311.Y18282-100000@blues.jpj.net>
In-Reply-To: <8B4BC063-0228-11D6-84C0-0003930AFDBA@nilsson.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Robert Nilsson wrote:

> Version 1.0.2 works fine, but I can't compile version 1.0.5 (on FreeBSD
> 4.4STABLE).

Thank you, Robert.  I've updated the port.  It needed this tiny patch:

--- lib/ripstream.c.orig	Sat Aug  4 20:08:50 2001
+++ lib/ripstream.c	Mon Jan  7 15:06:25 2002
@@ -22,6 +22,7 @@
 #include <string.h>
 #ifndef _WIN32

+#include <sys/types.h>
 #include <netinet/in.h>

 #endif
-- 
Trevor Johnson


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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