mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
Update to 0.3.7.
Remove needless patch.
This commit is contained in:
parent
2abd457843
commit
b586976d2e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=146488
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= nginx
|
||||
PORTVERSION= 0.3.6
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.3.7
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://sysoev.ru/nginx/
|
||||
MASTER_SITES+= ${MASTER_SITE_LOCAL}
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (nginx-0.3.6.tar.gz) = 5d376fdb3049404d24a40ab7f88977b6
|
||||
SIZE (nginx-0.3.6.tar.gz) = 333873
|
||||
MD5 (nginx-0.3.7.tar.gz) = d7a939df36b881174f84d2c71480a419
|
||||
SIZE (nginx-0.3.7.tar.gz) = 334173
|
||||
|
@ -1,22 +0,0 @@
|
||||
--- src/os/unix/ngx_atomic.h.orig Wed Oct 26 11:17:58 2005
|
||||
+++ src/os/unix/ngx_atomic.h Wed Oct 26 11:18:36 2005
|
||||
@@ -154,7 +154,7 @@
|
||||
ngx_atomic_cmp_set(ngx_atomic_t *lock, ngx_atomic_uint_t old,
|
||||
ngx_atomic_uint_t set)
|
||||
{
|
||||
- if (*lock == old {
|
||||
+ if (*lock == old) {
|
||||
*lock = set;
|
||||
return 1;
|
||||
}
|
||||
@@ -174,8 +174,9 @@
|
||||
return old;
|
||||
}
|
||||
|
||||
-#endif
|
||||
+#define ngx_memory_barrier()
|
||||
|
||||
+#endif
|
||||
|
||||
void ngx_spinlock(ngx_atomic_t *lock, ngx_uint_t spin);
|
||||
|
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= nginx
|
||||
PORTVERSION= 0.3.6
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.3.7
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://sysoev.ru/nginx/
|
||||
MASTER_SITES+= ${MASTER_SITE_LOCAL}
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (nginx-0.3.6.tar.gz) = 5d376fdb3049404d24a40ab7f88977b6
|
||||
SIZE (nginx-0.3.6.tar.gz) = 333873
|
||||
MD5 (nginx-0.3.7.tar.gz) = d7a939df36b881174f84d2c71480a419
|
||||
SIZE (nginx-0.3.7.tar.gz) = 334173
|
||||
|
@ -1,22 +0,0 @@
|
||||
--- src/os/unix/ngx_atomic.h.orig Wed Oct 26 11:17:58 2005
|
||||
+++ src/os/unix/ngx_atomic.h Wed Oct 26 11:18:36 2005
|
||||
@@ -154,7 +154,7 @@
|
||||
ngx_atomic_cmp_set(ngx_atomic_t *lock, ngx_atomic_uint_t old,
|
||||
ngx_atomic_uint_t set)
|
||||
{
|
||||
- if (*lock == old {
|
||||
+ if (*lock == old) {
|
||||
*lock = set;
|
||||
return 1;
|
||||
}
|
||||
@@ -174,8 +174,9 @@
|
||||
return old;
|
||||
}
|
||||
|
||||
-#endif
|
||||
+#define ngx_memory_barrier()
|
||||
|
||||
+#endif
|
||||
|
||||
void ngx_spinlock(ngx_atomic_t *lock, ngx_uint_t spin);
|
||||
|
Loading…
Reference in New Issue
Block a user