23294054 do not publish mysql-5-7 when BUILD_TYPE=evaluation
authorJohn Beck <John.Beck@Oracle.COM>
Mon, 16 May 2016 17:14:26 -0700
changeset 6010 2cf7e72421ff
parent 6009 f947b86fc7dd
child 6011 8cdeec13f14e
23294054 do not publish mysql-5-7 when BUILD_TYPE=evaluation
components/mysql-5-7/Makefile
--- a/components/mysql-5-7/Makefile	Mon May 16 17:12:29 2016 -0700
+++ b/components/mysql-5-7/Makefile	Mon May 16 17:14:26 2016 -0700
@@ -42,6 +42,14 @@
 COMPONENT_PROJECT_URL = http://dev.mysql.com/ 
 COMPONENT_BUGDB       = database/mysql
 
+# Requires new pkgmogrify feature, available in S12 but not 11.3, so do not
+# publish.
+ifeq ($(BUILD_TYPE), evaluation)
+BUILD_64=
+INSTALL_64=
+PUBLISH_STAMP=
+endif
+
 #We use cp(1) instead of cloney because we use TAR to copy files and the TAR 
 #used doesn't handle long links
 CLONEY=echo