pkgsrc-WIP-changes archive

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

vlc-git: Drop local patch for shell portability



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sun Mar 18 03:45:55 2018 +0100
Changeset:	1e53abd412281503008d2a7cc8f585e73e10b7d3

Modified Files:
	vlc-git/distinfo
Removed Files:
	vlc-git/patches/patch-configure.ac

Log Message:
vlc-git: Drop local patch for shell portability

Merged upstream.

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

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

diffstat:
 vlc-git/distinfo                   |  1 -
 vlc-git/patches/patch-configure.ac | 13 -------------
 2 files changed, 14 deletions(-)

diffs:
diff --git a/vlc-git/distinfo b/vlc-git/distinfo
index 18ba8ff16b..54791c926f 100644
--- a/vlc-git/distinfo
+++ b/vlc-git/distinfo
@@ -5,6 +5,5 @@ RMD160 (vlc-3.0.0.tar.xz) = c0ad23fdf03ae5c9524ed05c7bc0d63745587287
 SHA512 (vlc-3.0.0.tar.xz) = 9bdc64e16ddd2e8d2693179f2fcac8462d7defff186262a049ba325ef00882fbd75a9d323b506ba06876a8168fd5e90319837c8dcd136b206161e67748c2a9f7
 Size (vlc-3.0.0.tar.xz) = 25191148 bytes
 SHA1 (patch-compat_Makefile.am) = 9f796bf1bc044527092d4ca35f51087618e14cf0
-SHA1 (patch-configure.ac) = c64e217af5097b24b17e1b134d640a9477e3e5d5
 SHA1 (patch-modules_access_http_Makefile.am) = 522b08c778ba967e5c86e25d40914b5f55f2a37a
 SHA1 (patch-modules_codec_x264.c) = 575c0efc3d3cbf17c99cd7dcdbc34b84e9e52191
diff --git a/vlc-git/patches/patch-configure.ac b/vlc-git/patches/patch-configure.ac
deleted file mode 100644
index efdd8c3484..0000000000
--- a/vlc-git/patches/patch-configure.ac
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD$
-
---- configure.ac.orig	2018-03-17 20:50:20.000000000 +0000
-+++ configure.ac
-@@ -4196,7 +4196,7 @@ AS_IF([test "${SYS}" = "mingw32"], [
-     dnl
-     AC_PATH_PROG([SEVENZIP], [7z], [7z])
- ])
--AM_CONDITIONAL(HAVE_MAKENSIS, [test "x$MAKENSIS" != "xno" && test "$nsis_version_ok" == "yes"])
-+AM_CONDITIONAL(HAVE_MAKENSIS, [test "x$MAKENSIS" != "xno" && test "$nsis_version_ok" = "yes"])
- 
- dnl
- dnl Check wether we have the PROCESS_MITIGATION_IMAGE_LOAD_POLICY 


Home | Main Index | Thread Index | Old Index