Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 May 2015 23:12:04 +0000 (UTC)
From:      "Sergey A. Osokin" <osa@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r387518 - in head/www: nginx-devel/files nginx/files
Message-ID:  <201505262312.t4QNC4ag048986@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: osa
Date: Tue May 26 23:12:04 2015
New Revision: 387518
URL: https://svnweb.freebsd.org/changeset/ports/387518

Log:
  Add patches for third-party postgres module.

Added:
  head/www/nginx-devel/files/extra-patch-ngx_postgres-config   (contents, props changed)
  head/www/nginx/files/extra-patch-ngx_postgres-config   (contents, props changed)

Added: head/www/nginx-devel/files/extra-patch-ngx_postgres-config
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/nginx-devel/files/extra-patch-ngx_postgres-config	Tue May 26 23:12:04 2015	(r387518)
@@ -0,0 +1,19 @@
+--- ../FRiCKLE-ngx_postgres-49855a0/config.orig	2015-05-26 20:52:25.649166000 +0300
++++ ../FRiCKLE-ngx_postgres-49855a0/config	2015-05-26 20:53:10.331122000 +0300
+@@ -48,12 +48,12 @@
+ 
+     if [ $ngx_found = no ]; then
+         # FreeBSD
+-        ngx_feature="libpq library in /usr/local/"
+-        ngx_feature_path="/usr/local/include"
++        ngx_feature="libpq library in %%PREFIX%%/"
++        ngx_feature_path="%%PREFIX%%/include"
+         if [ $NGX_RPATH = YES ]; then
+-            ngx_feature_libs="-R/usr/local/lib -L/usr/local/lib -lpq"
++            ngx_feature_libs="-R%%PREFIX%%/lib -L%%PREFIX%%/lib -lpq"
+         else
+-            ngx_feature_libs="-L/usr/local/lib -lpq"
++            ngx_feature_libs="-L%%PREFIX%%/lib -lpq"
+         fi
+         . auto/feature
+     fi

Added: head/www/nginx/files/extra-patch-ngx_postgres-config
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/nginx/files/extra-patch-ngx_postgres-config	Tue May 26 23:12:04 2015	(r387518)
@@ -0,0 +1,19 @@
+--- ../FRiCKLE-ngx_postgres-49855a0/config.orig	2015-05-26 20:52:25.649166000 +0300
++++ ../FRiCKLE-ngx_postgres-49855a0/config	2015-05-26 20:53:10.331122000 +0300
+@@ -48,12 +48,12 @@
+ 
+     if [ $ngx_found = no ]; then
+         # FreeBSD
+-        ngx_feature="libpq library in /usr/local/"
+-        ngx_feature_path="/usr/local/include"
++        ngx_feature="libpq library in %%PREFIX%%/"
++        ngx_feature_path="%%PREFIX%%/include"
+         if [ $NGX_RPATH = YES ]; then
+-            ngx_feature_libs="-R/usr/local/lib -L/usr/local/lib -lpq"
++            ngx_feature_libs="-R%%PREFIX%%/lib -L%%PREFIX%%/lib -lpq"
+         else
+-            ngx_feature_libs="-L/usr/local/lib -lpq"
++            ngx_feature_libs="-L%%PREFIX%%/lib -lpq"
+         fi
+         . auto/feature
+     fi



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505262312.t4QNC4ag048986>