Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Sep 2006 14:21:11 -0500 (CDT)
From:      Sean Farley <sean-freebsd@farley.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        shaun@FreeBSD.org
Subject:   ports/103583: [PATCH] net/sdl_net: disable usage of guilib
Message-ID:  <20060924141901.V12618@thor.farley.org>
Resent-Message-ID: <200609241930.k8OJUKuP093903@freefall.freebsd.org>

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

>Number:         103583
>Category:       ports
>Synopsis:       [PATCH] net/sdl_net: disable usage of guilib
>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:   Sun Sep 24 19:30:20 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Sean Farley
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD thor.farley.org 6.1-STABLE FreeBSD 6.1-STABLE #0: Thu Jul 20 15:22:07 CDT 2006
>Description:
Second attempt at this PR; I had to fix a rule in sendmail.

If guilib is found by configure, sdl_net uses it to build some tests
against it.  This dependency is not currently registered as a dependency
of this port.  Since it is only for tests, I thought it best to remove it.

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

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

--- sdl_net-1.2.6.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net/sdl_net.orig/Makefile /usr/ports/net/sdl_net/Makefile
--- /usr/ports/net/sdl_net.orig/Makefile	Wed Sep 20 19:03:26 2006
+++ /usr/ports/net/sdl_net/Makefile	Wed Sep 20 19:03:26 2006
@@ -20,6 +20,8 @@
  GNU_CONFIGURE=	yes
  USE_LDCONFIG=	yes

+CONFIGURE_ARGS+=--disable-gui
+
  post-configure:
  	@${REINPLACE_CMD} -e \
  		's|^deplibs_check_method=.*|deplibs_check_method=pass_all|' \
--- sdl_net-1.2.6.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?20060924141901.V12618>