1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

- Update to (apr) 1.3.9

*) Posix semaphores can now be named and used as named semaphores.
     [Jim Jagielski]

  *) Better handling of APR_OFF_T_FMT for Darwin 10 depending on -arch
     setting of compiler. [Jim Jagielski]

  *) Add comments describing the thread-safety properties of apr_pool_t.
     [Neil Conway nrc cs.berkeley.edu]

  *) Pass default environment to testsock, testshm and testproc children, so
     that tests run when APR is compiled with Intel C Compiler.
     [Bojan Smojver]

  *) Fix error handling in the Solaris pollset support (Event Port backend).
     PR 47645.  [Jeff Trawick]

  *) Add the remainder of this fix from trunk:
     Fix Solaris poll failure.  PR 43000
     [Henry Jen <henryjen ztune.net>]
This commit is contained in:
Philip M. Gollucci 2009-12-24 19:42:24 +00:00
parent a9584f3a3c
commit 5ef60f7fa5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=246543
16 changed files with 32 additions and 36 deletions

View File

@ -6,7 +6,6 @@
PORTNAME= apr
PORTVERSION= ${APR_VERSION}.${APU_VERSION}
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_APACHE}
MASTER_SITE_SUBDIR= apr
@ -28,7 +27,7 @@ OPTIONS= THREADS "Enable Threads in apr" on \
MYSQL "Enable MySQL suport in apr-util" off \
PGSQL "Enable Postgresql suport in apr-util" off
APR_VERSION= 1.3.8
APR_VERSION= 1.3.9
APU_VERSION= 1.3.9
USE_ICONV= yes

View File

@ -1,6 +1,6 @@
MD5 (apr-1.3.8.tar.gz) = 310fac12285d94a162c488f4b8f1aabc
SHA256 (apr-1.3.8.tar.gz) = 587ec1eddd41201a0d30e63ada1b2d0f358be57138b6ce02ebdef1a12ffa29f2
SIZE (apr-1.3.8.tar.gz) = 1164963
MD5 (apr-1.3.9.tar.gz) = 85bcd8005153b8fa63b1e3f95ea31f07
SHA256 (apr-1.3.9.tar.gz) = 562b5f7251f356a221641262e7ba7a4e1d966086df2fb46477ec9e2c748f9f28
SIZE (apr-1.3.9.tar.gz) = 1138996
MD5 (apr-util-1.3.9.tar.gz) = cc2ec0ba4f01d88375f1170f762518fa
SHA256 (apr-util-1.3.9.tar.gz) = 20897069274a026057df26b90a6424da9d70318d930c99885c451d8753b8e4d9
SIZE (apr-util-1.3.9.tar.gz) = 790952

View File

@ -1,5 +1,5 @@
--- apr-1.3.8/buildconf.orig 2009-02-24 06:37:18.000000000 +0300
+++ apr-1.3.8/buildconf 2009-09-27 14:25:11.000000000 +0400
--- apr-1.3.9/buildconf.orig 2009-02-24 06:37:18.000000000 +0300
+++ apr-1.3.9/buildconf 2009-09-27 14:25:11.000000000 +0400
@@ -71,6 +71,7 @@
echo "buildconf: Using libtool.m4 at ${ltfile}."

View File

@ -1,5 +1,5 @@
--- apr-1.3.8/build/apr_hints.m4.orig Wed Oct 27 11:12:28 2004
+++ apr-1.3.8/build/apr_hints.m4 Wed Oct 27 11:25:32 2004
--- apr-1.3.9/build/apr_hints.m4.orig Wed Oct 27 11:12:28 2004
+++ apr-1.3.9/build/apr_hints.m4 Wed Oct 27 11:25:32 2004
@@ -137,11 +137,7 @@
;;
*-freebsd*)

View File

@ -6,7 +6,6 @@
PORTNAME= apr
PORTVERSION= ${APR_VERSION}.${APU_VERSION}
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_APACHE}
MASTER_SITE_SUBDIR= apr
@ -28,7 +27,7 @@ OPTIONS= THREADS "Enable Threads in apr" on \
MYSQL "Enable MySQL suport in apr-util" off \
PGSQL "Enable Postgresql suport in apr-util" off
APR_VERSION= 1.3.8
APR_VERSION= 1.3.9
APU_VERSION= 1.3.9
USE_ICONV= yes

View File

@ -1,6 +1,6 @@
MD5 (apr-1.3.8.tar.gz) = 310fac12285d94a162c488f4b8f1aabc
SHA256 (apr-1.3.8.tar.gz) = 587ec1eddd41201a0d30e63ada1b2d0f358be57138b6ce02ebdef1a12ffa29f2
SIZE (apr-1.3.8.tar.gz) = 1164963
MD5 (apr-1.3.9.tar.gz) = 85bcd8005153b8fa63b1e3f95ea31f07
SHA256 (apr-1.3.9.tar.gz) = 562b5f7251f356a221641262e7ba7a4e1d966086df2fb46477ec9e2c748f9f28
SIZE (apr-1.3.9.tar.gz) = 1138996
MD5 (apr-util-1.3.9.tar.gz) = cc2ec0ba4f01d88375f1170f762518fa
SHA256 (apr-util-1.3.9.tar.gz) = 20897069274a026057df26b90a6424da9d70318d930c99885c451d8753b8e4d9
SIZE (apr-util-1.3.9.tar.gz) = 790952

View File

@ -1,5 +1,5 @@
--- apr-1.3.8/buildconf.orig 2009-02-24 06:37:18.000000000 +0300
+++ apr-1.3.8/buildconf 2009-09-27 14:25:11.000000000 +0400
--- apr-1.3.9/buildconf.orig 2009-02-24 06:37:18.000000000 +0300
+++ apr-1.3.9/buildconf 2009-09-27 14:25:11.000000000 +0400
@@ -71,6 +71,7 @@
echo "buildconf: Using libtool.m4 at ${ltfile}."

View File

@ -1,5 +1,5 @@
--- apr-1.3.8/build/apr_hints.m4.orig Wed Oct 27 11:12:28 2004
+++ apr-1.3.8/build/apr_hints.m4 Wed Oct 27 11:25:32 2004
--- apr-1.3.9/build/apr_hints.m4.orig Wed Oct 27 11:12:28 2004
+++ apr-1.3.9/build/apr_hints.m4 Wed Oct 27 11:25:32 2004
@@ -137,11 +137,7 @@
;;
*-freebsd*)

View File

@ -6,7 +6,6 @@
PORTNAME= apr
PORTVERSION= ${APR_VERSION}.${APU_VERSION}
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_APACHE}
MASTER_SITE_SUBDIR= apr
@ -28,7 +27,7 @@ OPTIONS= THREADS "Enable Threads in apr" on \
MYSQL "Enable MySQL suport in apr-util" off \
PGSQL "Enable Postgresql suport in apr-util" off
APR_VERSION= 1.3.8
APR_VERSION= 1.3.9
APU_VERSION= 1.3.9
USE_ICONV= yes

View File

@ -1,6 +1,6 @@
MD5 (apr-1.3.8.tar.gz) = 310fac12285d94a162c488f4b8f1aabc
SHA256 (apr-1.3.8.tar.gz) = 587ec1eddd41201a0d30e63ada1b2d0f358be57138b6ce02ebdef1a12ffa29f2
SIZE (apr-1.3.8.tar.gz) = 1164963
MD5 (apr-1.3.9.tar.gz) = 85bcd8005153b8fa63b1e3f95ea31f07
SHA256 (apr-1.3.9.tar.gz) = 562b5f7251f356a221641262e7ba7a4e1d966086df2fb46477ec9e2c748f9f28
SIZE (apr-1.3.9.tar.gz) = 1138996
MD5 (apr-util-1.3.9.tar.gz) = cc2ec0ba4f01d88375f1170f762518fa
SHA256 (apr-util-1.3.9.tar.gz) = 20897069274a026057df26b90a6424da9d70318d930c99885c451d8753b8e4d9
SIZE (apr-util-1.3.9.tar.gz) = 790952

