components/libffi/libffi.p5m
author Binjih Lin <binjih.lin@oracle.com>
Fri, 18 Nov 2016 13:15:14 -0800
changeset 7353 bfd44257c7cd
parent 7180 bc5351dcb9ac
permissions -rw-r--r--
25028344 Revert the libffi header files location to /usr/lib in target specific directory 25079226 Update the LLVM makefile's libffi include directory to the 3.2.1 directory
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5182
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
     1
#
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
     3
#
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
     7
#
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    12
#
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    18
#
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    20
#
7180
bc5351dcb9ac 16939859 libffi header files should be installed in /usr/include not /usr/lib
Binjih Lin <binjih.lin@oracle.com>
parents: 5182
diff changeset
    21
# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
5182
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    22
#
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    23
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    24
<transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    25
set name=pkg.fmri \
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    26
    value=pkg:/library/libffi@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    27
set name=pkg.summary value="Foreign Function Interface Library"
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    28
set name=pkg.description \
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    29
    value="The libffi library provides a portable, high level programming interface to various calling conventions."
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    30
set name=com.oracle.info.description value="Foreign Function Interface Library"
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    31
set name=com.oracle.info.tpno value=$(TPNO)
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    32
set name=info.classification \
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    33
    value=org.opensolaris.category.2008:System/Libraries
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    34
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    35
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    36
set name=org.opensolaris.arc-caseid value=PSARC/2008/542
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    37
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
7353
bfd44257c7cd 25028344 Revert the libffi header files location to /usr/lib in target specific directory
Binjih Lin <binjih.lin@oracle.com>
parents: 7180
diff changeset
    38
file path=usr/lib/$(MACH64)/libffi-$(COMPONENT_VERSION)/include/ffi.h
bfd44257c7cd 25028344 Revert the libffi header files location to /usr/lib in target specific directory
Binjih Lin <binjih.lin@oracle.com>
parents: 7180
diff changeset
    39
file path=usr/lib/$(MACH64)/libffi-$(COMPONENT_VERSION)/include/ffitarget.h
7180
bc5351dcb9ac 16939859 libffi header files should be installed in /usr/include not /usr/lib
Binjih Lin <binjih.lin@oracle.com>
parents: 5182
diff changeset
    40
link path=usr/lib/$(MACH64)/libffi.so target=libffi.so.6.0.4
bc5351dcb9ac 16939859 libffi header files should be installed in /usr/include not /usr/lib
Binjih Lin <binjih.lin@oracle.com>
parents: 5182
diff changeset
    41
link path=usr/lib/$(MACH64)/libffi.so.5 target=libffi.so.6
bc5351dcb9ac 16939859 libffi header files should be installed in /usr/include not /usr/lib
Binjih Lin <binjih.lin@oracle.com>
parents: 5182
diff changeset
    42
link path=usr/lib/$(MACH64)/libffi.so.5.0.10 target=libffi.so.6.0.4
bc5351dcb9ac 16939859 libffi header files should be installed in /usr/include not /usr/lib
Binjih Lin <binjih.lin@oracle.com>
parents: 5182
diff changeset
    43
link path=usr/lib/$(MACH64)/libffi.so.6 target=libffi.so.6.0.4
bc5351dcb9ac 16939859 libffi header files should be installed in /usr/include not /usr/lib
Binjih Lin <binjih.lin@oracle.com>
parents: 5182
diff changeset
    44
file path=usr/lib/$(MACH64)/libffi.so.6.0.4
5182
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    45
file path=usr/lib/$(MACH64)/pkgconfig/libffi.pc
7353
bfd44257c7cd 25028344 Revert the libffi header files location to /usr/lib in target specific directory
Binjih Lin <binjih.lin@oracle.com>
parents: 7180
diff changeset
    46
file path=usr/lib/libffi-$(COMPONENT_VERSION)/include/ffi.h
bfd44257c7cd 25028344 Revert the libffi header files location to /usr/lib in target specific directory
Binjih Lin <binjih.lin@oracle.com>
parents: 7180
diff changeset
    47
file path=usr/lib/libffi-$(COMPONENT_VERSION)/include/ffitarget.h
7180
bc5351dcb9ac 16939859 libffi header files should be installed in /usr/include not /usr/lib
Binjih Lin <binjih.lin@oracle.com>
parents: 5182
diff changeset
    48
link path=usr/lib/libffi.so target=libffi.so.6.0.4
bc5351dcb9ac 16939859 libffi header files should be installed in /usr/include not /usr/lib
Binjih Lin <binjih.lin@oracle.com>
parents: 5182
diff changeset
    49
link path=usr/lib/libffi.so.5 target=libffi.so.6
bc5351dcb9ac 16939859 libffi header files should be installed in /usr/include not /usr/lib
Binjih Lin <binjih.lin@oracle.com>
parents: 5182
diff changeset
    50
link path=usr/lib/libffi.so.5.0.10 target=libffi.so.6.0.4
bc5351dcb9ac 16939859 libffi header files should be installed in /usr/include not /usr/lib
Binjih Lin <binjih.lin@oracle.com>
parents: 5182
diff changeset
    51
link path=usr/lib/libffi.so.6 target=libffi.so.6.0.4
bc5351dcb9ac 16939859 libffi header files should be installed in /usr/include not /usr/lib
Binjih Lin <binjih.lin@oracle.com>
parents: 5182
diff changeset
    52
file path=usr/lib/libffi.so.6.0.4
5182
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    53
file path=usr/lib/pkgconfig/libffi.pc
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    54
file path=usr/share/man/man3/ffi.3
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    55
file path=usr/share/man/man3/ffi_call.3
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    56
file path=usr/share/man/man3/ffi_prep_cif.3
7353
bfd44257c7cd 25028344 Revert the libffi header files location to /usr/lib in target specific directory
Binjih Lin <binjih.lin@oracle.com>
parents: 7180
diff changeset
    57
file path=usr/share/man/man3/ffi_prep_cif_var.3
5182
78cc8a5782fa 15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
Bill Rushmore <bill.rushmore@oracle.com>
parents:
diff changeset
    58
license LICENSE license=MIT