Hi. This is a patch for games/ufoai which removes libexecinfo from
dependencies. OK?
Index: Makefile
===================================================================
RCS file: /cvs/ports/games/ufoai/base/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile 30 May 2011 05:28:31 -0000 1.2
+++ Makefile 20 Jun 2011 21:50:08 -0000
@@ -8,9 +8,9 @@
V = 2.3.1
DISTNAME = ufoai-${V}-source
PKGNAME-main = ${DISTNAME:S/-source//}
-REVISION-main = 0
+REVISION-main = 1
PKGNAME-editor = uforadiant-${V}
-REVISION-editor = 0
+REVISION-editor = 1
EXTRACT_SUFX = .tar.bz2
@@ -44,7 +44,6 @@
LIB_DEPENDS-main = devel/sdl-image \
devel/sdl-mixer \
devel/sdl-ttf \
- devel/libexecinfo \
multimedia/libtheora \
multimedia/xvidcore \
net/curl \
Index: patches/patch-configure_ac
===================================================================
RCS file: /cvs/ports/games/ufoai/base/patches/patch-configure_ac,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 patch-configure_ac
--- patches/patch-configure_ac 27 May 2011 07:20:11 -0000 1.1.1.1
+++ patches/patch-configure_ac 20 Jun 2011 21:50:08 -0000
@@ -1,6 +1,6 @@
$OpenBSD: patch-configure_ac,v 1.1.1.1 2011/05/27 07:20:11 ajacoutot Exp $
--- configure.ac.orig Mon Nov 29 19:46:35 2010
-+++ configure.ac Thu Dec 2 01:52:08 2010
++++ configure.ac Mon Jun 20 15:48:16 2011
@@ -141,6 +141,9 @@ then
elif test `echo $target_os | sed "s/\(netbsd\).*/\1/"` = "netbsd"
then
@@ -11,3 +11,12 @@
elif test `echo $target_os | sed "s/\(mingw32\).*/\1/"` = "mingw32"
then
AC_SUBST([TARGET_OS],[mingw32])
+@@ -278,8 +281,6 @@ then
+ AC_CHECK_HEADERS([winsock2.h])
+ AC_CHECK_LIB(ws2_32, main, [], AC_MSG_ERROR([Winsock2 is needed for a
Windows mingw build.]))
+ fi
+-
+-AC_CHECK_HEADERS([execinfo.h])
+
+
#---------------------------------------------------------------------------------------------
+ # CHECK NETWORKING