From adf28c1585c9315970fcfc0d26ace7fce2326eec Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Fri, 1 Mar 2019 12:12:13 +0100 Subject: apr: remove after on year in staging Signed-off-by: Michael Olbrich --- rules/apr.in | 14 ---------- rules/apr.make | 80 ---------------------------------------------------------- 2 files changed, 94 deletions(-) delete mode 100644 rules/apr.in delete mode 100644 rules/apr.make (limited to 'rules') diff --git a/rules/apr.in b/rules/apr.in deleted file mode 100644 index 63b8cea12..000000000 --- a/rules/apr.in +++ /dev/null @@ -1,14 +0,0 @@ -## SECTION=staging -## old section: -### SECTION=networking - -config APR - tristate - prompt "apr" - help - APR is Apache's Portable Runtime Library, designed to be a - support library that provides a predictable and consistent - interface to underlying platform-specific implementations. - - STAGING: remove in ptxdist-2019.03.0 - Really old version that needs updating. diff --git a/rules/apr.make b/rules/apr.make deleted file mode 100644 index 90164fe90..000000000 --- a/rules/apr.make +++ /dev/null @@ -1,80 +0,0 @@ -# -*-makefile-*- -# -# Copyright (C) 2012 by Marc Kleine-Budde -# -# See CREDITS for details about who has contributed to this project. -# -# For further information about the PTXdist project and license conditions -# see the README file. -# - -# -# We provide this package -# -PACKAGES-$(PTXCONF_APR) += apr - -# -# Paths and names -# -APR_VERSION := 0.9.20 -APR_MD5 := 6dd59a88ee75b8cdf719a90b5a2f2485 -APR := apr-$(APR_VERSION) -APR_SUFFIX := tar.bz2 -APR_URL := http://archive.apache.org/dist/apr/$(APR).$(APR_SUFFIX) -APR_SOURCE := $(SRCDIR)/$(APR).$(APR_SUFFIX) -APR_DIR := $(BUILDDIR)/$(APR) -APR_LICENSE := Apache-2.0 - -# ---------------------------------------------------------------------------- -# Prepare -# ---------------------------------------------------------------------------- - -APR_CONF_ENV := \ - $(CROSS_ENV) \ - ac_cv_file__dev_zero=yes \ - ac_cv_sizeof_size_t=4 \ - ac_cv_sizeof_ssize_t=4 \ - ac_cv_struct_rlimit=yes \ - apr_cv_mutex_robust_shared=no \ - apr_cv_process_shared_works=yes \ - apr_cv_pthreads_lib="-lpthread" - -# -# autoconf -# -APR_CONF_TOOL := autoconf -APR_CONF_OPT := \ - $(CROSS_AUTOCONF_USR) \ - --enable-threads - -# ---------------------------------------------------------------------------- -# Install -# ---------------------------------------------------------------------------- - -$(STATEDIR)/apr.install.post: - @$(call targetinfo) - @$(call world/install.post, APR) - sed -i -e "s~@SYSROOT@~${PTXDIST_SYSROOT_TARGET}~g" \ - $(PTXDIST_SYSROOT_TARGET)/usr/build/apr_rules.mk - @$(call touch) - -# ---------------------------------------------------------------------------- -# Target-Install -# ---------------------------------------------------------------------------- - -$(STATEDIR)/apr.targetinstall: - @$(call targetinfo) - - @$(call install_init, apr) - @$(call install_fixup, apr,PRIORITY,optional) - @$(call install_fixup, apr,SECTION,base) - @$(call install_fixup, apr,AUTHOR,"Marc Kleine-Budde ") - @$(call install_fixup, apr,DESCRIPTION,missing) - - @$(call install_lib, apr, 0, 0, 0644, libapr-0) - - @$(call install_finish, apr) - - @$(call touch) - -# vim: syntax=make -- cgit v1.2.3