pkgsrc-WIP-changes archive

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

uTox-git: Drop a patch applied upstream



Module Name:	pkgsrc-wip
Committed By:	Mateusz Poszwa <old4%o2.pl@localhost>
Pushed By:	f8l
Date:		Mon Sep 18 21:21:38 2017 +0200
Changeset:	23fd69a4584d7e23a6ed8b1bae5595c44f6ee480

Modified Files:
	uTox-git/distinfo
Removed Files:
	uTox-git/patches/patch-CMakeLists.txt

Log Message:
uTox-git: Drop a patch applied upstream

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=23fd69a4584d7e23a6ed8b1bae5595c44f6ee480

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 uTox-git/distinfo                     |  1 -
 uTox-git/patches/patch-CMakeLists.txt | 46 -----------------------------------
 2 files changed, 47 deletions(-)

diffs:
diff --git a/uTox-git/distinfo b/uTox-git/distinfo
index 68f473e7a5..afc76512f4 100644
--- a/uTox-git/distinfo
+++ b/uTox-git/distinfo
@@ -1,3 +1,2 @@
 $NetBSD$
 
-SHA1 (patch-CMakeLists.txt) = a8a44c133c8ba2be5ac4b595540a0460c1a98ee0
diff --git a/uTox-git/patches/patch-CMakeLists.txt b/uTox-git/patches/patch-CMakeLists.txt
deleted file mode 100644
index 92ed239580..0000000000
--- a/uTox-git/patches/patch-CMakeLists.txt
+++ /dev/null
@@ -1,46 +0,0 @@
-$NetBSD$
-
-Don't look for all Toxcore libs by default.
-See: https://github.com/uTox/uTox/pull/1056
-
---- CMakeLists.txt.orig	2017-09-17 11:43:11.834820157 +0000
-+++ CMakeLists.txt
-@@ -262,18 +262,26 @@ if(ENABLE_AUTOUPDATE)
-     add_cflag("-DENABLE_AUTOUPDATE=1")
- endif()
- 
--find_package(libtox REQUIRED COMPONENTS
--    toxencryptsave
--    toxav
--    toxcore
--    toxgroup
--    toxmessenger
--    toxfriends
--    toxdht
--    toxnetcrypto
--    toxcrypto
--    toxnetwork
--)
-+if(TOXCORE_STATIC)
-+    find_package(libtox REQUIRED COMPONENTS
-+        toxencryptsave
-+        toxav
-+        toxcore
-+        toxgroup
-+        toxmessenger
-+        toxfriends
-+        toxdht
-+        toxnetcrypto
-+        toxcrypto
-+        toxnetwork
-+    )
-+else()
-+    find_package(libtox REQUIRED COMPONENTS
-+        toxencryptsave
-+        toxav
-+        toxcore
-+    )
-+endif()
- 
- include_directories(${LIBTOX_INCLUDE_DIRS})
- 


Home | Main Index | Thread Index | Old Index