summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-10-27 15:41:06 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-10-27 15:41:06 +0000
commit718b638d87769208fdc1d7a34067714ed93eafa1 (patch)
treeb2ef8591500864ce23a4ac39e6c5eef53dc38974 /media-gfx/freewrl
parentDon't install buggy tags scripts, use ctags instead. (diff)
downloadgentoo-2-718b638d87769208fdc1d7a34067714ed93eafa1.tar.gz
gentoo-2-718b638d87769208fdc1d7a34067714ed93eafa1.tar.bz2
gentoo-2-718b638d87769208fdc1d7a34067714ed93eafa1.zip
unused files
(Portage version: 2.2.0_alpha1/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx/freewrl')
-rw-r--r--media-gfx/freewrl/Manifest12
-rw-r--r--media-gfx/freewrl/files/freewrl-1.22.6-libpng14.patch14
-rw-r--r--media-gfx/freewrl/files/freewrl-1.22.6-xulrunner192-fixes.patch214
3 files changed, 0 insertions, 240 deletions
diff --git a/media-gfx/freewrl/Manifest b/media-gfx/freewrl/Manifest
index 253457d905d4..f5ead0a3a4b8 100644
--- a/media-gfx/freewrl/Manifest
+++ b/media-gfx/freewrl/Manifest
@@ -1,16 +1,4 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-AUX freewrl-1.22.6-libpng14.patch 438 RMD160 d6a2c42fd1f409957deee6625109e96e7c747262 SHA1 1904e7f5d3240d3d2f1ac780073c86f753f616ba SHA256 00fc60512ee2630c9053ebfa28d2587e0f2ae6e2fefc9b1fe217aa8c3fc32d26
-AUX freewrl-1.22.6-xulrunner192-fixes.patch 5730 RMD160 43a56dcf2fc50b4961c47504447424d22b63c74d SHA1 f8ef8775e190c778fa0dfa1331f603f52304bd41 SHA256 ab2da7f73867858c97e818a7bd2fbf5adb04df0357daf9e48a4baf707584c0d0
DIST freewrl-1.22.9.tar.bz2 1457743 RMD160 f8c3a2c12422bed747bd71704ef05cdaa646de13 SHA1 7f3becb4f64b3c9caa32a7d9a35e61b3cc7eab41 SHA256 0ad0e264351018015e2a6fe7cd4c2f7c3e3f486ddc85be9b680e013981f05804
EBUILD freewrl-1.22.9.ebuild 3058 RMD160 49517b9711322f56b9d343dd4550de7c0245f0f4 SHA1 5fc483a9195e6b5837548bb60774514668173320 SHA256 faecc3775fa79310eba6c7e03b654e38563060a3234fe31d20aef855d70aa04a
MISC ChangeLog 4154 RMD160 1fe875bf48b68892eeb60b2a8b05287bc107d3cb SHA1 aaafc05313229841d42389ebfe163b95faa9b3a0 SHA256 608fe1c416755ecfbbd53b0d83b38732d7119082784971bce74cec987ae879a1
MISC metadata.xml 552 RMD160 ef3eca4d7c6f76c0442a987ff5916d68fbfe6d4d SHA1 51c1146433e244c29ecb210d72c35b8054cdee2b SHA256 f85e5ec3121bcb3552984a6c49183dd41e2fe9eb85770fc6c0b636123c42526d
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.16 (GNU/Linux)
-
-iEYEARECAAYFAkyyCIgACgkQOeoy/oIi7uxdOQCcD5myWQP3QMDWcyjxx8kw+MBZ
-jzAAoJGVWMHFdx9fR7loUsomgB4wPRbs
-=R6sb
------END PGP SIGNATURE-----
diff --git a/media-gfx/freewrl/files/freewrl-1.22.6-libpng14.patch b/media-gfx/freewrl/files/freewrl-1.22.6-libpng14.patch
deleted file mode 100644
index e8f55cbd4ced..000000000000
--- a/media-gfx/freewrl/files/freewrl-1.22.6-libpng14.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-http://repos.archlinux.org/wsvn/community/freewrl/trunk/
-http://repos.archlinux.org/wsvn/community/freewrl/trunk/build-fix.patch
-
---- src/lib/scenegraph/readpng.c
-+++ src/lib/scenegraph/readpng.c
-@@ -106,7 +106,7 @@
- * have used slightly more general png_sig_cmp() function instead */
-
- rv=fread(sig, 1, 8, infile);
-- if (!png_check_sig(sig, 8))
-+ if (!png_sig_cmp(sig, 0, 8))
- return 1; /* bad signature */
-
-
diff --git a/media-gfx/freewrl/files/freewrl-1.22.6-xulrunner192-fixes.patch b/media-gfx/freewrl/files/freewrl-1.22.6-xulrunner192-fixes.patch
deleted file mode 100644
index ccffad885e19..000000000000
--- a/media-gfx/freewrl/files/freewrl-1.22.6-xulrunner192-fixes.patch
+++ /dev/null
@@ -1,214 +0,0 @@
---- configure.ac 2009-10-28 20:01:05.000000000 -0400
-+++ configure.ac 2010-02-04 14:05:19.000000000 -0500
-@@ -126,7 +126,7 @@
- ZLIB_LIBS="-L$withval/lib $ZLIB_LIBS"])
-
- # save global cflags/libs
-- oCFLAGS=$CFLAGS;oLDFLAGS=$LDFLAGS
-+ oCFLAGS=$CFLAGS;oLDFLAGS=$LDFLAGS;oCPPFLAGS=$CPPFLAGS
- # set cflags/libs for this case
- CPPFLAGS="$CPPFLAGS $ZLIB_CFLAGS"
- LDFLAGS="$LDFLAGS $ZLIB_LIBS"
-@@ -137,7 +137,7 @@
- [AC_MSG_ERROR([Can't find zlib library. Please install zlib.])])
-
- # restore global cflags/libs
-- CPPFLAGS=$oCPPFLAGS;LDFLAGS=$oLDFLAGS
-+ CPPFLAGS=$oCPPFLAGS;LDFLAGS=$oLDFLAGS;CFLAGS=$oCFLAGS
-
- AC_SUBST(ZLIB_CFLAGS)
- AC_SUBST(ZLIB_LIBS)
-@@ -218,7 +218,7 @@
- EXPAT_LIBS="-L$withval/lib $EXPAT_LIBS"])
-
- # save global cflags/libs
-- oCFLAGS=$CFLAGS;oLDFLAGS=$LDFLAGS
-+ oCFLAGS=$CFLAGS;oLDFLAGS=$LDFLAGS;oCPPFLAGS=$CPPFLAGS
- # set cflags/libs for this case
- CPPFLAGS="$CPPFLAGS $EXPAT_CFLAGS"
- LDFLAGS="$LDFLAGS $EXPAT_LIBS"
-@@ -229,8 +229,7 @@
- [AC_MSG_ERROR([Can't find expat library. Please install expat.])])
-
- # restore global cflags/libs
-- CPPFLAGS=$oCPPFLAGS
-- LDFLAGS=$oLDFLAGS
-+ CPPFLAGS=$oCPPFLAGS;LDFLAGS=$oLDFLAGS;CFLAGS=$oCFLAGS
-
- AC_SUBST(EXPAT_CFLAGS)
- AC_SUBST(EXPAT_LIBS)
-@@ -363,7 +362,7 @@
- *) # Search for GLEW
-
- # save global cflags/libs
-- oCFLAGS=$CFLAGS;oLDFLAGS=$LDFLAGS
-+ oCFLAGS=$CFLAGS;oLDFLAGS=$LDFLAGS;oCPPFLAGS=$CPPFLAGS
- # set cflags/libs for this case
- CPPFLAGS="$CPPFLAGS $GLEW_CFLAGS $GL_CFLAGS"
- LDFLAGS="$LDFLAGS $GLEW_LIBS $GL_LIBS"
-@@ -378,7 +377,7 @@
- esac
-
- # restore global cflags/libs
-- CPPFLAGS=$oCPPFLAGS;LDFLAGS=$oLDFLAGS
-+ CPPFLAGS=$oCPPFLAGS;LDFLAGS=$oLDFLAGS;CFLAGS=$oCFLAGS
-
- AC_SUBST(GLEW_CFLAGS)
- AC_SUBST(GLEW_LIBS)
-@@ -393,7 +392,7 @@
- JPEG_LIBS="-L$withval/lib -ljpeg"])
-
- # save global cflags/libs
-- oCFLAGS=$CFLAGS;oLDFLAGS=$LDFLAGS
-+ oCFLAGS=$CFLAGS;oLDFLAGS=$LDFLAGS;oCPPFLAGS=$CPPFLAGS
- # set cflags/libs for this case
- CPPFLAGS="$CPPFLAGS $JPEG_CFLAGS"
- LDFLAGS="$LDFLAGS $JPEG_LIBS"
-@@ -421,7 +420,7 @@
- )
-
- # restore global cflags/libs
-- CPPFLAGS=$oCPPFLAGS;LDFLAGS=$oLDFLAGS
-+ CPPFLAGS=$oCPPFLAGS;LDFLAGS=$oLDFLAGS;CFLAGS=$oCFLAGS
-
- AC_SUBST(JPEG_CFLAGS)
- AC_SUBST(JPEG_LIBS)
-@@ -523,6 +522,17 @@
- AC_SUBST(PLUGIN_CFLAGS)
- AC_SUBST(PLUGIN_LIBS)
-
-+#
-+# Check if 'int32' type is defined (would be included in plugin's includes)
-+
-+ # save global cflags/libs
-+ oCPPFLAGS=$CPPFLAGS;oLDFLAGS=$LDFLAGS;oCFLAGS=$CFLAGS
-+ CFLAGS="$CFLAGS $PLUGIN_CFLAGS"
-+AC_CHECK_TYPES([int32, uint32, int16, uint16], [], [], [[#include <npapi.h>]])
-+ # restore global cflags/libs
-+ CPPFLAGS=$oCPPFLAGS;LDFLAGS=$oLDFLAGS;CFLAGS=$oCFLAGS
-+
-+
- # ======================================
- # FreeWRL helpers programs
- # ======================================
---- src/plugin/system.h 2009-10-12 08:58:19.000000000 -0400
-+++ src/plugin/system.h 2010-02-04 14:19:35.000000000 -0500
-@@ -108,5 +108,17 @@
- # include <sys/socket.h>
- #endif
-
-+#ifndef HAVE_INT32
-+# define int32 int32_t
-+#endif
-+#ifndef HAVE_UINT32
-+# define uint32 uint32_t
-+#endif
-+#ifndef HAVE_INT16
-+# define int16 int16_t
-+#endif
-+#ifndef HAVE_UINT16
-+# define uint16 uint16_t
-+#endif
-
- #endif /* __FREEWRL_PLUGIN_SYSTEM_H__ */
---- src/plugin/npunix.c 2009-10-05 11:07:24.000000000 -0400
-+++ src/plugin/npunix.c 2010-02-04 15:52:52.000000000 -0500
-@@ -65,6 +65,9 @@
- # define PLUGINDEBUGSTR(msg)
- #endif
-
-+/* fix for int32,uint32,int16,uint16 undefined errors with newer xulrunners */
-+#include <config.h>
-+#include <system.h>
-
- /***********************************************************************
- *
-@@ -256,7 +259,7 @@
- #endif
- }
-
--
- #ifdef MY_JAVA
-+/*
- JRIEnv* NPN_GetJavaEnv()
- {
-@@ -266,6 +269,7 @@
- return (*gNetscapeFuncs.getJavaEnv);
- # endif
- }
-+*/
-
- jref NPN_GetJavaPeer(NPP instance)
- {
-@@ -377,10 +381,10 @@
- NPP_URLNotify(instance, url, reason, notifyData);
- }
-
-+/*JAS
- JRIGlobalRef
- Private_GetJavaClass(void)
- {
--/*JAS
- #ifdef MY_JAVA
- jref clazz = NPP_GetJavaClass();
- #else
-@@ -390,9 +394,9 @@
- JRIEnv* env = NPN_GetJavaEnv();
- return JRI_NewGlobalRef(env, clazz);
- }
--*/
- return NULL;
- }
-+*/
-
- /***********************************************************************
- *
-@@ -533,7 +537,8 @@
- pluginFuncs->urlnotify = (NPP_URLNotifyProcPtr)(Private_URLNotify);
- #endif
- pluginFuncs->event = NULL;
-- pluginFuncs->javaClass = Private_GetJavaClass();
-+/* pluginFuncs->javaClass = Private_GetJavaClass(); */
-+ pluginFuncs->javaClass = NULL;
-
- err = NPP_Initialize();
- }
---- src/lib/world_script/jsVRMLBrowser.c 2010-02-03 17:28:38.000000000 -0500
-+++ src/lib/world_script/jsVRMLBrowser.c 2010-02-03 17:28:02.000000000 -0500
-@@ -107,7 +107,7 @@
-
- /* for setting field values to the output of a CreateVrml style of call */
- /* it is kept at zero, unless it has been used. Then it is reset to zero */
--jsval JSCreate_global_return_val = INT_TO_JSVAL(0);
-+jsval JSCreate_global_return_val;
-
- /* we add/remove routes with this call */
- void jsRegisterRoute(
-@@ -211,6 +211,8 @@
- {
- JSObject *obj;
-
-+JSCreate_global_return_val = INT_TO_JSVAL(0);
-+
- #ifdef JSVERBOSE
- printf("VrmlBrowserInit\n");
- #endif
---- src/lib/Makefile.am 2009-10-28 20:16:50.000000000 -0400
-+++ src/lib/Makefile.am 2010-02-04 11:06:58.000000000 -0500
-@@ -17,14 +17,14 @@
- $(ZLIB_CFLAGS) \
- $(PTHREAD_CFLAGS) \
- $(FREETYPE_CFLAGS) \
-- $(JAVASCRIPT_ENGINE_CFLAGS) \
- $(EXPAT_CFLAGS) \
- $(XML_CFLAGS) \
- $(GL_CFLAGS) \
- $(JPEG_CFLAGS) \
- $(PNG_CFLAGS) \
- $(LIBCURL_CFLAGS) \
-- $(IMLIB2_CFLAGS)
-+ $(IMLIB2_CFLAGS) \
-+ $(JAVASCRIPT_ENGINE_CFLAGS)
-
- EXTERNAL_LIBS = \
- $(ZLIB_LIBS) \