[csw-devel] SF.net SVN: gar:[15876] csw/mgar/pkg/mysql5/branches/mysql-5.1.x-optcsw/ Makefile

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Thu Oct 6 09:15:46 CEST 2011


Revision: 15876
          http://gar.svn.sourceforge.net/gar/?rev=15876&view=rev
Author:   wahwah
Date:     2011-10-06 07:15:46 +0000 (Thu, 06 Oct 2011)
Log Message:
-----------
pkg/mysql5/branches/mysql-5.1.x-optcsw: no need for test and bench

Modified Paths:
--------------
    csw/mgar/pkg/mysql5/branches/mysql-5.1.x-optcsw/Makefile

Modified: csw/mgar/pkg/mysql5/branches/mysql-5.1.x-optcsw/Makefile
===================================================================
--- csw/mgar/pkg/mysql5/branches/mysql-5.1.x-optcsw/Makefile	2011-10-06 07:14:11 UTC (rev 15875)
+++ csw/mgar/pkg/mysql5/branches/mysql-5.1.x-optcsw/Makefile	2011-10-06 07:15:46 UTC (rev 15876)
@@ -27,7 +27,7 @@
 INITSMF = $(sysconfdir)/init\.d/csw$(NAME)
 
 # Existing databases are in this location
-# localstatedir = /var/opt/csw/mysql5
+localstatedir = /var$(BUILD_PREFIX)/$(NAME)
 # To avoid file conflicts
 datadir = $(prefix)/share/mysql/$(BASE_VERSION)
 
@@ -113,23 +113,9 @@
 CHECKPKG_OVERRIDES_CSW$(NAME) += bad-rpath-entry
 CHECKPKG_OVERRIDES_CSW$(NAME) += file-with-bad-content
 
-PACKAGES += CSW$(NAME)bench
-SPKG_DESC_CSW$(NAME)bench  = MySQL $(BASE_VERSION) benchmarking
-ARCHALL_CSW$(NAME)bench = 1
-PKGFILES_CSW$(NAME)bench   = $(prefix)/sql-bench.*
-RUNTIME_DEP_PKGS_CSW$(NAME)bench       = CSW$(NAME)
-RUNTIME_DEP_PKGS_CSW$(NAME)bench      += CSWperl
-CHECKPKG_OVERRIDES_CSW$(NAME)bench += surplus-dependency|CSWperl
+EXTRA_MERGE_EXCLUDE_FILES += $(prefix)/mysql-test.*
+EXTRA_MERGE_EXCLUDE_FILES += $(prefix)/sql-bench.*
 
-PACKAGES += CSW$(NAME)test
-SPKG_DESC_CSW$(NAME)test   = MySQL $(BASE_VERSION) testing files
-# There is one binary there in 5.1
-# ARCHALL_CSW$(NAME)test  = 1
-PKGFILES_CSW$(NAME)test    = $(prefix)/mysql-test.*
-RUNTIME_DEP_PKGS_CSW$(NAME)test        = CSW$(NAME)
-RUNTIME_DEP_PKGS_CSW$(NAME)test       += CSWperl
-CHECKPKG_OVERRIDES_CSWmysql51test += bad-rpath-entry
-
 PATCHFILES  = 0001-Use-libc-not-libcrypt.patch
 PATCHFILES += 0002-cast-user_info-pw_gid-to-gid_t.patch
 # PATCHFILES += 0003-OpenCSW-perl-for-tests.patch

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