Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'patch'

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