libnfs: update to 2.0.0.
This commit is contained in:
parent
4e273677ef
commit
f2d9353d85
3 changed files with 4 additions and 29 deletions
|
@ -1135,7 +1135,7 @@ libprotobuf-vala.so.0 libprotobuf-vala-0.1.0_1
|
||||||
librlog.so.5 librlog-1.4_1
|
librlog.so.5 librlog-1.4_1
|
||||||
libtinyxml.so.0 tinyxml-2.6.2_1
|
libtinyxml.so.0 tinyxml-2.6.2_1
|
||||||
libbluray.so.2 libbluray-1.0.0_1
|
libbluray.so.2 libbluray-1.0.0_1
|
||||||
libnfs.so.8 libnfs-1.9.7_1
|
libnfs.so.11 libnfs-2.0.0_1
|
||||||
libzip.so.5 libzip-1.2_1
|
libzip.so.5 libzip-1.2_1
|
||||||
libapp.so.0 libapp-20110513_1
|
libapp.so.0 libapp-20110513_1
|
||||||
libluajit-5.1.so.2 LuaJIT-2.0.0_1
|
libluajit-5.1.so.2 LuaJIT-2.0.0_1
|
||||||
|
|
|
@ -1,25 +0,0 @@
|
||||||
--- lib/libnfs.c 2016-10-09 20:23:11.000000000 +0200
|
|
||||||
+++ lib/libnfs.c 2017-02-09 22:11:03.882598292 +0100
|
|
||||||
@@ -64,14 +64,6 @@
|
|
||||||
#include <strings.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
-#ifdef MAJOR_IN_MKDEV
|
|
||||||
-#include <sys/mkdev.h>
|
|
||||||
-#endif
|
|
||||||
-
|
|
||||||
-#ifdef MAJOR_IN_SYSMACROS
|
|
||||||
-#include <sys/sysmacros.h>
|
|
||||||
-#endif
|
|
||||||
-
|
|
||||||
#include <stdio.h>
|
|
||||||
#include <stdarg.h>
|
|
||||||
#include <stdlib.h>
|
|
||||||
@@ -82,6 +74,7 @@
|
|
||||||
#include <sys/types.h>
|
|
||||||
#include <sys/stat.h>
|
|
||||||
#include <fcntl.h>
|
|
||||||
+#include <sys/sysmacros.h>
|
|
||||||
#include "libnfs-zdr.h"
|
|
||||||
#include "slist.h"
|
|
||||||
#include "libnfs.h"
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libnfs'
|
# Template file for 'libnfs'
|
||||||
pkgname=libnfs
|
pkgname=libnfs
|
||||||
version=1.11.0
|
version=2.0.0
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="${pkgname}-${pkgname}-${version}"
|
wrksrc="${pkgname}-${pkgname}-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="libtool pkg-config automake"
|
hostmakedepends="libtool pkg-config automake"
|
||||||
|
@ -10,7 +10,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="https://github.com/sahlberg/libnfs"
|
homepage="https://github.com/sahlberg/libnfs"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="https://github.com/sahlberg/libnfs/archive/$pkgname-${version}.tar.gz"
|
distfiles="https://github.com/sahlberg/libnfs/archive/$pkgname-${version}.tar.gz"
|
||||||
checksum=fc2e45df14d8714ccd07dc2bbe919e45a2e36318bae7f045cbbb883a7854640f
|
checksum=7ea6cd8fa6c461d01091e584d424d28e137d23ff4b65b95d01a3fd0ef95d120e
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue