From owner-svn-ports-all@FreeBSD.ORG Mon Oct 13 10:22:19 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3E78B90E; Mon, 13 Oct 2014 10:22:19 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 11010E7C; Mon, 13 Oct 2014 10:22:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9DAMIXF058668; Mon, 13 Oct 2014 10:22:18 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9DAMIk9058666; Mon, 13 Oct 2014 10:22:18 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201410131022.s9DAMIk9058666@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Mon, 13 Oct 2014 10:22:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370762 - in head/sysutils/syslinux: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Oct 2014 10:22:19 -0000 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