diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2007-01-09 08:26:10 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2007-01-09 08:26:10 +0000 |
commit | 7210188d90dd946ab99ba282ed98b99fde43cc15 (patch) | |
tree | 51a896eb0ce74ae6f43c893df82d8e543f743729 /sysutils/sge61/files/patch-scripts_distinst.site | |
parent | Update to 0.28 (diff) |
Upgrade to 6.0u8. No major changes in SGE, but a few port
infrastructure changes:
- Don't manually include bsd.java.mk since it's no longer necessicary. [1]
- Fix BDB spooling support[2] and enable it by default.
PR: ports/99615 [1], ports/99839 [2]
Submitted by: hq[1], Davide Cittaro <daweonline at gmail>[2]
Notes
Notes:
svn path=/head/; revision=181844
Diffstat (limited to 'sysutils/sge61/files/patch-scripts_distinst.site')
-rw-r--r-- | sysutils/sge61/files/patch-scripts_distinst.site | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/sysutils/sge61/files/patch-scripts_distinst.site b/sysutils/sge61/files/patch-scripts_distinst.site deleted file mode 100644 index 8ccda77fcd24..000000000000 --- a/sysutils/sge61/files/patch-scripts_distinst.site +++ /dev/null @@ -1,15 +0,0 @@ - -$FreeBSD$ - ---- scripts/distinst.site.orig -+++ scripts/distinst.site -@@ -31,7 +31,7 @@ - #___INFO__MARK_END__ - - # Base directory where the openssl binary and libraries reside --OPENSSLBASE=/vol2/tools/SW/openssl-0.9.7e -+OPENSSLBASE=%%OPENSSLBASE%% - - # Base directory where BDB resides --BERKELEYDBBASE=/vol2/SW/db-4.2.52 -+BERKELEYDBBASE=%%LOCALBASE%% |