Version: 1.0.4, Package name: hfsplus-1.0.4 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description This package is a set of tools that allow access to HFS+ formatted volumes. HFS+ is a modernized version of Apple Computers HFS Filesystem. In addition in contains the library "libhfsp" which you may use for your own experiments, all the tools are based on this library. (A bit of understanding is still needed however). |
Filesize: 181.114 KB |
Version History (View Complete History) |
|
2021-02-19 20:46:49 by George Koehler | Files touched by this commit (10) |
Log message: fix -fno-common, LP64_ARCHS, HFS+ without wrapper misc/hfsplus is old code from 2002; failed to build with -fno-common; assumed sizeof(long) == 4, which is wrong on LP64_ARCHS; failed when the HFS+ has no HFS wrapper. Thaison Nguyen reported that hpmount always gave an error. - Simplify Makefile by setting AUTORECONF. - Fix LP64_ARCHS by changing UInt32 and like types from long to int. Change many "%ld" to "%d" in printf()s to match. - Apply a patch from Gentoo to fix -fno-common. - Fix HFS+ with no HFS wrapper by setting vol->maxblocks. - In src/copyout.c, fix passing &size to int *lenptr. ok tb@ |
2020-01-26 04:14:34 by Jasper Lievisse Adriaanse | Files touched by this commit (95) |
Log message: update MASTER_SITES where distfiles.nl was used |
2019-07-12 14:47:59 by Stuart Henderson | Files touched by this commit (874) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2017-05-19 17:23:11 by Marc Espie | Files touched by this commit (1) |
Log message: assert gnu89-inline |
2016-10-25 06:25:32 by Jeremie Courreges-Anglas | Files touched by this commit (4) |
Log message: No need to set MODGNU_CONFIG_GUESS_DIRS to its default value. |
2016-03-16 16:37:11 by Christian Weisgerber | Files touched by this commit (2) |
Log message: fix errno declaration |
2015-11-24 02:11:07 by Jasper Lievisse Adriaanse | Files touched by this commit (86) |
Log message: switch distfiles.nl to SSL, setup with security/letsencrypt/client |
2015-05-01 12:04:07 by Antoine Jacoutot | Files touched by this commit (7) |
Log message: Make endian.h includes consistent. |
2015-03-16 12:08:00 by Christian Weisgerber | Files touched by this commit (869) |
Log message: fold lib-only PFRAG.shared into PLIST, regen PLIST, and bump |
2015-01-17 20:16:09 by Christian Weisgerber | Files touched by this commit (3349) |
Log message: Drop remaining MD5/RMD160/SHA1 checksums. |
2011-07-07 05:18:25 by Jasper Lievisse Adriaanse | Files touched by this commit (1) |
Log message: - tweak previous from brad |
2011-06-30 14:18:01 by Jasper Lievisse Adriaanse | Files touched by this commit (1) |
Log message: tweak previous |
2011-06-29 06:25:31 by Jasper Lievisse Adriaanse | Files touched by this commit (1) |
Log message: - fix build with newer libtool |
2011-06-29 06:20:56 by Jasper Lievisse Adriaanse | Files touched by this commit (1) |
Log message: - make this file readable again - add distfile mirror |
2011-04-22 05:37:46 by Stuart Henderson | Files touched by this commit (4) |
Log message: - unbreak the build following NULL changes - remove libutf8 dependency, base locale support seems enough - remove ONLY_FOR_ARCHS, it may possibly be useful on USB drives too not really tested but the port doesn't build as-is and has been on ports@ for most of a week without feedback, so in it goes. |
2011-02-06 09:03:55 by Federico G. Schwindt | Files touched by this commit (9) |
Log message: Unbreak hfsplus. Add libtool to BUILD_DEPENDS as requested by ajacoutot@. ok ajacoutot@ |
2010-11-19 00:23:15 by Marc Espie | Files touched by this commit (332) |
Log message: new depends |
2010-11-05 02:24:51 by Stuart Henderson | Files touched by this commit (55) |
Log message: move to revision/new-style lib_depends |
2009-03-16 13:46:57 by Stuart Henderson | Files touched by this commit (3) |
Log message: autoconf build depends |
2007-11-21 07:30:36 by Antoine Jacoutot | Files touched by this commit (5) |
Log message: - respect CFLAGS - regen patches while here |
2007-09-15 17:54:18 by Michael Erdely | Files touched by this commit (77) |
Log message: Remove surrounding quotes in COMMENT*/PERMIT_* |
2007-07-01 14:56:41 by Alexandre Anriot | Files touched by this commit (2) |
Log message: - remove dead HOMEPAGE. - fix MASTER_SITES. - add WANTLIB tag. - install html documentation. - regen PLIST. checked by steven@ |
2007-04-05 11:41:08 by Marc Espie | Files touched by this commit (80) |
Log message: mostly finish base64 checksum (missing one distfile for dnetc) |
2007-04-01 10:44:20 by Nikolay Sturm | Files touched by this commit (12) |
Log message: really depend on specified autoconf/automake version |
2006-01-19 03:38:02 by Alexandre Anriot | Files touched by this commit (1) |
Log message: remove MODGNU_SHARED_LIBS. ok steven@ naddy@ |
2005-12-25 16:40:43 by Peter Valchev | Files touched by this commit (1) |
Log message: bump PKGNAME after USE_LIBTOOL to be safe per concensus... |
2005-12-25 15:56:32 by Peter Valchev | Files touched by this commit (2) |
Log message: shared libs/libtool |
2005-01-11 00:16:01 by Nikolay Sturm | Files touched by this commit (5) |
Log message: use metaauto for automake |
2005-01-05 10:05:07 by Christian Weisgerber | Files touched by this commit (124) |
Log message: SIZE |
2004-10-13 10:36:35 by Peter Valchev | Files touched by this commit (1) |
Log message: use @lib |
2004-07-22 22:30:26 by Peter Valchev | Files touched by this commit (1) |
Log message: requires new autoconf now |
2003-12-15 14:42:44 by Christian Weisgerber | Files touched by this commit (507) |
Log message: remove WWW lines |
2003-02-25 20:19:58 by David Krause | Files touched by this commit (3) |
Log message: spelling typos ok pvalchev@ brad@ |
2003-02-15 07:37:19 by Marc Espie | Files touched by this commit (1) |
Log message: autoconf fix |
2003-01-04 18:59:34 by Brad Smith | Files touched by this commit (4) |
Log message: upgrade to hfsplus 1.0.4 -- From: drahn@ |