View File

@ -1,5 +1,5 @@
--- apr-1.3.8/buildconf.orig 2009-02-24 06:37:18.000000000 +0300
+++ apr-1.3.8/buildconf 2009-09-27 14:25:11.000000000 +0400
--- apr-1.3.9/buildconf.orig 2009-02-24 06:37:18.000000000 +0300
+++ apr-1.3.9/buildconf 2009-09-27 14:25:11.000000000 +0400
@@ -71,6 +71,7 @@
echo "buildconf: Using libtool.m4 at ${ltfile}."

View File

@ -1,5 +1,5 @@
--- apr-1.3.8/build/apr_hints.m4.orig Wed Oct 27 11:12:28 2004
+++ apr-1.3.8/build/apr_hints.m4 Wed Oct 27 11:25:32 2004
--- apr-1.3.9/build/apr_hints.m4.orig Wed Oct 27 11:12:28 2004
+++ apr-1.3.9/build/apr_hints.m4 Wed Oct 27 11:25:32 2004
@@ -137,11 +137,7 @@
;;
*-freebsd*)

View File

@ -6,7 +6,6 @@
PORTNAME= apr
PORTVERSION= ${APR_VERSION}.${APU_VERSION}
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_APACHE}
MASTER_SITE_SUBDIR= apr
@ -28,7 +27,7 @@ OPTIONS= THREADS "Enable Threads in apr" on \
MYSQL "Enable MySQL suport in apr-util" off \
PGSQL "Enable Postgresql suport in apr-util" off
APR_VERSION= 1.3.8
APR_VERSION= 1.3.9
APU_VERSION= 1.3.9
USE_ICONV= yes

View File

@ -1,6 +1,6 @@
MD5 (apr-1.3.8.tar.gz) = 310fac12285d94a162c488f4b8f1aabc
SHA256 (apr-1.3.8.tar.gz) = 587ec1eddd41201a0d30e63ada1b2d0f358be57138b6ce02ebdef1a12ffa29f2
SIZE (apr-1.3.8.tar.gz) = 1164963
MD5 (apr-1.3.9.tar.gz) = 85bcd8005153b8fa63b1e3f95ea31f07
SHA256 (apr-1.3.9.tar.gz) = 562b5f7251f356a221641262e7ba7a4e1d966086df2fb46477ec9e2c748f9f28
SIZE (apr-1.3.9.tar.gz) = 1138996
MD5 (apr-util-1.3.9.tar.gz) = cc2ec0ba4f01d88375f1170f762518fa
SHA256 (apr-util-1.3.9.tar.gz) = 20897069274a026057df26b90a6424da9d70318d930c99885c451d8753b8e4d9
SIZE (apr-util-1.3.9.tar.gz) = 790952

View File

@ -1,5 +1,5 @@
--- apr-1.3.8/buildconf.orig 2009-02-24 06:37:18.000000000 +0300
+++ apr-1.3.8/buildconf 2009-09-27 14:25:11.000000000 +0400
--- apr-1.3.9/buildconf.orig 2009-02-24 06:37:18.000000000 +0300
+++ apr-1.3.9/buildconf 2009-09-27 14:25:11.000000000 +0400
@@ -71,6 +71,7 @@
echo "buildconf: Using libtool.m4 at ${ltfile}."

View File

@ -1,5 +1,5 @@
--- apr-1.3.8/build/apr_hints.m4.orig Wed Oct 27 11:12:28 2004
+++ apr-1.3.8/build/apr_hints.m4 Wed Oct 27 11:25:32 2004
--- apr-1.3.9/build/apr_hints.m4.orig Wed Oct 27 11:12:28 2004
+++ apr-1.3.9/build/apr_hints.m4 Wed Oct 27 11:25:32 2004
@@ -137,11 +137,7 @@
;;
*-freebsd*)