Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Dec 2003 23:30:21 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/60565: Update port: games/taxipilot
Message-ID:  <20031225233021.2c1cb35a.tkato@prontomail.com>
Resent-Message-ID: <200312251440.hBPEeInF043150@freefall.freebsd.org>

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

>Number:         60565
>Category:       ports
>Synopsis:       Update port: games/taxipilot
>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:   Thu Dec 25 06:40:18 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.9-RELEASE-p1 i386
>Organization:
>Environment:
>Description:
- Fix build

Remove file:
files/patch-acinclude.m4

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/games/taxipilot/Makefile games/taxipilot/Makefile
--- /usr/ports/games/taxipilot/Makefile	Mon Dec 22 13:27:31 2003
+++ games/taxipilot/Makefile	Wed Dec 24 22:26:02 2003
@@ -16,15 +16,19 @@
 LIB_DEPENDS=	noatun.0:${PORTSDIR}/multimedia/kdemultimedia3
 
 USE_KDELIBS_VER=	3
-USE_AUTOMAKE=		yes
-CONFIGURE_TARGET=
-CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 USE_GMAKE=	yes
+USE_AUTOCONF_VER=	253
+MAKE_ARGS=	ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
+		AUTOHEADER="${TRUE}"
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} >= 500113
-BROKEN=		"Does not compile on FreeBSD ${OSVERSION}"
-.endif
+post-patch:
+	@${REINPLACE_CMD} -e 's| -pedantic||g ; \
+		 s|-pthread|${PTHREAD_LIBS}|g' ${WRKSRC}/aclocal.m4
 
+pre-configure:
+	@cd ${WRKSRC} && ${AUTOHEADER}
+
+.include "${PORTSDIR}/x11/kde3/Makefile.kde"
 .include <bsd.port.post.mk>
diff -urN /usr/ports/games/taxipilot/files/patch-acinclude.m4 games/taxipilot/files/patch-acinclude.m4
--- /usr/ports/games/taxipilot/files/patch-acinclude.m4	Fri Nov 21 04:13:28 2003
+++ games/taxipilot/files/patch-acinclude.m4	Thu Jan  1 09:00:00 1970
@@ -1,11 +0,0 @@
---- admin/acinclude.m4.in.orig	Thu Nov 20 19:35:08 2003
-+++ admin/acinclude.m4.in	Thu Nov 20 19:35:27 2003
-@@ -2937,7 +2937,7 @@
-    AC_REQUIRE([AC_FUNC_ALLOCA])dnl
-    AC_REQUIRE([AC_FUNC_MMAP])dnl
-    AC_REQUIRE([AM_KDE_WITH_NLS])dnl
--   AC_CHECK_HEADERS([argz.h limits.h locale.h nl_types.h string.h values.h alloca.h])
-+   AC_CHECK_HEADERS([argz.h limits.h locale.h nl_types.h string.h values.h alloca.h stdint.h])
-    AC_CHECK_FUNCS([getcwd munmap putenv setenv setlocale strchr strcasecmp \
- __argz_count __argz_stringify __argz_next])
- 
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031225233021.2c1cb35a.tkato>