Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Mar 2000 11:00:23 -0800 (PST)
From:      dozprompt@onsea.com
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/17303: knapster port compile problem (fix included)
Message-ID:  <200003101900.LAA96601@freefall.freebsd.org>

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

>Number:         17303
>Category:       ports
>Synopsis:       knapster port compile problem (fix included)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 10 11:10:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Cliff Rowley
>Release:        3.4-STABLE
>Organization:
4Site Media
>Environment:
FreeBSD merlin.onsea.com 3.4-STABLE FreeBSD 3.4-STABLE #7: Mon Feb 28 00:49:17 GMT 2000     dozprompt@merlin.onsea.com:/usr/src/sys/compile/MERLIN  i386

>Description:
The knapster port (/usr/ports/audio/knapster) fails to compile due to a <sys/types.h> not being included prior to <sys/socket.h>.
>How-To-Repeat:
Just compile it =P
>Fix:
add:

#include <sys/types.h>

before

#include <sys/socket.h>

in work/<dir>/knapster/socks5.cpp

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


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?200003101900.LAA96601>