diff options
author | mbr <mbr@FreeBSD.org> | 2002-10-28 22:33:42 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-10-28 22:33:42 +0800 |
commit | fe354298a24cc6a41bbfb7602d4b5594ef485e83 (patch) | |
tree | d696b210a51b1eefa5a60fcacc38e06d81516ed6 /editors | |
parent | 443b3c5f49d483546e121f73a75c9a7e4c3c82ab (diff) | |
download | freebsd-ports-gnome-fe354298a24cc6a41bbfb7602d4b5594ef485e83.tar.gz freebsd-ports-gnome-fe354298a24cc6a41bbfb7602d4b5594ef485e83.tar.zst freebsd-ports-gnome-fe354298a24cc6a41bbfb7602d4b5594ef485e83.zip |
Fix the recently breakage caused by bison 1.75.
$PATH does now have /usr/bin before /usr/local/bin
until the bug is fixed.
Diffstat (limited to 'editors')
3 files changed, 9 insertions, 9 deletions
diff --git a/editors/openoffice-1.0/files/patch-config_office+set_soenv.1 b/editors/openoffice-1.0/files/patch-config_office+set_soenv.1 index 023d1b997d0e..0398428dc661 100644 --- a/editors/openoffice-1.0/files/patch-config_office+set_soenv.1 +++ b/editors/openoffice-1.0/files/patch-config_office+set_soenv.1 @@ -1,5 +1,5 @@ --- set_soenv.1.orig Sun Jun 30 21:51:05 2002 -+++ set_soenv.1 Mon Jul 15 14:09:14 2002 ++++ set_soenv.1 Mon Oct 28 15:01:58 2002 @@ -40,7 +40,7 @@ # # Set this value equal to the corresponding amount of @@ -158,13 +158,13 @@ + $ps.'$SOLARENV'.$ds.'$OUTPATH'.$BIN. + $ps.'$SOLARENV'.$BIN. + $ps.'$JAVA_HOME'.$BIN. -+ $ps.$USR_LOCAL.$BIN. -+ $ps.$USR_LOCAL.$ds."sbin"; + + $PATH .= GetCorrectPath($COMPATH, $PERL_PATH, $TCSH_PATH, $compiler); + + $PATH .= $ps.$USR.$ds."sbin". + $ps.$USR.$ds."X11R6".$ds."bin". ++ $ps.$USR_LOCAL.$BIN. ++ $ps.$USR_LOCAL.$ds."sbin"; + $ps.$USR.$LIB; +} + diff --git a/editors/openoffice.org-1.0/files/patch-config_office+set_soenv.1 b/editors/openoffice.org-1.0/files/patch-config_office+set_soenv.1 index 023d1b997d0e..0398428dc661 100644 --- a/editors/openoffice.org-1.0/files/patch-config_office+set_soenv.1 +++ b/editors/openoffice.org-1.0/files/patch-config_office+set_soenv.1 @@ -1,5 +1,5 @@ --- set_soenv.1.orig Sun Jun 30 21:51:05 2002 -+++ set_soenv.1 Mon Jul 15 14:09:14 2002 ++++ set_soenv.1 Mon Oct 28 15:01:58 2002 @@ -40,7 +40,7 @@ # # Set this value equal to the corresponding amount of @@ -158,13 +158,13 @@ + $ps.'$SOLARENV'.$ds.'$OUTPATH'.$BIN. + $ps.'$SOLARENV'.$BIN. + $ps.'$JAVA_HOME'.$BIN. -+ $ps.$USR_LOCAL.$BIN. -+ $ps.$USR_LOCAL.$ds."sbin"; + + $PATH .= GetCorrectPath($COMPATH, $PERL_PATH, $TCSH_PATH, $compiler); + + $PATH .= $ps.$USR.$ds."sbin". + $ps.$USR.$ds."X11R6".$ds."bin". ++ $ps.$USR_LOCAL.$BIN. ++ $ps.$USR_LOCAL.$ds."sbin"; + $ps.$USR.$LIB; +} + diff --git a/editors/openoffice/files/patch-config_office+set_soenv.1 b/editors/openoffice/files/patch-config_office+set_soenv.1 index 023d1b997d0e..0398428dc661 100644 --- a/editors/openoffice/files/patch-config_office+set_soenv.1 +++ b/editors/openoffice/files/patch-config_office+set_soenv.1 @@ -1,5 +1,5 @@ --- set_soenv.1.orig Sun Jun 30 21:51:05 2002 -+++ set_soenv.1 Mon Jul 15 14:09:14 2002 ++++ set_soenv.1 Mon Oct 28 15:01:58 2002 @@ -40,7 +40,7 @@ # # Set this value equal to the corresponding amount of @@ -158,13 +158,13 @@ + $ps.'$SOLARENV'.$ds.'$OUTPATH'.$BIN. + $ps.'$SOLARENV'.$BIN. + $ps.'$JAVA_HOME'.$BIN. -+ $ps.$USR_LOCAL.$BIN. -+ $ps.$USR_LOCAL.$ds."sbin"; + + $PATH .= GetCorrectPath($COMPATH, $PERL_PATH, $TCSH_PATH, $compiler); + + $PATH .= $ps.$USR.$ds."sbin". + $ps.$USR.$ds."X11R6".$ds."bin". ++ $ps.$USR_LOCAL.$BIN. ++ $ps.$USR_LOCAL.$ds."sbin"; + $ps.$USR.$LIB; +} + |