CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
ports: updated and fixed collections
authorVictor Martinez <pitillo@ono.com>
Tue, 9 Aug 2016 14:19:22 +0000 (14:19 +0000)
committerVictor Martinez <pitillo@ono.com>
Tue, 9 Aug 2016 14:19:22 +0000 (14:19 +0000)
ports/.footprint
ports/.md5sum
ports/Pkgfile
ports/opt-arm.rsync [deleted file]
ports/opt-arm64.rsync [new file with mode: 0644]
ports/xorg-arm.rsync [deleted file]
ports/xorg-arm64.rsync [new file with mode: 0644]

index 4ec415d24bfa5161f552c2426457917368c86569..a58540a0773def1b83abd0dd814f1f3e5f3d02b8 100644 (file)
@@ -4,9 +4,9 @@ drwxr-xr-x      root/root       etc/ports/
 -rw-r--r--     root/root       etc/ports/core-arm64.rsync
 -rw-r--r--     root/root       etc/ports/core.rsync
 drwxr-xr-x     root/root       etc/ports/drivers/
--rw-r--r--     root/root       etc/ports/opt-arm.rsync
+-rw-r--r--     root/root       etc/ports/opt-arm64.rsync
 -rw-r--r--     root/root       etc/ports/opt.rsync
--rw-r--r--     root/root       etc/ports/xorg-arm.rsync
+-rw-r--r--     root/root       etc/ports/xorg-arm64.rsync
 -rw-r--r--     root/root       etc/ports/xorg.rsync
 drwxr-xr-x     root/root       usr/
 drwxr-xr-x     root/root       usr/bin/
index 91b42929c3597d842aba97505e9a4fbadf976f98..a926f5433a142b8ab1355bd8857beb0b811bb63a 100644 (file)
@@ -1,8 +1,8 @@
 50fce84f0327ee5c100f66594024b5f2  contrib.rsync.inactive
 4302ffea9d448303374417f5cfb605d2  core-arm64.rsync
 faedd8944bd5ecc397f73bf73bd624d4  core.rsync
-28d8032789237523d07c04e5c43ffbf3  opt-arm.rsync
+ff09785708a0f8af34aa5dbe6f8353a2  opt-arm64.rsync
 eded5385d3637f1918a82f4409abc64a  opt.rsync
 1f178e2bb1beab9782993931c9832280  ports-1.5.tar.gz
-7024e8d783cff5f3f179550a0c84b1ef  xorg-arm.rsync
+3c1a462992de8230977707537e6e27f9  xorg-arm64.rsync
 c24101073a06fc58a02c99bf5d56bea7  xorg.rsync
index e87c093ddd4fbe6bfaace87d4b49ce1563056eb8..b8eee93af25447396a1804de2d4e77aa7eafcdc6 100644 (file)
@@ -9,12 +9,12 @@ version=1.5
 release=17
 source=(http://crux.nu/files/tools/ports/$name-$version.tar.gz \
         core.rsync opt.rsync xorg.rsync contrib.rsync.inactive \
-        core-arm64.rsync opt-arm.rsync xorg-arm.rsync)
+        core-arm64.rsync opt-arm64.rsync xorg-arm64.rsync)
 
 build () {
-    cd $name-$version
-    make
-    make DESTDIR=$PKG MANDIR=/usr/share/man install
+  cd $name-$version
+  make
+  make DESTDIR=$PKG MANDIR=/usr/share/man install
 
-    install -m 0644 $SRC/*.rsync* $PKG/etc/ports
+  install -m 0644 $SRC/*.rsync* $PKG/etc/ports
 }
diff --git a/ports/opt-arm.rsync b/ports/opt-arm.rsync
deleted file mode 100644 (file)
index 04db905..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-host=crux-arm.nu
-collection=ports/crux-3.2-aarch64/opt-arm/
-destination=/usr/ports/opt-arm
diff --git a/ports/opt-arm64.rsync b/ports/opt-arm64.rsync
new file mode 100644 (file)
index 0000000..7db5181
--- /dev/null
@@ -0,0 +1,3 @@
+host=crux-arm.nu
+collection=ports/crux-3.2/opt-arm64/
+destination=/usr/ports/opt-arm64
diff --git a/ports/xorg-arm.rsync b/ports/xorg-arm.rsync
deleted file mode 100644 (file)
index 21017e7..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-host=crux-arm.nu
-collection=ports/crux-3.2-aarch64/xorg-arm/
-destination=/usr/ports/xorg-arm
diff --git a/ports/xorg-arm64.rsync b/ports/xorg-arm64.rsync
new file mode 100644 (file)
index 0000000..83f0aae
--- /dev/null
@@ -0,0 +1,3 @@
+host=crux-arm.nu
+collection=ports/crux-3.2/xorg-arm64/
+destination=/usr/ports/xorg-arm64