mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- SHM fix: Silence erroneous warnings on X server initialization
- Bump PORTREVISION Submitted by: anholt
This commit is contained in:
parent
24ed51aecb
commit
9effedd182
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=156491
4 changed files with 28 additions and 8 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= valgrind
|
||||
PORTVERSION= 352
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.rabson.org/
|
||||
PKGNAMESUFFIX= -snapshot
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
--- coregrind/vg_syscalls.c.orig Thu Oct 20 12:23:18 2005
|
||||
+++ coregrind/vg_syscalls.c Thu Oct 20 12:24:04 2005
|
||||
--- coregrind/vg_syscalls.c.orig Fri Jul 16 19:21:08 2004
|
||||
+++ coregrind/vg_syscalls.c Mon Feb 20 13:57:37 2006
|
||||
@@ -1369,6 +1369,38 @@
|
||||
&tst->m_eflags,
|
||||
arg1, arg2);
|
||||
|
@ -76,7 +76,17 @@
|
|||
#endif
|
||||
|
||||
PRE(setresgid)
|
||||
@@ -6827,6 +6882,9 @@
|
||||
@@ -3431,8 +3486,7 @@
|
||||
arg3, sizeof(struct shmid_ds) );
|
||||
break;
|
||||
case IPC_SET:
|
||||
- case IPC_RMID:
|
||||
- SYSCALL_TRACK( pre_mem_read, tid, "shmctl(IPC_SET or IPC_RMID,buf)",
|
||||
+ SYSCALL_TRACK( pre_mem_read, tid, "shmctl(IPC_SET,buf)",
|
||||
arg3, sizeof(struct shmid_ds) );
|
||||
break;
|
||||
}
|
||||
@@ -6827,6 +6881,9 @@
|
||||
SYSBA(kldstat, False),
|
||||
SYSB_(kldfirstmod, False),
|
||||
SYSBA(__getcwd, False),
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= valgrind
|
||||
PORTVERSION= 352
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.rabson.org/
|
||||
DISTNAME= ${PORTNAME}-stable-${PORTVERSION}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
--- coregrind/vg_syscalls.c.orig Thu Oct 20 12:27:19 2005
|
||||
+++ coregrind/vg_syscalls.c Thu Oct 20 12:28:49 2005
|
||||
--- coregrind/vg_syscalls.c.orig Fri Jul 16 10:22:32 2004
|
||||
+++ coregrind/vg_syscalls.c Sun Jan 1 15:07:25 2006
|
||||
@@ -1284,6 +1284,38 @@
|
||||
&tst->m_eflags,
|
||||
arg1, arg2);
|
||||
|
@ -76,7 +76,17 @@
|
|||
#endif
|
||||
|
||||
PRE(setresgid)
|
||||
@@ -6498,6 +6553,9 @@
|
||||
@@ -3249,8 +3304,7 @@
|
||||
arg3, sizeof(struct shmid_ds) );
|
||||
break;
|
||||
case IPC_SET:
|
||||
- case IPC_RMID:
|
||||
- SYSCALL_TRACK( pre_mem_read, tid, "shmctl(IPC_SET or IPC_RMID,buf)",
|
||||
+ SYSCALL_TRACK( pre_mem_read, tid, "shmctl(IPC_SET,buf)",
|
||||
arg3, sizeof(struct shmid_ds) );
|
||||
break;
|
||||
}
|
||||
@@ -6498,6 +6552,9 @@
|
||||
SYSBA(kldstat, False),
|
||||
SYSB_(kldfirstmod, False),
|
||||
SYSBA(__getcwd, False),
|
||||
|
|
Loading…
Add table
Reference in a new issue