CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
pkgutils: deleted port, since core-arm/pkgutils includes -march=native
authorVictor Martinez <pitillo@ono.com>
Mon, 14 Dec 2015 20:11:53 +0000 (21:11 +0100)
committerVictor Martinez <pitillo@ono.com>
Mon, 14 Dec 2015 20:11:53 +0000 (21:11 +0100)
pkgutils/.footprint [deleted file]
pkgutils/.md5sum [deleted file]
pkgutils/Pkgfile [deleted file]
pkgutils/pkgmk.conf.patch [deleted file]

diff --git a/pkgutils/.footprint b/pkgutils/.footprint
deleted file mode 100644 (file)
index e49fe87..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-drwxr-xr-x     root/root       etc/
--rw-r--r--     root/root       etc/pkgadd.conf
--rw-r--r--     root/root       etc/pkgmk.conf
--rw-r--r--     root/root       etc/rejmerge.conf
-drwxr-xr-x     root/root       usr/
-drwxr-xr-x     root/root       usr/bin/
--rwxr-xr-x     root/root       usr/bin/pkgadd
-lrwxrwxrwx     root/root       usr/bin/pkginfo -> pkgadd
--rwxr-xr-x     root/root       usr/bin/pkgmk
-lrwxrwxrwx     root/root       usr/bin/pkgrm -> pkgadd
--rwxr-xr-x     root/root       usr/bin/rejmerge
-drwxr-xr-x     root/root       usr/man/
-drwxr-xr-x     root/root       usr/man/man5/
--rw-r--r--     root/root       usr/man/man5/pkgmk.conf.5.gz
-drwxr-xr-x     root/root       usr/man/man8/
--rw-r--r--     root/root       usr/man/man8/pkgadd.8.gz
--rw-r--r--     root/root       usr/man/man8/pkginfo.8.gz
--rw-r--r--     root/root       usr/man/man8/pkgmk.8.gz
--rw-r--r--     root/root       usr/man/man8/pkgrm.8.gz
--rw-r--r--     root/root       usr/man/man8/rejmerge.8.gz
diff --git a/pkgutils/.md5sum b/pkgutils/.md5sum
deleted file mode 100644 (file)
index f9bad36..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-51c040b3081c750b321f0fe159c0f9a1  pkgmk.conf.patch
-5f4ba23340492548ebf58b0ce7109e69  pkgutils-5.35.6.tar.gz
diff --git a/pkgutils/Pkgfile b/pkgutils/Pkgfile
deleted file mode 100644 (file)
index c87e910..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-# Description: A set of utilities to manage software packages 
-# URL: http://crux.nu/gitweb/?p=tools/pkgutils.git
-# Maintainer: CRUX System Team, core-ports at crux dot nu
-# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
-# Depends on: libarchive
-
-name=pkgutils
-version=5.35.6
-release=1
-source=(http://crux.nu/files/$name-$version.tar.gz \
-        pkgmk.conf.patch)
-
-build () {
-  cd $name-$version
-  patch -p0 -i $SRC/pkgmk.conf.patch
-  sed -i -e "s|\--static||g" -e "s|\-static||g" Makefile
-  make DESTDIR=$PKG install
-}
diff --git a/pkgutils/pkgmk.conf.patch b/pkgutils/pkgmk.conf.patch
deleted file mode 100644 (file)
index 76c494b..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
---- pkgmk.conf.orig    2014-10-16 15:59:34.057394811 +0000
-+++ pkgmk.conf 2014-10-16 16:00:18.437371591 +0000
-@@ -2,9 +2,8 @@
- # /etc/pkgmk.conf: pkgmk(8) configuration
- #
--export CFLAGS="-O2 -march=x86-64 -pipe"
--export CXXFLAGS="${CFLAGS}"
--
-+export CFLAGS="-O2 -pipe -mfloat-abi=hard -mcpu=cortex-a7 -mfpu=neon-vfpv4"
-+export CXXFLAGS="$CFLAGS"
- # export MAKEFLAGS="-j2"
- case ${PKGMK_ARCH} in