Date: Monday, September 27, 2021 @ 21:54:17 Author: eworm Revision: 1025805
archrelease: copy trunk to community-x86_64 Added: bin86/repos/community-x86_64/PKGBUILD (from rev 1025804, bin86/trunk/PKGBUILD) bin86/repos/community-x86_64/bin86-0.16.17-x86_64-1.patch (from rev 1025804, bin86/trunk/bin86-0.16.17-x86_64-1.patch) Deleted: bin86/repos/community-x86_64/PKGBUILD bin86/repos/community-x86_64/bin86-0.16.17-x86_64-1.patch ------------------------------+ PKGBUILD | 72 ++++++++++++++++----------------- bin86-0.16.17-x86_64-1.patch | 88 ++++++++++++++++++++--------------------- 2 files changed, 80 insertions(+), 80 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2021-09-27 21:54:13 UTC (rev 1025804) +++ PKGBUILD 2021-09-27 21:54:17 UTC (rev 1025805) @@ -1,36 +0,0 @@ -# Maintainer: Andreas Radke <andy...@archlinux.org> -# Contributor: judd <jvi...@zeroflux.org> - -pkgname=bin86 -pkgver=0.16.21 -pkgrel=3 -pkgdesc='A complete 8086 assembler and loader' -arch=('x86_64') -license=('GPL') -url='https://v3.sk/~lkundrak/dev86/' -depends=('glibc') -source=("https://sources.archlinux.org/other/community/dev86/$pkgname-$pkgver.tar.gz" - 'bin86-0.16.17-x86_64-1.patch') -sha1sums=('35a1222350adce5b6d62dd56f3477d9416c59174' - '2c967c062fbee4e40ca1bf55feec2033e132e0a9') -sha256sums=('021e37cde3a20632c4c9000993cb4aa9f58cb82b1d3c26b9aeb62d6566925738' - 'f5174f7f703bb21486196c7d9ce027ba8d501c51f6099f02c6c13ee48fc861db') - -prepare() { - cd $pkgname-$pkgver - - patch -Np1 < "$srcdir/bin86-0.16.17-x86_64-1.patch" -} - -build() { - cd $pkgname-$pkgver - - make PREFIX=/usr -} - -package() { - cd $pkgname-$pkgver - - install -d "$pkgdir"/usr/{bin,share/man/man1} - make PREFIX="$pkgdir/usr" MANDIR="$pkgdir/usr/share/man/man1" install -} Copied: bin86/repos/community-x86_64/PKGBUILD (from rev 1025804, bin86/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2021-09-27 21:54:17 UTC (rev 1025805) @@ -0,0 +1,36 @@ +# Maintainer: Andreas Radke <andy...@archlinux.org> +# Contributor: judd <jvi...@zeroflux.org> + +pkgname=bin86 +pkgver=0.16.21 +pkgrel=4 +pkgdesc='A complete 8086 assembler and loader' +arch=('x86_64') +license=('GPL') +url='https://v3.sk/~lkundrak/dev86/' +depends=('glibc') +source=("https://sources.archlinux.org/other/community/dev86/${pkgname}-${pkgver}.tar.gz" + 'bin86-0.16.17-x86_64-1.patch') +sha1sums=('35a1222350adce5b6d62dd56f3477d9416c59174' + '2c967c062fbee4e40ca1bf55feec2033e132e0a9') +sha256sums=('021e37cde3a20632c4c9000993cb4aa9f58cb82b1d3c26b9aeb62d6566925738' + 'f5174f7f703bb21486196c7d9ce027ba8d501c51f6099f02c6c13ee48fc861db') + +prepare() { + cd "${pkgname}-${pkgver}" + + patch -Np1 < ../bin86-0.16.17-x86_64-1.patch +} + +build() { + cd "${pkgname}-${pkgver}" + + make PREFIX=/usr +} + +package() { + cd "${pkgname}-${pkgver}" + + install -d "${pkgdir}"/usr/{bin,share/man/man1} + make PREFIX="${pkgdir}"/usr MANDIR="${pkgdir}"/usr/share/man/man1 install +} Deleted: bin86-0.16.17-x86_64-1.patch =================================================================== --- bin86-0.16.17-x86_64-1.patch 2021-09-27 21:54:13 UTC (rev 1025804) +++ bin86-0.16.17-x86_64-1.patch 2021-09-27 21:54:17 UTC (rev 1025805) @@ -1,44 +0,0 @@ -Submitted By: Ken Moffat <k...@kenmoffat.uklinux.net> -Date: 2005-06-28 -Initial Package Version: 0.16.14 -Upstream Status: Submitted Upstream -Origin: from ROCK Linux -Description: Allows bin86 to compile on x86_64, which permits lilo to - be used in a 64-bit system. I'm dubious about ROCK's attempts to - automatically add dual-licensing to all their patches, but bin86 is - already GPL'd. I've heard from the maintainer that this will be - included in the next upload. - - -# --- ROCK-COPYRIGHT-NOTE-BEGIN --- -# -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# Please add additional copyright information _after_ the line containing -# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by -# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! -# -# ROCK Linux: rock-src/package/x86/bin86/x86_64.patch -# ROCK Linux is Copyright (C) 1998 - 2005 Clifford Wolf -# -# This patch file is dual-licensed. It is available under the license the -# patched project is licensed under, as long as it is an OpenSource license -# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms -# of the GNU General Public License as published by the Free Software -# Foundation; either version 2 of the License, or (at your option) any later -# version. -# -# --- ROCK-COPYRIGHT-NOTE-END --- - -diff -urN bin86-0.16.14-orig/ld/x86_aout.h bin86-0.16.14/ld/x86_aout.h ---- bin86-0.16.14-orig/ld/x86_aout.h 2004-11-07 20:07:31.506442000 +0100 -+++ bin86-0.16.14/ld/x86_aout.h 2004-11-07 20:07:41.106982496 +0100 -@@ -12,6 +12,9 @@ - #if defined(i386) || defined(__BCC__) || defined(MSDOS) - typedef long Long; - #define __OUT_OK 1 -+#elif defined(__x86_64__) -+typedef int Long; -+#define __OUT_OK 1 - #else - typedef char Long[4]; - #endif Copied: bin86/repos/community-x86_64/bin86-0.16.17-x86_64-1.patch (from rev 1025804, bin86/trunk/bin86-0.16.17-x86_64-1.patch) =================================================================== --- bin86-0.16.17-x86_64-1.patch (rev 0) +++ bin86-0.16.17-x86_64-1.patch 2021-09-27 21:54:17 UTC (rev 1025805) @@ -0,0 +1,44 @@ +Submitted By: Ken Moffat <k...@kenmoffat.uklinux.net> +Date: 2005-06-28 +Initial Package Version: 0.16.14 +Upstream Status: Submitted Upstream +Origin: from ROCK Linux +Description: Allows bin86 to compile on x86_64, which permits lilo to + be used in a 64-bit system. I'm dubious about ROCK's attempts to + automatically add dual-licensing to all their patches, but bin86 is + already GPL'd. I've heard from the maintainer that this will be + included in the next upload. + + +# --- ROCK-COPYRIGHT-NOTE-BEGIN --- +# +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# Please add additional copyright information _after_ the line containing +# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by +# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! +# +# ROCK Linux: rock-src/package/x86/bin86/x86_64.patch +# ROCK Linux is Copyright (C) 1998 - 2005 Clifford Wolf +# +# This patch file is dual-licensed. It is available under the license the +# patched project is licensed under, as long as it is an OpenSource license +# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms +# of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# --- ROCK-COPYRIGHT-NOTE-END --- + +diff -urN bin86-0.16.14-orig/ld/x86_aout.h bin86-0.16.14/ld/x86_aout.h +--- bin86-0.16.14-orig/ld/x86_aout.h 2004-11-07 20:07:31.506442000 +0100 ++++ bin86-0.16.14/ld/x86_aout.h 2004-11-07 20:07:41.106982496 +0100 +@@ -12,6 +12,9 @@ + #if defined(i386) || defined(__BCC__) || defined(MSDOS) + typedef long Long; + #define __OUT_OK 1 ++#elif defined(__x86_64__) ++typedef int Long; ++#define __OUT_OK 1 + #else + typedef char Long[4]; + #endif