diff options
author | mbr <mbr@FreeBSD.org> | 2002-03-11 05:51:41 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-03-11 05:51:41 +0800 |
commit | c9d758d6fc57db86081dd2c626e4f870da75eff4 (patch) | |
tree | 054467260446f86ff37f95cab6aca36e36872261 /editors | |
parent | 3dee19f4f219e77ebf5d1354875b8586c6038108 (diff) | |
download | freebsd-ports-gnome-c9d758d6fc57db86081dd2c626e4f870da75eff4.tar.gz freebsd-ports-gnome-c9d758d6fc57db86081dd2c626e4f870da75eff4.tar.zst freebsd-ports-gnome-c9d758d6fc57db86081dd2c626e4f870da75eff4.zip |
We do not have GLIBC. Sigh.
Diffstat (limited to 'editors')
23 files changed, 161 insertions, 46 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 9eb4e979c741..0281f98a02d0 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 Tue Nov 20 18:26:33 2001 -+++ set_soenv.1 Sat Mar 9 23:19:31 2002 ++++ set_soenv.1 Sun Mar 10 22:44:58 2002 @@ -40,7 +40,7 @@ # # Set this value equal to the corresponding amount of @@ -40,7 +40,7 @@ } elsif ( $platform eq "$Linux" ) { -@@ -857,7 +861,10 @@ +@@ -857,11 +861,14 @@ $D.$OS. $D.$CPUNAME; if ($platform eq "$FreeBSD") @@ -52,6 +52,11 @@ } $SOLARDEF .= $D."_REENTRANT". $D."_POSIX_PTHREAD_SEMANTICS"; +-if (($platform ne "$Tru64") && ( $platform ne "$Irix") && ( $platform ne "$Irix64")) ++if (($platform ne "$Tru64") && ( $platform ne "$Irix") && ( $platform ne "$Irix64") && ( $platform ne "FreeBSD" ) && ( $platform ne "NetBSD" )) + { $SOLARDEF .= $D."GLIBC=".$GLIBC; + } + $SOLARDEF .= $D."SUPD=$UPD". @@ -954,7 +961,7 @@ $ps.$USR.$LIB. $ps.$USR_LOCAL.$BIN; diff --git a/editors/openoffice-1.0/files/patch-set_soenv.1 b/editors/openoffice-1.0/files/patch-set_soenv.1 index 9eb4e979c741..0281f98a02d0 100644 --- a/editors/openoffice-1.0/files/patch-set_soenv.1 +++ b/editors/openoffice-1.0/files/patch-set_soenv.1 @@ -1,5 +1,5 @@ --- set_soenv.1.orig Tue Nov 20 18:26:33 2001 -+++ set_soenv.1 Sat Mar 9 23:19:31 2002 ++++ set_soenv.1 Sun Mar 10 22:44:58 2002 @@ -40,7 +40,7 @@ # # Set this value equal to the corresponding amount of @@ -40,7 +40,7 @@ } elsif ( $platform eq "$Linux" ) { -@@ -857,7 +861,10 @@ +@@ -857,11 +861,14 @@ $D.$OS. $D.$CPUNAME; if ($platform eq "$FreeBSD") @@ -52,6 +52,11 @@ } $SOLARDEF .= $D."_REENTRANT". $D."_POSIX_PTHREAD_SEMANTICS"; +-if (($platform ne "$Tru64") && ( $platform ne "$Irix") && ( $platform ne "$Irix64")) ++if (($platform ne "$Tru64") && ( $platform ne "$Irix") && ( $platform ne "$Irix64") && ( $platform ne "FreeBSD" ) && ( $platform ne "NetBSD" )) + { $SOLARDEF .= $D."GLIBC=".$GLIBC; + } + $SOLARDEF .= $D."SUPD=$UPD". @@ -954,7 +961,7 @@ $ps.$USR.$LIB. $ps.$USR_LOCAL.$BIN; diff --git a/editors/openoffice-1.1-devel/files/patch-set_soenv.1 b/editors/openoffice-1.1-devel/files/patch-set_soenv.1 index 9eb4e979c741..0281f98a02d0 100644 --- a/editors/openoffice-1.1-devel/files/patch-set_soenv.1 +++ b/editors/openoffice-1.1-devel/files/patch-set_soenv.1 @@ -1,5 +1,5 @@ --- set_soenv.1.orig Tue Nov 20 18:26:33 2001 -+++ set_soenv.1 Sat Mar 9 23:19:31 2002 ++++ set_soenv.1 Sun Mar 10 22:44:58 2002 @@ -40,7 +40,7 @@ # # Set this value equal to the corresponding amount of @@ -40,7 +40,7 @@ } elsif ( $platform eq "$Linux" ) { -@@ -857,7 +861,10 @@ +@@ -857,11 +861,14 @@ $D.$OS. $D.$CPUNAME; if ($platform eq "$FreeBSD") @@ -52,6 +52,11 @@ } $SOLARDEF .= $D."_REENTRANT". $D."_POSIX_PTHREAD_SEMANTICS"; +-if (($platform ne "$Tru64") && ( $platform ne "$Irix") && ( $platform ne "$Irix64")) ++if (($platform ne "$Tru64") && ( $platform ne "$Irix") && ( $platform ne "$Irix64") && ( $platform ne "FreeBSD" ) && ( $platform ne "NetBSD" )) + { $SOLARDEF .= $D."GLIBC=".$GLIBC; + } + $SOLARDEF .= $D."SUPD=$UPD". @@ -954,7 +961,7 @@ $ps.$USR.$LIB. $ps.$USR_LOCAL.$BIN; diff --git a/editors/openoffice-1.1/files/patch-set_soenv.1 b/editors/openoffice-1.1/files/patch-set_soenv.1 index 9eb4e979c741..0281f98a02d0 100644 --- a/editors/openoffice-1.1/files/patch-set_soenv.1 +++ b/editors/openoffice-1.1/files/patch-set_soenv.1 @@ -1,5 +1,5 @@ --- set_soenv.1.orig Tue Nov 20 18:26:33 2001 -+++ set_soenv.1 Sat Mar 9 23:19:31 2002 ++++ set_soenv.1 Sun Mar 10 22:44:58 2002 @@ -40,7 +40,7 @@ # # Set this value equal to the corresponding amount of @@ -40,7 +40,7 @@ } elsif ( $platform eq "$Linux" ) { -@@ -857,7 +861,10 @@ +@@ -857,11 +861,14 @@ $D.$OS. $D.$CPUNAME; if ($platform eq "$FreeBSD") @@ -52,6 +52,11 @@ } $SOLARDEF .= $D."_REENTRANT". $D."_POSIX_PTHREAD_SEMANTICS"; +-if (($platform ne "$Tru64") && ( $platform ne "$Irix") && ( $platform ne "$Irix64")) ++if (($platform ne "$Tru64") && ( $platform ne "$Irix") && ( $platform ne "$Irix64") && ( $platform ne "FreeBSD" ) && ( $platform ne "NetBSD" )) + { $SOLARDEF .= $D."GLIBC=".$GLIBC; + } + $SOLARDEF .= $D."SUPD=$UPD". @@ -954,7 +961,7 @@ $ps.$USR.$LIB. $ps.$USR_LOCAL.$BIN; diff --git a/editors/openoffice-2.0-devel/files/patch-set_soenv.1 b/editors/openoffice-2.0-devel/files/patch-set_soenv.1 index 9eb4e979c741..0281f98a02d0 100644 --- a/editors/openoffice-2.0-devel/files/patch-set_soenv.1 +++ b/editors/openoffice-2.0-devel/files/patch-set_soenv.1 @@ -1,5 +1,5 @@ --- set_soenv.1.orig Tue Nov 20 18:26:33 2001 -+++ set_soenv.1 Sat Mar 9 23:19:31 2002 ++++ set_soenv.1 Sun Mar 10 22:44:58 2002 @@ -40,7 +40,7 @@ # # Set this value equal to the corresponding amount of @@ -40,7 +40,7 @@ } elsif ( $platform eq "$Linux" ) { -@@ -857,7 +861,10 @@ +@@ -857,11 +861,14 @@ $D.$OS. $D.$CPUNAME; if ($platform eq "$FreeBSD") @@ -52,6 +52,11 @@ } $SOLARDEF .= $D."_REENTRANT". $D."_POSIX_PTHREAD_SEMANTICS"; +-if (($platform ne "$Tru64") && ( $platform ne "$Irix") && ( $platform ne "$Irix64")) ++if (($platform ne "$Tru64") && ( $platform ne "$Irix") && ( $platform ne "$Irix64") && ( $platform ne "FreeBSD" ) && ( $platform ne "NetBSD" )) + { $SOLARDEF .= $D."GLIBC=".$GLIBC; + } + $SOLARDEF .= $D."SUPD=$UPD". @@ -954,7 +961,7 @@ $ps.$USR.$LIB. $ps.$USR_LOCAL.$BIN; diff --git a/editors/openoffice-3-devel/files/patch-set_soenv.1 b/editors/openoffice-3-devel/files/patch-set_soenv.1 index 9eb4e979c741..0281f98a02d0 100644 --- a/editors/openoffice-3-devel/files/patch-set_soenv.1 +++ b/editors/openoffice-3-devel/files/patch-set_soenv.1 @@ -1,5 +1,5 @@ --- set_soenv.1.orig Tue Nov 20 18:26:33 2001 -+++ set_soenv.1 Sat Mar 9 23:19:31 2002 ++++ set_soenv.1 Sun Mar 10 22:44:58 2002 @@ -40,7 +40,7 @@ # # Set this value equal to the corresponding amount of @@ -40,7 +40,7 @@ } elsif ( $platform eq "$Linux" ) { -@@ -857,7 +861,10 @@ +@@ -857,11 +861,14 @@ $D.$OS. $D.$CPUNAME; if ($platform eq "$FreeBSD") @@ -52,6 +52,11 @@ } $SOLARDEF .= $D."_REENTRANT". $D."_POSIX_PTHREAD_SEMANTICS"; +-if (($platform ne "$Tru64") && ( $platform ne "$Irix") && ( $platform ne "$Irix64")) ++if (($platform ne "$Tru64") && ( $platform ne "$Irix") && ( $platform ne "$Irix64") && ( $platform ne "FreeBSD" ) && ( $platform ne "NetBSD" )) + { $SOLARDEF .= $D."GLIBC=".$GLIBC; + } + $SOLARDEF .= $D."SUPD=$UPD". @@ -954,7 +961,7 @@ $ps.$USR.$LIB. $ps.$USR_LOCAL.$BIN; diff --git a/editors/openoffice-3/files/patch-set_soenv.1 b/editors/openoffice-3/files/patch-set_soenv.1 index 9eb4e979c741..0281f98a02d0 100644 --- a/editors/openoffice-3/files/patch-set_soenv.1 +++ b/editors/openoffice-3/files/patch-set_soenv.1 @@ -1,5 +1,5 @@ --- set_soenv.1.orig Tue Nov 20 18:26:33 2001 -+++ set_soenv.1 Sat Mar 9 23:19:31 2002 ++++ set_soenv.1 Sun Mar 10 22:44:58 2002 @@ -40,7 +40,7 @@ # # Set this value equal to the corresponding amount of @@ -40,7 +40,7 @@ } elsif ( $platform eq "$Linux" ) { -@@ -857,7 +861,10 @@ +@@ -857,11 +861,14 @@ $D.$OS. $D.$CPUNAME; if ($platform eq "$FreeBSD") @@ -52,6 +52,11 @@ } $SOLARDEF .= $D."_REENTRANT". $D."_POSIX_PTHREAD_SEMANTICS"; +-if (($platform ne "$Tru64") && ( $platform ne "$Irix") && ( $platform ne "$Irix64")) ++if (($platform ne "$Tru64") && ( $platform ne "$Irix") && ( $platform ne "$Irix64") && ( $platform ne "FreeBSD" ) && ( $platform ne "NetBSD" )) + { $SOLARDEF .= $D."GLIBC=".$GLIBC; + } + $SOLARDEF .= $D."SUPD=$UPD". @@ -954,7 +961,7 @@ $ps.$USR.$LIB. $ps.$USR_LOCAL.$BIN; diff --git a/editors/openoffice-devel/files/patch-set_soenv.1 b/editors/openoffice-devel/files/patch-set_soenv.1 index 9eb4e979c741..0281f98a02d0 100644 --- a/editors/openoffice-devel/files/patch-set_soenv.1 +++ b/editors/openoffice-devel/files/patch-set_soenv.1 @@ -1,5 +1,5 @@ --- set_soenv.1.orig Tue Nov 20 18:26:33 2001 -+++ set_soenv.1 Sat Mar 9 23:19:31 2002 ++++ set_soenv.1 Sun Mar 10 22:44:58 2002 @@ -40,7 +40,7 @@ # # Set this value equal to the corresponding amount of @@ -40,7 +40,7 @@ } elsif ( $platform eq "$Linux" ) { -@@ -857,7 +861,10 @@ +@@ -857,11 +861,14 @@ $D.$OS. $D.$CPUNAME; if ($platform eq "$FreeBSD") @@ -52,6 +52,11 @@ } $SOLARDEF .= $D."_REENTRANT". $D."_POSIX_PTHREAD_SEMANTICS"; +-if (($platform ne "$Tru64") && ( $platform ne "$Irix") && ( $platform ne "$Irix64")) ++if (($platform ne "$Tru64") && ( $platform ne "$Irix") && ( $platform ne "$Irix64") && ( $platform ne "FreeBSD" ) && ( $platform ne "NetBSD" )) + { $SOLARDEF .= $D."GLIBC=".$GLIBC; + } + $SOLARDEF .= $D."SUPD=$UPD". @@ -954,7 +961,7 @@ $ps.$USR.$LIB. $ps.$USR_LOCAL.$BIN; 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 9eb4e979c741..0281f98a02d0 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 Tue Nov 20 18:26:33 2001 -+++ set_soenv.1 Sat Mar 9 23:19:31 2002 ++++ set_soenv.1 Sun Mar 10 22:44:58 2002 @@ -40,7 +40,7 @@ # # Set this value equal to the corresponding amount of @@ -40,7 +40,7 @@ } elsif ( $platform eq "$Linux" ) { -@@ -857,7 +861,10 @@ +@@ -857,11 +861,14 @@ $D.$OS. $D.$CPUNAME; if ($platform eq "$FreeBSD") @@ -52,6 +52,11 @@ } $SOLARDEF .= $D."_REENTRANT". $D."_POSIX_PTHREAD_SEMANTICS"; +-if (($platform ne "$Tru64") && ( $platform ne "$Irix") && ( $platform ne "$Irix64")) ++if (($platform ne "$Tru64") && ( $platform ne "$Irix") && ( $platform ne "$Irix64") && ( $platform ne "FreeBSD" ) && ( $platform ne "NetBSD" )) + { $SOLARDEF .= $D."GLIBC=".$GLIBC; + } + $SOLARDEF .= $D."SUPD=$UPD". @@ -954,7 +961,7 @@ $ps.$USR.$LIB. $ps.$USR_LOCAL.$BIN; diff --git a/editors/openoffice.org-1.0/files/patch-set_soenv.1 b/editors/openoffice.org-1.0/files/patch-set_soenv.1 index 9eb4e979c741..0281f98a02d0 100644 --- a/editors/openoffice.org-1.0/files/patch-set_soenv.1 +++ b/editors/openoffice.org-1.0/files/patch-set_soenv.1 @@ -1,5 +1,5 @@ --- set_soenv.1.orig Tue Nov 20 18:26:33 2001 -+++ set_soenv.1 Sat Mar 9 23:19:31 2002 ++++ set_soenv.1 Sun Mar 10 22:44:58 2002 @@ -40,7 +40,7 @@ # # Set this value equal to the corresponding amount of @@ -40,7 +40,7 @@ } elsif ( $platform eq "$Linux" ) { -@@ -857,7 +861,10 @@ +@@ -857,11 +861,14 @@ $D.$OS. $D.$CPUNAME; if ($platform eq "$FreeBSD") @@ -52,6 +52,11 @@ } $SOLARDEF .= $D."_REENTRANT". $D."_POSIX_PTHREAD_SEMANTICS"; +-if (($platform ne "$Tru64") && ( $platform ne "$Irix") && ( $platform ne "$Irix64")) ++if (($platform ne "$Tru64") && ( $platform ne "$Irix") && ( $platform ne "$Irix64") && ( $platform ne "FreeBSD" ) && ( $platform ne "NetBSD" )) + { $SOLARDEF .= $D."GLIBC=".$GLIBC; + } + $SOLARDEF .= $D."SUPD=$UPD". @@ -954,7 +961,7 @@ $ps.$USR.$LIB. $ps.$USR_LOCAL.$BIN; diff --git a/editors/openoffice.org-1.1-devel/files/patch-set_soenv.1 b/editors/openoffice.org-1.1-devel/files/patch-set_soenv.1 index 9eb4e979c741..0281f98a02d0 100644 --- a/editors/openoffice.org-1.1-devel/files/patch-set_soenv.1 +++ b/editors/openoffice.org-1.1-devel/files/patch-set_soenv.1 @@ -1,5 +1,5 @@ --- set_soenv.1.orig Tue Nov 20 18:26:33 2001 -+++ set_soenv.1 Sat Mar 9 23:19:31 2002 ++++ set_soenv.1 Sun Mar 10 22:44:58 2002 @@ -40,7 +40,7 @@ # # Set this value equal to the corresponding amount of @@ -40,7 +40,7 @@ } elsif ( $platform eq "$Linux" ) { -@@ -857,7 +861,10 @@ +@@ -857,11 +861,14 @@ $D.$OS. $D.$CPUNAME; if ($platform eq "$FreeBSD") @@ -52,6 +52,11 @@ } $SOLARDEF .= $D."_REENTRANT". $D."_POSIX_PTHREAD_SEMANTICS"; +-if (($platform ne "$Tru64") && ( $platform ne "$Irix") && ( $platform ne "$Irix64")) ++if (($platform ne "$Tru64") && ( $platform ne "$Irix") && ( $platform ne "$Irix64") && ( $platform ne "FreeBSD" ) && ( $platform ne "NetBSD" )) + { $SOLARDEF .= $D."GLIBC=".$GLIBC; + } + $SOLARDEF .= $D."SUPD=$UPD". @@ -954,7 +961,7 @@ $ps.$USR.$LIB. $ps.$USR_LOCAL.$BIN; diff --git a/editors/openoffice.org-1.1/files/patch-set_soenv.1 b/editors/openoffice.org-1.1/files/patch-set_soenv.1 index 9eb4e979c741..0281f98a02d0 100644 --- a/editors/openoffice.org-1.1/files/patch-set_soenv.1 +++ b/editors/openoffice.org-1.1/files/patch-set_soenv.1 @@ -1,5 +1,5 @@ --- set_soenv.1.orig Tue Nov 20 18:26:33 2001 -+++ set_soenv.1 Sat Mar 9 23:19:31 2002 ++++ set_soenv.1 Sun Mar 10 22:44:58 2002 @@ -40,7 +40,7 @@ # # Set this value equal to the corresponding amount of @@ -40,7 +40,7 @@ } elsif ( $platform eq "$Linux" ) { -@@ -857,7 +861,10 @@ +@@ -857,11 +861,14 @@ $D.$OS. $D.$CPUNAME; if ($platform eq "$FreeBSD") @@ -52,6 +52,11 @@ } $SOLARDEF .= $D."_REENTRANT". $D."_POSIX_PTHREAD_SEMANTICS"; +-if (($platform ne "$Tru64") && ( $platform ne "$Irix") && ( $platform ne "$Irix64")) ++if (($platform ne "$Tru64") && ( $platform ne "$Irix") && ( $platform ne "$Irix64") && ( $platform ne "FreeBSD" ) && ( $platform ne "NetBSD" )) + { $SOLARDEF .= $D."GLIBC=".$GLIBC; + } + $SOLARDEF .= $D."SUPD=$UPD". @@ -954,7 +961,7 @@ $ps.$USR.$LIB. $ps.$USR_LOCAL.$BIN; diff --git a/editors/openoffice.org-2-RC/files/patch-set_soenv.1 b/editors/openoffice.org-2-RC/files/patch-set_soenv.1 index 9eb4e979c741..0281f98a02d0 100644 --- a/editors/openoffice.org-2-RC/files/patch-set_soenv.1 +++ b/editors/openoffice.org-2-RC/files/patch-set_soenv.1 @@ -1,5 +1,5 @@ --- set_soenv.1.orig Tue Nov 20 18:26:33 2001 -+++ set_soenv.1 Sat Mar 9 23:19:31 2002 ++++ set_soenv.1 Sun Mar 10 22:44:58 2002 @@ -40,7 +40,7 @@ # # Set this value equal to the corresponding amount of @@ -40,7 +40,7 @@ } elsif ( $platform eq "$Linux" ) { -@@ -857,7 +861,10 @@ +@@ -857,11 +861,14 @@ $D.$OS. $D.$CPUNAME; if ($platform eq "$FreeBSD") @@ -52,6 +52,11 @@ } $SOLARDEF .= $D."_REENTRANT". $D."_POSIX_PTHREAD_SEMANTICS"; +-if (($platform ne "$Tru64") && ( $platform ne "$Irix") && ( $platform ne "$Irix64")) ++if (($platform ne "$Tru64") && ( $platform ne "$Irix") && ( $platform ne "$Irix64") && ( $platform ne "FreeBSD" ) && ( $platform ne "NetBSD" )) + { $SOLARDEF .= $D."GLIBC=".$GLIBC; + } + $SOLARDEF .= $D."SUPD=$UPD". @@ -954,7 +961,7 @@ $ps.$USR.$LIB. $ps.$USR_LOCAL.$BIN; diff --git a/editors/openoffice.org-2-devel/files/patch-set_soenv.1 b/editors/openoffice.org-2-devel/files/patch-set_soenv.1 index 9eb4e979c741..0281f98a02d0 100644 --- a/editors/openoffice.org-2-devel/files/patch-set_soenv.1 +++ b/editors/openoffice.org-2-devel/files/patch-set_soenv.1 @@ -1,5 +1,5 @@ --- set_soenv.1.orig Tue Nov 20 18:26:33 2001 -+++ set_soenv.1 Sat Mar 9 23:19:31 2002 ++++ set_soenv.1 Sun Mar 10 22:44:58 2002 @@ -40,7 +40,7 @@ # # Set this value equal to the corresponding amount of @@ -40,7 +40,7 @@ } elsif ( $platform eq "$Linux" ) { -@@ -857,7 +861,10 @@ +@@ -857,11 +861,14 @@ $D.$OS. $D.$CPUNAME; if ($platform eq "$FreeBSD") @@ -52,6 +52,11 @@ } $SOLARDEF .= $D."_REENTRANT". $D."_POSIX_PTHREAD_SEMANTICS"; +-if (($platform ne "$Tru64") && ( $platform ne "$Irix") && ( $platform ne "$Irix64")) ++if (($platform ne "$Tru64") && ( $platform ne "$Irix") && ( $platform ne "$Irix64") && ( $platform ne "FreeBSD" ) && ( $platform ne "NetBSD" )) + { $SOLARDEF .= $D."GLIBC=".$GLIBC; + } + $SOLARDEF .= $D."SUPD=$UPD". @@ -954,7 +961,7 @@ $ps.$USR.$LIB. $ps.$USR_LOCAL.$BIN; diff --git a/editors/openoffice.org-2.0-devel/files/patch-set_soenv.1 b/editors/openoffice.org-2.0-devel/files/patch-set_soenv.1 index 9eb4e979c741..0281f98a02d0 100644 --- a/editors/openoffice.org-2.0-devel/files/patch-set_soenv.1 +++ b/editors/openoffice.org-2.0-devel/files/patch-set_soenv.1 @@ -1,5 +1,5 @@ --- set_soenv.1.orig Tue Nov 20 18:26:33 2001 -+++ set_soenv.1 Sat Mar 9 23:19:31 2002 ++++ set_soenv.1 Sun Mar 10 22:44:58 2002 @@ -40,7 +40,7 @@ # # Set this value equal to the corresponding amount of @@ -40,7 +40,7 @@ } elsif ( $platform eq "$Linux" ) { -@@ -857,7 +861,10 @@ +@@ -857,11 +861,14 @@ $D.$OS. $D.$CPUNAME; if ($platform eq "$FreeBSD") @@ -52,6 +52,11 @@ } $SOLARDEF .= $D."_REENTRANT". $D."_POSIX_PTHREAD_SEMANTICS"; +-if (($platform ne "$Tru64") && ( $platform ne "$Irix") && ( $platform ne "$Irix64")) ++if (($platform ne "$Tru64") && ( $platform ne "$Irix") && ( $platform ne "$Irix64") && ( $platform ne "FreeBSD" ) && ( $platform ne "NetBSD" )) + { $SOLARDEF .= $D."GLIBC=".$GLIBC; + } + $SOLARDEF .= $D."SUPD=$UPD". @@ -954,7 +961,7 @@ $ps.$USR.$LIB. $ps.$USR_LOCAL.$BIN; diff --git a/editors/openoffice.org-2.0/files/patch-set_soenv.1 b/editors/openoffice.org-2.0/files/patch-set_soenv.1 index 9eb4e979c741..0281f98a02d0 100644 --- a/editors/openoffice.org-2.0/files/patch-set_soenv.1 +++ b/editors/openoffice.org-2.0/files/patch-set_soenv.1 @@ -1,5 +1,5 @@ --- set_soenv.1.orig Tue Nov 20 18:26:33 2001 -+++ set_soenv.1 Sat Mar 9 23:19:31 2002 ++++ set_soenv.1 Sun Mar 10 22:44:58 2002 @@ -40,7 +40,7 @@ # # Set this value equal to the corresponding amount of @@ -40,7 +40,7 @@ } elsif ( $platform eq "$Linux" ) { -@@ -857,7 +861,10 @@ +@@ -857,11 +861,14 @@ $D.$OS. $D.$CPUNAME; if ($platform eq "$FreeBSD") @@ -52,6 +52,11 @@ } $SOLARDEF .= $D."_REENTRANT". $D."_POSIX_PTHREAD_SEMANTICS"; +-if (($platform ne "$Tru64") && ( $platform ne "$Irix") && ( $platform ne "$Irix64")) ++if (($platform ne "$Tru64") && ( $platform ne "$Irix") && ( $platform ne "$Irix64") && ( $platform ne "FreeBSD" ) && ( $platform ne "NetBSD" )) + { $SOLARDEF .= $D."GLIBC=".$GLIBC; + } + $SOLARDEF .= $D."SUPD=$UPD". @@ -954,7 +961,7 @@ $ps.$USR.$LIB. $ps.$USR_LOCAL.$BIN; diff --git a/editors/openoffice.org-2/files/patch-set_soenv.1 b/editors/openoffice.org-2/files/patch-set_soenv.1 index 9eb4e979c741..0281f98a02d0 100644 --- a/editors/openoffice.org-2/files/patch-set_soenv.1 +++ b/editors/openoffice.org-2/files/patch-set_soenv.1 @@ -1,5 +1,5 @@ --- set_soenv.1.orig Tue Nov 20 18:26:33 2001 -+++ set_soenv.1 Sat Mar 9 23:19:31 2002 ++++ set_soenv.1 Sun Mar 10 22:44:58 2002 @@ -40,7 +40,7 @@ # # Set this value equal to the corresponding amount of @@ -40,7 +40,7 @@ } elsif ( $platform eq "$Linux" ) { -@@ -857,7 +861,10 @@ +@@ -857,11 +861,14 @@ $D.$OS. $D.$CPUNAME; if ($platform eq "$FreeBSD") @@ -52,6 +52,11 @@ } $SOLARDEF .= $D."_REENTRANT". $D."_POSIX_PTHREAD_SEMANTICS"; +-if (($platform ne "$Tru64") && ( $platform ne "$Irix") && ( $platform ne "$Irix64")) ++if (($platform ne "$Tru64") && ( $platform ne "$Irix") && ( $platform ne "$Irix64") && ( $platform ne "FreeBSD" ) && ( $platform ne "NetBSD" )) + { $SOLARDEF .= $D."GLIBC=".$GLIBC; + } + $SOLARDEF .= $D."SUPD=$UPD". @@ -954,7 +961,7 @@ $ps.$USR.$LIB. $ps.$USR_LOCAL.$BIN; diff --git a/editors/openoffice.org-3-RC/files/patch-set_soenv.1 b/editors/openoffice.org-3-RC/files/patch-set_soenv.1 index 9eb4e979c741..0281f98a02d0 100644 --- a/editors/openoffice.org-3-RC/files/patch-set_soenv.1 +++ b/editors/openoffice.org-3-RC/files/patch-set_soenv.1 @@ -1,5 +1,5 @@ --- set_soenv.1.orig Tue Nov 20 18:26:33 2001 -+++ set_soenv.1 Sat Mar 9 23:19:31 2002 ++++ set_soenv.1 Sun Mar 10 22:44:58 2002 @@ -40,7 +40,7 @@ # # Set this value equal to the corresponding amount of @@ -40,7 +40,7 @@ } elsif ( $platform eq "$Linux" ) { -@@ -857,7 +861,10 @@ +@@ -857,11 +861,14 @@ $D.$OS. $D.$CPUNAME; if ($platform eq "$FreeBSD") @@ -52,6 +52,11 @@ } $SOLARDEF .= $D."_REENTRANT". $D."_POSIX_PTHREAD_SEMANTICS"; +-if (($platform ne "$Tru64") && ( $platform ne "$Irix") && ( $platform ne "$Irix64")) ++if (($platform ne "$Tru64") && ( $platform ne "$Irix") && ( $platform ne "$Irix64") && ( $platform ne "FreeBSD" ) && ( $platform ne "NetBSD" )) + { $SOLARDEF .= $D."GLIBC=".$GLIBC; + } + $SOLARDEF .= $D."SUPD=$UPD". @@ -954,7 +961,7 @@ $ps.$USR.$LIB. $ps.$USR_LOCAL.$BIN; diff --git a/editors/openoffice.org-3-devel/files/patch-set_soenv.1 b/editors/openoffice.org-3-devel/files/patch-set_soenv.1 index 9eb4e979c741..0281f98a02d0 100644 --- a/editors/openoffice.org-3-devel/files/patch-set_soenv.1 +++ b/editors/openoffice.org-3-devel/files/patch-set_soenv.1 @@ -1,5 +1,5 @@ --- set_soenv.1.orig Tue Nov 20 18:26:33 2001 -+++ set_soenv.1 Sat Mar 9 23:19:31 2002 ++++ set_soenv.1 Sun Mar 10 22:44:58 2002 @@ -40,7 +40,7 @@ # # Set this value equal to the corresponding amount of @@ -40,7 +40,7 @@ } elsif ( $platform eq "$Linux" ) { -@@ -857,7 +861,10 @@ +@@ -857,11 +861,14 @@ $D.$OS. $D.$CPUNAME; if ($platform eq "$FreeBSD") @@ -52,6 +52,11 @@ } $SOLARDEF .= $D."_REENTRANT". $D."_POSIX_PTHREAD_SEMANTICS"; +-if (($platform ne "$Tru64") && ( $platform ne "$Irix") && ( $platform ne "$Irix64")) ++if (($platform ne "$Tru64") && ( $platform ne "$Irix") && ( $platform ne "$Irix64") && ( $platform ne "FreeBSD" ) && ( $platform ne "NetBSD" )) + { $SOLARDEF .= $D."GLIBC=".$GLIBC; + } + $SOLARDEF .= $D."SUPD=$UPD". @@ -954,7 +961,7 @@ $ps.$USR.$LIB. $ps.$USR_LOCAL.$BIN; diff --git a/editors/openoffice.org-3/files/patch-set_soenv.1 b/editors/openoffice.org-3/files/patch-set_soenv.1 index 9eb4e979c741..0281f98a02d0 100644 --- a/editors/openoffice.org-3/files/patch-set_soenv.1 +++ b/editors/openoffice.org-3/files/patch-set_soenv.1 @@ -1,5 +1,5 @@ --- set_soenv.1.orig Tue Nov 20 18:26:33 2001 -+++ set_soenv.1 Sat Mar 9 23:19:31 2002 ++++ set_soenv.1 Sun Mar 10 22:44:58 2002 @@ -40,7 +40,7 @@ # # Set this value equal to the corresponding amount of @@ -40,7 +40,7 @@ } elsif ( $platform eq "$Linux" ) { -@@ -857,7 +861,10 @@ +@@ -857,11 +861,14 @@ $D.$OS. $D.$CPUNAME; if ($platform eq "$FreeBSD") @@ -52,6 +52,11 @@ } $SOLARDEF .= $D."_REENTRANT". $D."_POSIX_PTHREAD_SEMANTICS"; +-if (($platform ne "$Tru64") && ( $platform ne "$Irix") && ( $platform ne "$Irix64")) ++if (($platform ne "$Tru64") && ( $platform ne "$Irix") && ( $platform ne "$Irix64") && ( $platform ne "FreeBSD" ) && ( $platform ne "NetBSD" )) + { $SOLARDEF .= $D."GLIBC=".$GLIBC; + } + $SOLARDEF .= $D."SUPD=$UPD". @@ -954,7 +961,7 @@ $ps.$USR.$LIB. $ps.$USR_LOCAL.$BIN; diff --git a/editors/openoffice.org-vcltesttool/files/patch-set_soenv.1 b/editors/openoffice.org-vcltesttool/files/patch-set_soenv.1 index 9eb4e979c741..0281f98a02d0 100644 --- a/editors/openoffice.org-vcltesttool/files/patch-set_soenv.1 +++ b/editors/openoffice.org-vcltesttool/files/patch-set_soenv.1 @@ -1,5 +1,5 @@ --- set_soenv.1.orig Tue Nov 20 18:26:33 2001 -+++ set_soenv.1 Sat Mar 9 23:19:31 2002 ++++ set_soenv.1 Sun Mar 10 22:44:58 2002 @@ -40,7 +40,7 @@ # # Set this value equal to the corresponding amount of @@ -40,7 +40,7 @@ } elsif ( $platform eq "$Linux" ) { -@@ -857,7 +861,10 @@ +@@ -857,11 +861,14 @@ $D.$OS. $D.$CPUNAME; if ($platform eq "$FreeBSD") @@ -52,6 +52,11 @@ } $SOLARDEF .= $D."_REENTRANT". $D."_POSIX_PTHREAD_SEMANTICS"; +-if (($platform ne "$Tru64") && ( $platform ne "$Irix") && ( $platform ne "$Irix64")) ++if (($platform ne "$Tru64") && ( $platform ne "$Irix") && ( $platform ne "$Irix64") && ( $platform ne "FreeBSD" ) && ( $platform ne "NetBSD" )) + { $SOLARDEF .= $D."GLIBC=".$GLIBC; + } + $SOLARDEF .= $D."SUPD=$UPD". @@ -954,7 +961,7 @@ $ps.$USR.$LIB. $ps.$USR_LOCAL.$BIN; diff --git a/editors/openoffice/files/patch-config_office+set_soenv.1 b/editors/openoffice/files/patch-config_office+set_soenv.1 index 9eb4e979c741..0281f98a02d0 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 Tue Nov 20 18:26:33 2001 -+++ set_soenv.1 Sat Mar 9 23:19:31 2002 ++++ set_soenv.1 Sun Mar 10 22:44:58 2002 @@ -40,7 +40,7 @@ # # Set this value equal to the corresponding amount of @@ -40,7 +40,7 @@ } elsif ( $platform eq "$Linux" ) { -@@ -857,7 +861,10 @@ +@@ -857,11 +861,14 @@ $D.$OS. $D.$CPUNAME; if ($platform eq "$FreeBSD") @@ -52,6 +52,11 @@ } $SOLARDEF .= $D."_REENTRANT". $D."_POSIX_PTHREAD_SEMANTICS"; +-if (($platform ne "$Tru64") && ( $platform ne "$Irix") && ( $platform ne "$Irix64")) ++if (($platform ne "$Tru64") && ( $platform ne "$Irix") && ( $platform ne "$Irix64") && ( $platform ne "FreeBSD" ) && ( $platform ne "NetBSD" )) + { $SOLARDEF .= $D."GLIBC=".$GLIBC; + } + $SOLARDEF .= $D."SUPD=$UPD". @@ -954,7 +961,7 @@ $ps.$USR.$LIB. $ps.$USR_LOCAL.$BIN; diff --git a/editors/openoffice/files/patch-set_soenv.1 b/editors/openoffice/files/patch-set_soenv.1 index 9eb4e979c741..0281f98a02d0 100644 --- a/editors/openoffice/files/patch-set_soenv.1 +++ b/editors/openoffice/files/patch-set_soenv.1 @@ -1,5 +1,5 @@ --- set_soenv.1.orig Tue Nov 20 18:26:33 2001 -+++ set_soenv.1 Sat Mar 9 23:19:31 2002 ++++ set_soenv.1 Sun Mar 10 22:44:58 2002 @@ -40,7 +40,7 @@ # # Set this value equal to the corresponding amount of @@ -40,7 +40,7 @@ } elsif ( $platform eq "$Linux" ) { -@@ -857,7 +861,10 @@ +@@ -857,11 +861,14 @@ $D.$OS. $D.$CPUNAME; if ($platform eq "$FreeBSD") @@ -52,6 +52,11 @@ } $SOLARDEF .= $D."_REENTRANT". $D."_POSIX_PTHREAD_SEMANTICS"; +-if (($platform ne "$Tru64") && ( $platform ne "$Irix") && ( $platform ne "$Irix64")) ++if (($platform ne "$Tru64") && ( $platform ne "$Irix") && ( $platform ne "$Irix64") && ( $platform ne "FreeBSD" ) && ( $platform ne "NetBSD" )) + { $SOLARDEF .= $D."GLIBC=".$GLIBC; + } + $SOLARDEF .= $D."SUPD=$UPD". @@ -954,7 +961,7 @@ $ps.$USR.$LIB. $ps.$USR_LOCAL.$BIN; |