Date: Mon, 13 Oct 2014 10:22:18 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370762 - in head/sysutils/syslinux: . files Message-ID: <201410131022.s9DAMIk9058666@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Mon Oct 13 10:22:18 2014 New Revision: 370762 URL: https://svnweb.freebsd.org/changeset/ports/370762 QAT: https://qat.redports.org/buildarchive/r370762/ Log: sysutils/syslinux: fix bug, give maintainer to submitter PR: 187910 Submitted by: uffe@uffe.org Modified: head/sysutils/syslinux/Makefile head/sysutils/syslinux/files/patch-libinstaller-syslinux.h Modified: head/sysutils/syslinux/Makefile ============================================================================== --- head/sysutils/syslinux/Makefile Mon Oct 13 10:14:55 2014 (r370761) +++ head/sysutils/syslinux/Makefile Mon Oct 13 10:22:18 2014 (r370762) @@ -3,10 +3,11 @@ PORTNAME= syslinux PORTVERSION= 6.02 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= KERNEL_ORG/linux/utils/boot/syslinux -MAINTAINER= ports@FreeBSD.org +MAINTAINER= uffe@uffe.org COMMENT= Boot loader for the Linux operating system LICENSE= GPLv2 Modified: head/sysutils/syslinux/files/patch-libinstaller-syslinux.h ============================================================================== --- head/sysutils/syslinux/files/patch-libinstaller-syslinux.h Mon Oct 13 10:14:55 2014 (r370761) +++ head/sysutils/syslinux/files/patch-libinstaller-syslinux.h Mon Oct 13 10:22:18 2014 (r370762) @@ -1,6 +1,6 @@ ---- libinstaller/syslinux.h.orig 2010-10-20 21:25:38.000000000 +0200 -+++ libinstaller/syslinux.h 2010-12-05 14:34:43.252716727 +0100 -@@ -13,17 +13,18 @@ +--- libinstaller/syslinux.h.orig 2013-10-13 19:59:03.000000000 +0200 ++++ libinstaller/syslinux.h 2014-09-29 05:30:55.000000000 +0200 +@@ -13,20 +13,21 @@ #ifndef SYSLINUX_H #define SYSLINUX_H @@ -21,8 +21,12 @@ +extern unsigned int syslinux_ldlinux_len; extern const int syslinux_ldlinux_mtime; +-extern unsigned char syslinux_ldlinuxc32[]; ++extern unsigned char *syslinux_ldlinuxc32; + extern const unsigned int syslinux_ldlinuxc32_len; + #define boot_sector syslinux_bootsect -@@ -31,7 +32,7 @@ +@@ -34,7 +35,7 @@ #define boot_image syslinux_ldlinux #define boot_image_len syslinux_ldlinux_len
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410131022.s9DAMIk9058666>