Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (e370b1728c3c74a265cf0f2925c4965cc30fee25)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (e370b1728c3c74a265cf0f2925c4965cc30fee25)
  • Date: Mon, 28 Jan 2013 13:31:25 -0600

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

utils/syslinux/BUILD | 9 ++-------
utils/syslinux/DEPENDS | 2 +-
utils/syslinux/DETAILS | 38 +++++++++++++++++---------------------
utils/syslinux/HISTORY | 6 ++++++
utils/syslinux/INSTALL | 5 -----
utils/syslinux/PRE_BUILD | 7 -------
6 files changed, 26 insertions(+), 41 deletions(-)

New commits:
commit e370b1728c3c74a265cf0f2925c4965cc30fee25
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

syslinux: => 5.01

diff --git a/utils/syslinux/BUILD b/utils/syslinux/BUILD
index 051f422..e6cd611 100755
--- a/utils/syslinux/BUILD
+++ b/utils/syslinux/BUILD
@@ -1,10 +1,5 @@
-# disable pic won't be sufficient as this needs to be disabled also
-# on 64bit(it builds only as 32)
-CFLAGS=${CFLAGS/-fPIC} &&
-CFLAGS=${CFLAGS/-DPIC} &&
-CXXFLAGS=${CXXFLAGS/-fPIC} &&
-CXXFLAGS=${CXXFLAGS/-DPIC} &&
-
+# remove all flags
+CFLAGS="" &&
#
# SysLinux is very picky about LDFLAGS...
#
diff --git a/utils/syslinux/DEPENDS b/utils/syslinux/DEPENDS
index 059b4b6..22b716b 100755
--- a/utils/syslinux/DEPENDS
+++ b/utils/syslinux/DEPENDS
@@ -1,5 +1,5 @@
depends perl &&
-depends digest-sha1 &&
+#depends digest-sha1 &&
depends nasm &&

suggest_depends mtools "" "" "for msdos filesystem support"
diff --git a/utils/syslinux/DETAILS b/utils/syslinux/DETAILS
index e1c06ac..08c0174 100755
--- a/utils/syslinux/DETAILS
+++ b/utils/syslinux/DETAILS
@@ -1,30 +1,26 @@
SPELL=syslinux
- VERSION=4.04
- SOURCE=$SPELL-$VERSION.tar.bz2
+ VERSION=5.01
+
SOURCE_HASH=sha512:ad447d2469c3308393ea65060f09c31fda1ad56d253155e7cf6475690c89f95b449786afeef47068d9edbc4fe605f75799738173d4ed16ef4cfb1d46dcb93117
+ SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=$KERNEL_URL/pub/linux/utils/boot/$SPELL/4.xx/$SOURCE
-
SOURCE_URL[1]=ftp://ftp.kernel.org/pub/linux/utils/boot/$SPELL/4.xx/$SOURCE
- WEB_SITE=http://syslinux.zytor.com
+ SOURCE_URL[0]=$KERNEL_URL/pub/linux/utils/boot/$SPELL/5.xx/$SOURCE
+
SOURCE_URL[1]=ftp://ftp.kernel.org/pub/linux/utils/boot/$SPELL/5.xx/$SOURCE
+ WEB_SITE=http://www.syslinux.org

- SOURCE_GPG="kernel.gpg:$SOURCE.sign:VERIFIED_UPSTREAM_KEY"
+# SOURCE_GPG="kernel.gpg:$SOURCE.sign:VERIFIED_UPSTREAM_KEY"

- SOURCE2=$SOURCE.sign
- SOURCE2_URL[0]=$SOURCE_URL.sign
- SOURCE2_IGNORE=signature
+# SOURCE2=$SOURCE.sign
+# SOURCE2_URL[0]=$SOURCE_URL.sign
+# SOURCE2_IGNORE=signature

LICENSE[0]=GPL
ENTERED=20010922
- KEYWORDS="iso utils"
- SHORT="syslinux is a bootloader for Linux that works on FAT and
ISO9660 filesystems."
+ KEYWORDS="bootloader"
+ SHORT="syslinux is a bootloader"
cat << EOF
-SYSLINUX is a boot loader for the Linux operating system which operates
-off of MS-DOS floppies. It is intended to simplify first-time
-installation of Linux, rescue disks, and other uses for boot floppies. A
-SYSLINUX floppy can be manipulated using standard MS-DOS (or any other
-OS that can access an MS-DOS filesystem) tools once it has been created,
-and requires only a ~ 8K DOS program or ~ 16K Linux program to create it
-in the first place. It also includes PXELINUX, a program to boot off a
-network server using a boot PROM compatible with the Intel PXE
-(Pre-Execution Environment) specification, and ISOLINUX, a program to
-boot off ISO 9660 CD-ROMs in native mode.
+The Syslinux Project covers lightweight bootloaders for MS-DOS FAT
filesystems
+(SYSLINUX), network booting (PXELINUX), bootable "El Torito" CD-ROMs
(ISOLINUX), and
+Linux ext2/ext3/ext4 or btrfs filesystems (EXTLINUX). The project also
includes
+MEMDISK, a tool to boot legacy operating systems (such as DOS) from
nontraditional
+media; it is usually used in conjunction with PXELINUX and ISOLINUX.
EOF
diff --git a/utils/syslinux/HISTORY b/utils/syslinux/HISTORY
index 64847c4..b59ae0f 100644
--- a/utils/syslinux/HISTORY
+++ b/utils/syslinux/HISTORY
@@ -1,3 +1,9 @@
+2013-01-24 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 5.01
+ new WEB_SITE and description
+ * PRE_BUILD, INSTALL: deleted
+ * BUILD: remove all CFLAGS
+
2011-07-31 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS: added missing dep

diff --git a/utils/syslinux/INSTALL b/utils/syslinux/INSTALL
deleted file mode 100755
index 1d4eeb5..0000000
--- a/utils/syslinux/INSTALL
+++ /dev/null
@@ -1,5 +0,0 @@
-default_install &&
-
-install -vm 755 -d "$INSTALL_ROOT/var/lib/syslinux" &&
-
-cp -av core/*.bin "$INSTALL_ROOT/var/lib/syslinux"
diff --git a/utils/syslinux/PRE_BUILD b/utils/syslinux/PRE_BUILD
deleted file mode 100755
index cfe5ac5..0000000
--- a/utils/syslinux/PRE_BUILD
+++ /dev/null
@@ -1,7 +0,0 @@
-default_pre_build &&
-cd "$SOURCE_DIRECTORY" &&
-
-rm -f diag/geodsp/mk-lba-img &&
-
-sed -i 's/win32.*exe//;s/win32//' Makefile &&
-sed -i 's:/usr/man:/usr/share/man:' MCONFIG



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (e370b1728c3c74a265cf0f2925c4965cc30fee25), Treeve Jelbert, 01/28/2013

Archive powered by MHonArc 2.6.24.

Top of Page