From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 1 21:10:04 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A48016A420 for ; Sun, 1 Jan 2006 21:10:04 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BC5543D5C for ; Sun, 1 Jan 2006 21:10:03 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k01LA3qE092057 for ; Sun, 1 Jan 2006 21:10:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k01LA3SO092056; Sun, 1 Jan 2006 21:10:03 GMT (envelope-from gnats) Resent-Date: Sun, 1 Jan 2006 21:10:03 GMT Resent-Message-Id: <200601012110.k01LA3SO092056@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ed Schouten Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38CF916A41F for ; Sun, 1 Jan 2006 21:08:16 +0000 (GMT) (envelope-from ed@hoeg.nl) Received: from palm.hoeg.nl (mx0.hoeg.nl [83.98.131.211]) by mx1.FreeBSD.org (Postfix) with ESMTP id A265643D49 for ; Sun, 1 Jan 2006 21:08:11 +0000 (GMT) (envelope-from ed@hoeg.nl) Received: by palm.hoeg.nl (Postfix, from userid 1000) id B6E3A1712B; Sun, 1 Jan 2006 22:08:09 +0100 (CET) Message-Id: <20060101210809.B6E3A1712B@palm.hoeg.nl> Date: Sun, 1 Jan 2006 22:08:09 +0100 (CET) From: Ed Schouten To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/91186: [net/sdl_net] Do not require 'graphics/guilib' X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ed Schouten List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jan 2006 21:10:04 -0000 >Number: 91186 >Category: ports >Synopsis: [net/sdl_net] Do not require 'graphics/guilib' >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jan 01 21:10:02 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Ed Schouten >Release: FreeBSD 5.4-STABLE i386 >Organization: n/a >Environment: System: FreeBSD palm.hoeg.nl 5.4-STABLE FreeBSD 5.4-STABLE #0: Wed Dec 14 21:09:01 CET 2005 root@palm.hoeg.nl:/usr/obj/usr/src/sys/PALM i386 >Description: SDL_net is a cross-platform network library that works on lot of UNIX and Windows based systems. It allows you to open network-sockets without looking into winsock for example. The FreeBSD port also builds the example chat application. The odd thing is: the chat application requires the 'graphics/guilib' port, but the example doesn't even get installed, which means all non-graphical applications requiring SDL_net (daemons, etc) require xorg-libraries. >How-To-Repeat: Install the 'games/quake3-q3base' port with the 'WITHOUT_X11' option set; it will still build xorg-libraries because 'net/sdl_net' depends on it. >Fix: A patch for the 'net/sdl_net' port is available below: %%% --- net/sdl_net/Makefile Sun Jan 1 21:56:43 2006 +++ net/sdl_net/Makefile Sun Jan 1 21:58:24 2006 @@ -15,14 +15,13 @@ MAINTAINER= krion@FreeBSD.org COMMENT= A small sample cross-platform networking library -LIB_DEPENDS= GUI.0:${PORTSDIR}/graphics/guilib - USE_SDL= sdl USE_REINPLACE= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool:13:inc LIBTOOLFLAGS= --disable-ltlibs --release-ignore INSTALLS_SHLIB= yes +CONFIGURE_ARGS= --disable-gui post-configure: @${REINPLACE_CMD} -e \ %%% >Release-Note: >Audit-Trail: >Unformatted: