Andreas Wacknitz
2019-02-20 87aea72cefaa0f85220264ab8462c9a19caba0ef
Remove obsoleted lint-libraries from build system

16 files deleted
29 files modified
883 ■■■■■ changed files
components/archiver/bzip2/Makefile 13 ●●●●● patch | view | raw | blame | history
components/library/fastcgi/Makefile 1 ●●●● patch | view | raw | blame | history
components/library/fastcgi/fcgi.p5m 1 ●●●● patch | view | raw | blame | history
components/library/fastcgi/llib-lfcgi 34 ●●●●● patch | view | raw | blame | history
components/library/gd2/Makefile 4 ●●● patch | view | raw | blame | history
components/library/gd2/gd2.p5m 3 ●●●●● patch | view | raw | blame | history
components/library/gd2/llib-lgd 39 ●●●●● patch | view | raw | blame | history
components/library/gmp/llib-lgmp 37 ●●●●● patch | view | raw | blame | history
components/library/lcms/Makefile 4 ●●● patch | view | raw | blame | history
components/library/lcms/llib-llcms 36 ●●●●● patch | view | raw | blame | history
components/library/lcms2/Makefile 2 ●●● patch | view | raw | blame | history
components/library/libmng/llib-lmng 37 ●●●●● patch | view | raw | blame | history
components/library/libxml2/Makefile 3 ●●●● patch | view | raw | blame | history
components/library/libxml2/libxml2.p5m 3 ●●●●● patch | view | raw | blame | history
components/library/libxml2/llib-lxml2 84 ●●●●● patch | view | raw | blame | history
components/library/mpfr/Makefile 3 ●●●● patch | view | raw | blame | history
components/library/mpfr/llib-lmpfr 37 ●●●●● patch | view | raw | blame | history
components/library/openssl/openssl-1.0.2/Makefile 21 ●●●● patch | view | raw | blame | history
components/library/openssl/openssl-1.0.2/llib-lcrypto 83 ●●●●● patch | view | raw | blame | history
components/library/openssl/openssl-1.0.2/llib-lssl 33 ●●●●● patch | view | raw | blame | history
components/library/openssl/openssl-1.0.2/manifests/sample-manifest.p5m 6 ●●●●● patch | view | raw | blame | history
components/library/openssl/openssl-1.0.2/openssl-1.0.2.p5m 29 ●●●●● patch | view | raw | blame | history
components/library/pcre/Makefile 3 ●●●● patch | view | raw | blame | history
components/library/pcre/llib-lpcre 37 ●●●●● patch | view | raw | blame | history
components/library/pcre/pcre.p5m 1 ●●●● patch | view | raw | blame | history
components/library/readline/Makefile 5 ●●●● patch | view | raw | blame | history
components/library/readline/llib-lreadline 34 ●●●●● patch | view | raw | blame | history
components/library/readline/manifests/sample-manifest.p5m 13 ●●●●● patch | view | raw | blame | history
components/library/readline/readline.p5m 3 ●●●●● patch | view | raw | blame | history
components/library/trousers/Makefile 3 ●●●● patch | view | raw | blame | history
components/library/trousers/llib-ltspi 54 ●●●●● patch | view | raw | blame | history
components/library/trousers/manifests/sample-manifest.p5m 5 ●●●● patch | view | raw | blame | history
components/library/trousers/trousers.p5m 4 ●●●● patch | view | raw | blame | history
components/library/zlib/Makefile 3 ●●●● patch | view | raw | blame | history
components/library/zlib/llib-lz 33 ●●●●● patch | view | raw | blame | history
components/library/zlib/zlib.p5m 3 ●●●●● patch | view | raw | blame | history
components/python/python34/Makefile 6 ●●●● patch | view | raw | blame | history
components/python/python35/Makefile 5 ●●●● patch | view | raw | blame | history
components/text/tidy/Makefile 3 ●●●● patch | view | raw | blame | history
components/text/tidy/llib-ltidy 36 ●●●●● patch | view | raw | blame | history
components/text/tidy/manifests/sample-manifest.p5m 3 ●●●●● patch | view | raw | blame | history
components/text/tidy/tidy.p5m 3 ●●●●● patch | view | raw | blame | history
components/web/curl/llib-lcurl 36 ●●●●● patch | view | raw | blame | history
make-rules/common.mk 9 ●●●●● patch | view | raw | blame | history
make-rules/lint-libraries.mk 68 ●●●●● patch | view | raw | blame | history
components/archiver/bzip2/Makefile
@@ -27,7 +27,7 @@
COMPONENT_NAME=        bzip2
COMPONENT_VERSION=    1.0.6
COMPONENT_REVISION=    3
COMPONENT_REVISION=    4
COMPONENT_PROJECT_URL=    http://www.bzip.org/
COMPONENT_SRC=        $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=    $(COMPONENT_SRC).tar.gz
@@ -36,15 +36,12 @@
COMPONENT_ARCHIVE_URL=    $(COMPONENT_PROJECT_URL)$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
COMPONENT_BUGDB=    utility/bzip
include $(WS_TOP)/make-rules/prep.mk
include $(WS_TOP)/make-rules/justmake.mk
include $(WS_TOP)/make-rules/ips.mk
#include ../../make-rules/lint-libraries.mk
include $(WS_MAKE_RULES)/prep.mk
include $(WS_MAKE_RULES)/justmake.mk
include $(WS_MAKE_RULES)/ips.mk
# Enable ASLR for this component
ASLR_MODE = $(ASLR_ENABLE)
#LINT_FLAGS +=    -I.
# we need to enable large file support and build PIC for our shared libraries
CFLAGS += $(CPP_LARGEFILES) $(CC_PIC)
@@ -78,7 +75,7 @@
BUILD_PKG_DEPENDENCIES =    $(BUILD_TOOLS)
include $(WS_TOP)/make-rules/depend.mk
include $(WS_MAKE_RULES)/depend.mk
REQUIRED_PACKAGES += SUNWcs
REQUIRED_PACKAGES += system/library
components/library/fastcgi/Makefile
@@ -27,6 +27,7 @@
COMPONENT_NAME=        fastcgi
COMPONENT_VERSION=    2.4.0
COMPONENT_REVISION=    1
COMPONENT_FMRI=        library/fastcgi
COMPONENT_SUMMARY=    the FastCGI web server interface
COMPONENT_CLASSIFICATION=Web Services/Application and Web Servers
components/library/fastcgi/fcgi.p5m
@@ -44,7 +44,6 @@
link path=usr/lib/libfcgi.so.0 target=libfcgi.so.0.0.0
file path=usr/lib/libfcgi.so.0.0.0
file llib-lfcgi path=usr/lib/llib-lfcgi
file doc/cgi-fcgi.1 path=usr/share/man/man1/cgi-fcgi.1
file doc/FCGI_Accept.3 path=usr/share/man/man3/FCGI_Accept.3
file doc/FCGI_Finish.3 path=usr/share/man/man3/FCGI_Finish.3
components/library/fastcgi/llib-lfcgi
File was deleted
components/library/gd2/Makefile
@@ -26,7 +26,7 @@
COMPONENT_NAME=        gd2
COMPONENT_VERSION=    2.2.4
COMPONENT_REVISION=    4
COMPONENT_REVISION=    5
COMPONENT_FMRI=    library/gd
COMPONENT_SUMMARY=    The Graphics Draw Library
COMPONENT_CLASSIFICATION=    System/Libraries
@@ -42,13 +42,11 @@
include $(WS_MAKE_RULES)/prep.mk
include $(WS_MAKE_RULES)/cmake.mk
include $(WS_MAKE_RULES)/ips.mk
include $(WS_MAKE_RULES)/lint-libraries.mk
PATH=$(PATH.gnu)
CFLAGS     += $(CPP_LARGEFILES)
CPPFLAGS   += $(CPP_LARGEFILES)
LINT_FLAGS += -I$(SOURCE_DIR)/src
# build with the distribution preferred libjpeg implementation
CFLAGS   += $(JPEG_CPPFLAGS) $(JPEG_CFLAGS)
components/library/gd2/gd2.p5m
@@ -84,13 +84,10 @@
link path=usr/lib/$(MACH64)/libgd.so target=libgd.so.3
link path=usr/lib/$(MACH64)/libgd.so.3 target=libgd.so.3.0.4
file path=usr/lib/$(MACH64)/libgd.so.3.0.4
file path=usr/lib/$(MACH64)/llib-lgd.ln
file path=usr/lib/$(MACH64)/pkgconfig/gdlib.pc
link path=usr/lib/libgd.so target=libgd.so.3
link path=usr/lib/libgd.so.3 target=libgd.so.3.0.4
file path=usr/lib/libgd.so.3.0.4
file path=usr/lib/llib-lgd
file llib-lgd path=usr/lib/llib-lgd.ln
file path=usr/lib/pkgconfig/gdlib.pc
file path=usr/share/doc/gd2/INSTALL
file path=usr/share/doc/gd2/README.CMAKE
components/library/gd2/llib-lgd
File was deleted
components/library/gmp/llib-lgmp
File was deleted
components/library/lcms/Makefile
@@ -24,7 +24,7 @@
COMPONENT_NAME =        lcms
COMPONENT_VERSION=      1.19
COMPONENT_REVISION=    2
COMPONENT_REVISION=        3
COMPONENT_SRC=          $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_PROJECT_URL=  http://www.littlecms.com/
COMPONENT_ARCHIVE=      $(COMPONENT_SRC).tar.gz
@@ -78,8 +78,6 @@
    $(CP) -p $(SOURCE_DIR)/include/lcms.h ./include/ ; \
    $(RM) -f $(SOURCE_DIR)/include/icc34.h ; \
    $(CP) -p include/icc34.h $(SOURCE_DIR)/include/ )
