mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- brandelf ld-2.6.1.so to Linux
PR: ports/138878 Submitted by: Alexander Best <alexbestms@math.uni-muenster.de>
This commit is contained in:
parent
d2e646bd3a
commit
e08d8fdfa8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=243580
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= gentoo-stage1
|
||||
PORTVERSION= 2008.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= emulators linux
|
||||
MASTER_SITES= ${MASTER_SITE_GENTOO}
|
||||
MASTER_SITE_SUBDIR= releases/x86/${PORTVERSION}/stages
|
||||
@ -86,6 +87,7 @@ do-install:
|
||||
-type f -print0 | ${XARGS} -0 ${FILE} \
|
||||
| ${GREP} ELF | ${CUT} -d : -f 1 \
|
||||
| ${XARGS} ${BRANDELF} -t Linux
|
||||
@${BRANDELF} -t Linux ${PREFIX}/${PREFIX_SUBDIR}/lib/ld-2.6.1.so
|
||||
@${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
|
@ -6,6 +6,7 @@
|
||||
|
||||
PORTNAME= gentoo-stage3
|
||||
PORTVERSION= 2008.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= emulators linux
|
||||
MASTER_SITES= ${MASTER_SITE_GENTOO}
|
||||
MASTER_SITE_SUBDIR= releases/x86/${PORTVERSION}/stages
|
||||
@ -100,6 +101,7 @@ do-install:
|
||||
${PREFIX}/${PREFIX_SUBDIR}usr/bin ${PREFIX}/${PREFIX_SUBDIR}/usr/sbin \
|
||||
-type f -print0 | ${XARGS} -0 ${FILE} \
|
||||
| ${GREP} ELF | ${CUT} -d : -f 1 | ${XARGS} ${BRANDELF} -t Linux
|
||||
@${BRANDELF} -t Linux ${PREFIX}/${PREFIX_SUBDIR}/lib/ld-2.6.1.so
|
||||
@${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user