aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/gstreamer80/files
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-09-18 14:49:37 +0800
committermarcus <marcus@FreeBSD.org>2003-09-18 14:49:37 +0800
commit5797d600f46f09de6f7e9f89bd9546544d3f93e6 (patch)
treef29aa772e064572f168522a552ce158c9147a8a2 /multimedia/gstreamer80/files
parentf8ccc20f69f18bf5f775fc1a7f7a5098f7173ac1 (diff)
downloadfreebsd-ports-graphics-5797d600f46f09de6f7e9f89bd9546544d3f93e6.tar.gz
freebsd-ports-graphics-5797d600f46f09de6f7e9f89bd9546544d3f93e6.tar.zst
freebsd-ports-graphics-5797d600f46f09de6f7e9f89bd9546544d3f93e6.zip
Update to GNOME 2.4.0. For all the goodies on what's changed, known issues,
future plans, etc., please see http://www.gnome.org/start/2.4/. This commit represents work done by adamw, bland, and myself as well as many other contributers: Koop Mast <einekoai@chello.nl> Akifyev Sergey <asa@gascom.ru> Franz Klammer <klammer@webonaut.com> Øyvind Kolbu <oyvind@kebab.gaffel.nu> Thomas E. Zander <riggs@rrr.de> Jeremy Messenger <mezz7@cox.net> Without these contirbuters, and our faithful users, GNOME 2.4.0 would not be possible. Please check the FreeBSD GNOME site for any FreeBSD gotchas, as well as general FAQs and documentation (GNOME 2.4 updates to be posted soon). The best way to upgrade so that you get all shared library dependencies is: portupgrade -rf -m BATCH=yes atk portupgrade -R -m BATCH=yes gnome2 Approved by: portmgr (kris, will, myself implicitly) Requested by: re as well as many other users
Diffstat (limited to 'multimedia/gstreamer80/files')
-rw-r--r--multimedia/gstreamer80/files/patch-configure11
-rw-r--r--multimedia/gstreamer80/files/patch-gst::gstthreaddummy.c12
-rw-r--r--multimedia/gstreamer80/files/patch-libs::ext::cothreads::tests::Makefile.in12
3 files changed, 18 insertions, 17 deletions
diff --git a/multimedia/gstreamer80/files/patch-configure b/multimedia/gstreamer80/files/patch-configure
deleted file mode 100644
index 805a86c3b3d..00000000000
--- a/multimedia/gstreamer80/files/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig Wed Jan 22 09:17:40 2003
-+++ configure Wed Jan 29 14:49:56 2003
-@@ -7712,7 +7713,7 @@
- if test "x$COMPILER" = "xforte"; then
- GST_ERROR=
- else
-- if test "x$GST_CVS"="xyes"; then
-+ if test "x$GST_CVS" = "xyes"; then
- GST_ERROR="-Wall -Werror"
- else
- GST_ERROR="-Wall"
diff --git a/multimedia/gstreamer80/files/patch-gst::gstthreaddummy.c b/multimedia/gstreamer80/files/patch-gst::gstthreaddummy.c
new file mode 100644
index 00000000000..479a05ba9c9
--- /dev/null
+++ b/multimedia/gstreamer80/files/patch-gst::gstthreaddummy.c
@@ -0,0 +1,12 @@
+--- gst/gstthreaddummy.c.orig Sat Aug 30 19:30:10 2003
++++ gst/gstthreaddummy.c Sat Aug 30 19:30:34 2003
+@@ -17,7 +17,9 @@
+ * Boston, MA 02111-1307, USA.
+ */
+
++#include <sys/types.h>
+ #include <sys/time.h>
++#include <unistd.h>
+ #include <glib.h>
+ #include "gstlog.h"
+
diff --git a/multimedia/gstreamer80/files/patch-libs::ext::cothreads::tests::Makefile.in b/multimedia/gstreamer80/files/patch-libs::ext::cothreads::tests::Makefile.in
index fd554c27807..02dae54758d 100644
--- a/multimedia/gstreamer80/files/patch-libs::ext::cothreads::tests::Makefile.in
+++ b/multimedia/gstreamer80/files/patch-libs::ext::cothreads::tests::Makefile.in
@@ -1,11 +1,11 @@
---- libs/ext/cothreads/tests/Makefile.in.orig Sat Sep 28 23:05:55 2002
-+++ libs/ext/cothreads/tests/Makefile.in Sat Sep 28 23:06:23 2002
-@@ -83,7 +83,7 @@
+--- libs/ext/cothreads/tests/Makefile.in.orig Sat Aug 30 19:28:04 2003
++++ libs/ext/cothreads/tests/Makefile.in Sat Aug 30 19:28:39 2003
+@@ -68,7 +68,7 @@
GLIB_CFLAGS = @GLIB_CFLAGS@
GLIB_LIBS = @GLIB_LIBS@
GTHREAD_CFLAGS = @GTHREAD_CFLAGS@
-GTHREAD_LIBS = @GTHREAD_LIBS@
+GTHREAD_LIBS = -lc @GTHREAD_LIBS@
- INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
- LIBTOOL = @LIBTOOL@
- LN_S = @LN_S@
+ INSTALL_DATA = @INSTALL_DATA@
+ INSTALL_PROGRAM = @INSTALL_PROGRAM@
+ INSTALL_SCRIPT = @INSTALL_SCRIPT@