summaryrefslogtreecommitdiff
path: root/x11/gnomelibs/files/patch-bj
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2006-05-28 19:50:56 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2006-05-28 19:50:56 +0000
commitd9dd45d404959c588d55e413b758d5a9e8c42feb (patch)
treeb9f350d1eb8bcb88062569355bec500d7285ebd5 /x11/gnomelibs/files/patch-bj
parentnet-im/gnomeicu2 -> net-im/gnomeicu (diff)
x11/gnomelibs -> x11/gnome-libs
Rename this ports to use the real vendor package name. The advantage of this is to allow our users' keyword search works and easier for users to file the Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and other OSs have the correct package name, but not in our ports tree. My team, FreeBSD GNOME Team, have agreed with it. As for japanese/gnomelibs, chase the rename. PR: ports/97985 Repocopy by: marcus
Notes
Notes: svn path=/head/; revision=163763
Diffstat (limited to 'x11/gnomelibs/files/patch-bj')
-rw-r--r--x11/gnomelibs/files/patch-bj30
1 files changed, 0 insertions, 30 deletions
diff --git a/x11/gnomelibs/files/patch-bj b/x11/gnomelibs/files/patch-bj
deleted file mode 100644
index cd77cec42761..000000000000
--- a/x11/gnomelibs/files/patch-bj
+++ /dev/null
@@ -1,30 +0,0 @@
---- ./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>
- #include <string.h>
-+#include <sys/param.h>
- #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)