diff options
author | adrianp <adrianp@pkgsrc.org> | 2005-02-05 00:12:11 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2005-02-05 00:12:11 +0000 |
commit | 92c7a49ffa035214d108a0e007836c962317b577 (patch) | |
tree | 86e21468be18bc7a88477fe9dadf0c11c38718b6 | |
parent | a8d392cc4649e628986f07d0fd8a88859175c54d (diff) | |
download | pkgsrc-92c7a49ffa035214d108a0e007836c962317b577.tar.gz |
Remove out-dated patches for last round of ocaml updates
-rw-r--r-- | graphics/camlimages/patches/patch-aa | 20 | ||||
-rw-r--r-- | graphics/camlimages/patches/patch-ab | 14 | ||||
-rw-r--r-- | net/mldonkey/patches/patch-aa | 13 | ||||
-rw-r--r-- | print/advi/patches/patch-aa | 12 | ||||
-rw-r--r-- | print/advi/patches/patch-ab | 13 |
5 files changed, 0 insertions, 72 deletions
diff --git a/graphics/camlimages/patches/patch-aa b/graphics/camlimages/patches/patch-aa deleted file mode 100644 index 8f510cecc1d..00000000000 --- a/graphics/camlimages/patches/patch-aa +++ /dev/null @@ -1,20 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 2003/08/31 01:24:41 jtb Exp $ - ---- Makefile.shared.orig 2002-07-03 04:18:26.000000000 +0100 -+++ Makefile.shared 2003-08-18 20:20:36.000000000 +0100 -@@ -1,5 +1,5 @@ - $(CLIB) $(CDLL): $(COBJS) -- $(CAMLMKLIB) -oc $(LIBNAME) -L/usr/local/lib $(COBJS) $(EXTCLIB) -+ $(CAMLMKLIB) -oc $(LIBNAME) $(LDFLAGS) $(COBJS) $(EXTCLIB) - - $(CMA): $(CLIB) $(MLOBJS) - if test "X$(CLIB)" = "X"; then \ -@@ -62,7 +62,7 @@ - $(CAMLYACC) $< - - .c.o: ../config.h -- $(CAMLC) -ccopt "-I.. $(CFLAGS) -I/usr/local/include" -c $< -+ $(CAMLC) -ccopt "-I.. $(CFLAGS) $(CPPFLAGS)" -c $< - - depend: .depend - diff --git a/graphics/camlimages/patches/patch-ab b/graphics/camlimages/patches/patch-ab deleted file mode 100644 index 94fd5b0cfe6..00000000000 --- a/graphics/camlimages/patches/patch-ab +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-ab,v 1.1 2004/07/10 22:57:14 wiz Exp $ - ---- freetype2/ftintf.c.orig 2001-12-17 16:25:21.000000000 +0100 -+++ freetype2/ftintf.c -@@ -20,7 +20,8 @@ - - #if (HAVE_FREETYPE && HAVE_FREETYPE2) - --#include <freetype/freetype.h> -+#include <ft2build.h> -+#include FT_FREETYPE_H - - value init_FreeType() - { diff --git a/net/mldonkey/patches/patch-aa b/net/mldonkey/patches/patch-aa deleted file mode 100644 index 512fcb25a2c..00000000000 --- a/net/mldonkey/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.9 2004/12/25 19:22:57 wiz Exp $ - ---- config/configure.orig Fri Apr 16 19:17:11 2004 -+++ config/configure -@@ -10609,7 +10609,7 @@ s,@PERL@,$PERL,;t t - s,@EGREP@,$EGREP,;t t - s,@GTK_CONFIG@,$GTK_CONFIG,;t t - s,@PTHREAD_CC@,$PTHREAD_CC,;t t --s,@PTHREAD_LIBS@,$PTHREAD_LIBS,;t t -+s,@PTHREAD_LIBS@,-Wl,-R\${BUILDLINK_PREFIX.pthread}/lib -L\${BUILDLINK_PREFIX.pthread}/lib $PTHREAD_LIBS,;t t - s,@PTHREAD_CFLAGS@,$PTHREAD_CFLAGS,;t t - s,@COMPRESS@,$COMPRESS,;t t - s,@EXTRA_DIRS@,$EXTRA_DIRS,;t t diff --git a/print/advi/patches/patch-aa b/print/advi/patches/patch-aa deleted file mode 100644 index 712ef3aaefb..00000000000 --- a/print/advi/patches/patch-aa +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 2003/08/31 01:43:30 jtb Exp $ - ---- events.c.orig 2003-08-18 23:51:17.000000000 +0100 -+++ events.c 2003-08-18 23:51:40.000000000 +0100 -@@ -17,6 +17,7 @@ - #include <caml/alloc.h> - #include <sys/types.h> - #include <sys/time.h> -+#include <unistd.h> - #ifdef HAS_SYS_SELECT_H - #include <sys/select.h> - #endif diff --git a/print/advi/patches/patch-ab b/print/advi/patches/patch-ab deleted file mode 100644 index 90b3fbfad38..00000000000 --- a/print/advi/patches/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ab,v 1.1.1.1 2003/08/31 01:43:30 jtb Exp $ - ---- doc/manual.tex.orig 2003-08-19 00:22:00.000000000 +0100 -+++ doc/manual.tex 2003-08-19 00:20:21.000000000 +0100 -@@ -47,7 +47,7 @@ - \advance \tmpdim by 4em - \begin{tabular}{c} - \box0 \\ --\includegraphics[width=\the\tmpdim]{../tex/bar.jpg.eps}\\ -+\includegraphics[width=\the\tmpdim]{bar.jpg.eps}\\ - Reference manual\\ - Version {\version} - \end{tabular} |