Bug 69624 - suphp 0.5.2 -- Sanity check for older FreeBSD 4.x systems
Summary: suphp 0.5.2 -- Sanity check for older FreeBSD 4.x systems
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: 2004-07-26 18:00 UTC by Jeremy Chadwick
Modified: 2004-07-27 08:49 UTC (History)
0 users

See Also:


Attachments
file.diff (528 bytes, patch)
2004-07-26 18:00 UTC, Jeremy Chadwick
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jeremy Chadwick 2004-07-26 18:00:39 UTC
	I've been getting a lot of Email recently from FreeBSD users who are
	trying to use this port on systems which lack the -C capability of
	make(1) (i.e. systems  before FreeBSD 4.9-RELEASE).  4.9-RELEASE added a
	proper and working -C flag for make(1), which is what this port relies on.
	This was addressed in PR bin/50981 (and subsequently some others).

	Below patch adds a sanity check to ensure that people are using a version
	of FreeBSD that's at least a little more up-to-date.  Folks can upgrade
	make(1) by itself if necessary, but generally speaking, one should update
	to 4.10 anyways.

Fix: Apply below patch to ports/www/suphp/Makefile.

How-To-Repeat: 	Run "make" on a system which lacks make -C.
Comment 1 Volker Stolz freebsd_committer freebsd_triage 2004-07-27 08:48:56 UTC
State Changed
From-To: open->closed

Committed, thanks! What a pity that there's no workaround, though.