Add bind as an example that drops some pieces
authorNorm Jacobs <Norm.Jacobs@Sun.COM>
Thu, 10 Jun 2010 15:22:50 -0500
changeset 20 9efb45e4787f
parent 19 a82b10a74fd1
child 21 e651c453e960
Add bind as an example that drops some pieces
components/bind/Makefile
components/bind/manifest-drop
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/bind/Makefile	Thu Jun 10 15:22:50 2010 -0500
@@ -0,0 +1,62 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+# Copyright (c) 2010, Oracle and/or it's affiliates.  All rights reserved.
+#
+include ../../make-rules/shared-macros.mk
+
+PATH=/usr/bin:/usr/gnu/bin
+
+COMPONENT_NAME=		bind
+COMPONENT_VERSION=	9.7.0-P2
+COMPONENT_DESCRIPTION=	"Berkeley Internet Name Domain server and utilities"
+COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
+COMPONENT_COPYRIGHT=	$(COMPONENT_SRC)/COPYRIGHT
+COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
+COMPONENT_ARCHIVE_HASH=	sha1:4b805d4a66075a88c93c5b852b928da96467aa2d
+COMPONENT_ARCHIVE_URL=	http://ftp.isc.org/isc/bind9/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
+
+include ../../make-rules/prep.mk
+include ../../make-rules/configure.mk
+include ../../make-rules/ips.mk
+
+CONFIGURE_OPTIONS +=	--with-libtool
+CONFIGURE_OPTIONS +=	--sysconfdir=/etc
+CONFIGURE_OPTIONS +=	--localstatedir=/var
+CONFIGURE_OPTIONS +=	--with-openssl
+CONFIGURE_OPTIONS +=	--enable-threads=yes
+CONFIGURE_OPTIONS +=	--enable-devpoll=yes
+CONFIGURE_OPTIONS +=	--disable-openssl-version-check
+CONFIGURE_OPTIONS +=	--enable-fixed-rrset
+CONFIGURE_OPTIONS +=	--disable-getifaddrs
+
+# because IPS doesn't deal with -P2 in the version string
+IPS_COMPONENT_VERSION=	9.7.0
+
+PKGMOGRIFY_TRANSFORMS +=	$(WS_TOP)/transforms/archive-libraries-drop
+PKGMOGRIFY_TRANSFORMS +=	$(WS_TOP)/transforms/libtool-drop
+PKGMOGRIFY_TRANSFORMS +=	manifest-drop
+
+# common targets
+build:		$(BUILD_32_and_64)
+
+install:	$(INSTALL_32_and_64)
+
+BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/bind/manifest-drop	Thu Jun 10 15:22:50 2010 -0500
@@ -0,0 +1,7 @@
+#
+# We don't need to deliver 64-bit versions of these commands
+#
+<transform file path=usr/bin/.+/nsupdate$ -> drop>
+<transform file path=usr/bin/.+/host$ -> drop>
+<transform file path=usr/bin/.+/dig$ -> drop>
+<transform file path=usr/bin/.+/nslookup$ -> drop>