summaryrefslogtreecommitdiff
path: root/net/unison/patches
diff options
context:
space:
mode:
Diffstat (limited to 'net/unison/patches')
-rw-r--r--net/unison/patches/patch-aa11
-rw-r--r--net/unison/patches/patch-ab12
2 files changed, 13 insertions, 10 deletions
diff --git a/net/unison/patches/patch-aa b/net/unison/patches/patch-aa
index b360df2da36..564fcfb66ec 100644
--- a/net/unison/patches/patch-aa
+++ b/net/unison/patches/patch-aa
@@ -1,14 +1,17 @@
-$NetBSD: patch-aa,v 1.4 2005/04/24 12:48:43 adrianp Exp $
+$NetBSD: patch-aa,v 1.5 2005/08/03 12:42:13 tonio Exp $
---- Makefile.orig Mon Sep 6 20:15:46 2004
+--- Makefile.orig Sat Mar 12 16:17:58 2005
+++ Makefile
-@@ -55,19 +55,17 @@ all:: strings.ml buildexecutable
+@@ -38,7 +38,7 @@ all:: strings.ml buildexecutable
all:: INSTALL
INSTALL: $(NAME)$(EXEC_EXT)
- ./$(NAME) -doc install > INSTALL
+## ./$(NAME) -doc install > INSTALL
+ ########################################################################
+ ## Miscellaneous developer-only switches
+@@ -67,14 +67,12 @@ include Makefile.OCaml
######################################################################
# Installation
@@ -26,7 +29,7 @@ $NetBSD: patch-aa,v 1.4 2005/04/24 12:48:43 adrianp Exp $
######################################################################
-@@ -345,7 +343,7 @@ testmerge:
+@@ -352,7 +350,7 @@ testmerge:
tags:
-$(ETAGS) *.mli */*.mli *.ml */*.ml *.m */*.m *.c */*.c *.txt
diff --git a/net/unison/patches/patch-ab b/net/unison/patches/patch-ab
index fc7b4f9238b..5f22e6a3dfa 100644
--- a/net/unison/patches/patch-ab
+++ b/net/unison/patches/patch-ab
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.2 2005/04/24 12:48:43 adrianp Exp $
+$NetBSD: patch-ab,v 1.3 2005/08/03 12:42:13 tonio Exp $
---- Makefile.OCaml.orig 2004-09-06 20:15:46.000000000 +0100
+--- Makefile.OCaml.orig 2005-04-24 09:08:08.000000000 +0100
+++ Makefile.OCaml
-@@ -47,6 +47,10 @@ ifeq ($(shell uname),Darwin)
+@@ -29,6 +29,10 @@ ifeq ($(shell uname),Darwin)
else
ifeq ($(shell uname),OpenBSD)
OSARCH=OpenBSD
@@ -13,7 +13,7 @@ $NetBSD: patch-ab,v 1.2 2005/04/24 12:48:43 adrianp Exp $
endif
endif
endif
-@@ -253,6 +257,9 @@ endif
+@@ -240,6 +244,9 @@ endif
ifeq ($(OSARCH), osx)
X11LIBDIR=/usr/X11R6/lib
endif
@@ -23,7 +23,7 @@ $NetBSD: patch-ab,v 1.2 2005/04/24 12:48:43 adrianp Exp $
# Developer-only directories
ifeq ($(shell hostname), raptor.research.att.com)
-@@ -396,6 +403,9 @@ ifeq ($(STATIC), true)
+@@ -383,6 +390,9 @@ ifeq ($(STATIC), true)
ifeq ($(OSARCH), osx)
STATICLIBS+=-cclib -static
endif
@@ -33,7 +33,7 @@ $NetBSD: patch-ab,v 1.2 2005/04/24 12:48:43 adrianp Exp $
CLIBS=$(STATICLIBS)
endif
-@@ -437,6 +447,10 @@ else
+@@ -424,6 +434,10 @@ else
endif
endif