b8ee74f354
Move the definitions of LDCONFIG_ADD_CMD and LDCONFIG_REMOVE_CMD into suse_linux/emulator.mk. The commands are specific to the Linux installed, including the path to ldconfig(8), so localize them to the package that provides it. Move the definition of RUN_LDCONFIG out of the emulator framework and into the packages that use them as RUN_LDCONFIG is meant to be a package-settable variable. Fix the path to the Linux ldconfig(8) that was used on FreeBSD to brand the ELF format that has been incorrect for over 10 years. In the suse_base packages, explicitly set LDCONFIG_REMOVE_CMD to ${TRUE} since the ldconfig(8) command is provided by that package and can't be invoked at the postremove stage because it has already been deleted from the system by then. Bump the PKGREVISION of all the suse_base packages because the install scripts have changed. Bump the PKGREVISIONs of the darwin_lib and osf1_lib packages because the install scripts no longer try to run ldconfig(8), which is not provided in either OpenDarwin or OSF/1.
94 lines
3.5 KiB
Makefile
94 lines
3.5 KiB
Makefile
# $NetBSD: Makefile,v 1.12 2017/08/21 12:49:16 jlam Exp $
|
|
|
|
PKGNAME= suse_base-${SUSE_VERSION}
|
|
PKGREVISION= 8
|
|
CATEGORIES= emulators
|
|
RPMUPDPKGS+= aaa_base-${SUSE_VERSION}-534.113.1.${SUSE_ARCH}
|
|
RPMUPDPKGS+= bash-4.2-1.14.1.${SUSE_ARCH}
|
|
RPMUPDPKGS+= coreutils-8.14-3.19.1.${SUSE_ARCH}
|
|
RPMPKGS+= cyrus-sasl-2.1.23-20.1.2.${SUSE_ARCH}
|
|
RPMPKGS+= findutils-4.4.2-17.1.2.${SUSE_ARCH}
|
|
RPMPKGS+= gdbm-1.8.3-388.1.3.${SUSE_ARCH}
|
|
RPMUPDPKGS+= glibc-2.14.1-14.27.1.${SUSE_ARCH}
|
|
RPMPKGS+= keyutils-1.5.3-2.1.2.${SUSE_ARCH}
|
|
RPMPKGS+= libFLAC8-1.2.1-88.1.2.${SUSE_ARCH}
|
|
RPMPKGS+= libacl1-2.2.51-4.1.4.${SUSE_ARCH}
|
|
RPMPKGS+= libattr1-2.4.46-5.1.5.${SUSE_ARCH}
|
|
RPMPKGS+= libcap2-2.22-2.1.4.${SUSE_ARCH}
|
|
RPMPKGS+= libgcc46-4.6.2_20111026-1.1.4.${SUSE_ARCH}
|
|
RPMPKGS+= libidn-1.22-7.1.2.${SUSE_ARCH}
|
|
RPMPKGS+= libldap-2_4-2-2.4.26-3.1.2.${SUSE_ARCH}
|
|
RPMPKGS+= libncurses5-5.8-5.1.4.${SUSE_ARCH}
|
|
RPMPKGS+= libncurses6-5.8-5.1.4.${SUSE_ARCH}
|
|
RPMPKGS+= libogg0-1.2.2-8.1.2.${SUSE_ARCH}
|
|
RPMPKGS+= libpcre0-8.13-2.1.2.${SUSE_ARCH}
|
|
RPMUPDPKGS+= libreadline6-6.2-1.14.1.${SUSE_ARCH}
|
|
RPMPKGS+= libselinux1-2.0.91-14.1.12.${SUSE_ARCH}
|
|
RPMPKGS+= libsndfile-1.0.25-6.1.2.${SUSE_ARCH}
|
|
RPMPKGS+= libspeex1-1.1.999_1.2rc1-12.1.2.${SUSE_ARCH}
|
|
RPMPKGS+= libssh2-1-1.2.9-7.1.3.${SUSE_ARCH}
|
|
RPMPKGS+= libstdc++46-4.6.2_20111026-1.1.4.${SUSE_ARCH}
|
|
RPMUPDPKGS+= libuuid1-2.20.1-1.8.1.${SUSE_ARCH}
|
|
RPMUPDPKGS+= libvorbis0-1.3.2-12.3.1.${SUSE_ARCH}
|
|
RPMPKGS+= mozilla-nspr-4.8.9-3.1.2.${SUSE_ARCH}
|
|
RPMUPDPKGS+= mozilla-nss-3.13.1-9.11.1.${SUSE_ARCH}
|
|
RPMPKGS+= net-tools-1.60-751.1.2.${SUSE_ARCH}
|
|
RPMPKGS+= tcpd-7.6-870.1.2.${SUSE_ARCH}
|
|
RPMUPDPKGS+= libvorbisenc2-1.3.2-12.3.1.${SUSE_ARCH}
|
|
RPMUPDPKGS+= zlib-1.2.5_git201105272030-20.3.1.${SUSE_ARCH}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Linux compatibility package
|
|
|
|
CONFLICTS= linux_SuSE-5.3 linux_lib-2.4 linuxppc_lib-[0-9]*
|
|
|
|
# These files are managed by the +INSTALL/+DEINSTALL scripts.
|
|
CHECK_FILES_SKIP+= ${EMULDIR}/dev/.*
|
|
CHECK_FILES_SKIP+= ${EMULDIR}/etc/ld.so.cache
|
|
|
|
RPMIGNOREPATH= ./etc/bash.bashrc ./etc/bash_completion.d \
|
|
./etc/cron.daily ./etc/csh.cshrc ./etc/csh.login \
|
|
./etc/inittab ./etc/hushlogins ./etc/java \
|
|
./etc/mailcap ./etc/mime.types ./etc/nsswitch.conf \
|
|
./etc/pam.d ./etc/profile ./etc/profile.dos \
|
|
./etc/rc.d.README ./etc/rpc ./etc/shells ./etc/ttytype
|
|
|
|
LINUX_LDD= ${EMULDIR}/usr/bin/ldd
|
|
LINUX_LDCONFIG= ${EMULDIR}/sbin/ldconfig
|
|
|
|
INSTALLATION_DIRS+= ${EMULDIR}/etc ${EMULDIR}/dev/shm ${EMULDIR}/var/lock
|
|
INSTALLATION_DIRS+= sbin
|
|
OWN_DIRS+= ${EMULSUBDIR}
|
|
|
|
SUBST_CLASSES+= suse
|
|
SUBST_STAGE.suse= do-build
|
|
SUBST_FILES.suse= SuSE-release linux-mkpwd.sh
|
|
SUBST_VARS.suse= EMULDIR LINUX_BASE SUSE_ARCH SUSE_VERSION
|
|
|
|
# Some platforms, e.g. FreeBSD, need to "brand" the ELF binaries to
|
|
# the correct type.
|
|
#
|
|
BRANDELF_CMD= ${BRANDELF:D${BRANDELF} -t Linux ${DESTDIR}${LINUX_LDCONFIG}:U${TRUE}}
|
|
|
|
# This package provides the ldconfig(8) binary, so that binary can't
|
|
# be used during postremove.
|
|
#
|
|
LDCONFIG_REMOVE_CMD= ${TRUE}
|
|
|
|
post-extract:
|
|
${CP} ${FILESDIR}/SuSE-release ${WRKSRC}
|
|
${CP} ${FILESDIR}/*.sh ${WRKSRC}
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/linux-mkpwd.sh \
|
|
${DESTDIR}${PREFIX}/sbin/${LINUX_BASE}-mkpwd
|
|
${INSTALL_DATA} ${WRKSRC}/SuSE-release ${DESTDIR}${EMULDIR}/etc
|
|
${BRANDELF_CMD}
|
|
${SED} -e 's:#! :#! ${EMULDIR}:' \
|
|
-e 's:^RTLD=:RTLD=/${EMULSUBDIR}:' \
|
|
${DESTDIR}${LINUX_LDD} > ${DESTDIR}${LINUX_LDD}.new
|
|
${MV} ${DESTDIR}${LINUX_LDD}.new ${DESTDIR}${LINUX_LDD}
|
|
${CHMOD} +x ${DESTDIR}${LINUX_LDD}
|
|
|
|
.include "../../emulators/suse121_linux/Makefile.common"
|
|
.include "../../mk/bsd.pkg.mk"
|