Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Nov 2012 13:30:06 +0000 (UTC)
From:      Tim Bishop <tdb@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r307133 - in head/lang/kroc: . files
Message-ID:  <201211071330.qA7DU6xL036766@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tdb
Date: Wed Nov  7 13:30:06 2012
New Revision: 307133
URL: http://svnweb.freebsd.org/changeset/ports/307133

Log:
  - Fix build by removing AM_C_PROTOTYPES from configure.ac
  
  Feature safe:	yes

Added:
  head/lang/kroc/files/
  head/lang/kroc/files/patch-runtime__libkrocif__configure.ac   (contents, props changed)
  head/lang/kroc/files/patch-tools__ilibr__configure.ac   (contents, props changed)
  head/lang/kroc/files/patch-tools__mkoccdeps__configure.ac   (contents, props changed)
  head/lang/kroc/files/patch-tools__occ21__configure.ac   (contents, props changed)
  head/lang/kroc/files/patch-tools__tranx86__configure.ac   (contents, props changed)
Modified:
  head/lang/kroc/Makefile

Modified: head/lang/kroc/Makefile
==============================================================================
--- head/lang/kroc/Makefile	Wed Nov  7 13:27:45 2012	(r307132)
+++ head/lang/kroc/Makefile	Wed Nov  7 13:30:06 2012	(r307133)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	kroc
-# Date created:				15 January 2006
-# Whom:					Tim Bishop <tdb@FreeBSD.org>
-#
+# Created by: Tim Bishop <tdb@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	kroc
 PORTVERSION=	1.5.r6372
@@ -21,7 +17,6 @@ LIB_DEPENDS=	png15:${PORTSDIR}/graphics/
 RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash
 
 ONLY_FOR_ARCHS=	i386
-BROKEN=		does not build
 
 USE_BZIP2=	yes
 USE_LDCONFIG=	yes

Added: head/lang/kroc/files/patch-runtime__libkrocif__configure.ac
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/lang/kroc/files/patch-runtime__libkrocif__configure.ac	Wed Nov  7 13:30:06 2012	(r307133)
@@ -0,0 +1,10 @@
+--- ./runtime/libkrocif/configure.ac.orig	2012-08-25 14:22:17.000000000 +0100
++++ ./runtime/libkrocif/configure.ac	2012-08-25 14:22:26.000000000 +0100
+@@ -12,7 +12,6 @@
+ AC_PROG_MAKE_SET
+ AC_CHECK_TOOL(LD,ld)
+ 
+-AM_C_PROTOTYPES
+ AC_CHECK_HEADERS(stdlib.h string.h strings.h sys/ioctl.h sys/time.h sys/types.h sys/uio.h time.h unistd.h)
+ 
+ AC_ARG_ENABLE([mobiles], AS_HELP_STRING([--disable-mobiles],[disable MOBILE data types (default enabled)]), [enable_mobiles=$enableval], [enable_mobiles=yes])

Added: head/lang/kroc/files/patch-tools__ilibr__configure.ac
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/lang/kroc/files/patch-tools__ilibr__configure.ac	Wed Nov  7 13:30:06 2012	(r307133)
@@ -0,0 +1,11 @@
+--- ./tools/ilibr/configure.ac.orig	2012-08-25 14:22:26.000000000 +0100
++++ ./tools/ilibr/configure.ac	2012-08-25 14:22:30.000000000 +0100
+@@ -10,8 +10,6 @@
+ AC_PROG_MAKE_SET
+ AC_PROG_RANLIB
+ 
+-AM_C_PROTOTYPES
+-
+ AC_DEFINE(HOST_OS_IS_UNIX,1,[define if host OS is UNIX])
+ 
+ dnl Checks for header files.

Added: head/lang/kroc/files/patch-tools__mkoccdeps__configure.ac
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/lang/kroc/files/patch-tools__mkoccdeps__configure.ac	Wed Nov  7 13:30:06 2012	(r307133)
@@ -0,0 +1,11 @@
+--- ./tools/mkoccdeps/configure.ac.orig	2012-08-25 14:22:34.000000000 +0100
++++ ./tools/mkoccdeps/configure.ac	2012-08-25 14:22:38.000000000 +0100
+@@ -9,8 +9,6 @@
+ AM_PROG_CC_STDC
+ AC_PROG_MAKE_SET
+ 
+-AM_C_PROTOTYPES
+-
+ dnl Checks for libraries.
+ 
+ dnl Checks for header files.

Added: head/lang/kroc/files/patch-tools__occ21__configure.ac
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/lang/kroc/files/patch-tools__occ21__configure.ac	Wed Nov  7 13:30:06 2012	(r307133)
@@ -0,0 +1,12 @@
+--- ./tools/occ21/configure.ac.orig	2012-08-25 14:22:30.000000000 +0100
++++ ./tools/occ21/configure.ac	2012-08-25 14:22:34.000000000 +0100
+@@ -13,9 +13,6 @@
+ dnl AC_PROG_RANLIB
+ AC_CHECK_TOOL(RANLIB,ranlib,:)
+ 
+-
+-AM_C_PROTOTYPES
+-
+ target_cpu_=target_cpu_`echo $target_cpu | tr -d _.`
+ ARCH_DEFS="-D${target_cpu_}"
+ 

Added: head/lang/kroc/files/patch-tools__tranx86__configure.ac
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/lang/kroc/files/patch-tools__tranx86__configure.ac	Wed Nov  7 13:30:06 2012	(r307133)
@@ -0,0 +1,11 @@
+--- ./tools/tranx86/configure.ac.orig	2012-08-25 14:22:38.000000000 +0100
++++ ./tools/tranx86/configure.ac	2012-08-25 14:22:45.000000000 +0100
+@@ -149,8 +149,6 @@
+  AC_DEFINE_UNQUOTED([GNUASFLAGS],"$GNUASFLAGS",[extra flags for GNU assembler])
+ fi
+ 
+-AM_C_PROTOTYPES
+-
+ dnl Checks for libraries.
+ 
+ dnl Checks for header files.



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