Bug 78177 - make index fails
Summary: make index fails
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-02-28 05:10 UTC by Josef M.
Modified: 2005-02-28 13:06 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Josef M. 2005-02-28 05:10:15 UTC
There is a syntax error in the Makefile of the science/ruby-dcl port. A line-break in line 49. causes "make index" of the port indexfile to fail.

.if ${ARCH} == "amd64"
BROKEN= "Does not build on amd64 (Needs to link against shared libraries)"
.endif

Fix: 

remove the line break in line 49 of the Makefile
How-To-Repeat: cd /usr/ports
make index

only on an AMD64 system I guess
Comment 1 Volker Stolz freebsd_committer freebsd_triage 2005-02-28 13:06:32 UTC
State Changed
From-To: open->closed

Fixed, thanks!