LINT_FLAGS += -I$(COMPONENT_DIR)/$(COMPONENT_SRC)/include
build: $(BUILD_32_and_64)
components/library/lcms/llib-llcms
File was deleted
components/library/lcms2/Makefile
@@ -24,6 +24,7 @@
COMPONENT_NAME =        lcms2
COMPONENT_VERSION=      2.9
COMPONENT_REVISION=        1
COMPONENT_FMRI=         library/lcms2
COMPONENT_CLASSIFICATION=System/Libraries
COMPONENT_SUMMARY=      The Little Color Management System
@@ -39,7 +40,6 @@
include $(WS_MAKE_RULES)/prep.mk
include $(WS_MAKE_RULES)/configure.mk
include $(WS_MAKE_RULES)/ips.mk
include $(WS_MAKE_RULES)/lint-libraries.mk
# build with the distribution preferred libjpeg implementation
CFLAGS             +=           $(JPEG_CPPFLAGS) $(JPEG_CFLAGS)
components/library/libmng/llib-lmng
File was deleted
components/library/libxml2/Makefile
@@ -28,7 +28,7 @@
COMPONENT_NAME=        libxml2
COMPONENT_VERSION=    2.9.7
COMPONENT_REVISION=    1
COMPONENT_REVISION=    2
COMPONENT_PROJECT_URL=    http://xmlsoft.org/
COMPONENT_SRC=        $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=    $(COMPONENT_SRC).tar.gz
@@ -46,7 +46,6 @@
include $(WS_MAKE_RULES)/prep.mk
include $(WS_MAKE_RULES)/configure.mk
include $(WS_MAKE_RULES)/ips.mk
include $(WS_MAKE_RULES)/lint-libraries.mk
CFLAGS +=    $(CPP_LARGEFILES)
LDFLAGS +=    $(CC_BITS) $(LD_Z_DEFS) $(LD_Z_TEXT) -lpthread
components/library/libxml2/libxml2.p5m
@@ -88,13 +88,10 @@
link path=usr/lib/$(MACH64)/libxml2.so target=libxml2.so.$(COMPONENT_VERSION)
file path=usr/lib/$(MACH64)/libxml2.so.$(COMPONENT_VERSION)
link path=usr/lib/$(MACH64)/libxml2.so.2 target=libxml2.so.$(COMPONENT_VERSION)
file path=usr/lib/$(MACH64)/llib-lxml2.ln
file path=usr/lib/$(MACH64)/pkgconfig/libxml-2.0.pc
link path=usr/lib/libxml2.so target=libxml2.so.$(COMPONENT_VERSION)
file path=usr/lib/libxml2.so.$(COMPONENT_VERSION)
link path=usr/lib/libxml2.so.2 target=libxml2.so.$(COMPONENT_VERSION)
file path=usr/lib/llib-lxml2
file path=usr/lib/llib-lxml2.ln
file path=usr/lib/pkgconfig/libxml-2.0.pc
file path=usr/share/aclocal/libxml.m4
file path=usr/share/man/man1/xml2-config.1 facet.devel=all
components/library/libxml2/llib-lxml2
File was deleted
components/library/mpfr/Makefile
@@ -27,6 +27,7 @@
COMPONENT_NAME=         mpfr
COMPONENT_VERSION=      3.1.6
COMPONENT_REVISION=        1
IPS_COMPONENT_VERSION=  3.1.6.1
COMPONENT_SUMMARY=      The GNU Multiple Precision with IEEE Rounding Floating-Point Library
COMPONENT_PROJECT_URL=    http://www.mpfr.org/
@@ -84,8 +85,6 @@
CONFIGURE_OPTIONS += --with-gmp-lib=$(GMPLIBDIR_$(BITS))
CONFIGURE_OPTIONS += --with-mulhigh-size=$(MPFRMULHIGH)
CONFIGURE_OPTIONS += --with-pic
LINT_FLAGS += -I/usr/include/gmp
PROTOUSRSHAREINFODIR = $(PROTOUSRSHAREDIR)/info
PROTOUSRSHAREHTMLDIR = $(PROTOUSRSHAREDIR)/doc/mpfr/html
components/library/mpfr/llib-lmpfr
File was deleted
components/library/openssl/openssl-1.0.2/Makefile
@@ -31,6 +31,7 @@
# Version for IPS. It is easier to do it manually than convert the letter to a
# number while taking into account that there might be no letter at all.
IPS_COMPONENT_VERSION = 1.0.2.17
COMPONENT_REVISION =     1
COMPONENT_PROJECT_URL=    https://www.openssl.org
COMPONENT_SRC =        $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE =    $(COMPONENT_SRC).tar.gz
@@ -44,7 +45,6 @@
include $(WS_MAKE_RULES)/prep.mk
include $(WS_MAKE_RULES)/configure.mk
include $(WS_MAKE_RULES)/ips.mk
include $(WS_MAKE_RULES)/lint-libraries.mk
PATH=$(GCC_ROOT)/bin:$(PATH.illumos)
@@ -66,8 +66,7 @@
CONFIGURE_OPTIONS =  -DSOLARIS_OPENSSL -DNO_WINDOWS_BRAINDEATH
CONFIGURE_OPTIONS += --openssldir=/etc/openssl
CONFIGURE_OPTIONS += --prefix=/usr
# We use OpenSSL install code for installing only manual pages and we do that
# for 32-bit version only.
# We use OpenSSL install code for installing only manual pages and headers.
CONFIGURE_OPTIONS += --install_prefix=$(PROTO_DIR)
CONFIGURE_OPTIONS += no-rc3
CONFIGURE_OPTIONS += no-rc5
@@ -189,24 +188,10 @@
# from the tarball which would corrupt some man pages.
COMPONENT_INSTALL_ARGS += PATH=$(PATH) MANDIR=/usr/share/man
# We could run OpenSSL install code for 32 bits only to process header files and
# manual pages. However, lint libraries depend on install stamps so we run
# install for 64 bit as well. Note that we must take built binary files from
# Note that we take built binary files from
# build directories, not from the proto area which contains whatever was
# installed first.
install:    $(INSTALL_32_and_64) $(PROTO_DIR)/.openssl-0.9.8
# We need to modify the default lint flags to include patched opensslconf.h from
# the build directory. If we do not do that, lint will complain about md2.h
# which is not enabled by default but it is in our opensslconf.h.
LFLAGS_32 := -I$(BUILD_DIR_32)/include $(LINT_FLAGS) -lsoftcrypto
LFLAGS_64 := -I$(BUILD_DIR_64)/include $(LINT_FLAGS) -lsoftcrypto
# Set modified lint flags for our lint library targets.
$(BUILD_DIR_32)/llib-lcrypto.ln: LINT_FLAGS=$(LFLAGS_32)
$(BUILD_DIR_32)/llib-lssl.ln: LINT_FLAGS=$(LFLAGS_32)
$(BUILD_DIR_64)/llib-lcrypto.ln: LINT_FLAGS=$(LFLAGS_64)
$(BUILD_DIR_64)/llib-lssl.ln: LINT_FLAGS=$(LFLAGS_64)
# There are also separate STC test suites 'openssl' and 'openssl-engine'
# for regression testing. These internal tests are unit tests only.
components/library/openssl/openssl-1.0.2/llib-lcrypto
File was deleted
components/library/openssl/openssl-1.0.2/llib-lssl
File was deleted
components/library/openssl/openssl-1.0.2/manifests/sample-manifest.p5m
@@ -109,8 +109,6 @@
file path=usr/include/openssl/x509.h
file path=usr/include/openssl/x509_vfy.h
file path=usr/include/openssl/x509v3.h
file path=usr/lib/$(MACH64)/llib-lcrypto.ln
file path=usr/lib/$(MACH64)/llib-lssl.ln
file path=usr/lib/engines/lib4758cca.so
file path=usr/lib/engines/libaep.so
file path=usr/lib/engines/libatalla.so
@@ -130,10 +128,6 @@
file path=usr/lib/libssl.a
link path=usr/lib/libssl.so target=libssl.so.1.0.0
file path=usr/lib/libssl.so.1.0.0
file path=usr/lib/llib-lcrypto
file path=usr/lib/llib-lcrypto.ln
file path=usr/lib/llib-lssl
file path=usr/lib/llib-lssl.ln
file path=usr/lib/pkgconfig/libcrypto.pc
file path=usr/lib/pkgconfig/libssl.pc
file path=usr/lib/pkgconfig/openssl.pc
components/library/openssl/openssl-1.0.2/openssl-1.0.2.p5m
@@ -55,18 +55,6 @@
link path=lib/$(MACH64)/libssl.so.1.0.0 \
    target=../openssl/default/$(MACH64)/libssl.so.1.0.0 mediator=openssl \
    mediator-implementation=default mediator-priority=vendor
