aboutsummaryrefslogtreecommitdiff
path: root/multimedia/mpeg_encode/files
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2003-01-16 05:08:57 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2003-01-16 05:08:57 +0000
commitdf3e7e93b8317ece24fbe7d0c9e4aa1ebb0feca0 (patch)
tree1d9ecedb74d255866c8e1e5df9db0f2739a8ba66 /multimedia/mpeg_encode/files
parentc31f9d6cf28e3aa831ff2390ee3ab6ea031dbc76 (diff)
Notes
Diffstat (limited to 'multimedia/mpeg_encode/files')
-rw-r--r--multimedia/mpeg_encode/files/patch-aa11
-rw-r--r--multimedia/mpeg_encode/files/patch-ab11
-rw-r--r--multimedia/mpeg_encode/files/patch-ac20
-rw-r--r--multimedia/mpeg_encode/files/patch-ad15
-rw-r--r--multimedia/mpeg_encode/files/patch-opts.c17
5 files changed, 0 insertions, 74 deletions
diff --git a/multimedia/mpeg_encode/files/patch-aa b/multimedia/mpeg_encode/files/patch-aa
deleted file mode 100644
index 7bd0c1b7fc5e..000000000000
--- a/multimedia/mpeg_encode/files/patch-aa
+++ /dev/null
@@ -1,11 +0,0 @@
---- headers/libpnmrw.h.orig Wed Aug 9 11:17:41 1995
-+++ headers/libpnmrw.h Tue Jul 23 17:06:15 2002
-@@ -20,7 +20,7 @@
- ** that point here, feel free to tweak or remove these declarations.
- */
- #include <malloc.h>
--#if !defined(sco) && !defined(sgi) && !defined(IRIX)
-+#if !defined(sco) && !defined(sgi) && !defined(IRIX) && !defined(__FreeBSD__)
- extern char* malloc();
- #endif
- /* End of configurable definitions. */
diff --git a/multimedia/mpeg_encode/files/patch-ab b/multimedia/mpeg_encode/files/patch-ab
deleted file mode 100644
index 5af9c672ec4a..000000000000
--- a/multimedia/mpeg_encode/files/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./libpnmrw.c~ Thu Aug 1 08:52:14 1996
-+++ ./libpnmrw.c Thu Aug 1 08:51:26 1996
-@@ -126,7 +126,9 @@
- pm_perror( reason )
- char* reason;
- {
-+#ifndef __FreeBSD__
- extern char* sys_errlist[];
-+#endif
- extern int errno;
- char* e;
diff --git a/multimedia/mpeg_encode/files/patch-ac b/multimedia/mpeg_encode/files/patch-ac
deleted file mode 100644
index 4760ecb9ecfc..000000000000
--- a/multimedia/mpeg_encode/files/patch-ac
+++ /dev/null
@@ -1,20 +0,0 @@
---- Makefile~ Wed Aug 16 17:16:56 1995
-+++ Makefile Fri Oct 20 19:20:05 2000
-@@ -68,7 +68,7 @@
- #####################################################################
- # COMPILER # specify compiler; should be ANSI-compliant if possible #
- #####################################################################
--CC = gcc
-+CC ?= gcc
-
- ################################################
- # MAKE # command to use for the "make" command #
-@@ -96,7 +96,7 @@
- #
-
- # gcc
--CFLAGS = $(INCLUDEDIR) $(DEBUGFLAG) -Wall -Wmissing-prototypes $(PROFLAG) $(PROTOFLAG)
-+CFLAGS += $(INCLUDEDIR) -Wall -Wmissing-prototypes $(PROFLAG) $(PROTOFLAG)
-
- # gcc-strict
- #CFLAGS = $(INCLUDEDIR) $(DEBUGFLAG) -pedantic -Wall -Waggregate-return -Wtraditional -Wshadow -Wpointer-arith -Wno-parentheses -Wwrite-strings -Wconversion -Wcast-qual -Wcast-align -Wnested-externs -Wuninitialized -Wmissing-prototypes $(PROFLAG) $(PROTOFLAG)
diff --git a/multimedia/mpeg_encode/files/patch-ad b/multimedia/mpeg_encode/files/patch-ad
deleted file mode 100644
index 22085cdd4bec..000000000000
--- a/multimedia/mpeg_encode/files/patch-ad
+++ /dev/null
@@ -1,15 +0,0 @@
---- jpeg/Makefile.orig Fri Aug 4 18:27:00 1995
-+++ jpeg/Makefile Fri Oct 20 19:05:22 2000
-@@ -21,10 +21,10 @@
- manext = 1
-
- # The name of your C compiler:
--CC= gcc
-+CC?= gcc
-
- # You may need to adjust these cc options:
--CFLAGS= -O -I$(srcdir)
-+CFLAGS+= -I$(srcdir)
- # Generally, we recommend defining any configuration symbols in jconfig.h,
- # NOT via -D switches here.
- # However, any special defines for ansi2knr.c may be included here:
diff --git a/multimedia/mpeg_encode/files/patch-opts.c b/multimedia/mpeg_encode/files/patch-opts.c
deleted file mode 100644
index 782dadf10829..000000000000
--- a/multimedia/mpeg_encode/files/patch-opts.c
+++ /dev/null
@@ -1,17 +0,0 @@
-
-$FreeBSD$
-
---- opts.c 2002/10/21 11:32:56 1.1
-+++ opts.c 2002/10/21 11:33:04
-@@ -37,9 +37,10 @@
-
- #include <stdio.h>
- #include <string.h>
--#include "opts.h"
- #include <malloc.h>
- #include <math.h>
-+
-+#include "opts.h"
-
- /*==============*
- * EXTERNALS *