diff options
author | Jim P <jim@pingle.org> | 2013-02-27 12:02:20 -0800 |
---|---|---|
committer | Jim P <jim@pingle.org> | 2013-02-27 12:02:20 -0800 |
commit | 417cf9feaecf2bee6c93307056963de4cbde0325 (patch) | |
tree | 74dc3a4f17c9b1f6c67169816788d9a82a404259 | |
parent | ea83c29eaabbb85dc1f4cd53c914fac78792933c (diff) | |
parent | bad003299aeb2038d0c9a2531263392455d2941c (diff) | |
download | pfsense-packages-417cf9feaecf2bee6c93307056963de4cbde0325.tar.gz pfsense-packages-417cf9feaecf2bee6c93307056963de4cbde0325.tar.bz2 pfsense-packages-417cf9feaecf2bee6c93307056963de4cbde0325.zip |
Merge pull request #389 from PiBa-NL/haproxy-devel_build_tags
add <build_pbi> setting for HAProxy 1.5-dev17
-rw-r--r-- | pkg_config.8.xml | 4 | ||||
-rw-r--r-- | pkg_config.8.xml.amd64 | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/pkg_config.8.xml b/pkg_config.8.xml index 470d7a18..c1b1635d 100644 --- a/pkg_config.8.xml +++ b/pkg_config.8.xml @@ -192,6 +192,10 @@ <depends_on_package>haproxy-1.5.4.21.tbz</depends_on_package> <depends_on_package_pbi>haproxy-1.5.4.21-i386.pbi</depends_on_package_pbi> <build_port_path>/usr/ports/net/haproxy-devel</build_port_path> + <build_pbi> + <custom_name>haproxy-devel</custom_name> + <port>/usr/ports/net/haproxy-devel</port> + </build_pbi> <build_options>OPTIONS_UNSET=PCRE DPCRE;OPTIONS_SET=OPENSSL SPCRE</build_options> </package> <package> diff --git a/pkg_config.8.xml.amd64 b/pkg_config.8.xml.amd64 index c68ee573..519a2457 100644 --- a/pkg_config.8.xml.amd64 +++ b/pkg_config.8.xml.amd64 @@ -179,6 +179,10 @@ <depends_on_package>haproxy-1.5.4.21.tbz</depends_on_package> <depends_on_package_pbi>haproxy-1.5.4.21-amd64.pbi</depends_on_package_pbi> <build_port_path>/usr/ports/net/haproxy-devel</build_port_path> + <build_pbi> + <custom_name>haproxy-devel</custom_name> + <port>/usr/ports/net/haproxy-devel</port> + </build_pbi> <build_options>OPTIONS_UNSET=PCRE DPCRE;OPTIONS_SET=OPENSSL SPCRE</build_options> </package> <package> |