Bug 84482 - Makefile error: linuxthreads does not build on 5.0
Summary: Makefile error: linuxthreads does not build on 5.0
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: tegge
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-02 15:00 UTC by Brent B.Powers
Modified: 2005-09-10 21:48 UTC (History)
0 users

See Also:


Attachments
file.diff (677 bytes, patch)
2005-08-02 15:00 UTC, Brent B.Powers
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brent B.Powers 2005-08-02 15:00:37 UTC
Attempting to build /usr/ports/devel/linuxthreads gives:

# make
"Makefile", line 232: warning: String comparison operator should be either == or !=
"Makefile", line 232: Malformed conditional ((defined(NOPROFILE) && ${OSVERSION} < 600007) || (defined(NO_PROFILE) && ${OSVERSION} >= 600007))
"Makefile", line 232: Need an operator
"Makefile", line 234: if-less else
"Makefile", line 234: Need an operator
"Makefile", line 236: if-less endif
"Makefile", line 236: Need an operator
"Makefile", line 237: warning: String comparison operator should be either == or !=
"Makefile", line 237: Malformed conditional ((defined(NOPIC) && ${OSVERSION} < 600007) || (defined(NO_PIC) && ${OSVERSION} >= 600007))
"Makefile", line 237: Need an operator
"Makefile", line 239: if-less else
"Makefile", line 239: Need an operator
"Makefile", line 241: if-less endif
"Makefile", line 241: Need an operator
make: fatal errors encountered -- cannot continue

Fix: Apply the following patch (Note that the patch only adds some spaces...)


How-To-Repeat: 	attempt to build on 5.0
Comment 1 Volker Stolz freebsd_committer freebsd_triage 2005-08-02 16:50:24 UTC
Responsible Changed
From-To: freebsd-ports-bugs->tegge

Over to maintainer
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2005-09-10 21:47:52 UTC
State Changed
From-To: open->closed

Committed, thanks! (And time to upgrade, 5.0 is really old.)