[csw-devel] SF.net SVN: gar:[17407] csw/mgar/pkg/zabbix/trunk/Makefile

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Wed Mar 14 23:04:37 CET 2012


Revision: 17407
          http://gar.svn.sourceforge.net/gar/?rev=17407&view=rev
Author:   wahwah
Date:     2012-03-14 22:04:36 +0000 (Wed, 14 Mar 2012)
Log Message:
-----------
zabbix/trunk: it happens to build.

Modified Paths:
--------------
    csw/mgar/pkg/zabbix/trunk/Makefile

Modified: csw/mgar/pkg/zabbix/trunk/Makefile
===================================================================
--- csw/mgar/pkg/zabbix/trunk/Makefile	2012-03-14 21:54:08 UTC (rev 17406)
+++ csw/mgar/pkg/zabbix/trunk/Makefile	2012-03-14 22:04:36 UTC (rev 17407)
@@ -3,7 +3,7 @@
 #
 NAME = zabbix
 VERSION = 1.8.10
-GARTYPE = v2
+GARTYPE = v2-build64only
 CATEGORIES = server
 
 DESCRIPTION = Brief description
@@ -16,21 +16,21 @@
 
 PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386
 
-#BUILD64 = 1
-#BUILD_ISA_i386 = amd64
 BUILD64_ONLY = 1
 
+RUNTIME_DEP_PKGS_CSWzabbix += CSWlibmysqlclient15
+RUNTIME_DEP_PKGS_CSWzabbix += CSWlibiconv2
+RUNTIME_DEP_PKGS_CSWzabbix += CSWlibz1
+RUNTIME_DEP_PKGS_CSWzabbix += CSWlibssl0-9-8
+RUNTIME_DEP_PKGS_CSWzabbix += CSWlibcurl4
+RUNTIME_DEP_PKGS_CSWzabbix += CSWlibidn11
 
-# File name regex to get notifications about upstream software releases
-# NOTE: Use this only if the automatic regex creation
-#       does not work for your package
-# UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
+CONFIGURE_ARGS = $(DIRPATHS)
+CONFIGURE_ARGS += --with-mysql
+CONFIGURE_ARGS += --with-libcurl
+CONFIGURE_ARGS += --enable-server
+CONFIGURE_ARGS += --enable-agent
+CONFIGURE_ARGS += --enable-ipv6
 
-# If the url used to check for software update is different of MASTER_SITES, then 
-# uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES
-# UPSTREAM_MASTER_SITES = 
-
-CONFIGURE_ARGS = $(DIRPATHS) --with-mysql --with-libcurl --enable-server --enable-agent --enable-ipv6
-
 include gar/category.mk
 

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list