#16996 closed enhancement (fixed)
bcwipe port update and compile error fix
Reported by: | ranauei@… | Owned by: | mf2k (Frank Schima) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | bcwipe, update, compile fix | Cc: | |
Port: | bcwipe |
Description
Last version of bcwipe (1.7-7) fails to compile under os x:
cc -O -DOS_Darwin -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -o bcwipe wipe.c sha1.o sha1random.o options.o schemes.o wipe.c: In function ‘get_free_space’: wipe.c:1630: error: storage size of ‘sfs’ isn’t known wipe.c: In function ‘can_wipe_all_free_space’: wipe.c:2067: error: storage size of ‘sfs’ isn’t known make: * [bcwipe] Error 1
Attached new Portfile and patches.
Attachments (3)
Change History (6)
Changed 16 years ago by ranauei@…
Changed 16 years ago by ranauei@…
Attachment: | patch-Makefile.diff added |
---|
comment:1 Changed 16 years ago by mf2k (Frank Schima)
Milestone: | Port Bugs → Port Enhancements |
---|---|
Owner: | changed from macports-tickets@… to macsforever2000@… |
Status: | new → assigned |
Type: | defect → enhancement |
comment:2 Changed 16 years ago by mf2k (Frank Schima)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Committed revision r41137. Thanks! I also replaced the hard coded version numbers with the ${version} variable and fixed a lint issue.
comment:3 Changed 16 years ago by (none)
Milestone: | Port Enhancements |
---|
Milestone Port Enhancements deleted
Note: See
TracTickets for help on using
tickets.
refreshed Makefile patch