diff options
author | tv <tv> | 2005-03-10 14:07:29 +0000 |
---|---|---|
committer | tv <tv> | 2005-03-10 14:07:29 +0000 |
commit | 063af41dfda1e231a218a39d36a3fdc8949c614a (patch) | |
tree | 66c16e90fa2e67e0b31ef9c4e4a52283f5e7d7f0 | |
parent | bacf1017b493f231303ea3cb35471b0248de1fdf (diff) | |
download | pkgsrc-063af41dfda1e231a218a39d36a3fdc8949c614a.tar.gz |
Remove call to sync(2). It's not providing anything useful here, it's
nonportable, and it's not available on Interix either.
-rw-r--r-- | graphics/fujiplay/Makefile | 5 | ||||
-rw-r--r-- | graphics/fujiplay/distinfo | 4 | ||||
-rw-r--r-- | graphics/fujiplay/patches/patch-aa | 10 |
3 files changed, 13 insertions, 6 deletions
diff --git a/graphics/fujiplay/Makefile b/graphics/fujiplay/Makefile index 6c2f4913fc6..3672da678c2 100644 --- a/graphics/fujiplay/Makefile +++ b/graphics/fujiplay/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.8 2005/02/21 20:26:11 hubertf Exp $ +# $NetBSD: Makefile,v 1.9 2005/03/10 14:07:29 tv Exp $ # DISTNAME= fujiplay PKGNAME= fujiplay-1.33 +PKGREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://topo.math.u-psud.fr/~bousch/ EXTRACT_SUFX= .tgz @@ -14,7 +15,7 @@ COMMENT= Download pictures from some Fujifilm digital cameras DIST_SUBDIR= fujiplay-1.33 WRKSRC= ${WRKDIR} -post-patch: +xpost-patch: cd ${WRKSRC} ; ${MV} fujiplay.c fujiplay.c.orig2 ; \ ${SED} \ -e '791,794s/^/"/g' \ diff --git a/graphics/fujiplay/distinfo b/graphics/fujiplay/distinfo index 12883e5b76f..4d4c88d9fef 100644 --- a/graphics/fujiplay/distinfo +++ b/graphics/fujiplay/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.5 2005/02/24 08:45:05 agc Exp $ +$NetBSD: distinfo,v 1.6 2005/03/10 14:07:29 tv Exp $ SHA1 (fujiplay-1.33/fujiplay.tgz) = 6a2a42a87bb78d5eeeb040afb72636aa0aed692c RMD160 (fujiplay-1.33/fujiplay.tgz) = 91cbf301bd8e67a5753748d675ee1294c7d31ad7 Size (fujiplay-1.33/fujiplay.tgz) = 12588 bytes -SHA1 (patch-aa) = 7b5c2ed2393cae5a470bd063486460919ec0ada9 +SHA1 (patch-aa) = b52f974684e094967fac1997b2e3eb0b10698e54 SHA1 (patch-ab) = 9218c7987561e25987b509ead9e70cd4b5e35e24 diff --git a/graphics/fujiplay/patches/patch-aa b/graphics/fujiplay/patches/patch-aa index 4f8d2e7c443..ef42996a4ff 100644 --- a/graphics/fujiplay/patches/patch-aa +++ b/graphics/fujiplay/patches/patch-aa @@ -1,6 +1,6 @@ -$NetBSD: patch-aa,v 1.2 2004/05/27 22:20:00 hubertf Exp $ +$NetBSD: patch-aa,v 1.3 2005/03/10 14:07:29 tv Exp $ ---- fujiplay.c.orig 1999-02-23 10:30:31.000000000 +0100 +--- fujiplay.c.orig 1999-02-23 04:30:31.000000000 -0500 +++ fujiplay.c @@ -36,5 +36,5 @@ #endif @@ -78,3 +78,9 @@ $NetBSD: patch-aa,v 1.2 2004/05/27 22:20:00 hubertf Exp $ +" DSCxxxxx.JPG Files to delete or to upload into the camera\n"; const char *Copyright = "\ +@@ -985,5 +984,4 @@ set_date_from_arg: + } + if (delete_after) { +- sync(); + deleted = 0; + for (c = pictures; c > 0; c--) |