From 65feefc1179196eb9e4a2682a226ce9c9f021321 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 15 Jul 2012 12:58:22 +0200 Subject: [PATCH] proplib: drop fdatasync patch for now. --- srcpkgs/proplib/patches/switch_to_fdatasync.patch | 11 ----------- srcpkgs/proplib/template | 9 ++++----- 2 files changed, 4 insertions(+), 16 deletions(-) delete mode 100644 srcpkgs/proplib/patches/switch_to_fdatasync.patch diff --git a/srcpkgs/proplib/patches/switch_to_fdatasync.patch b/srcpkgs/proplib/patches/switch_to_fdatasync.patch deleted file mode 100644 index 35f860cd0c..0000000000 --- a/srcpkgs/proplib/patches/switch_to_fdatasync.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- src/prop_object.c.orig 2012-05-15 16:34:56.968699452 +0200 -+++ src/prop_object.c 2012-05-15 16:35:58.796906967 +0200 -@@ -858,7 +858,7 @@ _prop_object_externalize_write_file(cons - goto bad; - } - -- if (fsync(fd) == -1) -+ if (fdatasync(fd) == -1) - goto bad; - - myumask = umask(0); diff --git a/srcpkgs/proplib/template b/srcpkgs/proplib/template index d006727206..074461e16d 100644 --- a/srcpkgs/proplib/template +++ b/srcpkgs/proplib/template @@ -1,14 +1,15 @@ # Template file for 'proplib' pkgname=proplib version=0.6.1 -revision=2 -homepage="http://code.google.com/p/portableproplib" -distfiles="http://portableproplib.googlecode.com/files/$pkgname-$version.tar.xz" +revision=3 build_style=gnu-configure +subpackages="$pkgname-devel" makedepends="zlib-devel" short_desc="Portable Property container object library" maintainer="Juan RP " license="Simplified BSD" +homepage="http://code.google.com/p/portableproplib" +distfiles="http://portableproplib.googlecode.com/files/$pkgname-$version.tar.xz" checksum=b3c4c2432b5c18b58ef09780654280f4e46e17d09e1c186387a8eb00e97653ad long_desc=" The proplib library provides an abstract interface for creating and @@ -25,5 +26,3 @@ long_desc=" This proplib version is the same version than is available on NetBSD, but with the exception that NetBSD specific code has been removed and it has been converted to be built through the GNU autotools." - -subpackages="$pkgname-devel"