summaryrefslogtreecommitdiff
path: root/multimedia/mp4v2/files
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2009-04-28 21:27:54 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2009-04-28 21:27:54 +0000
commitb6bb8c3d3a17625aa826094130b3d84530b6dae4 (patch)
treef2de4a4d4b2f5c3fcbd1ee2ea6cce6d571bfb5f7 /multimedia/mp4v2/files
parent- Fix PLIST (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_2_0'.release/7.2.0
Notes
Notes: svn path=/head/; revision=232918 svn path=/tags/RELEASE_7_2_0/; revision=232919; tag=release/7.2.0
Diffstat (limited to 'multimedia/mp4v2/files')
-rw-r--r--multimedia/mp4v2/files/patch-include::mpeg4ip_getopt.h12
-rw-r--r--multimedia/mp4v2/files/patch-lib::mp4v2::util::mp4tags.cpp11
-rw-r--r--multimedia/mp4v2/files/patch-mpeg4ip_config.h.in27
3 files changed, 0 insertions, 50 deletions
diff --git a/multimedia/mp4v2/files/patch-include::mpeg4ip_getopt.h b/multimedia/mp4v2/files/patch-include::mpeg4ip_getopt.h
deleted file mode 100644
index 3677f0259efc..000000000000
--- a/multimedia/mp4v2/files/patch-include::mpeg4ip_getopt.h
+++ /dev/null
@@ -1,12 +0,0 @@
---- include/mpeg4ip_getopt.h.orig Tue Oct 15 13:12:27 2002
-+++ include/mpeg4ip_getopt.h Mon Feb 24 05:23:50 2003
-@@ -11,6 +11,9 @@
- #endif
-
- #ifdef HAVE_GETOPT_H
-+#ifdef __FreeBSD__
-+#define __GNU_LIBRARY__
-+#endif
- #include <getopt.h>
- #endif
-
diff --git a/multimedia/mp4v2/files/patch-lib::mp4v2::util::mp4tags.cpp b/multimedia/mp4v2/files/patch-lib::mp4v2::util::mp4tags.cpp
deleted file mode 100644
index a1a617828028..000000000000
--- a/multimedia/mp4v2/files/patch-lib::mp4v2::util::mp4tags.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- lib/mp4v2/util/mp4tags.cpp.orig Thu Nov 11 03:16:39 2004
-+++ lib/mp4v2/util/mp4tags.cpp Thu Nov 11 03:23:05 2004
-@@ -178,7 +178,7 @@
- }
-
- /* Set the other relevant attributes */
-- for (int i = 0; i < UCHAR_MAX; i++) {
-+ for (int i = 0; i < (int)UCHAR_MAX; i++) {
- if (tags[i]) {
- switch(i) {
- case OPT_ALBUM: MP4SetMetadataAlbum(h, tags[i]); break;
diff --git a/multimedia/mp4v2/files/patch-mpeg4ip_config.h.in b/multimedia/mp4v2/files/patch-mpeg4ip_config.h.in
deleted file mode 100644
index 8bfb7a0aff76..000000000000
--- a/multimedia/mp4v2/files/patch-mpeg4ip_config.h.in
+++ /dev/null
@@ -1,27 +0,0 @@
---- mpeg4ip_config.h.in.orig Tue May 18 13:31:06 2004
-+++ mpeg4ip_config.h.in Wed Sep 29 14:40:59 2004
-@@ -25,16 +25,12 @@
- #undef HAVE_FPOS_T___POS
-
- /* Define to 1 if you have the `getopt' function. */
--#undef HAVE_GETOPT
-
- /* Define to 1 if you have the <getopt.h> header file. */
--#undef HAVE_GETOPT_H
-
- /* Define to 1 if you have the `getopt_long' function. */
--#undef HAVE_GETOPT_LONG
-
- /* Define to 1 if you have the `getopt_long_only' function. */
--#undef HAVE_GETOPT_LONG_ONLY
-
- /* Define to 1 if you have the `getrusage' function. */
- #undef HAVE_GETRUSAGE
-@@ -67,7 +63,6 @@
- #undef HAVE_IPv6
-
- /* Define to 1 if you have the `gnugetopt' library (-lgnugetopt). */
--#undef HAVE_LIBGNUGETOPT
-
- /* have libmpeg2 decoder library */
- #undef HAVE_LIBMPEG2