ports/103583: [PATCH] net/sdl_net: disable usage of guilib

Sean Farley sean-freebsd at farley.org
Sun Sep 24 19:30:48 UTC 2006


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



More information about the freebsd-ports-bugs mailing list