aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2012-01-25 08:55:59 +0000
committerMartin Matuska <mm@FreeBSD.org>2012-01-25 08:55:59 +0000
commit024acff1ab8537a416a4c9a95acf7e0df47a83f9 (patch)
treeea7b6abf86433423847c5fa4f74cdeab1bb83c31 /benchmarks
parent2039d67855f47f8d833452ffc269d19da785190b (diff)
downloadports-024acff1ab8537a416a4c9a95acf7e0df47a83f9.tar.gz
ports-024acff1ab8537a416a4c9a95acf7e0df47a83f9.zip
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/postal/Makefile4
-rw-r--r--benchmarks/postal/distinfo4
-rw-r--r--benchmarks/postal/files/patch-configure32
3 files changed, 19 insertions, 21 deletions
diff --git a/benchmarks/postal/Makefile b/benchmarks/postal/Makefile
index 55264b56a87e..f2b66962d662 100644
--- a/benchmarks/postal/Makefile
+++ b/benchmarks/postal/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= postal
-PORTVERSION= 0.70
+PORTVERSION= 0.72
CATEGORIES= benchmarks mail
MASTER_SITES= http://www.coker.com.au/postal/
EXTRACT_SUFX= .tgz
@@ -37,7 +37,7 @@ CONFIGURE_ARGS= --disable-gnutls
CONFIGURE_ARGS+= --disable-openssl
.endif
-CFLAGS+= ${PTHREAD_CFLAGS}
+CFLAGS+= ${PTHREAD_CFLAGS} -Wno-long-long
LDFLAGS+= ${PTHREAD_LIBS}
.include <bsd.port.post.mk>
diff --git a/benchmarks/postal/distinfo b/benchmarks/postal/distinfo
index abef62c70958..e6f19490eea9 100644
--- a/benchmarks/postal/distinfo
+++ b/benchmarks/postal/distinfo
@@ -1,2 +1,2 @@
-SHA256 (postal-0.70.tgz) = ce7f7650fbe1aecc7543dbbdc74e86229c03e14e3534193341ad78dfb8662b42
-SIZE (postal-0.70.tgz) = 99965
+SHA256 (postal-0.72.tgz) = 70d59adf8ab006a6ea389d8f276a265de743330458f5c1affb97d86bb0663bad
+SIZE (postal-0.72.tgz) = 106720
diff --git a/benchmarks/postal/files/patch-configure b/benchmarks/postal/files/patch-configure
index e39b66bae4a8..8c490bc065fe 100644
--- a/benchmarks/postal/files/patch-configure
+++ b/benchmarks/postal/files/patch-configure
@@ -1,26 +1,24 @@
---- configure.orig Fri Mar 2 14:15:19 2007
-+++ configure Fri Mar 2 14:15:42 2007
-@@ -4558,7 +4558,6 @@
+--- configure.orig 2012-01-25 09:52:46.445155128 +0100
++++ configure 2012-01-25 09:53:01.565155948 +0100
+@@ -4025,7 +4025,7 @@
linux_pthread="#define LINUX_PTHREAD"
fi
-LDFLAGS=-lpthread
- cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h. */
++#LDFLAGS=-lpthread
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+ #include <pthread.h>
+@@ -4043,10 +4043,10 @@
+ }
_ACEOF
-@@ -4597,13 +4596,13 @@
- test ! -s conftest.err
- } && test -s conftest$ac_exeext &&
- $as_test_x conftest$ac_exeext; then
+ if ac_fn_cxx_try_link "$LINENO"; then :
- extra_ldflags="$extra_ldflags -lpthread"
-+ extra_ldflags="$extra_ldflags"
++# extra_ldflags="$extra_ldflags -lpthread"
else
- echo "$as_me: failed program was:" >&5
- sed 's/^/| /' conftest.$ac_ext >&5
-
-- extra_ldflags="$extra_ldflags -pthread"
-+ extra_ldflags="$extra_ldflags"
+- extra_ldflags="$extra_ldflags -pthread"
++# extra_ldflags="$extra_ldflags -pthread"
fi
-
- rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
+ rm -f core conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext