aboutsummaryrefslogtreecommitdiffstats
path: root/editors/openoffice-1.1
diff options
context:
space:
mode:
authormbr <mbr@FreeBSD.org>2002-03-05 07:20:22 +0800
committermbr <mbr@FreeBSD.org>2002-03-05 07:20:22 +0800
commite342f58c71f9029ce45ee32f94cd1c382b774c30 (patch)
treed4081a92847459e0f020e2e36fad3cb826cc0b13 /editors/openoffice-1.1
parent4022e371eba8a402ae9717e317bf3cbfd3e5092e (diff)
downloadfreebsd-ports-gnome-e342f58c71f9029ce45ee32f94cd1c382b774c30.tar.gz
freebsd-ports-gnome-e342f58c71f9029ce45ee32f94cd1c382b774c30.tar.zst
freebsd-ports-gnome-e342f58c71f9029ce45ee32f94cd1c382b774c30.zip
Fix the PATH issue. Add ${PREFIX}/bin and ${PREFIX}/sbin
Diffstat (limited to 'editors/openoffice-1.1')
-rw-r--r--editors/openoffice-1.1/files/patch-set_soenv.134
1 files changed, 34 insertions, 0 deletions
diff --git a/editors/openoffice-1.1/files/patch-set_soenv.1 b/editors/openoffice-1.1/files/patch-set_soenv.1
new file mode 100644
index 000000000000..bcf91ac5f6aa
--- /dev/null
+++ b/editors/openoffice-1.1/files/patch-set_soenv.1
@@ -0,0 +1,34 @@
+--- set_soenv.1.orig Tue Nov 20 18:26:33 2001
++++ set_soenv.1 Tue Mar 5 00:12:09 2002
+@@ -954,7 +954,7 @@
+ $ps.$USR.$LIB.
+ $ps.$USR_LOCAL.$BIN;
+ }
+-elsif (($platform eq "$Linux") or ($platform eq "$FreeBSD") or ($platform eq "$NetBSD") or ($platform eq "$Tru64") or ($platform eq "$Irix") or ($platform eq "$Irix64"))
++elsif (($platform eq "$Linux") or ($platform eq "$NetBSD") or ($platform eq "$Tru64") or ($platform eq "$Irix") or ($platform eq "$Irix64"))
+ { $PATH = $cur_dir.
+ $ps.'$SOLARVER'.$ds.'$UPD'.$ds.'$INPATH'.$BIN.
+ $ps.'$SOLARENV'.$ds.'$OUTPATH'.$BIN.
+@@ -968,6 +968,22 @@
+ $ps.$USR.$BIN.$ds."X11".
+ $ps.$USR.$LIB;
+ }
++elsif ($platform eq "$FreeBSD")
++{ $PATH = $cur_dir.
++ $ps.'$SOLARVER'.$ds.'$UPD'.$ds.'$INPATH'.$BIN.
++ $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.$BIN.$ds."X11".
++ $ps.$USR.$LIB;
++}
++
+ elsif ($platform eq "$Winnt")
+ { $COMPATH_ROOT = $COMPATH;
+ $COMPATH_ROOT =~ s/\/vc98$//;
ions'>-2/+1 * x11-toolkits/pango: require explicit linkingmarino2014-07-201-1/+2 * Fix check-plist.kwm2014-06-061-7/+3 * When linking a library libA with a library libB using libtool, if libB.latijl2014-04-231-2/+2 * The FreeBSD x11@ and graphics team proudly presentszeising2014-04-171-1/+1 * Fix handling of the pango font cache.kwm2014-03-152-6/+5 * Stagifykwm2014-03-082-21/+22 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1 * Add gnomehier depend for introspection dirs.kwm2013-08-061-2/+2 * The FreeBSD GNOME team presents a Glib and Gtk+ 3 update.kwm2013-07-313-54/+19 * Remove latest usage of X_FONTS_ENCODINGS_PORT and X_FONTS_TTF_PORTbapt2013-07-081-2/+2 * - Convert USE_GETTEXT to USES (part 4)ak2013-04-261-2/+1 * Finish converting the whole ports tree to USES=pkgconfigbapt2013-04-231-1/+1 * Add an error check on if cairo is installed without GLIB (GObject) support.mezz2013-03-201-0/+6 * * Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 whichkwm2013-03-083-37/+88 * - update png to 1.5.10dinoex2012-06-011-1/+1 * - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-24