aboutsummaryrefslogtreecommitdiff
path: root/lang/kroc
diff options
context:
space:
mode:
authorTim Bishop <tdb@FreeBSD.org>2012-11-07 13:30:06 +0000
committerTim Bishop <tdb@FreeBSD.org>2012-11-07 13:30:06 +0000
commitd63bc49b7d4cd3e3fa4f71d904207f1d842e7866 (patch)
tree3a38d40f6b540c990b3ce7d331a03479558f9e66 /lang/kroc
parent2c95bdc91e9ac86f1a699f8e779687073221e543 (diff)
downloadports-d63bc49b7d4cd3e3fa4f71d904207f1d842e7866.tar.gz
ports-d63bc49b7d4cd3e3fa4f71d904207f1d842e7866.zip
Notes
Diffstat (limited to 'lang/kroc')
-rw-r--r--lang/kroc/Makefile7
-rw-r--r--lang/kroc/files/patch-runtime__libkrocif__configure.ac10
-rw-r--r--lang/kroc/files/patch-tools__ilibr__configure.ac11
-rw-r--r--lang/kroc/files/patch-tools__mkoccdeps__configure.ac11
-rw-r--r--lang/kroc/files/patch-tools__occ21__configure.ac12
-rw-r--r--lang/kroc/files/patch-tools__tranx86__configure.ac11
6 files changed, 56 insertions, 6 deletions
diff --git a/lang/kroc/Makefile b/lang/kroc/Makefile
index bb9ca234ce0b..5eb7d906bd2e 100644
--- a/lang/kroc/Makefile
+++ b/lang/kroc/Makefile
@@ -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/png
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
ONLY_FOR_ARCHS= i386
-BROKEN= does not build
USE_BZIP2= yes
USE_LDCONFIG= yes
diff --git a/lang/kroc/files/patch-runtime__libkrocif__configure.ac b/lang/kroc/files/patch-runtime__libkrocif__configure.ac
new file mode 100644
index 000000000000..ee2fbb5b0215
--- /dev/null
+++ b/lang/kroc/files/patch-runtime__libkrocif__configure.ac
@@ -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])
diff --git a/lang/kroc/files/patch-tools__ilibr__configure.ac b/lang/kroc/files/patch-tools__ilibr__configure.ac
new file mode 100644
index 000000000000..1e0c34302d33
--- /dev/null
+++ b/lang/kroc/files/patch-tools__ilibr__configure.ac
@@ -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.
diff --git a/lang/kroc/files/patch-tools__mkoccdeps__configure.ac b/lang/kroc/files/patch-tools__mkoccdeps__configure.ac
new file mode 100644
index 000000000000..27fb370e8e82
--- /dev/null
+++ b/lang/kroc/files/patch-tools__mkoccdeps__configure.ac
@@ -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.
diff --git a/lang/kroc/files/patch-tools__occ21__configure.ac b/lang/kroc/files/patch-tools__occ21__configure.ac
new file mode 100644
index 000000000000..85a16a00b80b
--- /dev/null
+++ b/lang/kroc/files/patch-tools__occ21__configure.ac
@@ -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_}"
+
diff --git a/lang/kroc/files/patch-tools__tranx86__configure.ac b/lang/kroc/files/patch-tools__tranx86__configure.ac
new file mode 100644
index 000000000000..245b7be366b8
--- /dev/null
+++ b/lang/kroc/files/patch-tools__tranx86__configure.ac
@@ -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.