pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Remove patch that is not in distinfo.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/68b0e59447b2
branches:  trunk
changeset: 358117:68b0e59447b2
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Feb 05 13:18:24 2017 +0000

description:
Remove patch that is not in distinfo.

diffstat:

 geography/qgis/patches/patch-cmake_SIPMacros.cmake |  22 -------------------
 multimedia/omxplayer/patches/patch-OMXControl.cpp  |  14 ------------
 multimedia/omxplayer/patches/patch-OMXThread.cpp   |  14 ------------
 sysutils/wbm-time/patches/patch-aa                 |  15 -------------
 sysutils/webmin/patches/patch-al                   |  25 ----------------------
 sysutils/webmin/patches/patch-an                   |  14 ------------
 6 files changed, 0 insertions(+), 104 deletions(-)

diffs (128 lines):

diff -r d32d9c0be6ca -r 68b0e59447b2 geography/qgis/patches/patch-cmake_SIPMacros.cmake
--- a/geography/qgis/patches/patch-cmake_SIPMacros.cmake        Sun Feb 05 13:17:37 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-$NetBSD: patch-cmake_SIPMacros.cmake,v 1.2 2016/07/01 16:15:18 bouyer Exp $
-
-Always use MODULE with ADD_LIBRARY for modules.
-This keeps it enabled whether or not APPLE is defined
-since we have hacks in Makefile to override the APPLE
-define when we are not building an Application Bundlea
-
---- cmake/SIPMacros.cmake.orig 2016-05-20 14:05:10.000000000 +0200
-+++ cmake/SIPMacros.cmake      2016-06-26 14:49:35.000000000 +0200
-@@ -112,11 +112,7 @@
-         DEPENDS ${_abs_module_sip} ${SIP_EXTRA_FILES_DEPEND}
-     )
-     # not sure if type MODULE could be uses anywhere, limit to cygwin for now
--    IF (CYGWIN OR APPLE)
--        ADD_LIBRARY(${_logical_name} MODULE ${_sip_output_files} )
--    ELSE (CYGWIN OR APPLE)
--        ADD_LIBRARY(${_logical_name} SHARED ${_sip_output_files} )
--    ENDIF (CYGWIN OR APPLE)
-+    ADD_LIBRARY(${_logical_name} MODULE ${_sip_output_files} )
-     IF (NOT APPLE)
-         TARGET_LINK_LIBRARIES(${_logical_name} ${PYTHON_LIBRARY})
-     ENDIF (NOT APPLE)
diff -r d32d9c0be6ca -r 68b0e59447b2 multimedia/omxplayer/patches/patch-OMXControl.cpp
--- a/multimedia/omxplayer/patches/patch-OMXControl.cpp Sun Feb 05 13:17:37 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-$NetBSD: patch-OMXControl.cpp,v 1.1 2015/01/18 23:09:25 jmcneill Exp $
-
---- OMXControl.cpp.orig        2015-01-12 15:10:50.000000000 +0000
-+++ OMXControl.cpp
-@@ -2,7 +2,9 @@
- #include <stdlib.h>
- #include <stdint.h>
- #include <sys/mman.h>
-+#if defined(__linux__)
- #include <linux/fb.h>
-+#endif
- #include <string.h>
- #include <dbus/dbus.h>
- 
diff -r d32d9c0be6ca -r 68b0e59447b2 multimedia/omxplayer/patches/patch-OMXThread.cpp
--- a/multimedia/omxplayer/patches/patch-OMXThread.cpp  Sun Feb 05 13:17:37 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-$NetBSD: patch-OMXThread.cpp,v 1.1 2015/11/13 15:12:15 skrll Exp $
-
---- OMXThread.cpp.orig 2015-01-12 15:10:50.000000000 +0000
-+++ OMXThread.cpp
-@@ -41,8 +41,8 @@
- OMXThread::OMXThread()
- {
-   pthread_mutex_init(&m_lock, NULL);
--  pthread_attr_setdetachstate(&m_tattr, PTHREAD_CREATE_JOINABLE);
-   pthread_attr_init(&m_tattr);
-+  pthread_attr_setdetachstate(&m_tattr, PTHREAD_CREATE_JOINABLE);
-   m_thread    = 0;
-   m_bStop     = false;
-   m_running   = false;
diff -r d32d9c0be6ca -r 68b0e59447b2 sysutils/wbm-time/patches/patch-aa
--- a/sysutils/wbm-time/patches/patch-aa        Sun Feb 05 13:17:37 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-aa,v 1.5 2012/12/22 01:34:25 dholland Exp $
-
-Fix typo.
-
---- time/module.info.orig      2012-09-21 18:09:15.000000000 +0000
-+++ time/module.info
-@@ -33,7 +33,7 @@ desc_hu=Rendszeridõ
- novserver=1
- desc_zh_TW.UTF-8=系統æ??é??
- version=1.600
--longdesc=Set the sytem and hardware time either manually or from a time server.
-+longdesc=Set the system and hardware time either manually or from a time server.
- desc_ru_SU=óÉÓÔÅÍÎÏÅ ×ÒÅÍÑ
- desc_ru.UTF-8=СиÑ?Ñ?емное вÑ?емÑ?
- desc_ko_KR.euc=½Ã½ºÅÛ ½Ã°£
diff -r d32d9c0be6ca -r 68b0e59447b2 sysutils/webmin/patches/patch-al
--- a/sysutils/webmin/patches/patch-al  Sun Feb 05 13:17:37 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-$NetBSD: patch-al,v 1.1 2008/07/25 02:55:27 tonnerre Exp $
-
---- file/search.cgi.orig       2007-09-21 23:26:33.000000000 +0200
-+++ file/search.cgi
-@@ -17,16 +17,16 @@ if ($in{'dir'} ne '/') {
-       }
- $cmd = "find ".quotemeta(&unmake_chroot($in{'dir'}))." -name ".quotemeta($in{'match'});
- if ($in{'type'}) {
--      $cmd .= " -type $in{'type'}";
-+      $cmd .= " -type " . quotemeta($in{'type'});
-       }
- if ($in{'user'}) {
--      $cmd .= " -user $in{'user'}";
-+      $cmd .= " -user " . quotemeta($in{'user'});
-       }
- if ($in{'group'}) {
--      $cmd .= " -group $in{'group'}";
-+      $cmd .= " -group " . quotemeta($in{'group'});
-       }
- if ($in{'size'}) {
--      $cmd .= " -size $in{'size'}";
-+      $cmd .= " -size " . quotemeta($in{'size'});
-       }
- if ($in{'xdev'}) {
-       $cmd .= " -mount";
diff -r d32d9c0be6ca -r 68b0e59447b2 sysutils/webmin/patches/patch-an
--- a/sysutils/webmin/patches/patch-an  Sun Feb 05 13:17:37 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-$NetBSD: patch-an,v 1.2 2012/11/02 19:02:51 shattered Exp $
-
---- man/search.cgi.orig        2007-09-21 23:26:43.000000000 +0200
-+++ man/search.cgi
-@@ -255,7 +255,8 @@ if (@rv == 1 && !$in{'check'}) {
-       }
- 
- # Display search results
--$for = join($in{'and'} ? " and " : " or ", map { "<tt>$_</tt>" } @for);
-+$for = join($in{'and'} ? " and " : " or ", map { "<tt>" . &html_escape($_) .
-+      "</tt>" } @for);
- &ui_print_header(&text('search_for', $for), $text{'search_title'}, "");
- if (@rv) {
-       #@rv = sort { $b->[4] <=> $a->[4] } @rv;



Home | Main Index | Thread Index | Old Index