VirtualBox

Changeset 9051 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 22, 2008 10:28:17 AM (17 years ago)
Author:
vboxsync
Message:

Solaris host and guest installer: Changes to pass Sun's RE packaging audits.

Location:
trunk/src/VBox
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/solaris/Installer/vboxguest.pkginfo

    r8076 r9051  
    11PKG="SUNWvboxguest"
    22NAME="Sun xVM VirtualBox Guest Additions"
     3SUNW_PRODNAME="Sun xVM VirtualBox Guest Additions"
    34ARCH="@UNAME_P@"
    4 VERSION="@VBOX_VERSION_STRING@"
     5VERSION="@VBOX_VERSION_STRING@,REV=@VBOX_VERSION_REVSTAMP@"
     6SUNW_PRODVERS="@VBOX_VERSION_STRING@"
     7SUNW_PKGVERS=1.0
    58CATEGORY="application"
    69VENDOR="Sun Microsystems, Inc."
    710EMAIL="[email protected]"
     11HOTLINE="Please contact your local service provider"
    812BASEDIR="/"
    913CLASSES=none sed
    10 DESC="VirtualBox Guest Additions for Solaris guests."
     14DESC="VirtualBox Guest Additions for Solaris guests"
    1115
  • trunk/src/VBox/Additions/solaris/Makefile.kmk

    r8760 r9051  
    3232endif
    3333
    34 PKGFILENAME    := VBoxSolarisAdditions.pkg
    35 PKGINFO_ARCH    = $(shell uname -p)
     34PKGFILENAME     := VBoxSolarisAdditions.pkg
     35PKGINFO_ARCH     = $(shell uname -p)
     36PKGINFO_REVSTAMP = $(shell date '+%Y.%m.%d.%H.%M')
    3637VBOX_PATH_SOLARIS_ADDITION_INSTALLER := $(PATH_SUB_CURRENT)/Installer
    37 VBOX_PATH_X11_ADDITION_INSTALLER := $(PATH_ROOT)/src/VBox/Additions/x11/installer
    38 SOLARISINSTDIR := $(PATH_TARGET)/install
    39 SOLARISTEMPDIR := $(PATH_TARGET)/tempinstall
     38VBOX_PATH_X11_ADDITION_INSTALLER     := $(PATH_ROOT)/src/VBox/Additions/x11/installer
     39SOLARISINSTDIR  := $(PATH_TARGET)/install
     40SOLARISTEMPDIR  := $(PATH_TARGET)/tempinstall
    4041
    4142ifeq ($(KBUILD_TYPE),debug)
     
    8788        $(QUIET)$(SED) \
    8889                -e "s/@VBOX_VERSION_STRING@/$(VBOX_VERSION_STRING)/g" \
     90                -e "s/@VBOX_VERSION_REVSTAMP@/$(PKGINFO_REVSTAMP)/g" \
    8991                -e "s/@UNAME_P@/$(PKGINFO_ARCH)/g" \
    9092                --output $(SOLARISINSTDIR)/vboxguest.pkginfo \
  • trunk/src/VBox/Installer/solaris/Makefile.kmk

    r9049 r9051  
    3232SOL_DBG_OBJCOPY  := $(CP) -p    # Solaris ld/gobjcopy(2.15) don't get along on x86, works only on amd64. So just using cp for now.
    3333PKGINFO_ARCH     = $(shell uname -p)
     34PKGINFO_REVSTAMP = $(shell date '+%Y.%m.%d.%H.%M')
    3435PKG_FILENAME     = VirtualBox-$(VBOX_VERSION_STRING)-SunOS-$(KBUILD_TARGET_ARCH)-r$(VBOX_SVN_REV)
    3536DBG_ARCHIVE      = VirtualBox-dbg.tar.bz2
     
    270271        $(QUIET)$(SED) \
    271272                -e "s/@VBOX_VERSION_STRING@/$(VBOX_VERSION_STRING)/g" \
     273                -e "s/@VBOX_VERSION_REVSTAMP@/$(PKGINFO_REVSTAMP)/g" \
    272274                -e "s/@UNAME_P@/$(PKGINFO_ARCH)/g" \
    273275                --output $(SOLARIS_INST_DIR)/vbox.pkginfo \
  • trunk/src/VBox/Installer/solaris/vbox.pkginfo

    r8080 r9051  
    11PKG="SUNWvbox"
    22NAME="Sun xVM VirtualBox"
     3SUNW_PRODNAME="Sun xVM VirtualBox"
    34ARCH="@UNAME_P@"
    4 VERSION="@VBOX_VERSION_STRING@"
     5VERSION="@VBOX_VERSION_STRING@,REV=@VBOX_VERSION_REVSTAMP@"
     6SUNW_PRODVERS="@VBOX_VERSION_STRING@"
     7SUNW_PKGVERS=1.0
    58CATEGORY="application"
    69VENDOR="Sun Microsystems, Inc."
    710EMAIL="[email protected]"
     11HOTLINE="Please contact your local service provider"
    812BASEDIR="/"
    913CLASSES=none sed
    10 DESC="A powerful PC virtualization solution."
     14DESC="A powerful PC virtualization solution"
    1115
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette