Bug 56404 - recent postgresql port changes break with 4.8-R make(1)
Summary: recent postgresql port changes break with 4.8-R make(1)
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: Sergey A. Osokin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-04 09:50 UTC by Palle Girgensohn
Modified: 2003-09-04 14:33 UTC (History)
0 users

See Also:


Attachments
file.diff (6.57 KB, patch)
2003-09-04 09:50 UTC, Palle Girgensohn
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Palle Girgensohn 2003-09-04 09:50:17 UTC
The last changes to the postgresql-* ports is broken for systems where
make(1) does not accept the `-C' argument. It was only six months
since this switch entered the FreeBSD make code, apparently (I'm
unfortunately all too fluent in gnu make... :( )

So, this patch will unbreak the postgresql-* ports for systems built
before Apr 15 2003 (includes 4.8-RELEASE).
Comment 1 Sergey A. Osokin freebsd_committer freebsd_triage 2003-09-04 12:37:48 UTC
Responsible Changed
From-To: freebsd-ports-bugs->osa

I'm already work with this problem.
Comment 2 Sergey A. Osokin freebsd_committer freebsd_triage 2003-09-04 14:33:08 UTC
State Changed
From-To: open->closed

All ports fixed now, thanks for report!