| Summary: | %%PG_USER%% variable is not replaced during installation of databases/postgresql91-server | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Alexey Markov <redrat> |
| Component: | Individual Port(s) | Assignee: | Chris Rees <crees> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Alexey Markov
2011-10-18 13:10:07 UTC
Responsible Changed From-To: freebsd-ports-bugs->girgen Fix synopsis and assign. The same occurs in the postgresql84 port. Also, DBD-Pg doesn't seem to work since the upgrade: [Wed Oct 19 09:58:06 2011] [error] [client 192.168.0.2] install_driver(Pg) failed: Can't load '/usr/local/lib/perl5/site_perl/5.8.9/mach/auto/DBD/ Pg/Pg.so' for module DBD::Pg: /usr/local/lib/libpq.so.5: Undefined symbol "GSS_C_NT_HOSTBASED _SERVICE" at /usr/local/lib/perl5/5.8.9/mach/DynaLoader.pm line 226. [Wed Oct 19 09:58:06 2011] [error] [client 192.168.0.2] at (eval 10) line 3 [Wed Oct 19 09:58:06 2011] [error] [client 192.168.0.2] Compilation failed in require at (eval 10) line 3. [Wed Oct 19 09:58:06 2011] [error] [client 192.168.0.2] Perhaps a required shared library or dll isn't installed where expected [Wed Oct 19 09:58:06 2011] [error] [client 192.168.0.2] at /home/mjl/public_html/cgi-bin/foo.pl line 146 [Wed Oct 19 09:58:06 2011] [error] [client 192.168.0.2] Premature end of script headers: foo.pl crees 2011-10-19 18:21:25 UTC
FreeBSD ports repository
Modified files:
databases/postgresql82-server Makefile
databases/postgresql83-server Makefile
databases/postgresql84-server Makefile
databases/postgresql90-server Makefile
databases/postgresql91-server Makefile
Log:
Fix SUB_LIST issue by deconditionalising it.
Temporary fix, but will stop the flurry of incoming PRs related.
PR: ports/161779 ports/161774 ports/161791 ports/161771 ports/161769
Submitted by: Many people, original fix suggested by Jason Helfman (jhelfman@e-e.com)
Approved by: portmgr (pav)
Revision Changes Path
1.202 +4 -3 ports/databases/postgresql82-server/Makefile
1.215 +4 -3 ports/databases/postgresql83-server/Makefile
1.233 +4 -3 ports/databases/postgresql84-server/Makefile
1.228 +4 -3 ports/databases/postgresql90-server/Makefile
1.229 +4 -3 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 Close and take-- fixed. Responsible Changed From-To: girgen->crees Close and take-- fixed. |