summaryrefslogtreecommitdiff
path: root/sysutils/mkhybrid
diff options
context:
space:
mode:
authorross <ross>1999-05-07 07:11:16 +0000
committerross <ross>1999-05-07 07:11:16 +0000
commit0b1cae2afc3aa8101c69e6a62d22fec1a7bbf55c (patch)
treeb52a485ebc2733f2fac481066615f2f5698c06f9 /sysutils/mkhybrid
parentf09762222b5168cf23aca59aa330b23426cf1f81 (diff)
downloadpkgsrc-0b1cae2afc3aa8101c69e6a62d22fec1a7bbf55c.tar.gz
* Enable on alpha.
* Mods for LP64 / general type sanity
Diffstat (limited to 'sysutils/mkhybrid')
-rw-r--r--sysutils/mkhybrid/Makefile4
-rw-r--r--sysutils/mkhybrid/patches/patch-ac13
-rw-r--r--sysutils/mkhybrid/patches/patch-ad12
-rw-r--r--sysutils/mkhybrid/patches/patch-ae12
4 files changed, 38 insertions, 3 deletions
diff --git a/sysutils/mkhybrid/Makefile b/sysutils/mkhybrid/Makefile
index 798af697791..1c85c3f4d64 100644
--- a/sysutils/mkhybrid/Makefile
+++ b/sysutils/mkhybrid/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 1998/11/13 01:43:24 frueauf Exp $
+# $NetBSD: Makefile,v 1.6 1999/05/07 07:11:16 ross Exp $
# FreeBSD Id: Makefile,v 1.1.1.1 1998/06/16 16:50:06 dburr Exp
#
@@ -9,8 +9,6 @@ MASTER_SITES= ftp://ftp.ge.ucl.ac.uk/pub/mkhfs/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.ps.ucl.ac.uk/~jcpearso/mkhybrid.html
-NOT_FOR_ARCHS= alpha #gcc lossage
-
GNU_CONFIGURE= yes
ALL_TARGET= World
diff --git a/sysutils/mkhybrid/patches/patch-ac b/sysutils/mkhybrid/patches/patch-ac
new file mode 100644
index 00000000000..1b0af769f7a
--- /dev/null
+++ b/sysutils/mkhybrid/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1 1999/05/07 07:11:17 ross Exp $
+
+--- apple.h.orig Thu May 6 23:54:19 1999
++++ apple.h Thu May 6 23:41:02 1999
+@@ -5,6 +5,8 @@
+
+ #include <sys/param.h>
+ #include <stdio.h>
++#include <stdlib.h>
++#include <string.h>
+
+ #ifndef MIN
+ #define MIN(a,b) (((a)<(b))?(a):(b))
diff --git a/sysutils/mkhybrid/patches/patch-ad b/sysutils/mkhybrid/patches/patch-ad
new file mode 100644
index 00000000000..2860f02f0af
--- /dev/null
+++ b/sysutils/mkhybrid/patches/patch-ad
@@ -0,0 +1,12 @@
+$NetBSD: patch-ad,v 1.1 1999/05/07 07:11:17 ross Exp $
+
+--- libhfs_iso/block.c.orig Thu May 6 23:59:40 1999
++++ libhfs_iso/block.c Thu May 6 23:59:56 1999
+@@ -21,6 +21,7 @@
+ # include <unistd.h>
+ # include <errno.h>
+ # include <time.h>
++# include <string.h>
+
+ # include "internal.h"
+ # include "data.h"
diff --git a/sysutils/mkhybrid/patches/patch-ae b/sysutils/mkhybrid/patches/patch-ae
new file mode 100644
index 00000000000..375f0ba432b
--- /dev/null
+++ b/sysutils/mkhybrid/patches/patch-ae
@@ -0,0 +1,12 @@
+$NetBSD: patch-ae,v 1.1 1999/05/07 07:11:17 ross Exp $
+
+--- libhfs_iso/hfs.h.orig Fri May 7 00:04:46 1999
++++ libhfs_iso/hfs.h Fri May 7 00:04:50 1999
+@@ -18,6 +18,7 @@
+ */
+
+ # include <time.h>
++# include <string.h>
+
+ #ifdef APPLE_HYB
+ #include "hybrid.h"