mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
- fix the build on pointyhat [1]
- a little cleanup Suggested by: kris (some parts) [1]
This commit is contained in:
parent
96b17e813c
commit
959fd9b593
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=150373
@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= ${PORTVERSION}/os/${ARCH} \
|
||||
${PORTVERSION}/updates/${ARCH} \
|
||||
${PORTVERSION}/os/SRPMS \
|
||||
${PORTVERSION}/updates/SRPMS
|
||||
DISTFILES= redhat-release-8.0-8.noarch.rpm \
|
||||
BIN_DISTFILES= redhat-release-8.0-8.noarch.rpm \
|
||||
glibc-common-2.3.2-4.80.8.${ARCH}.rpm \
|
||||
glibc-2.3.2-4.80.8.${ARCH}.rpm \
|
||||
setup-2.5.20-1.noarch.rpm \
|
||||
@ -52,7 +52,7 @@ DISTFILES= redhat-release-8.0-8.noarch.rpm \
|
||||
EXTRACT_ONLY=
|
||||
|
||||
.if defined(PACKAGE_BUILDING)
|
||||
DISTFILES+= acl-2.0.11-2.src.rpm \
|
||||
SRC_DISTFILES+= acl-2.0.11-2.src.rpm \
|
||||
attr-2.0.8-3.src.rpm \
|
||||
basesystem-8.0-1.src.rpm \
|
||||
bash-2.05b-5.1.src.rpm \
|
||||
@ -84,6 +84,8 @@ DISTFILES+= acl-2.0.11-2.src.rpm \
|
||||
ALWAYS_KEEP_DISTFILES= yes
|
||||
.endif
|
||||
|
||||
DISTFILES= ${BIN_DISTFILES} ${SRC_DISTFILES}
|
||||
|
||||
MAINTAINER= freebsd-emulation@FreeBSD.org
|
||||
COMMENT= Base set of packages needed in Linux mode (for i386/amd64)
|
||||
|
||||
@ -99,9 +101,6 @@ NO_FILTER_SHLIBS= yes
|
||||
NO_MTREE= yes
|
||||
MD5_FILE= ${MASTERDIR}/distinfo.${ARCH}
|
||||
|
||||
# Let's avoid hardcoding 'en' as the language.
|
||||
LANG= en
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
DBPATH= /var/lib/rpm
|
||||
@ -142,7 +141,7 @@ do-install:
|
||||
# Also, set the ELF fallback brand to Linux, so that we don't have to do
|
||||
# anything special to run staticly linked binaries.
|
||||
@/sbin/sysctl -w ${FALLBACK_ELF_MIB}=${LINUX_ELF}
|
||||
@for R in ${DISTFILES:S/:ft//}; do \
|
||||
@for R in ${BIN_DISTFILES:S/:ft//}; do \
|
||||
${ECHO} $$R; \
|
||||
${RPM} -U ${RPMFLAGS} ${RPMDIR}/$$R; \
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user