Advertising
advertising
related pastes to tag 'patch'
- 1978489 - [lightspark PATCH] Use LLVM's fl: patch llvm lightspark
-
- From e18194c0e09df04aaa97e6f662ef7e7ff71d8b5e Mon Sep 17 00:00:00 2001
- From: nobled <nobled@dreamwidth.org>
- Date: Sun, 31 Oct 2010 20:19:37 +0000
- Subject: [PATCH] Use LLVM's floating-point operators
- Only the FMul, FAdd, FSub, and FNeg instructions are supposed to be
- used with floating-point operands.
- ---
- 1955727 - staticpublisher on non-default p: patch silverstripe staticpublisher subsites
-
- diff -ru SilverStripe-v2.4.2/cms/code/staticpublisher/FilesystemPublisher.php /var/www/cms/code/staticpublisher/FilesystemPublisher.php
- --- SilverStripe-v2.4.2/cms/code/staticpublisher/FilesystemPublisher.php 2010-06-03 03:12:27.000000000 +0200
- +++ /var/www/cms/code/staticpublisher/FilesystemPublisher.php 2010-10-06 19:00:08.631773422 +0200
- @@ -110,7 +110,8 @@
- if (self::$domain_based_caching) {
- if (!$urlParts) continue; // seriously malformed url here...
- - $filename = $urlParts['host'] . '/' . $filename;
- 1916304 - xwrits lock hooks patch: linux patch diff opensource xwrits hooks
-
- diff -u xwrits-2.26/main.c xwrits/main.c
- --- xwrits-2.26/main.c 2009-04-04 01:17:02.000000000 +0400
- +++ xwrits/main.c 2010-08-13 13:13:36.344975405 +0400
- @@ -10,6 +10,7 @@
- #ifdef HAVE_XINERAMA
- #include <X11/extensions/Xinerama.h>
- #endif
- +#include <signal.h>
- 1599948 - garotosopa: patch transmission
-
- diff -ru transmission-1.75-original/gtk/add-dialog.c transmission-1.75/gtk/add-dialog.c
- --- transmission-1.75-original/gtk/add-dialog.c 2009-10-03 14:03:28.000000000 -0300
- +++ transmission-1.75/gtk/add-dialog.c 2009-10-03 19:30:59.000000000 -0300
- @@ -17,6 +17,7 @@
- #include "file-list.h"
- #include "hig.h"
- #include "tr-prefs.h"
- +#include "libtransmission/utils.h"
- 1583678 - Tor binary on Android Patch: mobile patch tor android
-
- diff --git a/src/common/crypto.c b/src/common/crypto.c
- index 4a61d3f..7925a2c 100644
- --- a/src/common/crypto.c
- +++ b/src/common/crypto.c
- @@ -50,9 +50,9 @@
- #define CRYPTO_PRIVATE
- #include "crypto.h"
- 1487446 - Avahi Patch: patch avahi bssh hotssh
-
- --- avahi-0.6.25/avahi-ui/bssh.c 2008-12-12 16:36:15.000000000 -0500
- +++ avahi-0.6.25.patched/avahi-ui/bssh.c 2009-07-07 16:59:53.673143710 -0400
- @@ -223,6 +223,7 @@
- if (isatty(0) || !getenv("DISPLAY"))
- execlp("ssh", "ssh", "-p", p, "-l", u, h, NULL);
- else {
- + execlp("hotssh", "hotssh", h, NULL);
- execlp("x-terminal-emulator", "x-terminal-emulator", "-T", n, "-e", "ssh", "-p", p, "-l", u, h, NULL);
- 1487434 - Liferea Patch: patch liferea
-
- --- liferea-1.5.15.orig/configure 2009-03-29 05:11:08.000000000 -0400
- +++ liferea-1.5.15/configure 2009-07-07 17:18:42.502143627 -0400
- @@ -1652,7 +1652,8 @@
- --disable-nm compile without NetworkManager support
- --disable-libnotify don't compile the libnotify plugin
- --disable-lua don't compile with LUA scripting support
- - --disable-schemas-install Disable the schemas installation
- + --disable-schemas-install
- 1305898 - rewbs: php patch __call visibility sro
-
- Index: Zend/zend_object_handlers.c
- ===================================================================
- RCS file: /repository/ZendEngine2/zend_object_handlers.c,v
- retrieving revision 1.135.2.6.2.31
- diff -u -w -p -r1.135.2.6.2.31 zend_object_handlers.c
- --- Zend/zend_object_handlers.c 8 Jan 2009 00:39:15 -0000 1.135.2.6.2.31
- +++ Zend/zend_object_handlers.c 11 Jan 2009 12:33:05 -0000
- @@ -849,33 +849,29 @@ static union _zend_function *zend_std_ge
- 1077574 - rewbs: php patch
-
- Index: php_reflection.c
- ===================================================================
- RCS file: /repository/php-src/ext/reflection/php_reflection.c,v
- retrieving revision 1.164.2.33.2.45.2.19
- diff -u -w -p -r1.164.2.33.2.45.2.19 php_reflection.c
- --- php_reflection.c 14 Jul 2008 09:49:03 -0000 1.164.2.33.2.45.2.19
- +++ php_reflection.c 20 Jul 2008 15:32:03 -0000
- @@ -426,7 +426,8 @@ static void _class_string(string *str, z
- 936744 - hdaudio_codecids.h: patch hack oss oss4 travelmate tm4060
-
- /* ... */
- extern int hdaudio_travelmate4060_mixer_init (int dev, hdaudio_mixer_t * mixer, int cad, int top_group);
- const codec_desc_t subdevices[] = {
- /* ... */
- {0x1025160d, "Acer_travelmate4060/ALC260", VF_NONE, (char **) &alc260remap, 0, hdaudio_travelmate4060_mixer_init, 0x10ec0260, 0x1025008f},
- /* ... */
- 936743 - hdaudio_travelmate4060.c: patch hack oss oss4 travelmate tm4060
-
- /*
- *
- * This file is part of Open Sound System.
- *
- * Copyright (C) 2008 Paulo Matias <matias@dotbsd.org>
- *
- * I hereby grant permanent and irrevocable permission for
- * 4Front Technologies to use and sublicense this code
- 881237 - X11 patch for comms/lirc: patch lirc
-
- --- /usr/ports/comms/lirc/Makefile.old Tue Jan 29 17:26:08 2008
- +++ /usr/ports/comms/lirc/Makefile Tue Jan 29 17:29:13 2008
- @@ -17,7 +17,6 @@
- USE_AUTOTOOLS= libtool:15
- USE_BZIP2= yes
- -USE_XLIB= yes
- USE_GETOPT_LONG=yes
- 819180 - gcc 3.3.5 patches for m239 patch ooo m239 gcc-3.3.5
- preview unavailable
- 704461 - Derimon / ascent_patch_pack.patc: patch ascent
-
- Index: src/ascent/Master.cpp
- ===================================================================
- --- src/ascent/Master.cpp (revision 1595)
- +++ src/ascent/Master.cpp (working copy)
- @@ -453,7 +453,16 @@
- data << str;
- sWorld.SendGlobalMessage(&data, NULL);
- }
- 669224 - tomboy-disable-starthere.patch: patch tomboy
-
- Index: tomboy-0.6.0/Tomboy/NoteManager.cs
- ===================================================================
- --- tomboy-0.6.0.orig/Tomboy/NoteManager.cs
- +++ tomboy-0.6.0/Tomboy/NoteManager.cs
- @@ -184,7 +184,10 @@ namespace Tomboy
- links_note_content);
- links_note.QueueSave (true);
- 637366 - openhpi patch: patch
-
- --- a/lib/plugins/stonith/bladehpi.c Fri Jul 27 10:16:24 2007 -0600
- +++ b/lib/plugins/stonith/bladehpi.c Sat Jul 28 14:48:31 2007 -0600
- @@ -36,6 +36,8 @@
- #include <openhpi/SaHpi.h>
- +#define MALLOCT_PI(type) ((type *)(MALLOC(sizeof(type))))
- +
- 615827 - Jon Svato: kernel patch card reader ene sd
-
- /*A patch for proper ENE CB-712/4 SD card reader support.*/
- diff -ruN linux-source-2.6.20/drivers/mmc/host/sdhci.c
- linux-source-2.6.20-patched/drivers/mmc/host/sdhci.c
- --- linux-source-2.6.20/drivers/mmc/host/sdhci.c 2007-04-12
- 19:15:58.000000000 +0200
- +++ linux-source-2.6.20-patched/drivers/mmc/host/sdhci.c 2007-07-10
- 20:37:35.000000000 +0200
- 598756 - wardriver: hostap patch
-
- mort@rainey $ pwd
- /usr/src/linux
- mort@rainey $ ls -alh hostap-kernel-2.6.18.patch
- -rw-r--r-- 1 root root 7,7K 2007-07-01 18:27 hostap-kernel-2.6.18.patch
- mort@rainey $
- mort@rainey $ uname -a
- Linux rainey 2.6.20-16-generic #2 SMP Thu Jun 7 20:19:32 UTC 2007 i686 GNU/Linux
- mort@rainey $ sudo bzcat hostap-kernel-2.6.18.patch | patch -p1