Fix plist when: a) postgresql-plpython installed for postgresql 9.1 b) postgresql-plpython built with python 3.2 Reported and fix submitted by: Sunpoet Po-Chuan Hsieh (sunpoet@). Thank you! PostgreSQL versions before 9.1 are not affected because they don't support python 3.2 (doesn't builds). You may also note plist breakage in the logs - but it's not mine, but postgresqlXX-server instead, and it fixed in this pr - ports/161821. Patch should be applied from /usr/ports/databases, because it touches two ports actually (postgresql91-server and postgresql-plpython). tinderbuild logs: python 2.7: http://happy-nation.by.ru/ports/tb/8.2/postgresql-plpython-with2.7.log python 3.2: http://happy-nation.by.ru/ports/tb/8.2/postgresql-plpython-with3.2.log Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->glarkin glarkin@ wants his PRs (via the GNATS Auto Assign Tool)
glarkin 2011-10-26 15:09:26 UTC FreeBSD ports repository Modified files: databases/postgresql91-server pkg-plist-plpython databases/postgresql-plpython Makefile Log: - Fix plist when postgresql-plpython installed for postgresql 9.1 and postgresql-plpython built with python 3+ PR: ports/161822 Submitted by: sunpoet Approved by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer), girgen (maintainer implicit) Revision Changes Path 1.12 +2 -1 ports/databases/postgresql-plpython/Makefile 1.5 +1 -1 ports/databases/postgresql91-server/pkg-plist-plpython _______________________________________________ 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 Committed, thank you!