link path=lib/$(MACH64)/llib-lcrypto \
    target=../openssl/default/$(MACH64)/llib-lcrypto mediator=openssl \
    mediator-implementation=default mediator-priority=vendor
link path=lib/$(MACH64)/llib-lcrypto.ln \
    target=../openssl/default/$(MACH64)/llib-lcrypto.ln mediator=openssl \
    mediator-implementation=default mediator-priority=vendor
link path=lib/$(MACH64)/llib-lssl \
    target=../openssl/default/$(MACH64)/llib-lssl mediator=openssl \
    mediator-implementation=default mediator-priority=vendor
link path=lib/$(MACH64)/llib-lssl.ln \
    target=../openssl/default/$(MACH64)/llib-lssl.ln mediator=openssl \
    mediator-implementation=default mediator-priority=vendor
link path=lib/libcrypto.so target=libcrypto.so.1.0.0
# Mediator links for 32-bit libraries
@@ -74,14 +62,6 @@
    mediator=openssl mediator-implementation=default mediator-priority=vendor
link path=lib/libssl.so target=libssl.so.1.0.0
link path=lib/libssl.so.1.0.0 target=openssl/default/libssl.so.1.0.0 \
    mediator=openssl mediator-implementation=default mediator-priority=vendor
link path=lib/llib-lcrypto target=openssl/default/llib-lcrypto \
    mediator=openssl mediator-implementation=default mediator-priority=vendor
