Commit Graph

43 Commits

Author SHA1 Message Date
naddy c715eab9a5 drop RCS Ids 2022-03-11 19:38:05 +00:00
gkoehler 2719af69f9 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@
2021-02-20 03:46:48 +00:00
jasper c0d71858db update MASTER_SITES where distfiles.nl was used 2020-01-26 11:14:29 +00:00
sthen 3318ced016 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:46:54 +00:00
espie dfe564c22b assert gnu89-inline 2017-05-19 23:23:11 +00:00
jca 6b1847a060 No need to set MODGNU_CONFIG_GUESS_DIRS to its default value. 2016-10-25 12:25:32 +00:00
naddy c32841f4bd fix errno declaration 2016-03-16 22:37:11 +00:00
jasper dd11ff3185 switch distfiles.nl to SSL, setup with security/letsencrypt/client 2015-11-24 09:11:02 +00:00
ajacoutot d692ffa7ff Make endian.h includes consistent. 2015-05-01 18:04:07 +00:00
naddy 2382144b92 fold lib-only PFRAG.shared into PLIST, regen PLIST, and bump 2015-03-16 18:07:34 +00:00
naddy 570aa62a9c Drop remaining MD5/RMD160/SHA1 checksums. 2015-01-18 03:12:39 +00:00
ajacoutot 58f1a6f9f6 USE_LIBTOOL=Yes is the default now. 2013-03-21 08:45:11 +00:00
espie 0662a4e9d6 PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:20:26 +00:00
jasper 7e4b9b4d56 - remove workaround now that libtool is updated 2011-09-24 09:47:21 +00:00
jasper e4053905ae - tweak previous
from brad
2011-07-07 11:18:25 +00:00
jasper 8d09128154 tweak previous 2011-06-30 20:18:01 +00:00
jasper a689b8b697 - fix build with newer libtool 2011-06-29 12:25:14 +00:00
jasper 771698f85e - make this file readable again
- add distfile mirror
2011-06-29 12:20:56 +00:00
sthen de43b3f3e8 - 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-04-22 11:37:46 +00:00
fgsch f11ddf0d97 Unbreak hfsplus. Add libtool to BUILD_DEPENDS as requested by ajacoutot@.
ok ajacoutot@
2011-02-06 16:03:55 +00:00
espie bc8dc9adb1 new depends 2010-11-19 07:23:05 +00:00
sthen cea3dbd6ed move to revision/new-style lib_depends 2010-11-05 08:24:49 +00:00
sthen 9d6bbb64df autoconf build depends 2009-03-16 19:46:57 +00:00
ajacoutot 36e24e4cbd - respect CFLAGS
- regen patches while here
2007-11-21 14:30:35 +00:00
merdely 7dfa3bd169 Remove surrounding quotes in COMMENT*/PERMIT_* 2007-09-15 23:54:16 +00:00
aanriot 88f7ba0c03 - remove dead HOMEPAGE.
- fix MASTER_SITES.
- add WANTLIB tag.
- install html documentation.
- regen PLIST.

checked by steven@
2007-07-01 20:56:41 +00:00
espie fb458c85dc mostly finish base64 checksum (missing one distfile for dnetc) 2007-04-05 17:41:06 +00:00
sturm a0b7d1520e really depend on specified autoconf/automake version 2007-04-01 16:44:19 +00:00
aanriot 04950fee3f remove MODGNU_SHARED_LIBS.
ok steven@ naddy@
2006-01-19 10:38:01 +00:00
pvalchev 2f97f0f9a1 bump PKGNAME after USE_LIBTOOL to be safe per concensus... 2005-12-25 23:40:43 +00:00
pvalchev 78b4cc62e9 shared libs/libtool 2005-12-25 22:56:32 +00:00
sturm a3aa5a65d8 use metaauto for automake 2005-01-11 07:16:01 +00:00
naddy 8e0d7f62ec SIZE 2005-01-05 17:05:00 +00:00
pvalchev 1c0a9f76aa use @lib 2004-10-13 16:36:35 +00:00
pvalchev f10bcaafcf requires new autoconf now 2004-07-23 04:30:26 +00:00
naddy 2276d3b230 remove WWW lines 2003-12-15 21:42:08 +00:00
david 31718ea64f spelling typos
ok pvalchev@ brad@
2003-02-26 03:10:46 +00:00
espie 30a14ce027 autoconf fix 2003-02-15 14:37:19 +00:00
brad 0e994c4478 upgrade to hfsplus 1.0.4
--
From: drahn@
2003-01-05 01:59:34 +00:00
brad 3d170be9d7 simplify 2002-08-07 18:17:49 +00:00
drahn d3ee1bb2c4 GPL code is safe for FTP/CDROM. 2002-03-31 02:26:04 +00:00
drahn e2da6436aa powerpc only, brad and I realize this at the same time. ok brad@ 2002-03-30 20:50:58 +00:00
drahn bb111997c8 hfsplus utilityies, allows readonly access to hfs(plus) paritions. ok brad@ 2002-03-30 20:46:26 +00:00