Bug 31001 - Maintainer update: www/orion 1.4.5_7
Summary: Maintainer update: www/orion 1.4.5_7
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-03 08:50 UTC by Ernst de Haan
Modified: 2001-10-09 14:03 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (6.19 KB, patch)
2001-10-03 08:50 UTC, Ernst de Haan
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ernst de Haan 2001-10-03 08:50:00 UTC
Makes this port more advanced. Summary of changes:

   * Now uses the native JDK 1.3.1 by default (option: JAVA_HOME)
   * Now allows automatic configuration for use with Jikes. By default Orion
     is now configured to use Jikes (option: WITH_JIKES)
   * Now runs as a different user (options: USER_NAME, GROUP_NAME, USER_ID,
     GROUP_ID), this user and the corresponding group are created during
     installation and removed at deinstallation. The default name for both the
     user and for the group is 'orion'. The default ID for both is 7104.
   * Now allows one to configure the port the web server should listen at at
     installation time. The default changed from 80 to 8090, to avoid clashes
     with the default ports of other web server products, especially Apache
     (port 80) and Tomcat (8080 and 8007) (option: LISTEN_PORT)
   * Now allows that Orion is automatically started after installation
     (option: AUTO_START). By default it now is.
   * Now prints the installation settings at pre-install stage.

How-To-Repeat: N/A
Comment 1 Maxim Sobolev freebsd_committer freebsd_triage 2001-10-09 14:02:47 UTC
State Changed
From-To: open->closed

Committed, thank you!