tRemove expat library - mkports - recipes for building multiple softwares with mk(1)
 (HTM) git clone git://z3bra.org/mkports
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
 (DIR) commit 5db16383ad9bef318274b3e7737e4357fbf8589c
 (DIR) parent c1b57dd0e94b3d8b3e40a4ac921f1f4a32f78b8d
 (HTM) Author: z3bra <willyatmailoodotorg>
       Date:   Sat, 13 Feb 2016 15:39:31 +0100
       
       Remove expat library
       
       Diffstat:
         D libexpat/mkfile                     |       6 ------
         D libexpat/patches/000-musl-config_s… |      22 ----------------------
       
       2 files changed, 0 insertions(+), 28 deletions(-)
       ---
 (DIR) diff --git a/libexpat/mkfile b/libexpat/mkfile
       t@@ -1,6 +0,0 @@
       -pkg = libexpat
       -ver = 2.0.1
       -url = http://downloads.sourceforge.net/expat/expat-$ver.tar.gz
       -
       -<../config.mk
       -<../default.mk
 (DIR) diff --git a/libexpat/patches/000-musl-config_sub.diff b/libexpat/patches/000-musl-config_sub.diff
       t@@ -1,22 +0,0 @@
       -diff -urN a/conftools/config.sub b/conftools/config.sub
       ---- a/conftools/config.sub        2006-09-22 16:42:54.000000000 +0200
       -+++ b/conftools/config.sub        2016-01-22 20:56:15.879972421 +0100
       -@@ -120,7 +120,7 @@
       - # Here we must recognize all the valid KERNEL-OS combinations.
       - maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
       - case $maybe_os in
       --  nto-qnx* | linux-gnu* | linux-dietlibc | linux-newlib* | linux-uclibc* | \
       -+  nto-qnx* | linux-gnu* | linux-musl | linux-dietlibc | linux-newlib* | linux-uclibc* | \
       -   uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | \
       -   storm-chaos* | os2-emx* | rtmk-nova*)
       -     os=-$maybe_os
       -@@ -1243,6 +1243,9 @@
       -         -mac*)
       -                 os=`echo $os | sed -e 's|mac|macos|'`
       -                 ;;
       -+        -linux-musl)
       -+                os=-linux-musl
       -+                ;;
       -         -linux-dietlibc)
       -                 os=-linux-dietlibc
       -                 ;;