summaryrefslogtreecommitdiff
path: root/databases/postgresql7/files/patch-configure (unfollow)
Commit message (Collapse)AuthorFilesLines
2005-01-31Split the postgresql ports into a server and a client part. Hence,Palle Girgensohn1-59/+0
remove this port. Please see UPDATING for more info. PR: 75344 Approved by: portmgr@ (kris), ade & sean (mentors) Notes: svn path=/head/; revision=127739
2002-06-26Fix build on -CURRENT:Sheldon Hearn1-0/+59
* The compiler in -CURRENT now complains if you precede -I/usr/include with -I... . The same applies to -I/usr/lib . * The distribution's configure file treats the compiler's unexpected warning message as a failure and errors out. Maintainer notified in private mail. Notes: svn path=/head/; revision=62050