[arch-commits] Commit in zssh/repos/community-x86_64 (7 files)

Kpcyrd kpcyrd at archlinux.org
Fri May 7 19:54:26 UTC 2021


    Date: Friday, May 7, 2021 @ 19:54:26
  Author: kpcyrd
Revision: 928665

archrelease: copy trunk to community-x86_64

Added:
  zssh/repos/community-x86_64/PKGBUILD
    (from rev 928664, zssh/trunk/PKGBUILD)
  zssh/repos/community-x86_64/fix_CPPsymlink.patch
    (from rev 928664, zssh/trunk/fix_CPPsymlink.patch)
  zssh/repos/community-x86_64/fix_use_ptmx_on_arch.patch
    (from rev 928664, zssh/trunk/fix_use_ptmx_on_arch.patch)
  zssh/repos/community-x86_64/source_date_epoch.patch
    (from rev 928664, zssh/trunk/source_date_epoch.patch)
Deleted:
  zssh/repos/community-x86_64/PKGBUILD
  zssh/repos/community-x86_64/fix_CPPsymlink.patch
  zssh/repos/community-x86_64/fix_use_ptmx_on_arch.patch

----------------------------+
 PKGBUILD                   |   83 ++++++++++++++++++++++---------------------
 fix_CPPsymlink.patch       |   20 +++++-----
 fix_use_ptmx_on_arch.patch |   22 +++++------
 source_date_epoch.patch    |   11 +++++
 4 files changed, 75 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-07 19:54:03 UTC (rev 928664)
