Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#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)

Portfile (1.1 KB) - added by ranauei@… 15 years ago.
patch-Makefile.diff (514 bytes) - added by ranauei@… 15 years ago.
refreshed Makefile patch
patch-wipe.c.diff (228 bytes) - added by ranauei@… 15 years ago.
compile error fix

Download all attachments as: .zip

Change History (6)

Changed 15 years ago by ranauei@…

Attachment: Portfile added

Changed 15 years ago by ranauei@…

Attachment: patch-Makefile.diff added

refreshed Makefile patch

Changed 15 years ago by ranauei@…

Attachment: patch-wipe.c.diff added

compile error fix

comment:1 Changed 15 years ago by mf2k (Frank Schima)

Milestone: Port BugsPort Enhancements
Owner: changed from macports-tickets@… to macsforever2000@…
Status: newassigned
Type: defectenhancement

comment:2 Changed 15 years ago by mf2k (Frank Schima)

Resolution: fixed
Status: assignedclosed

Committed revision r41137. Thanks! I also replaced the hard coded version numbers with the ${version} variable and fixed a lint issue.

comment:3 Changed 15 years ago by (none)

Milestone: Port Enhancements

Milestone Port Enhancements deleted

Note: See TracTickets for help on using tickets.