klausz65
2023-03-13 5f24dd498591cc63f01c065ea8c5590ac0219200
expect: drop 32bit + SPARC vis instruction option

1 files deleted
3 files modified
1 files renamed
34 ■■■■ changed files
components/tcl/expect/Makefile 13 ●●●● patch | view | raw | blame | history
components/tcl/expect/expect.p5m 4 ●●●● patch | view | raw | blame | history
components/tcl/expect/manifests/sample-manifest.p5m 9 ●●●●● patch | view | raw | blame | history
components/tcl/expect/test/results-64.master 8 ●●●●● patch | view | raw | blame | history
components/tcl/expect/test/results-all.master patch | view | raw | blame | history
components/tcl/expect/Makefile
@@ -24,13 +24,12 @@
# Copyright (c) 2018, Michal Nowak
#
BUILD_BITS= 64_and_32
USE_COMMON_TEST_MASTER= no
USE_COMMON_TEST_MASTER= yes
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME=        expect
COMPONENT_VERSION=    5.45.4
COMPONENT_REVISION=    2
COMPONENT_REVISION=    3
COMPONENT_SUMMARY=    expect - Programmed dialogue with other interactive programs
COMPONENT_DESCRIPTION=    Expect is a tool for automating interactive applications, such as telnet, ftp, passwd, fsck, rlogin, tip, etc.
COMPONENT_PROJECT_URL=    https://core.tcl.tk/expect/index
@@ -58,8 +57,10 @@
CONFIGURE_OPTIONS     += --enable-shared
CONFIGURE_OPTIONS     += --with-tcl="$(COMPONENT_DIR)/../tcl/build/$(MACH$(BITS))"
CONFIGURE_OPTIONS     += --with-tclinclude="$(COMPONENT_DIR)/../tcl/build/$(MACH$(BITS))/generic"
CONFIGURE_OPTIONS.64    += LIBS=" -m64"
CONFIGURE_OPTIONS     += --enable-64bit
ifeq ($(strip $(MACH)),sparc)
CONFIGURE_OPTIONS     += --enable-64bit-vis
endif
COMPONENT_TEST_TRANSFORMS += \
    '-ne "/\.test/p"' \
@@ -70,8 +71,6 @@
# special targets due to tcl internals dependencies
../tcl/build/%/.built:
    (cd ../tcl ; $(GMAKE) build)
$(CONFIGURE_32):    ../tcl/build/$(MACH32)/.built
$(CONFIGURE_64):    ../tcl/build/$(MACH64)/.built
components/tcl/expect/expect.p5m
@@ -35,9 +35,7 @@
<transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
<transform file path=usr/demo/expect/.+ ->default mode 0555>
<transform file path=usr/demo/expect/man/.+ -> set mode 0444>
<transform file path=.*/bin/$(MACH32)/.+ -> drop>
file path=usr/bin/$(MACH32)/expect
file path=usr/bin/expect
file path=usr/demo/expect/autoexpect
file path=usr/demo/expect/autopasswd
@@ -77,7 +75,5 @@
file path=usr/include/tcldbg.h
file path=usr/lib/$(MACH64)/expect$(COMPONENT_VERSION)/libexpect$(COMPONENT_VERSION).so
file path=usr/lib/$(MACH64)/expect$(COMPONENT_VERSION)/pkgIndex.tcl
file path=usr/lib/expect$(COMPONENT_VERSION)/libexpect$(COMPONENT_VERSION).so
file path=usr/lib/expect$(COMPONENT_VERSION)/pkgIndex.tcl
file path=usr/share/man/man1/expect.1
file path=usr/share/man/man3/libexpect.3
components/tcl/expect/manifests/sample-manifest.p5m
@@ -10,7 +10,7 @@
#
#
# Copyright 2022 <contributor>
# Copyright 2023 <contributor>
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
@@ -23,7 +23,6 @@
license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
file path=usr/bin/$(MACH32)/expect
file path=usr/bin/expect
file path=usr/demo/expect/autoexpect
file path=usr/demo/expect/autopasswd
@@ -61,9 +60,7 @@
file path=usr/include/expect_comm.h
file path=usr/include/expect_tcl.h
file path=usr/include/tcldbg.h
file path=usr/lib/$(MACH64)/expect$(COMPONENT_VERSION)/libexpect$(COMPONENT_VERSION).so
file path=usr/lib/$(MACH64)/expect$(COMPONENT_VERSION)/pkgIndex.tcl
file path=usr/lib/expect$(COMPONENT_VERSION)/libexpect$(COMPONENT_VERSION).so
file path=usr/lib/expect$(COMPONENT_VERSION)/pkgIndex.tcl
file path=usr/lib/$(MACH64)/expect$(HUMAN_VERSION)/libexpect$(HUMAN_VERSION).so
file path=usr/lib/$(MACH64)/expect$(HUMAN_VERSION)/pkgIndex.tcl
file path=usr/share/man/man1/expect.1
file path=usr/share/man/man3/libexpect.3
components/tcl/expect/test/results-64.master
File was deleted
components/tcl/expect/test/results-all.master