summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-10-19 22:57:16 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-10-19 22:57:16 +0200
commitfc4fc1aaba18267786964198a213a2781648a92f (patch)
treeb7884548dcf684222c2fd4c64e47cbcf5fe2fd79 /base
parent71000456e5db52062730b6cdc8e03cf55b940512 (diff)
downloadnutyx-extra-fc4fc1aaba18267786964198a213a2781648a92f.tar.gz
nutyx-extra-fc4fc1aaba18267786964198a213a2781648a92f.tar.bz2
nutyx-extra-fc4fc1aaba18267786964198a213a2781648a92f.tar.xz
nutyx-extra-fc4fc1aaba18267786964198a213a2781648a92f.zip
maj pkg-get#0.4.5-9
Diffstat (limited to 'base')
-rw-r--r--base/pkg-get/.md5sum2
-rw-r--r--base/pkg-get/Pkgfile6
-rw-r--r--base/pkg-get/pkg-get-0.4.5-NuTyX-02.patch (renamed from base/pkg-get/pkg-get-0.4.5-NuTyX-01.patch)11
3 files changed, 15 insertions, 4 deletions
diff --git a/base/pkg-get/.md5sum b/base/pkg-get/.md5sum
index b367c9862..dedc7916f 100644
--- a/base/pkg-get/.md5sum
+++ b/base/pkg-get/.md5sum
@@ -1,4 +1,4 @@
-a7899560ed0004d8d3fda72274dbd44f pkg-get-0.4.5-NuTyX-01.patch
+638354d5e6acbd9143efafcf03c54acf pkg-get-0.4.5-NuTyX-02.patch
5ee169f2f99fc501387219b6b96ca9ef pkg-get-0.4.5.tar.gz
10721fb1fe16ab0305320f9278eb1087 pkg-get.conf
c4cca630bfcc85a3f3b13497aff01310 pkg-repgen.patch
diff --git a/base/pkg-get/Pkgfile b/base/pkg-get/Pkgfile
index 706940505..70a468e88 100644
--- a/base/pkg-get/Pkgfile
+++ b/base/pkg-get/Pkgfile
@@ -6,15 +6,15 @@
name=pkg-get
version=0.4.5
-release=8
+release=9
source=(http://www.varlock.com/files/$name-$version.tar.gz \
- pkg-get-0.4.5-NuTyX-01.patch pkg-get.conf pkg-repgen.patch syn)
+ pkg-get-0.4.5-NuTyX-02.patch pkg-get.conf pkg-repgen.patch syn)
build() {
ARCH_=`uname -m`
cd $name-$version
patch -Np1 -i ../pkg-repgen.patch
- patch -Np1 -i ../pkg-get-$version-NuTyX-01.patch
+ patch -Np1 -i ../pkg-get-$version-NuTyX-02.patch
make PREFIX=$PKG/usr CFGDIR=$PKG/etc install
install -m 755 ../syn $PKG/usr/bin/syn
sed -i "s|CRUX Packages|Paquets NuTyX Architecture $ARCH_|g" $PKG/usr/bin/pkg-repgen
diff --git a/base/pkg-get/pkg-get-0.4.5-NuTyX-01.patch b/base/pkg-get/pkg-get-0.4.5-NuTyX-02.patch
index 7e57babb2..465dafd24 100644
--- a/base/pkg-get/pkg-get-0.4.5-NuTyX-01.patch
+++ b/base/pkg-get/pkg-get-0.4.5-NuTyX-02.patch
@@ -274,3 +274,14 @@
if (@toinst) {
unshift(@toinst, "dummy"); # is shifted later in install sub;
install(@toinst);
+--- pkg-get-0.4.5/scripts/pkg-get.pl.orig 2009-10-17 20:20:51.000000000 +0000
++++ pkg-get-0.4.5/scripts/pkg-get.pl 2009-10-17 16:42:23.000000000 +0000
+@@ -948,7 +948,7 @@
+ printf("%-19s %-19s %-19s\n\n","Package","Installed","Available in the repositories");
+ $gotdiff = 1;
+ }
+- printf("%-19s %-19s %-19s %-19s\n", $pkg{'name'}, $pkg{'instversion'}, $pkg{'version'}."-".$pkg{'release'});
++ printf("%-19s %-19s %-19s\n", $pkg{'name'}, $pkg{'instversion'}, $pkg{'version'}."-".$pkg{'release'});
+ } elsif ($all) { # yeah, it blows, at least avoid to read the locked state twice.
+ if ($gotdiff == 0){
+ print "Differences between installed packages and packages repo:\n\n";