aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorDan Theisen <djt@hxx.in>2018-06-06 02:38:22 -0700
committerNatanael Copa <ncopa@alpinelinux.org>2018-06-07 07:43:13 +0000
commit184585c046cdd56512f1a76e426dd799b368f8cf (patch)
tree1772dc71e3667f4fd4484d89f3ebb7fe60cc5a25 /testing
parent938d6f0c37a674f9e60163bc4558ef9fbd7efb7d (diff)
downloadaports-184585c046cdd56512f1a76e426dd799b368f8cf.tar.bz2
aports-184585c046cdd56512f1a76e426dd799b368f8cf.tar.xz
community/tcsh: fix tests, promote to community
fixes #8660
Diffstat (limited to 'testing')
-rw-r--r--testing/tcsh/001-sysmalloc.patch15
-rw-r--r--testing/tcsh/APKBUILD38
-rw-r--r--testing/tcsh/tcsh.post-install3
l---------testing/tcsh/tcsh.post-upgrade1
-rw-r--r--testing/tcsh/tcsh.pre-deinstall3
5 files changed, 0 insertions, 60 deletions
diff --git a/testing/tcsh/001-sysmalloc.patch b/testing/tcsh/001-sysmalloc.patch
deleted file mode 100644
index b22c018983..0000000000
--- a/testing/tcsh/001-sysmalloc.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- a/config_f.h
-+++ b/config_f.h
-@@ -139,11 +139,8 @@
- * This can be much slower and no memory statistics will be
- * provided.
- */
--#if defined(__MACHTEN__) || defined(PURIFY) || defined(MALLOC_TRACE) || defined(_OSD_POSIX) || defined(__MVS__) || defined (__CYGWIN__) || defined(__GLIBC__) || defined(__OpenBSD__) || defined(__APPLE__) || defined (__ANDROID__)
-+
- # define SYSMALLOC
--#else
--# undef SYSMALLOC
--#endif
-
- /*
- * USE_ACCESS Use access(2) rather than stat(2) when POSIX is defined.
diff --git a/testing/tcsh/APKBUILD b/testing/tcsh/APKBUILD
deleted file mode 100644
index 3c713ab412..0000000000
--- a/testing/tcsh/APKBUILD
+++ /dev/null
@@ -1,38 +0,0 @@
-# Contributor:
-# Maintainer:
-pkgname=tcsh
-pkgver=6.20.00
-pkgrel=2
-pkgdesc="extended C-shell"
-url="http://www.tcsh.org"
-arch="all"
-license="BSD"
-depends=""
-makedepends="ncurses-dev"
-install="$pkgname.post-install $pkgname.post-upgrade $pkgname.pre-deinstall"
-subpackages="$pkgname-doc"
-source="ftp://ftp.astron.com/pub/tcsh/${pkgname}-${pkgver}.tar.gz
- 001-sysmalloc.patch"
-builddir="$srcdir/tcsh-$pkgver"
-
-build() {
- cd "$builddir"
- ./configure \
- --build=$CBUILD \
- --host=$CHOST \
- --prefix=/usr \
- --bindir=/bin \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info \
- --disable-nls
- make
-}
-
-package() {
- cd "$builddir"
- make DESTDIR="$pkgdir" install
- rm -rf "$pkgdir"/usr/share/locale
-}
-
-sha512sums="c5635393c22341e62fb9a0b953ddf8871a876ab09deb08c98237f93afa9257b4a3381d1db65eefe769e22ef845db29ab7bc78773f1f609d73c8205689a6683e9 tcsh-6.20.00.tar.gz
-40149d8eb2fc0fe5184f3c24c7a1b728e881cc0048ccd37a986c3b2d2094499ec1c37ae2bae4c209fb8a847aa943e83e81f79e3d2f55c59990bc00d9d07f5a94 001-sysmalloc.patch"
diff --git a/testing/tcsh/tcsh.post-install b/testing/tcsh/tcsh.post-install
deleted file mode 100644
index 7342c5e721..0000000000
--- a/testing/tcsh/tcsh.post-install
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-add-shell '/bin/tcsh'
-exit 0
diff --git a/testing/tcsh/tcsh.post-upgrade b/testing/tcsh/tcsh.post-upgrade
deleted file mode 120000
index 180542a18b..0000000000
--- a/testing/tcsh/tcsh.post-upgrade
+++ /dev/null
@@ -1 +0,0 @@
-tcsh.post-install \ No newline at end of file
diff --git a/testing/tcsh/tcsh.pre-deinstall b/testing/tcsh/tcsh.pre-deinstall
deleted file mode 100644
index 9e2e34c1c5..0000000000
--- a/testing/tcsh/tcsh.pre-deinstall
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-remove-shell '/bin/tcsh'
-exit 0