summaryrefslogtreecommitdiffstats
path: root/java/bugseeker/files
diff options
context:
space:
mode:
authorjeh <jeh@FreeBSD.org>2001-06-23 02:28:15 +0000
committerjeh <jeh@FreeBSD.org>2001-06-23 02:28:15 +0000
commit0b6f1bcd48eaf4c5851a2107e707b24baffc9ead (patch)
treea99d83f0e67f0c3d084220f97360d71867b10185 /java/bugseeker/files
parent8838dc99f8afd3ec7a1c08b3edba20a9e94a3dc2 (diff)
downloadFreeBSD-ports-0b6f1bcd48eaf4c5851a2107e707b24baffc9ead.zip
FreeBSD-ports-0b6f1bcd48eaf4c5851a2107e707b24baffc9ead.tar.gz
Update of the 'java/bugseeker' port. Summary of changes:
* Set PORTREVISION to 1 * Including patch file in ${FILESDIR} instead of downloading it * Emptied MASTER_SITES since the distfile needs to be obtained from Karmira. This should avoid that I get complaints from fenners script ;) * Allowed scripting of the ${JAVA_HOME} variable, so the installer can choose a JDK him/herself when installing. The bugseeker script is changed accordingly * Now installing the bugseeker shell script as ${PREFIX}/bin/bugseeker with read/execute permissions for anyone * Made IGNORE message more verbose * Made install process more verbose * Added NO_CDROM and RESTRICTED to Makefile * Changed pkg-plist file to use substitutions instead of a fixed path PR: 28323 Submitted by: Ernst de Haan <ernst@jollem.com>
Diffstat (limited to 'java/bugseeker/files')
-rw-r--r--java/bugseeker/files/patch-aa36
1 files changed, 36 insertions, 0 deletions
diff --git a/java/bugseeker/files/patch-aa b/java/bugseeker/files/patch-aa
new file mode 100644
index 0000000..be00a75
--- /dev/null
+++ b/java/bugseeker/files/patch-aa
@@ -0,0 +1,36 @@
+--- bin/bugseeker2.sh.orig Sun Oct 22 01:20:38 2000
++++ bin/bugseeker2.sh Thu Jun 21 19:40:14 2001
+@@ -2,22 +2,15 @@
+ #
+ # BugSeeker for Java 2 Startup Script
+ # ============================================================================
+-# For Linux, Solaris, Unix
+-#
+-# Please customize this script by following the five simple configuration
+-# steps listed below
+-# ----------------------------------------------------------------------------
++# For FreeBSD
+
+ # Step 1:
+ # =======
+ # Specify the JAVA_HOME for this script. JAVA_HOME should refer to the
+ # home location where your system's Java Development Kit is installed
+-# For instance, the supplied example assumes the JDK is installed at
+-# /usr/java
+ # ----------------------------------------------------------------------------
+
+-JAVA_HOME=/usr/java
+-#JAVA_HOME=/usr/j2se # Solaris JDK 1.3
++JAVA_HOME=%%JAVA_HOME%%
+
+ # Step 2:
+ # =======
+@@ -26,7 +19,7 @@
+ # system.
+ # ----------------------------------------------------------------------------
+
+-BUGSEEKER2_HOME=/usr/local/bugseeker2
++BUGSEEKER2_HOME=%%TARGET_DIR%%
+
+ # Step 3:
+ # =======
OpenPOWER on IntegriCloud