diff options
author | vanilla <vanilla@FreeBSD.org> | 1998-10-25 01:12:47 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1998-10-25 01:12:47 +0800 |
commit | 988d038947d261ec7415c726faf146a3e7f922ee (patch) | |
tree | 82cef873f61ea2ddd5ef95af7ef037c4b2677d4b /x11 | |
parent | 141f01963bb20f0fef3572ba8d78803ca05a50a8 (diff) | |
download | freebsd-ports-gnome-988d038947d261ec7415c726faf146a3e7f922ee.tar.gz freebsd-ports-gnome-988d038947d261ec7415c726faf146a3e7f922ee.tar.zst freebsd-ports-gnome-988d038947d261ec7415c726faf146a3e7f922ee.zip |
Add a patch for gnome_util_user_shll().
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-libs/files/patch-ag | 14 | ||||
-rw-r--r-- | x11/gnome-libs/pkg-plist | 1 | ||||
-rw-r--r-- | x11/gnomelibs/files/patch-ag | 14 | ||||
-rw-r--r-- | x11/gnomelibs/pkg-plist | 1 | ||||
-rw-r--r-- | x11/libgnome/files/patch-ag | 14 | ||||
-rw-r--r-- | x11/libgnome/pkg-plist | 1 |
6 files changed, 42 insertions, 3 deletions
diff --git a/x11/gnome-libs/files/patch-ag b/x11/gnome-libs/files/patch-ag new file mode 100644 index 000000000000..8dc1c2be4227 --- /dev/null +++ b/x11/gnome-libs/files/patch-ag @@ -0,0 +1,14 @@ +--- libgnome/gnome-util.c.orig Sat Oct 24 01:06:42 1998 ++++ libgnome/gnome-util.c Sat Oct 24 01:09:05 1998 +@@ -217,8 +217,9 @@ + int i; + char *shell; + static char *shells [] = { +- "/bin/bash", "/bin/zsh", "/bin/tcsh", "/bin/ksh", +- "/bin/csh", "/bin/sh", 0 ++ "/bin/csh", "/bin/sh", "/usr/local/bin/tcsh", ++ "/usr/local/bin/bash", "/usr/local/bin/ksh", ++ "/usr/local/bin/zsh", "/usr/local/bin/scsh", 0 + }; + + if ((shell = getenv ("SHELL"))){ diff --git a/x11/gnome-libs/pkg-plist b/x11/gnome-libs/pkg-plist index 7af8d01e8ec4..e0a93e0c468b 100644 --- a/x11/gnome-libs/pkg-plist +++ b/x11/gnome-libs/pkg-plist @@ -152,6 +152,5 @@ share/locale/sv/LC_MESSAGES/gnome-libs.mo @dirrm include/libgnorba @dirrm include/zvt @dirrm share/gnome/games -@dirrm share/gnome/html @dirrm share/gnome/pixmaps @dirrm share/gnome diff --git a/x11/gnomelibs/files/patch-ag b/x11/gnomelibs/files/patch-ag new file mode 100644 index 000000000000..8dc1c2be4227 --- /dev/null +++ b/x11/gnomelibs/files/patch-ag @@ -0,0 +1,14 @@ +--- libgnome/gnome-util.c.orig Sat Oct 24 01:06:42 1998 ++++ libgnome/gnome-util.c Sat Oct 24 01:09:05 1998 +@@ -217,8 +217,9 @@ + int i; + char *shell; + static char *shells [] = { +- "/bin/bash", "/bin/zsh", "/bin/tcsh", "/bin/ksh", +- "/bin/csh", "/bin/sh", 0 ++ "/bin/csh", "/bin/sh", "/usr/local/bin/tcsh", ++ "/usr/local/bin/bash", "/usr/local/bin/ksh", ++ "/usr/local/bin/zsh", "/usr/local/bin/scsh", 0 + }; + + if ((shell = getenv ("SHELL"))){ diff --git a/x11/gnomelibs/pkg-plist b/x11/gnomelibs/pkg-plist index 7af8d01e8ec4..e0a93e0c468b 100644 --- a/x11/gnomelibs/pkg-plist +++ b/x11/gnomelibs/pkg-plist @@ -152,6 +152,5 @@ share/locale/sv/LC_MESSAGES/gnome-libs.mo @dirrm include/libgnorba @dirrm include/zvt @dirrm share/gnome/games -@dirrm share/gnome/html @dirrm share/gnome/pixmaps @dirrm share/gnome diff --git a/x11/libgnome/files/patch-ag b/x11/libgnome/files/patch-ag new file mode 100644 index 000000000000..8dc1c2be4227 --- /dev/null +++ b/x11/libgnome/files/patch-ag @@ -0,0 +1,14 @@ +--- libgnome/gnome-util.c.orig Sat Oct 24 01:06:42 1998 ++++ libgnome/gnome-util.c Sat Oct 24 01:09:05 1998 +@@ -217,8 +217,9 @@ + int i; + char *shell; + static char *shells [] = { +- "/bin/bash", "/bin/zsh", "/bin/tcsh", "/bin/ksh", +- "/bin/csh", "/bin/sh", 0 ++ "/bin/csh", "/bin/sh", "/usr/local/bin/tcsh", ++ "/usr/local/bin/bash", "/usr/local/bin/ksh", ++ "/usr/local/bin/zsh", "/usr/local/bin/scsh", 0 + }; + + if ((shell = getenv ("SHELL"))){ diff --git a/x11/libgnome/pkg-plist b/x11/libgnome/pkg-plist index 7af8d01e8ec4..e0a93e0c468b 100644 --- a/x11/libgnome/pkg-plist +++ b/x11/libgnome/pkg-plist @@ -152,6 +152,5 @@ share/locale/sv/LC_MESSAGES/gnome-libs.mo @dirrm include/libgnorba @dirrm include/zvt @dirrm share/gnome/games -@dirrm share/gnome/html @dirrm share/gnome/pixmaps @dirrm share/gnome |