ports/core (2.3): openssh: forced rebuild for new openssl version
commit 3574bbd2acb000d51842c290c2dda3d179799696 Author: Juergen Daubert <jue@jue.li> Date: Sun Oct 21 14:10:25 2007 +0200 openssh: forced rebuild for new openssl version diff --git a/openssh/Pkgfile b/openssh/Pkgfile index fd6a748..76a0f7e 100644 --- a/openssh/Pkgfile +++ b/openssh/Pkgfile @@ -5,21 +5,21 @@ name=openssh version=4.7p1 -release=1 +release=2 source=(ftp://openbsd.informatik.uni-erlangen.de/pub/OpenBSD/OpenSSH/portable/$name-$version.tar.gz sshd) build() { cd $name-$version ./configure --prefix=/usr \ - --libexecdir=/usr/lib/ssh \ - --sysconfdir=/etc/ssh \ - --with-mantype=man \ - --mandir=/usr/man \ - --with-tcp-wrappers \ - --with-md5-passwords \ - --with-privsep-user=nobody \ - --with-privsep-path=/var/empty \ - --with-xauth=/usr/bin/xauth + --libexecdir=/usr/lib/ssh \ + --sysconfdir=/etc/ssh \ + --with-mantype=man \ + --mandir=/usr/man \ + --with-tcp-wrappers \ + --with-md5-passwords \ + --with-privsep-user=nobody \ + --with-privsep-path=/var/empty \ + --with-xauth=/usr/bin/xauth make make DESTDIR=$PKG install install -D -m 755 ../sshd $PKG/etc/rc.d/sshd
participants (1)
-
crux@crux.nu