diff options
author | bsam <bsam@FreeBSD.org> | 2006-09-17 05:17:06 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2006-09-17 05:17:06 +0800 |
commit | c38898d9c420b574e51c46e7153693ac566b7e9d (patch) | |
tree | 0c5a0e5d94497aaa356d669b986bdfe6e4f06c52 /emulators/linux_base-f9 | |
parent | 663e049258a5f38003e26b8bcecf6b8496dd5ee5 (diff) | |
download | freebsd-ports-gnome-c38898d9c420b574e51c46e7153693ac566b7e9d.tar.gz freebsd-ports-gnome-c38898d9c420b574e51c46e7153693ac566b7e9d.tar.zst freebsd-ports-gnome-c38898d9c420b574e51c46e7153693ac566b7e9d.zip |
- brandelf -t Linux /compat/linux/lib/ld-2.3.6.so (ld-linux.so.2),
we don't brand linux libraries, but it's more an executable then a library;
- bump PORTREVISION.
Suggested by: netchild
Discussed at: freebsd-emulation
Diffstat (limited to 'emulators/linux_base-f9')
-rw-r--r-- | emulators/linux_base-f9/Makefile | 3 | ||||
-rw-r--r-- | emulators/linux_base-f9/linux_base-f8/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/emulators/linux_base-f9/Makefile b/emulators/linux_base-f9/Makefile index fabbe9dc0b24..34103dca9b6f 100644 --- a/emulators/linux_base-f9/Makefile +++ b/emulators/linux_base-f9/Makefile @@ -8,7 +8,7 @@ PORTNAME= fc PORTVERSION= 4 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= emulators linux MASTER_SITES= ${MASTER_SITE_FEDORA_LINUX} MASTER_SITE_SUBDIR= ${PORTVERSION}/${LINUX_RPM_ARCH}/os/Fedora/RPMS \ @@ -184,6 +184,7 @@ do-build: ${WRKSRC}/usr/sbin -type f -print0 | ${XARGS} -0 ${FILE} \ | ${GREP} ELF | ${CUT} -d : -f 1 \ | ${XARGS} ${BRANDELF} -t Linux + @${BRANDELF} -t Linux ${WRKSRC}/lib/ld-2.3.6.so # Restore the status quo for usr/bin/*db4* files @${CHMOD} u-w ${WRKSRC}/usr/bin/*db4* diff --git a/emulators/linux_base-f9/linux_base-f8/Makefile b/emulators/linux_base-f9/linux_base-f8/Makefile index fabbe9dc0b24..34103dca9b6f 100644 --- a/emulators/linux_base-f9/linux_base-f8/Makefile +++ b/emulators/linux_base-f9/linux_base-f8/Makefile @@ -8,7 +8,7 @@ PORTNAME= fc PORTVERSION= 4 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= emulators linux MASTER_SITES= ${MASTER_SITE_FEDORA_LINUX} MASTER_SITE_SUBDIR= ${PORTVERSION}/${LINUX_RPM_ARCH}/os/Fedora/RPMS \ @@ -184,6 +184,7 @@ do-build: ${WRKSRC}/usr/sbin -type f -print0 | ${XARGS} -0 ${FILE} \ | ${GREP} ELF | ${CUT} -d : -f 1 \ | ${XARGS} ${BRANDELF} -t Linux + @${BRANDELF} -t Linux ${WRKSRC}/lib/ld-2.3.6.so # Restore the status quo for usr/bin/*db4* files @${CHMOD} u-w ${WRKSRC}/usr/bin/*db4* |