Summary: | databases/postgresql91-contrib: Configuration introduced overwrites postgresql91-server|client | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | neil |
Component: | Individual Port(s) | Assignee: | Chris Rees <crees> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | ||
Priority: | Normal | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
neil
2012-01-31 11:00:32 UTC
Responsible Changed From-To: freebsd-ports-bugs->crees update synopsis and assign crees 2012-01-31 18:21:33 UTC FreeBSD ports repository Modified files: databases/postgresql91-contrib Makefile databases/postgresql91-server Makefile Log: - Stop clobbering postgresql-server/-client OPTIONS with -contrib OPTIONS - Minor optimisation (stop testing for !SLAVE_ONLY twice) PR: ports/164662 Revision Changes Path 1.5 +0 -2 ports/databases/postgresql91-contrib/Makefile 1.242 +5 -4 ports/databases/postgresql91-server/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Thanks for reporting. I've fixed this by giving -contrib a different UNIQUENAME from -server and -client; the other two share options where -contrib does not. The UNIQUENAME construction isn't quite correct. PKGNAMESUFFIX is -contrib and UNIQUENAME is created with ${...}-${PKGNAMESUFFIX}. This leads to the creation of /var/db/ports/postgresql91--contrib instead of /var/db/ports/postgresql91-contrib. That is, two hyphens instead of one. |