Bug 69624

Summary: suphp 0.5.2 -- Sanity check for older FreeBSD 4.x systems
Product: Ports & Packages Reporter: Jeremy Chadwick <freebsd>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

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.