aboutsummaryrefslogtreecommitdiff
path: root/sysutils/aimage
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2010-10-26 04:07:25 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2010-10-26 04:07:25 +0000
commit4b169f7e54121fe5d9b0dca35fb14f454208ffa6 (patch)
tree51116a0699ca7a679d5a386d857a9f031e8f67ad /sysutils/aimage
parent39640c56a8a16d4fd3c07cacf860f71e78367cb6 (diff)
downloadports-4b169f7e54121fe5d9b0dca35fb14f454208ffa6.tar.gz
ports-4b169f7e54121fe5d9b0dca35fb14f454208ffa6.zip
- Update to 3.2.4
Changes: 2009-11-23: - src/imager.cpp (imager::start_imaging): fixed for threaded_hash. 20091022: - configure.ac: updated to version 3.2.3 - configure.ac: fixed the optimization flag stuff. - imager.cpp & imager.h: modified to work with threaded_hash and EVP system 20090905: - configure.ac: minor changes to compile under GCC +4.4 PR: ports/151683 Submitted by: Herbert J. Skuhra <h.skuhra@gmail.com> (maintainer) Approved by: pgollucci (mentor, implicit)
Notes
Notes: svn path=/head/; revision=263600
Diffstat (limited to 'sysutils/aimage')
-rw-r--r--sysutils/aimage/Makefile9
-rw-r--r--sysutils/aimage/distinfo6
-rw-r--r--sysutils/aimage/files/patch-src-imager.cpp11
3 files changed, 4 insertions, 22 deletions
diff --git a/sysutils/aimage/Makefile b/sysutils/aimage/Makefile
index 4958822295ac..a3c7ccedb7a7 100644
--- a/sysutils/aimage/Makefile
+++ b/sysutils/aimage/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= aimage
-PORTVERSION= 3.2.1
-PORTREVISION= 1
+PORTVERSION= 3.2.4
CATEGORIES= sysutils
MASTER_SITES= http://afflib.org/downloads/
@@ -16,16 +15,10 @@ COMMENT= Advanced Disk Imager
LIB_DEPENDS= afflib:${PORTSDIR}/sysutils/afflib
-BROKEN= does not compile
-
USE_OPENSSL= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
-USE_AUTOTOOLS= autoconf:268
PLIST_FILES= bin/aimage
-post-patch:
- @${REINPLACE_CMD} -e 's|2.61|2.68|g' ${WRKSRC}/aclocal.m4
-
.include <bsd.port.mk>
diff --git a/sysutils/aimage/distinfo b/sysutils/aimage/distinfo
index 890ac0dc5384..7e6896cfb992 100644
--- a/sysutils/aimage/distinfo
+++ b/sysutils/aimage/distinfo
@@ -1,3 +1,3 @@
-MD5 (aimage-3.2.1.tar.gz) = 0afd3376fe2c8dd8e43571282505a9fb
-SHA256 (aimage-3.2.1.tar.gz) = b647291ae743327ab8d351f5a1d3cdc494bc527d652f08c60b996ec7d6d307a5
-SIZE (aimage-3.2.1.tar.gz) = 342270
+MD5 (aimage-3.2.4.tar.gz) = bb6e4e91524612570a481b6470fe7cd1
+SHA256 (aimage-3.2.4.tar.gz) = 443a98f8820e86504d0036e0075d4a8324d01acc6451c529a2f381cffc23b7b4
+SIZE (aimage-3.2.4.tar.gz) = 144764
diff --git a/sysutils/aimage/files/patch-src-imager.cpp b/sysutils/aimage/files/patch-src-imager.cpp
deleted file mode 100644
index 47cd1f0d0386..000000000000
--- a/sysutils/aimage/files/patch-src-imager.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/imager.cpp.orig Sat Mar 29 14:13:35 2008
-+++ src/imager.cpp Sat Mar 29 14:34:37 2008
-@@ -10,6 +10,8 @@
- #include <stdlib.h>
- #include <err.h>
- #include <sys/types.h>
-+#include <sys/socket.h>
-+#include <netinet/in.h>
- #include <sys/stat.h>
- #include <sys/time.h>
- #include <fcntl.h>