summaryrefslogtreecommitdiff
path: root/extra/netkit-bsd-finger/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2012-02-22 23:09:46 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2012-02-22 23:09:46 -0300
commitf87cdf22eb712b5b1c118f768d4ff710fc839403 (patch)
tree023ff68dc2d6efdb25a8ab8b182a14b8d6a55889 /extra/netkit-bsd-finger/PKGBUILD
parent290a8b0dd73569b6b2d9855be9638d3338c566e0 (diff)
parent1d9fb21dff6df1679e536ab672edcbbdb4cf3a15 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/arp-scan/PKGBUILD community/curlftpfs/PKGBUILD community/dtach/PKGBUILD community/espeakup/PKGBUILD community/g2sc/PKGBUILD community/judy/PKGBUILD community/python-fuse/PKGBUILD community/sisctrl/PKGBUILD extra/avahi/PKGBUILD extra/kdesdk/PKGBUILD extra/nasm/PKGBUILD multilib/lib32-p11-kit/PKGBUILD multilib/lib32-pixman/PKGBUILD testing/xf86-input-synaptics/PKGBUILD
Diffstat (limited to 'extra/netkit-bsd-finger/PKGBUILD')
-rw-r--r--extra/netkit-bsd-finger/PKGBUILD14
1 files changed, 10 insertions, 4 deletions
diff --git a/extra/netkit-bsd-finger/PKGBUILD b/extra/netkit-bsd-finger/PKGBUILD
index 5311af1c9..ad337d708 100644
--- a/extra/netkit-bsd-finger/PKGBUILD
+++ b/extra/netkit-bsd-finger/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 143921 2011-11-30 20:53:59Z andrea $
+# $Id: PKGBUILD 150721 2012-02-21 07:25:55Z andrea $
# Maintainer:
# Contributor: dorphell <dorphell@archlinux.org>
pkgname=netkit-bsd-finger
pkgver=0.17
-pkgrel=6
+pkgrel=7
pkgdesc="BSD-finger ported to Linux"
arch=('i686' 'x86_64' 'mips64el')
url='ftp://ftp.uk.linux.org/pub/linux/Networking/netkit'
@@ -12,13 +12,19 @@ license=('BSD')
depends=('glibc' 'xinetd')
backup=('etc/xinetd.d/finger')
source=("ftp://ftp.archlinux.org/other/${pkgname}/bsd-finger-${pkgver}.tar.gz"
- 'finger.xinetd' 'LICENSE')
+ 'finger.xinetd' 'LICENSE'
+ 'fix-manpage-typo.patch')
md5sums=('52bf281aac8814bf56cdc92f7661ee75'
'a8682004dc8dee356065162bde892b47'
- '5fc568418a0379fc3a358ed1c2523b44')
+ '5fc568418a0379fc3a358ed1c2523b44'
+ '9c4ad79a8df81ade6d1938955f1debbd')
build() {
cd ${srcdir}/bsd-finger-${pkgver}
+
+ # FS#28232
+ patch -p1 -i "${srcdir}"/fix-manpage-typo.patch
+
./configure --prefix=/usr
sed -i 's@include <sys/time.h>@include <time.h>@' finger/lprint.c
sed -i 's@include <sys/time.h>@include <time.h>@' finger/sprint.c