link path=lib/llib-lcrypto.ln target=openssl/default/llib-lcrypto.ln \
    mediator=openssl mediator-implementation=default mediator-priority=vendor
link path=lib/llib-lssl target=openssl/default/llib-lssl mediator=openssl \
    mediator-implementation=default mediator-priority=vendor
link path=lib/llib-lssl.ln target=openssl/default/llib-lssl.ln \
    mediator=openssl mediator-implementation=default mediator-priority=vendor
# Commands.
@@ -94,11 +74,6 @@
file $(MACH64)/libssl.so.1.0.0 \
    path=lib/openssl/default/$(MACH64)/libssl.so.1.0.0 owner=root group=bin \
    mode=0555
file llib-lcrypto path=lib/openssl/default/$(MACH64)/llib-lcrypto
file $(MACH64)/llib-lcrypto.ln \
    path=lib/openssl/default/$(MACH64)/llib-lcrypto.ln
file llib-lssl path=lib/openssl/default/$(MACH64)/llib-lssl
file $(MACH64)/llib-lssl.ln path=lib/openssl/default/$(MACH64)/llib-lssl.ln
link path=lib/openssl/default/64 target=$(MACH64)
file etc/openssl/misc/CA.pl path=lib/openssl/default/CA.pl
link path=lib/openssl/default/engines/$(MACH64)/libpk11.so target=libpk11.so.1
@@ -135,10 +110,6 @@
link path=lib/openssl/default/libssl.so target=libssl.so.1.0.0
file $(MACH32)/libssl.so.1.0.0 path=lib/openssl/default/libssl.so.1.0.0 \
    owner=root group=bin mode=0555
