summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-08-14 18:41:16 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-08-14 18:41:16 +0000
commit7d6aa4f835f9363498ff3a076515fe49f17ad4f1 (patch)
treee4918e76d5c5541e582d2a1b99bbddfcac05a92e /x11
parentmake configure detects libintl (diff)
Unbroke on alpha.
Submitted by: Andrew Gallatin <gallatin@cs.duke.edu>
Notes
Notes: svn path=/head/; revision=46255
Diffstat (limited to 'x11')
-rw-r--r--x11/gnome-libs/Makefile2
-rw-r--r--x11/gnome-libs/files/patch-bj24
-rw-r--r--x11/gnomelibs/Makefile2
-rw-r--r--x11/gnomelibs/files/patch-bj24
-rw-r--r--x11/libgnome/Makefile2
-rw-r--r--x11/libgnome/files/patch-bj24
6 files changed, 69 insertions, 9 deletions
diff --git a/x11/gnome-libs/Makefile b/x11/gnome-libs/Makefile
index e5ec38b8c552..cc5a51f52b1f 100644
--- a/x11/gnome-libs/Makefile
+++ b/x11/gnome-libs/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gnomelibs
PORTVERSION= 1.2.13
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES?= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/gnome-libs
diff --git a/x11/gnome-libs/files/patch-bj b/x11/gnome-libs/files/patch-bj
index 9d6b749d5896..cd77cec42761 100644
--- a/x11/gnome-libs/files/patch-bj
+++ b/x11/gnome-libs/files/patch-bj
@@ -1,5 +1,5 @@
---- ./zvt/gnome-pty-helper.c.org Mon Feb 21 14:41:10 2000
-+++ ./zvt/gnome-pty-helper.c Fri Mar 10 17:21:20 2000
+--- ./zvt/gnome-pty-helper.c.org Sat Mar 18 02:57:13 2000
++++ ./zvt/gnome-pty-helper.c Sun Aug 5 11:37:41 2001
@@ -41,6 +41,7 @@
#include <limits.h>
#include <unistd.h>
@@ -8,3 +8,23 @@
#include <signal.h>
#include <fcntl.h>
#include <termios.h>
+@@ -115,7 +116,7 @@
+ #endif
+ #endif /* CMSG_DATA */
+
+-#define CONTROLLEN (sizeof (struct cmsghdr) + sizeof (int))
++#define CONTROLLEN (sizeof (struct cmsghdr) + sizeof (long))
+
+ static struct cmsghdr *cmptr;
+
+--- ./zvt/subshell.c.org Mon May 22 17:24:16 2000
++++ ./zvt/subshell.c Sun Aug 5 11:35:50 2001
+@@ -102,7 +102,7 @@
+ #endif /* CMSG_DATA */
+
+ static struct cmsghdr *cmptr;
+-#define CONTROLLEN sizeof (struct cmsghdr) + sizeof (int)
++#define CONTROLLEN sizeof (struct cmsghdr) + sizeof (long)
+
+ static int
+ receive_fd (int helper_fd)
diff --git a/x11/gnomelibs/Makefile b/x11/gnomelibs/Makefile
index e5ec38b8c552..cc5a51f52b1f 100644
--- a/x11/gnomelibs/Makefile
+++ b/x11/gnomelibs/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gnomelibs
PORTVERSION= 1.2.13
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES?= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/gnome-libs
diff --git a/x11/gnomelibs/files/patch-bj b/x11/gnomelibs/files/patch-bj
index 9d6b749d5896..cd77cec42761 100644
--- a/x11/gnomelibs/files/patch-bj
+++ b/x11/gnomelibs/files/patch-bj
@@ -1,5 +1,5 @@
---- ./zvt/gnome-pty-helper.c.org Mon Feb 21 14:41:10 2000
-+++ ./zvt/gnome-pty-helper.c Fri Mar 10 17:21:20 2000
+--- ./zvt/gnome-pty-helper.c.org Sat Mar 18 02:57:13 2000
++++ ./zvt/gnome-pty-helper.c Sun Aug 5 11:37:41 2001
@@ -41,6 +41,7 @@
#include <limits.h>
#include <unistd.h>
@@ -8,3 +8,23 @@
#include <signal.h>
#include <fcntl.h>
#include <termios.h>
+@@ -115,7 +116,7 @@
+ #endif
+ #endif /* CMSG_DATA */
+
+-#define CONTROLLEN (sizeof (struct cmsghdr) + sizeof (int))
++#define CONTROLLEN (sizeof (struct cmsghdr) + sizeof (long))
+
+ static struct cmsghdr *cmptr;
+
+--- ./zvt/subshell.c.org Mon May 22 17:24:16 2000
++++ ./zvt/subshell.c Sun Aug 5 11:35:50 2001
+@@ -102,7 +102,7 @@
+ #endif /* CMSG_DATA */
+
+ static struct cmsghdr *cmptr;
+-#define CONTROLLEN sizeof (struct cmsghdr) + sizeof (int)
++#define CONTROLLEN sizeof (struct cmsghdr) + sizeof (long)
+
+ static int
+ receive_fd (int helper_fd)
diff --git a/x11/libgnome/Makefile b/x11/libgnome/Makefile
index e5ec38b8c552..cc5a51f52b1f 100644
--- a/x11/libgnome/Makefile
+++ b/x11/libgnome/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gnomelibs
PORTVERSION= 1.2.13
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES?= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/gnome-libs
diff --git a/x11/libgnome/files/patch-bj b/x11/libgnome/files/patch-bj
index 9d6b749d5896..cd77cec42761 100644
--- a/x11/libgnome/files/patch-bj
+++ b/x11/libgnome/files/patch-bj
@@ -1,5 +1,5 @@
---- ./zvt/gnome-pty-helper.c.org Mon Feb 21 14:41:10 2000
-+++ ./zvt/gnome-pty-helper.c Fri Mar 10 17:21:20 2000
+--- ./zvt/gnome-pty-helper.c.org Sat Mar 18 02:57:13 2000
++++ ./zvt/gnome-pty-helper.c Sun Aug 5 11:37:41 2001
@@ -41,6 +41,7 @@
#include <limits.h>
#include <unistd.h>
@@ -8,3 +8,23 @@
#include <signal.h>
#include <fcntl.h>
#include <termios.h>
+@@ -115,7 +116,7 @@
+ #endif
+ #endif /* CMSG_DATA */
+
+-#define CONTROLLEN (sizeof (struct cmsghdr) + sizeof (int))
++#define CONTROLLEN (sizeof (struct cmsghdr) + sizeof (long))
+
+ static struct cmsghdr *cmptr;
+
+--- ./zvt/subshell.c.org Mon May 22 17:24:16 2000
++++ ./zvt/subshell.c Sun Aug 5 11:35:50 2001
+@@ -102,7 +102,7 @@
+ #endif /* CMSG_DATA */
+
+ static struct cmsghdr *cmptr;
+-#define CONTROLLEN sizeof (struct cmsghdr) + sizeof (int)
++#define CONTROLLEN sizeof (struct cmsghdr) + sizeof (long)
+
+ static int
+ receive_fd (int helper_fd)