From 3703170da763fe1d1ca0e41b578d3a06c016fbec Mon Sep 17 00:00:00 2001 From: nectar Date: Thu, 20 Dec 2001 19:18:58 +0000 Subject: When creating shared memory segments, make them readable/writable only by the owner. --- x11-toolkits/gtk12/Makefile | 2 +- x11-toolkits/gtk12/files/patch-gdk::gdkimage.c | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 x11-toolkits/gtk12/files/patch-gdk::gdkimage.c (limited to 'x11-toolkits/gtk12') diff --git a/x11-toolkits/gtk12/Makefile b/x11-toolkits/gtk12/Makefile index b73b644b4f5b..03931acaba02 100644 --- a/x11-toolkits/gtk12/Makefile +++ b/x11-toolkits/gtk12/Makefile @@ -7,7 +7,7 @@ PORTNAME= gtk PORTVERSION= 1.2.10 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gtk+ diff --git a/x11-toolkits/gtk12/files/patch-gdk::gdkimage.c b/x11-toolkits/gtk12/files/patch-gdk::gdkimage.c new file mode 100644 index 000000000000..ba18a62305b7 --- /dev/null +++ b/x11-toolkits/gtk12/files/patch-gdk::gdkimage.c @@ -0,0 +1,11 @@ +--- gdk/gdkimage.c.orig Wed Dec 19 08:39:12 2001 ++++ gdk/gdkimage.c Wed Dec 19 08:39:19 2001 +@@ -213,7 +213,7 @@ + + x_shm_info->shmid = shmget (IPC_PRIVATE, + private->ximage->bytes_per_line * private->ximage->height, +- IPC_CREAT | 0777); ++ IPC_CREAT | SHM_R | SHM_W); + + if (x_shm_info->shmid == -1) + { -- cgit cinnamon'>cinnamon FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/procmap
Commit message (Expand)AuthorAgeFilesLines
* Support STAGEDIR.vanilla2013-11-161-4/+1
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-5/+2
* Fix install after DESTDIR patcherwin2006-08-051-1/+1
* Add a missing #include, and fix a type.jasone2006-02-231-1/+3
* - Kill pseudo-empty distinfo filespav2005-11-261-1/+0
* Condense a bitvs2005-10-063-17/+8
* Support NO_WRKSUBDIR properlykrion2004-12-301-1/+1
* Reset undeliverable maintainer addresskris2003-10-181-1/+1
* Clear moonlight beckons.ade2003-03-072-1/+1
* Use ${WRKDIR} for building rather than the src directory in order to allowjasone2000-04-244-4/+188
* Update with the new PORTNAME/PORTVERSION variablecpiazza2000-04-101-2/+2
* Fix build problem (read-only ${PORTSDIR}) by addingasami2000-04-081-8/+4