file llib-lcrypto path=lib/openssl/default/llib-lcrypto
file $(MACH32)/llib-lcrypto.ln path=lib/openssl/default/llib-lcrypto.ln
file llib-lssl path=lib/openssl/default/llib-lssl
file $(MACH32)/llib-lssl.ln path=lib/openssl/default/llib-lssl.ln
file $(MACH64)/apps/openssl path=lib/openssl/default/openssl owner=root \
    group=bin mode=0555
dir  path=lib/openssl/engines group=sys mode=0755
components/library/pcre/Makefile
@@ -27,6 +27,7 @@
COMPONENT_NAME=        pcre
COMPONENT_VERSION=    8.42
COMPONENT_REVISION=    1
COMPONENT_SRC=        $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=    $(COMPONENT_SRC).tar.gz
COMPONENT_ARCHIVE_HASH=    \
@@ -57,8 +58,6 @@
CXXFLAGS+=    $(CPP_LARGEFILES)
#CXXFLAGS+=    $(XPG5MODE)
LINTFLAGS+=    -I. $(studio_XBITS) $(CPP_LARGEFILES)
CONFIGURE_ENV+=    "CPP=$(CC) $(CPPFLAGS) $(CFLAGS) -E"
CONFIGURE_ENV+=    "CXXCPP=$(CXX) $(CPPFLAGS) $(CXXFLAGS) -E"
components/library/pcre/llib-lpcre
File was deleted
components/library/pcre/pcre.p5m
@@ -23,7 +23,6 @@
license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
file llib-lpcre path=usr/lib/llib-lpcre
file pcre_internal.h path=usr/include/pcre/pcre_internal.h
file ucp.h path=usr/include/pcre/ucp.h
components/library/readline/Makefile
@@ -27,7 +27,7 @@
COMPONENT_NAME=        readline
COMPONENT_VERSION=    6.3
COMPONENT_REVISION=    1
COMPONENT_REVISION=    2
COMPONENT_PROJECT_URL=    http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html
COMPONENT_SRC=        $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=    $(COMPONENT_SRC).tar.gz
@@ -53,9 +53,6 @@
include $(WS_MAKE_RULES)/prep.mk
include $(WS_MAKE_RULES)/configure.mk
include $(WS_MAKE_RULES)/ips.mk
include $(WS_MAKE_RULES)/lint-libraries.mk
LINT_FLAGS += -I$(PROTO_DIR)/usr/include
CC += $(CC_BITS)
components/library/readline/llib-lreadline
File was deleted
components/library/readline/manifests/sample-manifest.p5m
@@ -10,7 +10,7 @@
#
#
# Copyright 2016 <contributor>
# Copyright 2018 <contributor>
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
@@ -34,33 +34,22 @@
file path=usr/lib/$(MACH64)/libhistory.old
link path=usr/lib/$(MACH64)/libhistory.so target=libhistory.so.6
file path=usr/lib/$(MACH64)/libhistory.so.5
file path=usr/lib/$(MACH64)/libhistory.so.5.old
file path=usr/lib/$(MACH64)/libhistory.so.6
file path=usr/lib/$(MACH64)/libhistory.so.6.old
file path=usr/lib/$(MACH64)/libreadline.a
file path=usr/lib/$(MACH64)/libreadline.old
link path=usr/lib/$(MACH64)/libreadline.so target=libreadline.so.6
file path=usr/lib/$(MACH64)/libreadline.so.5
file path=usr/lib/$(MACH64)/libreadline.so.5.old
file path=usr/lib/$(MACH64)/libreadline.so.6
file path=usr/lib/$(MACH64)/libreadline.so.6.old
file path=usr/lib/$(MACH64)/llib-lreadline.ln
file path=usr/lib/libhistory.a
file path=usr/lib/libhistory.old
link path=usr/lib/libhistory.so target=libhistory.so.6
file path=usr/lib/libhistory.so.5
file path=usr/lib/libhistory.so.5.old
file path=usr/lib/libhistory.so.6
file path=usr/lib/libhistory.so.6.old
file path=usr/lib/libreadline.a
file path=usr/lib/libreadline.old
link path=usr/lib/libreadline.so target=libreadline.so.6
file path=usr/lib/libreadline.so.5
file path=usr/lib/libreadline.so.5.old
file path=usr/lib/libreadline.so.6
file path=usr/lib/libreadline.so.6.old
file path=usr/lib/llib-lreadline
file path=usr/lib/llib-lreadline.ln
file path=usr/share/doc/readline/CHANGES
file path=usr/share/doc/readline/INSTALL
file path=usr/share/doc/readline/README
components/library/readline/readline.p5m
@@ -51,15 +51,12 @@
link path=usr/lib/$(MACH64)/libreadline.so target=libreadline.so.6
file path=usr/lib/$(MACH64)/libreadline.so.5
file path=usr/lib/$(MACH64)/libreadline.so.6
file $(MACH64)/llib-lreadline.ln path=usr/lib/$(MACH64)/llib-lreadline.ln
link path=usr/lib/libhistory.so target=libhistory.so.6
file path=usr/lib/libhistory.so.5
file path=usr/lib/libhistory.so.6
link path=usr/lib/libreadline.so target=libreadline.so.6
file path=usr/lib/libreadline.so.5
file path=usr/lib/libreadline.so.6
file llib-lreadline path=usr/lib/llib-lreadline
file $(MACH32)/llib-lreadline.ln path=usr/lib/llib-lreadline.ln
file path=usr/share/info/history.info
file path=usr/share/info/readline.info
file path=usr/share/info/rluserman.info
components/library/trousers/Makefile
@@ -26,7 +26,7 @@
COMPONENT_NAME=        trousers
COMPONENT_VERSION=    0.3.11.2
COMPONENT_REVISION=    1
COMPONENT_REVISION=    2
COMPONENT_SRC=        $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=    $(COMPONENT_SRC).tar.gz
COMPONENT_PROJECT_URL=    http://sourceforge.net/projects/trousers/files/trousers/
@@ -37,7 +37,6 @@
include $(WS_MAKE_RULES)/prep.mk
include $(WS_MAKE_RULES)/configure.mk
include $(WS_MAKE_RULES)/ips.mk
include $(WS_MAKE_RULES)/lint-libraries.mk
LIBS = -lnsl -lsocket -lgen -lscf -lbsm -lresolv
CFLAGS += -DSOLARIS -DBI_OPENSSL -D_REENTRANT
components/library/trousers/llib-ltspi
File was deleted
components/library/trousers/manifests/sample-manifest.p5m
@@ -10,7 +10,7 @@
#
#
# Copyright 2016 <contributor>
# Copyright 2018 <contributor>
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
@@ -52,14 +52,11 @@
link path=usr/lib/$(MACH64)/libtspi.so target=libtspi.so.1.2.0
link path=usr/lib/$(MACH64)/libtspi.so.1 target=libtspi.so.1.2.0
file path=usr/lib/$(MACH64)/libtspi.so.1.2.0
file path=usr/lib/$(MACH64)/llib-ltspi.ln
file path=usr/lib/$(MACH64)/tcsd
file path=usr/lib/libtddl.a
link path=usr/lib/libtspi.so target=libtspi.so.1.2.0
link path=usr/lib/libtspi.so.1 target=libtspi.so.1.2.0
file path=usr/lib/libtspi.so.1.2.0
file path=usr/lib/llib-ltspi
file path=usr/lib/llib-ltspi.ln
file path=usr/lib/tcsd
file path=usr/share/man/man3/Tspi_ChangeAuth.3
file path=usr/share/man/man3/Tspi_ChangeAuthAsym.3
components/library/trousers/trousers.p5m
@@ -84,10 +84,6 @@
link path=usr/lib/libtspi.so.1 target=libtspi.so.1.2.0
file path=usr/lib/libtspi.so.1.2.0
file path=usr/lib/$(MACH64)/llib-ltspi.ln
file path=usr/lib/llib-ltspi
file path=usr/lib/llib-ltspi.ln
file path=usr/share/man/man3/Tspi_ChangeAuth.3
file path=usr/share/man/man3/Tspi_ChangeAuthAsym.3
file path=usr/share/man/man3/Tspi_Context_Close.3
components/library/zlib/Makefile
@@ -28,7 +28,7 @@
COMPONENT_NAME=        zlib
COMPONENT_VERSION=    1.2.11
COMPONENT_REVISION=    1
COMPONENT_REVISION=    2
COMPONENT_SUMMARY=    The Zip compression library
COMPONENT_PROJECT_URL=    http://www.zlib.net/
COMPONENT_SRC=        $(COMPONENT_NAME)-$(COMPONENT_VERSION)
@@ -43,7 +43,6 @@
include $(WS_MAKE_RULES)/prep.mk
include $(WS_MAKE_RULES)/configure.mk
include $(WS_MAKE_RULES)/ips.mk
include $(WS_MAKE_RULES)/lint-libraries.mk
# Zlib won't build without cloning. We need also to get rid of default
# Makefile and get our own version of zconf.h to avoid interactions
components/library/zlib/llib-lz
File was deleted
components/library/zlib/zlib.p5m
@@ -32,13 +32,10 @@
link path=usr/lib/$(MACH64)/libz.so target=libz.so.$(COMPONENT_VERSION)
file path=usr/lib/$(MACH64)/libz.so.$(COMPONENT_VERSION)
link path=usr/lib/$(MACH64)/libz.so.1 target=libz.so.$(COMPONENT_VERSION)
file path=usr/lib/$(MACH64)/llib-lz.ln
file path=usr/lib/$(MACH64)/pkgconfig/zlib.pc
#file path=usr/lib/libz.a
link path=usr/lib/libz.so target=libz.so.$(COMPONENT_VERSION)
file path=usr/lib/libz.so.$(COMPONENT_VERSION)
link path=usr/lib/libz.so.1 target=libz.so.$(COMPONENT_VERSION)
file path=usr/lib/llib-lz
file path=usr/lib/llib-lz.ln
file path=usr/lib/pkgconfig/zlib.pc
file path=usr/share/man/man3/zlib.3
components/python/python34/Makefile
@@ -28,7 +28,7 @@
COMPONENT_NAME=        Python
COMPONENT_VERSION=    3.4.9
COMPONENT_REVISION=    1
COMPONENT_REVISION=    2
COMPONENT_PROJECT_URL=    https://www.python.org
COMPONENT_SRC=        $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=    $(COMPONENT_SRC).tar.xz
@@ -43,7 +43,6 @@
include $(WS_MAKE_RULES)/prep.mk
include $(WS_MAKE_RULES)/configure.mk
include $(WS_MAKE_RULES)/ips.mk
include $(WS_MAKE_RULES)/lint-libraries.mk
# Need to preserve timestamp for Grammar files.  If the pickle files are older,
# Python will try to rebuild them.
@@ -95,9 +94,6 @@
LDFLAGS.32 = -R/usr/gnu/lib -L/usr/gnu/lib
LDFLAGS.64 = -R/usr/gnu/lib/$(MACH64) -L/usr/gnu/lib/$(MACH64)
LDFLAGS += $(LDFLAGS.$(BITS))
# Python puts its header files in a special place.
LINT_FLAGS +=    -I$(SOURCE_DIR)/Include
CONFIGURE_OPTIONS  +=        --infodir=$(CONFIGURE_INFODIR)
CONFIGURE_OPTIONS  +=        --enable-shared
components/python/python35/Makefile
@@ -30,6 +30,7 @@
COMPONENT_NAME=        Python
COMPONENT_VERSION=    3.5.6
COMPONENT_REVISION=    1
COMPONENT_PROJECT_URL=    https://www.python.org
COMPONENT_SRC=        $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=    $(COMPONENT_SRC).tar.xz
@@ -43,7 +44,6 @@
include $(WS_MAKE_RULES)/prep.mk
include $(WS_MAKE_RULES)/configure.mk
include $(WS_MAKE_RULES)/ips.mk
include $(WS_MAKE_RULES)/lint-libraries.mk
# Need to preserve timestamp for Grammar files.  If the pickle files are older,
# Python will try to rebuild them.
@@ -82,9 +82,6 @@
# add /usr/gnu/lib to the library search/run path
LDFLAGS.64 = -R/usr/gnu/lib/$(MACH64) -L/usr/gnu/lib/$(MACH64)
LDFLAGS += $(LDFLAGS.$(BITS))
# Python puts its header files in a special place.
LINT_FLAGS +=    -I$(SOURCE_DIR)/Include
CONFIGURE_OPTIONS  +=        --infodir=$(CONFIGURE_INFODIR)
CONFIGURE_OPTIONS  +=        --enable-shared
components/text/tidy/Makefile
@@ -27,7 +27,7 @@
COMPONENT_NAME=        tidy
COMPONENT_VERSION=    1.0.0
COMPONENT_REVISION=    2
COMPONENT_REVISION=    3
COMPONENT_PROJECT_URL=    http://tidy.sourceforge.net/
COMPONENT_SRC=        $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=    $(COMPONENT_SRC).tar.gz
@@ -39,7 +39,6 @@
include $(WS_MAKE_RULES)/prep.mk
include $(WS_MAKE_RULES)/configure.mk
include $(WS_MAKE_RULES)/ips.mk
include $(WS_MAKE_RULES)/lint-libraries.mk
#tree.js, treeview.js, tidyenum_8h.html are installed 
#from files directory manually as doxygen didn't generate them.
components/text/tidy/llib-ltidy
File was deleted
components/text/tidy/manifests/sample-manifest.p5m
@@ -33,12 +33,9 @@
link path=usr/lib/$(MACH64)/libtidy-1.0.so.0 target=libtidy-1.0.so.0.0.0
file path=usr/lib/$(MACH64)/libtidy-1.0.so.0.0.0
link path=usr/lib/$(MACH64)/libtidy.so target=libtidy-1.0.so.0.0.0
file path=usr/lib/$(MACH64)/llib-ltidy.ln
link path=usr/lib/libtidy-1.0.so.0 target=libtidy-1.0.so.0.0.0
file path=usr/lib/libtidy-1.0.so.0.0.0
link path=usr/lib/libtidy.so target=libtidy-1.0.so.0.0.0
file path=usr/lib/llib-ltidy
file path=usr/lib/llib-ltidy.ln
file path=usr/share/doc/tidy/api/TidyNodeIter_8h_source.html
file path=usr/share/doc/tidy/api/access_8h_source.html
file path=usr/share/doc/tidy/api/annotated.html
components/text/tidy/tidy.p5m
@@ -86,12 +86,9 @@
link path=usr/lib/$(MACH64)/libtidy-1.0.so.0 target=libtidy-1.0.so.0.0.0
file path=usr/lib/$(MACH64)/libtidy-1.0.so.0.0.0
link path=usr/lib/$(MACH64)/libtidy.so target=libtidy-1.0.so.0.0.0
file path=usr/lib/$(MACH64)/llib-ltidy.ln
link path=usr/lib/libtidy-1.0.so.0 target=libtidy-1.0.so.0.0.0
file path=usr/lib/libtidy-1.0.so.0.0.0
link path=usr/lib/libtidy.so target=libtidy-1.0.so.0.0.0
file path=usr/lib/llib-ltidy
file path=usr/lib/llib-ltidy.ln
file path=usr/share/doc/tidy/api/TidyNodeIter_8h_source.html
file path=usr/share/doc/tidy/api/access_8h_source.html
file path=usr/share/doc/tidy/api/annotated.html
components/web/curl/llib-lcurl
File was deleted
make-rules/common.mk
@@ -99,15 +99,6 @@
endif # BUILD_BITS NO_ARCH
endif # BUILD_STYLE ant
# Determine if we should automatically include lint libraries in build and
# install targets based on presence of llib* files in component directory. This
# must be done before defining any common targets since the include affects
# later variable expansion.
LINT_LIBRARIES ?= $(wildcard llib-*)
ifneq ($(strip $(LINT_LIBRARIES)),)
include $(WS_MAKE_RULES)/lint-libraries.mk
endif
# Default targets; to omit a specific target, explicitly set the related target
# variable to empty before including this file or set COMMON_TARGETS=no.
COMMON_TARGETS ?= yes
make-rules/lint-libraries.mk
File was deleted