mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
d895ce64a1
* Staging support * New style LIB_DEPENDS * Use OPTIONS helpers * OPTIONS_SINGLE to select between Cyrus SASL and gsasl * Two new options: EXPERIMENTAL and SUPERCEDED The port requires OpenSSL >= 1.0.1, so set WANT_OPENSSL_PORTS=yes everywhere except for on FreeBSD 10.x, where it's in the base system. The github.org MASTER_SITE a) redirects to a server in the Amazon cloud and b) requires use of HTTPS. (a) implies setting fetch(1) to follow redirects, which is usually frowned upon. However, this pattern is recommended in bsd.sites.mk for use with GitHub. (b) is troublesome for FreeBSD 8.x, as fetch(1) hasn't grown HTTPS support there yet. Hence provide a copy of the distfile on http://people.freebsd.org/ as a 2nd MASTER_SITE Approved by: mm (maintainer)
12 lines
307 B
C
12 lines
307 B
C
--- ./storage/authreg_pgsql.c.orig 2013-11-12 10:09:39.000000000 +0000
|
|
+++ ./storage/authreg_pgsql.c 2013-12-15 10:29:42.320778996 +0000
|
|
@@ -20,6 +20,8 @@
|
|
|
|
/* this module talks to a PostgreSQL server via libpq */
|
|
|
|
+#include <stdio.h>
|
|
+
|
|
#define _XOPEN_SOURCE 500
|
|
#include "c2s.h"
|
|
#include <libpq-fe.h>
|