diff options
author | Marcello Coutinho <marcellocoutinho@gmail.com> | 2013-10-14 18:51:39 -0300 |
---|---|---|
committer | Marcello Coutinho <marcellocoutinho@gmail.com> | 2013-10-14 18:51:39 -0300 |
commit | 39eb807006c7c9ce58e594402617e7bba7434c11 (patch) | |
tree | 4909330930ab13e0e716b20a1c8b0077b88f60ca | |
parent | acf046ec6392658ae0f4cfd3215e887ae2d58315 (diff) | |
download | pfsense-packages-39eb807006c7c9ce58e594402617e7bba7434c11.tar.gz pfsense-packages-39eb807006c7c9ce58e594402617e7bba7434c11.tar.bz2 pfsense-packages-39eb807006c7c9ce58e594402617e7bba7434c11.zip |
varnish3 - change build options to include gcc on varnish pbi
-rw-r--r-- | pkg_config.8.xml | 7 | ||||
-rw-r--r-- | pkg_config.8.xml.amd64 | 7 |
2 files changed, 12 insertions, 2 deletions
diff --git a/pkg_config.8.xml b/pkg_config.8.xml index 561f66ae..63f0c87a 100644 --- a/pkg_config.8.xml +++ b/pkg_config.8.xml @@ -797,9 +797,14 @@ <config_file>http://www.pfsense.com/packages/config/varnish3/varnish_backends.xml</config_file> <configurationfile>varnish_backends.xml</configurationfile> <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url> - <depends_on_package_pbi>gcc-4.2.5.20090325_5-i386.pbi varnish-3.0.3_2-i386.pbi</depends_on_package_pbi> + <depends_on_package_pbi>varnish-3.0.3_2-i386.pbi</depends_on_package_pbi> <depends_on_package>varnish-3.0.2.tbz</depends_on_package> <depends_on_package>pcre-8.21_1.tbz</depends_on_package> + <build_pbi> + <ports_before>lang/gcc</ports_before> + <port>www/varnish</port> + </build_pbi> + <build_options>gcc_UNSET=JAVA</build_options> <build_port_path>/usr/ports/www/varnish</build_port_path> <build_port_path>/usr/ports/lang/gcc42</build_port_path> </package> diff --git a/pkg_config.8.xml.amd64 b/pkg_config.8.xml.amd64 index 30801007..35ccf26c 100644 --- a/pkg_config.8.xml.amd64 +++ b/pkg_config.8.xml.amd64 @@ -784,9 +784,14 @@ <config_file>http://www.pfsense.com/packages/config/varnish3/varnish_backends.xml</config_file> <configurationfile>varnish_backends.xml</configurationfile> <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url> - <depends_on_package_pbi>gcc-4.2.5.20090325_5-amd64.pbi varnish-3.0.3_2-amd64.pbi</depends_on_package_pbi> + <depends_on_package_pbi>varnish-3.0.3_2-amd64.pbi</depends_on_package_pbi> <depends_on_package>varnish-3.0.2.tbz</depends_on_package> <depends_on_package>pcre-8.21_1.tbz</depends_on_package> + <build_pbi> + <ports_before>lang/gcc</ports_before> + <port>www/varnish</port> + </build_pbi> + <build_options>gcc_UNSET=JAVA</build_options> <build_port_path>/usr/ports/www/varnish</build_port_path> <build_port_path>/usr/ports/lang/gcc42</build_port_path> </package> |