ports/opt (3.0): libtirpc: update to 0.2.3
commit 8a850385a100e52dcfe9213e08324ddcde059e22 Author: Juergen Daubert <jue@jue.li> Date: Sat Feb 16 15:40:33 2013 +0100 libtirpc: update to 0.2.3 diff --git a/libtirpc/.md5sum b/libtirpc/.md5sum index 2fe3c44..7fd19c1 100644 --- a/libtirpc/.md5sum +++ b/libtirpc/.md5sum @@ -1 +1 @@ -74c41c15c2909f7d11d9c7bfa7db6273 libtirpc-0.2.2.tar.bz2 +b70e6c12a369a91e69fcc3b9feb23d61 libtirpc-0.2.3.tar.bz2 diff --git a/libtirpc/Pkgfile b/libtirpc/Pkgfile index bbf6853..be2c66f 100644 --- a/libtirpc/Pkgfile +++ b/libtirpc/Pkgfile @@ -3,25 +3,17 @@ # URL: http://nfsv4.bullopensource.org/doc/tirpc_rpcbind.php name=libtirpc -version=0.2.2 -release=4 +version=0.2.3 +release=1 source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-$version...) build() { cd $name-$version - # revert - # http://git.infradead.org/users/steved/libtirpc.git/patch/9bdcba10aa67ce3f678... - # because it breaks linking of other applications against libtirpc - sed -i 's/des_crypt\.c//' src/Makefile.am + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --mandir=/usr/man - # autmake 1.13 - sed -i 's/^AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.ac - - aclocal - automake - - ./configure --prefix=/usr --mandir=/usr/man make make DESTDIR=$PKG install }
participants (1)
-
crux@crux.nu