ports/opt (3.6): tcsh: update to 6.22.04
commit 4117a3fe36159494d56c7cda9130da0fc06f389f Author: Juergen Daubert <jue@jue.li> Date: Tue Apr 27 14:37:16 2021 +0200 tcsh: update to 6.22.04 diff --git a/tcsh/.signature b/tcsh/.signature index a7b89dd37..9551cffba 100644 --- a/tcsh/.signature +++ b/tcsh/.signature @@ -1,8 +1,8 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/eGBuixpfHpocZlqdauR8ELZy005YomRKOvbL+mDu5cveNEJBcfjTPrZh+eqAH6E/NeNllBxoi/DtwjjEuyAawg= -SHA256 (Pkgfile) = ef8e9269bea61f77c2508ff593e511a901d8074ba90f3b8f8d5299fc06ebc0df +RWSE3ohX2g5d/S7zmNtFIH6fRSJCHooB98pwuJJazIllsd/GkpAGGI0X7sz4x2SJsdfoMxXf65N6ENtgUXMlryvlJB4aEhAVgQM= +SHA256 (Pkgfile) = fd39cab9367cfdbf8b14e16e8a7348ea4420c3ba8949209cf0ae45f5f24218ec SHA256 (.footprint) = 5be3b3d66028dc2cb65669e82789ccac5fec6fbc7bab98c5cf8a058b9ab185d6 -SHA256 (tcsh-6.22.03.tar.gz) = be2cfd653d2a0c7f506d2dd14c12324ba749bd484037be6df44a3973f52262b7 +SHA256 (tcsh-6.22.04.tar.gz) = eb16356243218c32f39e07258d72bf8b21e62ce94bb0e8a95e318b151397e231 SHA256 (csh.login) = d8b9070db817356c533ae528e54c2885116ce6a900af777c87c784565e3bbbc0 SHA256 (csh.logout) = 0168e96978ee004d743889e6ef6cb1306dea9ffd4fe0d3b3c2e68e2945cd581f SHA256 (csh.cshrc) = 3e2b81c00ab0cf406ef39b598581bfcc0eb9429ba84699f8cc4357cad79455b3 diff --git a/tcsh/Pkgfile b/tcsh/Pkgfile index 8df709bfb..7eb9a8c22 100644 --- a/tcsh/Pkgfile +++ b/tcsh/Pkgfile @@ -1,23 +1,24 @@ # Description: Enhanced version of the Berkeley C shell (csh) -# URL: https://www.tcsh.org -# Maintainer: Juergen Daubert, jue at crux dot nu -# Depends on: ncurses +# URL: https://www.tcsh.org +# Maintainer: Juergen Daubert, jue at crux dot nu +# Depends on: ncurses name=tcsh -version=6.22.03 +version=6.22.04 release=1 source=(ftp://ftp.astron.com/pub/tcsh/$name-$version.tar.gz \ - csh.login csh.logout csh.cshrc) + csh.login csh.logout csh.cshrc) build() { - cd $name-$version + cd $name-$version - ./configure --prefix=/usr --bindir=/bin - make CFLAGS="$CFLAGS -fcommon" - make DESTDIR=$PKG install + ./configure \ + --prefix=/usr \ + --bindir=/bin \ + --disable-nls-catalogs + make + make DESTDIR=$PKG install - rm -r $PKG/usr/share/locale - - install -d $PKG/etc - install -m 644 $SRC/csh.* $PKG/etc + install -d $PKG/etc + install -m 644 $SRC/csh.* $PKG/etc }
participants (1)
-
crux@crux.nu