pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/jemalloc/patches Remove unused patch.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/98e75f447fb9
branches:  trunk
changeset: 349210:98e75f447fb9
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Jul 02 11:00:55 2016 +0000

description:
Remove unused patch.

diffstat:

 devel/jemalloc/patches/patch-configure |  31 -------------------------------
 1 files changed, 0 insertions(+), 31 deletions(-)

diffs (35 lines):

diff -r 894477a1e205 -r 98e75f447fb9 devel/jemalloc/patches/patch-configure
--- a/devel/jemalloc/patches/patch-configure    Sat Jul 02 11:00:42 2016 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,31 +0,0 @@
-$NetBSD: patch-configure,v 1.1 2016/02/18 15:51:59 gson Exp $
-
-Remove configure code using git to set version, could be problematic if inside
-a git tree (i.e. pkgsrc-wip)
-
---- configure.orig     2015-10-24 14:57:19.000000000 +0000
-+++ configure
-@@ -6966,23 +6966,6 @@ fi
- 
- 
- 
--if test "x`test ! \"${srcroot}\" && cd \"${srcroot}\"; git rev-parse --is-inside-work-tree 2>/dev/null`" = "xtrue" ; then
--        rm -f "${objroot}VERSION"
--  for pattern in '[0-9].[0-9].[0-9]' '[0-9].[0-9].[0-9][0-9]' \
--                 '[0-9].[0-9][0-9].[0-9]' '[0-9].[0-9][0-9].[0-9][0-9]' \
--                 '[0-9][0-9].[0-9].[0-9]' '[0-9][0-9].[0-9].[0-9][0-9]' \
--                 '[0-9][0-9].[0-9][0-9].[0-9]' \
--                 '[0-9][0-9].[0-9][0-9].[0-9][0-9]'; do
--    if test ! -e "${objroot}VERSION" ; then
--      (test ! "${srcroot}" && cd "${srcroot}"; git describe --long --abbrev=40 --match="${pattern}") > "${objroot}VERSION.tmp" 2>/dev/null
--      if test $? -eq 0 ; then
--        mv "${objroot}VERSION.tmp" "${objroot}VERSION"
--        break
--      fi
--    fi
--  done
--fi
--rm -f "${objroot}VERSION.tmp"
- if test ! -e "${objroot}VERSION" ; then
-   if test ! -e "${srcroot}VERSION" ; then
-     { $as_echo "$as_me:${as_lineno-$LINENO}: result: Missing VERSION file, and unable to generate it; creating bogus VERSION" >&5



Home | Main Index | Thread Index | Old Index