From 40bdb5755d05ac1169042efd83c52551faaf8f01 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Tue, 19 May 2020 18:28:31 +0300 Subject: git: remove wrong fork --- testing/git/build | 67 --------------------------------------------------- testing/git/checksums | 7 ------ testing/git/depends | 4 --- testing/git/sources | 9 ------- testing/git/version | 1 - 5 files changed, 88 deletions(-) delete mode 100755 testing/git/build delete mode 100644 testing/git/checksums delete mode 100644 testing/git/depends delete mode 100644 testing/git/sources delete mode 100644 testing/git/version (limited to 'testing') diff --git a/testing/git/build b/testing/git/build deleted file mode 100755 index 419432e1..00000000 --- a/testing/git/build +++ /dev/null @@ -1,67 +0,0 @@ -#!/bin/sh -e -# Git build with git-send-email perl garbage enabled :c - -( - cd ssleay - PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor - make - make DESTDIR="$1" install -) - -( - cd uri - perl Makefile.PL INSTALLDIRS=vendor - make - make DESTDIR="$1" install -) - -( - cd socket-ssl - yes | perl Makefile.PL INSTALLDIRS=vendor - make - make DESTDIR="$1" install -) - -( - cd sasl - PERL_USE_UNSAFE_INC=1 \ - PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor - make - make pure_install DESTDIR="$1" -) - -( - cd ssl - perl Makefile.PL INSTALLDIRS=vendor - make - make DESTDIR="$1" install - find "$1" \( -name '.packlist' -o -name '*.pod' \) -exec rm -rf {} + -) - -export CFLAGS="$CFLAGS -fPIC" - -cat > config.mak <