[csw-devel] SF.net SVN: gar:[19967] csw/mgar/pkg/bind/trunk

bonivart at users.sourceforge.net bonivart at users.sourceforge.net
Thu Dec 27 17:12:38 CET 2012


Revision: 19967
          http://gar.svn.sourceforge.net/gar/?rev=19967&view=rev
Author:   bonivart
Date:     2012-12-27 16:12:37 +0000 (Thu, 27 Dec 2012)
Log Message:
-----------
bind/trunk: update to 9.9.2-P1

Modified Paths:
--------------
    csw/mgar/pkg/bind/trunk/Makefile
    csw/mgar/pkg/bind/trunk/checksums

Modified: csw/mgar/pkg/bind/trunk/Makefile
===================================================================
--- csw/mgar/pkg/bind/trunk/Makefile	2012-12-27 11:23:30 UTC (rev 19966)
+++ csw/mgar/pkg/bind/trunk/Makefile	2012-12-27 16:12:37 UTC (rev 19967)
@@ -2,8 +2,8 @@
 # owner/group for device files? (root:sys)
 
 NAME = bind
-VERSION = 9.8.4
-#VERSION = 9.9.0
+#VERSION = 9.8.4
+VERSION = 9.9.2
 GARTYPE = v2
 
 # Enable these for Px-releases
@@ -63,12 +63,15 @@
 RUNTIME_DEP_PKGS_CSWlibbind += CSWlibkrb5-3
 RUNTIME_DEP_PKGS_CSWlibbind += CSWlibgssapi-krb5-2
 RUNTIME_DEP_PKGS_CSWlibbind += CSWlibcom-err3
+RUNTIME_DEP_PKGS_CSWlibbind += CSWlibreadline6
+RUNTIME_DEP_PKGS_CSWlibbind += CSWlibgcc-s1
 
 PACKAGES += CSWbindutils
 CATALOGNAME_CSWbindutils = bind_utils
 SPKG_DESC_CSWbindutils = ISC BIND DNS utilities package
 RUNTIME_DEP_PKGS_CSWbindutils  = CSWlibbind
 RUNTIME_DEP_PKGS_CSWbindutils += CSWlibkrb5-3
+RUNTIME_DEP_PKGS_CSWbindutils += CSWlibreadline6
 
 PACKAGES += CSWbindchroot
 CATALOGNAME_CSWbindchroot = bind_chroot
@@ -76,6 +79,8 @@
 RUNTIME_DEP_PKGS_CSWbindchroot = CSWbind
 ARCHALL_CSWbindchroot = 1
 
+GARCOMPILER = GNU
+
 CONFIGURE_ARGS  = $(DIRPATHS)
 CONFIGURE_ARGS += --with-libtool
 CONFIGURE_ARGS += --with-openssl=/opt/csw
@@ -115,12 +120,12 @@
 CHECKPKG_OVERRIDES_CSWbindutils += catalogname-does-not-match-pkgname|pkgname=CSWbindutils|catalogname=bind_utils|expected-catalogname=bindutils
 CHECKPKG_OVERRIDES_CSWbindchroot += catalogname-does-not-match-pkgname|pkgname=CSWbindchroot|catalogname=bind_chroot|expected-catalogname=bindchroot
 # Will not split out all these libs
-CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/libbind9.so.80.0.7|soname=libbind9.so.80|pkgname=CSWlibbind|expected=CSWlibbind9-80
-CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/libdns.so.88.1.1|soname=libdns.so.88|pkgname=CSWlibbind|expected=CSWlibdns88
-CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/libisc.so.84.1.0|soname=libisc.so.84|pkgname=CSWlibbind|expected=CSWlibisc84
-CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/libisccc.so.80.0.2|soname=libisccc.so.80|pkgname=CSWlibbind|expected=CSWlibisccc80
-CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/libisccfg.so.82.0.3|soname=libisccfg.so.82|pkgname=CSWlibbind|expected=CSWlibisccfg82
-CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/liblwres.so.80.0.3|soname=liblwres.so.80|pkgname=CSWlibbind|expected=CSWliblwres80
+CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/liblwres.so.90.0.1|soname=liblwres.so.90|pkgname=CSWlibbind|expected=CSWliblwres90
+CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/libisccfg.so.90.0.2|soname=libisccfg.so.90|pkgname=CSWlibbind|expected=CSWlibisccfg90
+CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/libisccc.so.90.0.2|soname=libisccc.so.90|pkgname=CSWlibbind|expected=CSWlibisccc90
+CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/libisc.so.92.1.0|soname=libisc.so.92|pkgname=CSWlibbind|expected=CSWlibisc92
+CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/libdns.so.95.1.1|soname=libdns.so.95|pkgname=CSWlibbind|expected=CSWlibdns95
+CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/libbind9.so.90.0.5|soname=libbind9.so.90|pkgname=CSWlibbind|expected=CSWlibbind9-90
 
 include gar/category.mk
 

Modified: csw/mgar/pkg/bind/trunk/checksums
===================================================================
--- csw/mgar/pkg/bind/trunk/checksums	2012-12-27 11:23:30 UTC (rev 19966)
+++ csw/mgar/pkg/bind/trunk/checksums	2012-12-27 16:12:37 UTC (rev 19967)
@@ -1 +1 @@
-08b5fc744c58cadbecf06c38db7cae36  bind-9.8.4-P1.tar.gz
+44b9d1feb11de09811160775f94c2554  bind-9.9.2-P1.tar.gz

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