Bug 85290 - www/frontpage - missing dependancy and uninitalized variable in startup script
Summary: www/frontpage - missing dependancy and uninitalized variable in startup script
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-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-25 16:40 UTC by Scot Hetzel
Modified: 2005-09-05 00:08 UTC (History)
0 users

See Also:


Attachments
frontpage.patch (1.11 KB, patch)
2005-08-25 17:02 UTC, Scot Hetzel
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Scot Hetzel 2005-08-25 16:40:05 UTC
The FreeBSD FrontPage I386 binaries need a dependancy on the compat4x libraries.

Also, during my cleanup of the startup script, I removed "prefix=%PREFIX%" and
forgot to change "${prefix}" into "%PREFIX%".

Fix: 

See patch in following email message
How-To-Repeat: Install the FreeBSD FrontPage I386 binaries on a FreeBSD 5.x system with no
compat4x libraries installed.  Then run the frontpage/version50/bin/owsadm.exe.
The program will give an error.
Comment 1 Scot Hetzel 2005-08-25 17:02:07 UTC
Attached is the patch for PR85290
-- 
DISCLAIMER:
No electrons were mamed while sending this message. Only slightly bruised.
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2005-08-25 19:59:00 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-ports-bugs

Ports PR.
Comment 3 Pav Lucistnik freebsd_committer freebsd_triage 2005-09-05 00:08:22 UTC
State Changed
From-To: open->closed

Committed, thanks! I replaced check for libraries on disc with better check 
for OSVERSION value.