+++ PKGBUILD	2021-05-07 19:54:26 UTC (rev 928665)
@@ -1,40 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Ross Eldridge <ptepid at ptepid.org>
-# Contributor: Ivo(sh) Musil <ivoshm at gmail.com>
-
-pkgname=zssh
-pkgver=1.5c
-pkgrel=12
-pkgdesc="SSH and Telnet client with ZMODEM file transfer capability"
-arch=("x86_64")
-license=("GPL")
-url="http://zssh.sourceforge.net/"
-depends=("readline")
-source=("https://downloads.sourceforge.net/project/zssh/zssh/1.5/$pkgname-$pkgver.tgz"
-        'fix_use_ptmx_on_arch.patch'
-        'fix_CPPsymlink.patch')
-sha512sums=('799ce3bbea5e94a800f61e6c38879746a579992396304861b7584b6bad967214b811b6bf9aecb36d9d60a15857377cb2fee80b495ad69778903fc45593efeebd'
-            '2d68216fe859d1bcf35e316cf9bf8ed105afb15e27ea00e5ca2e66e433aebf13834fb648e70b544a54a2a135fe65169c6839a67180eb66c724766f4a5ab33725'
-            '5e17325b65cd4f48bbb08d4c986ff5789a29d9657b3fb9828183ba489f231124371e37ef718d4793b52898ea1302f29ebad768866a2322f85a75ae8771ccd607')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  patch -p0 < "$srcdir"/fix_use_ptmx_on_arch.patch
-  patch -p0 < "$srcdir"/fix_CPPsymlink.patch
-
-  rm -r lrzsz-*
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --mandir='${exec_prefix}/share/man'
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -dm755 "$pkgdir"/usr/{bin,share/man/man1}
-  make exec_prefix="$pkgdir"/usr install
-  chmod a+r $pkgdir/usr/bin/*
-}

Copied: zssh/repos/community-x86_64/PKGBUILD (from rev 928664, zssh/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-05-07 19:54:26 UTC (rev 928665)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Ross Eldridge <ptepid at ptepid.org>
+# Contributor: Ivo(sh) Musil <ivoshm at gmail.com>
+
+pkgname=zssh
+pkgver=1.5c
+pkgrel=13
+pkgdesc="SSH and Telnet client with ZMODEM file transfer capability"
+arch=("x86_64")
+license=("GPL")
+url="http://zssh.sourceforge.net/"
+depends=("readline")
+source=("https://downloads.sourceforge.net/project/zssh/zssh/1.5/$pkgname-$pkgver.tgz"
+        'fix_use_ptmx_on_arch.patch'
+        'fix_CPPsymlink.patch'
+        'source_date_epoch.patch')
+sha512sums=('799ce3bbea5e94a800f61e6c38879746a579992396304861b7584b6bad967214b811b6bf9aecb36d9d60a15857377cb2fee80b495ad69778903fc45593efeebd'
+            '2d68216fe859d1bcf35e316cf9bf8ed105afb15e27ea00e5ca2e66e433aebf13834fb648e70b544a54a2a135fe65169c6839a67180eb66c724766f4a5ab33725'
+            '5e17325b65cd4f48bbb08d4c986ff5789a29d9657b3fb9828183ba489f231124371e37ef718d4793b52898ea1302f29ebad768866a2322f85a75ae8771ccd607'
+            '056028c3f6dc31886c9c0b20691e6ceefbf2a44b429ca68f98a73c1e0dc2e61cd183a4cca4de374a01daa86ecc7f55c477e85bd1d98a884b648de5d0180ee5b6')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  patch -p0 < "$srcdir"/fix_use_ptmx_on_arch.patch
+  patch -p0 < "$srcdir"/fix_CPPsymlink.patch
+  patch -p0 < "$srcdir"/source_date_epoch.patch
+
+  rm -r lrzsz-*
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --mandir='${exec_prefix}/share/man'
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -dm755 "$pkgdir"/usr/{bin,share/man/man1}
+  make exec_prefix="$pkgdir"/usr install
+  chmod a+r "$pkgdir"/usr/bin/*
+}

Deleted: fix_CPPsymlink.patch
===================================================================
--- fix_CPPsymlink.patch	2021-05-07 19:54:03 UTC (rev 928664)
+++ fix_CPPsymlink.patch	2021-05-07 19:54:26 UTC (rev 928665)
@@ -1,10 +0,0 @@
---- configure	2014-08-17 15:11:40.382633891 +1000
-+++ ../fix/configure	2014-08-17 15:17:24.110722666 +1000
-@@ -52,6 +52,7 @@
- oldincludedir='/usr/include'
- infodir='${prefix}/info'
- mandir='${prefix}/man'
-+CPPFLAGS="$CPPFLAGS -O2"
- 
- # Initialize some other variables.
- subdirs=

Copied: zssh/repos/community-x86_64/fix_CPPsymlink.patch (from rev 928664, zssh/trunk/fix_CPPsymlink.patch)
===================================================================
--- fix_CPPsymlink.patch	                        (rev 0)
+++ fix_CPPsymlink.patch	2021-05-07 19:54:26 UTC (rev 928665)
@@ -0,0 +1,10 @@
+--- configure	2014-08-17 15:11:40.382633891 +1000
++++ ../fix/configure	2014-08-17 15:17:24.110722666 +1000
+@@ -52,6 +52,7 @@
+ oldincludedir='/usr/include'
+ infodir='${prefix}/info'
+ mandir='${prefix}/man'
++CPPFLAGS="$CPPFLAGS -O2"
+ 
+ # Initialize some other variables.
+ subdirs=

Deleted: fix_use_ptmx_on_arch.patch
===================================================================
--- fix_use_ptmx_on_arch.patch	2021-05-07 19:54:03 UTC (rev 928664)
+++ fix_use_ptmx_on_arch.patch	2021-05-07 19:54:26 UTC (rev 928665)
@@ -1,11 +0,0 @@
---- configure.orig	2015-12-18 14:48:28.000000000 +0100
-+++ configure	2015-12-18 15:01:39.619986497 +0100
-@@ -1893,7 +1893,7 @@
- 
-   echo "$ac_t""getpseudotty" 1>&6
- else
--if test -c /dev/ptmx && test -c /dev/pts/0
-+if test -c /dev/ptmx
- then
-   cat >> confdefs.h <<\EOF
- #define HAVE_DEV_PTMX 1

Copied: zssh/repos/community-x86_64/fix_use_ptmx_on_arch.patch (from rev 928664, zssh/trunk/fix_use_ptmx_on_arch.patch)
===================================================================
--- fix_use_ptmx_on_arch.patch	                        (rev 0)
+++ fix_use_ptmx_on_arch.patch	2021-05-07 19:54:26 UTC (rev 928665)
@@ -0,0 +1,11 @@
+--- configure.orig	2015-12-18 14:48:28.000000000 +0100
++++ configure	2015-12-18 15:01:39.619986497 +0100
+@@ -1893,7 +1893,7 @@
+ 
+   echo "$ac_t""getpseudotty" 1>&6
+ else
+-if test -c /dev/ptmx && test -c /dev/pts/0
++if test -c /dev/ptmx
+ then
+   cat >> confdefs.h <<\EOF
+ #define HAVE_DEV_PTMX 1

Copied: zssh/repos/community-x86_64/source_date_epoch.patch (from rev 928664, zssh/trunk/source_date_epoch.patch)
===================================================================
--- source_date_epoch.patch	                        (rev 0)
+++ source_date_epoch.patch	2021-05-07 19:54:26 UTC (rev 928665)
@@ -0,0 +1,11 @@
+--- Makefile.in
++++ Makefile.in
+@@ -125,7 +125,7 @@
+ 
+ 
+ version.h : force
+-	echo '#define ZSSH_VERSION "' `cat VERSION` ', built' `date` '"' > version.h
++	echo '#define ZSSH_VERSION "' `cat VERSION` ', built' `date -ud @$$SOURCE_DATE_EPOCH` '"' > version.h
+ 
+ fun.h : $(SRC)
+ 	protos -o fun.h $(SRC)



More information about the arch-commits mailing list