pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators Add opensuse 13.1 binutils, since wip/suse13...
details: https://anonhg.NetBSD.org/pkgsrc/rev/4a70d9f4c281
branches: trunk
changeset: 359313:4a70d9f4c281
user: hauke <hauke%pkgsrc.org@localhost>
date: Mon Mar 06 11:53:54 2017 +0000
description:
Add opensuse 13.1 binutils, since wip/suse131_fpc will not do much
without a linux ld(1).
diffstat:
emulators/Makefile | 3 ++-
emulators/suse131_binutils/DESCR | 15 +++++++++++++++
emulators/suse131_binutils/Makefile | 18 ++++++++++++++++++
emulators/suse131_binutils/distinfo | 10 ++++++++++
emulators/suse131_linux/Makefile.common | 3 ++-
emulators/suse131_linux/emulator.mk | 3 ++-
6 files changed, 49 insertions(+), 3 deletions(-)
diffs (103 lines):
diff -r 33ee95dae3e5 -r 4a70d9f4c281 emulators/Makefile
--- a/emulators/Makefile Mon Mar 06 10:20:12 2017 +0000
+++ b/emulators/Makefile Mon Mar 06 11:53:54 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.247 2017/01/15 11:12:07 tsutsui Exp $
+# $NetBSD: Makefile,v 1.248 2017/03/06 11:53:54 hauke Exp $
#
COMMENT= Emulators for other operating systems
@@ -244,6 +244,7 @@
SUBDIR+= suse131_32_alsa
SUBDIR+= suse131_32_aspell
SUBDIR+= suse131_32_base
+SUBDIR+= suse131_32_binutils
SUBDIR+= suse131_32_compat
SUBDIR+= suse131_32_cyrus-sasl
SUBDIR+= suse131_32_dbus-glib
diff -r 33ee95dae3e5 -r 4a70d9f4c281 emulators/suse131_binutils/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/suse131_binutils/DESCR Mon Mar 06 11:53:54 2017 +0000
@@ -0,0 +1,15 @@
+Linux compatibility package based on the openSUSE Linux distribution.
+Please visit http://www.opensuse.org/ for more information about openSUSE
+Linux.
+
+The GNU binutils package contains essential tools to assemble, link and
+manipulate binary and object files. They are often used with a compiler
+and additional libraries for building software.
+
+It includes the GNU linker, the portable GNU assembler, ar for modifying
+archives (such as libraries), nm for listing symbols from object files,
+objdump for displaying object file information, ranlib for generating
+archive indexes, size for listing section sizes of object files,
+strings for outputing the printable characters in files, strip for
+stripping out symbols (like debugging information) from object files,
+and other tools.
diff -r 33ee95dae3e5 -r 4a70d9f4c281 emulators/suse131_binutils/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/suse131_binutils/Makefile Mon Mar 06 11:53:54 2017 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2017/03/06 11:53:54 hauke Exp $
+
+PKGNAME= suse_binutils-${SUSE_VERSION}
+CATEGORIES= emulators
+RPMPKGS+= binutils-2.23.2-8.1.2.${SUSE_ARCH}
+
+MAINTAINER= pkg-users%NetBSD.org@localhost
+COMMENT= Linux compatibility package for binutils
+
+EMUL_MODULES.linux= base
+
+PLIST_SRC= ${RPM2PKG_PLIST}
+
+post-install:
+ ${LN} -fs ld.bfd ${DESTDIR}${PREFIX}/${EMULSUBDIR}/usr/bin/ld
+
+.include "../../emulators/suse131_linux/Makefile.common"
+.include "../../mk/bsd.pkg.mk"
diff -r 33ee95dae3e5 -r 4a70d9f4c281 emulators/suse131_binutils/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/suse131_binutils/distinfo Mon Mar 06 11:53:54 2017 +0000
@@ -0,0 +1,10 @@
+$NetBSD: distinfo,v 1.1 2017/03/06 11:53:54 hauke Exp $
+
+SHA1 (suse131/binutils-2.23.2-8.1.2.i586.rpm) = dfdfb9ff9906376ba33ece3f6d3ba9f4df794200
+RMD160 (suse131/binutils-2.23.2-8.1.2.i586.rpm) = 00d8e3c24e0370728db4038228cca555c1ea12fc
+SHA512 (suse131/binutils-2.23.2-8.1.2.i586.rpm) = 1c26ce695f7a233c89f09fe3a43d382d9f5643fe2ba176a9cab7e34751a598b089d5fd208e28c16e172ed7da460b04588892350e81dc91879e93f0d46e01c7fa
+Size (suse131/binutils-2.23.2-8.1.2.i586.rpm) = 3726152 bytes
+SHA1 (suse131/binutils-2.23.2-8.1.2.x86_64.rpm) = 664d72d4a3aa27c28770176ea3f1a3e6e99b4bf9
+RMD160 (suse131/binutils-2.23.2-8.1.2.x86_64.rpm) = 5c6047607b75865788cb74f15be599e9fcddafa0
+SHA512 (suse131/binutils-2.23.2-8.1.2.x86_64.rpm) = da9c59322e0640704df9a84a4db98942755869765c1ee1f16b68aa7ead33625e221ef1e252dc02a6c0f071e94c58fa807bad18637e5ce66e56093a91013a9b13
+Size (suse131/binutils-2.23.2-8.1.2.x86_64.rpm) = 3764917 bytes
diff -r 33ee95dae3e5 -r 4a70d9f4c281 emulators/suse131_linux/Makefile.common
--- a/emulators/suse131_linux/Makefile.common Mon Mar 06 10:20:12 2017 +0000
+++ b/emulators/suse131_linux/Makefile.common Mon Mar 06 11:53:54 2017 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile.common,v 1.15 2016/04/11 04:22:34 dbj Exp $
+# $NetBSD: Makefile.common,v 1.16 2017/03/06 11:53:54 hauke Exp $
#
# used by emulators/suse131_alsa/Makefile
# used by emulators/suse131_aspell/Makefile
# used by emulators/suse131_base/Makefile
+# used by emulators/suse131_binutils/Makefile
# used by emulators/suse131_compat/Makefile
# used by emulators/suse131_cyrus-sasl/Makefile
# used by emulators/suse131_dbus-glib/Makefile
diff -r 33ee95dae3e5 -r 4a70d9f4c281 emulators/suse131_linux/emulator.mk
--- a/emulators/suse131_linux/emulator.mk Mon Mar 06 10:20:12 2017 +0000
+++ b/emulators/suse131_linux/emulator.mk Mon Mar 06 11:53:54 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: emulator.mk,v 1.7 2015/09/26 01:04:00 kamil Exp $
+# $NetBSD: emulator.mk,v 1.8 2017/03/06 11:53:54 hauke Exp $
#
# This file is included by linux-suse.mk in the emulator framework.
#
@@ -23,6 +23,7 @@
DEPENDS_suse-13.1.alsa?= suse_alsa${_SUSE_VERSION_REQD}:../../emulators/suse131_alsa
DEPENDS_suse-13.1.aspell?= suse_aspell${_SUSE_VERSION_REQD}:../../emulators/suse131_aspell
DEPENDS_suse-13.1.base?= suse_base${_SUSE_VERSION_REQD}:../../emulators/suse131_base
+DEPENDS_suse-13.1.binutils?= suse_binutils${_SUSE_VERSION_REQD}:../../emulators/suse131_binutils
DEPENDS_suse-13.1.compat?= suse_compat${_SUSE_VERSION_REQD}:../../emulators/suse131_compat
DEPENDS_suse-13.1.cups?= suse_libcups${_SUSE_VERSION_REQD}:../../emulators/suse131_libcups
DEPENDS_suse-13.1.curl?= suse_libcurl${_SUSE_VERSION_REQD}:../../emulators/suse131_libcurl
Home |
Main Index |
Thread Index |
Old Index