Index: head/sysutils/aimage/Makefile =================================================================== --- head/sysutils/aimage/Makefile (revision 463983) +++ head/sysutils/aimage/Makefile (revision 463984) @@ -1,21 +1,22 @@ # Created by: Chris Calvey # $FreeBSD$ PORTNAME= aimage PORTVERSION= 3.2.5 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://digitalcorpora.org/downloads/ MAINTAINER= portmaster@BSDforge.com COMMENT= Advanced Disk Imager LICENSE= BSD3CLAUSE LIB_DEPENDS= libafflib.so:sysutils/afflib -USES= gmake ssl +USES= gmake readline ssl GNU_CONFIGURE= yes PLIST_FILES= bin/aimage .include Index: head/sysutils/aimage/files/patch-src_aimage.cpp =================================================================== --- head/sysutils/aimage/files/patch-src_aimage.cpp (nonexistent) +++ head/sysutils/aimage/files/patch-src_aimage.cpp (revision 463984) @@ -0,0 +1,20 @@ +--- src/aimage.cpp.orig 2018-02-26 16:24:29.829120000 -0800 ++++ src/aimage.cpp 2018-02-26 16:25:21.187218000 -0800 +@@ -344,7 +344,7 @@ + /* log if necessary */ + if(logfile){ + fprintf(logfile, +- " pagenum=%"I64d" bytes_to_write=%d bytes_written=%d lap_time=%f\n", ++ " pagenum=%" I64d" bytes_to_write=%d bytes_written=%d lap_time=%f\n", + acbi->pagenum, + acbi->bytes_to_write, + acbi->bytes_written, +@@ -621,7 +621,7 @@ + int64 ret=0; + int multiplier=1; + char ch,junk; +- switch(sscanf(arg,"%"I64d"%c%c",&ret,&ch,&junk)){ ++ switch(sscanf(arg,"%" I64d"%c%c",&ret,&ch,&junk)){ + case 1: + return ret; // no multiplier + case 2: Property changes on: head/sysutils/aimage/files/patch-src_aimage.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property