Bug 152300 - [PATCH] sysutils/syslinux: update to 4.03
Summary: [PATCH] sysutils/syslinux: update to 4.03
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Luigi Rizzo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-16 15:20 UTC by Martin Matuska
Modified: 2010-11-18 18:01 UTC (History)
1 user (show)

See Also:


Attachments
syslinux-4.03.patch (34.32 KB, patch)
2010-11-16 15:20 UTC, Martin Matuska
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Matuska freebsd_committer freebsd_triage 2010-11-16 15:20:05 UTC
- Unbreak and update to 4.03
- Fix and rename patches to match file names
- Depend on perl5 only during build
- Make portlint happy
- Replace with sed and do it in pre-patch stage
- Use DATADIR and MANPREFIX

Added file(s):
- files/patch-Makefile
- files/patch-com32-lib-MCONFIG
- files/patch-com32-libutil-md5.c
- files/patch-com32-libutil-sha256crypt.c
- files/patch-com32-libutil-sha512crypt.c
- files/patch-libinstaller-bin2c.pl
- files/patch-libinstaller-syslinux.h
- files/patch-libinstaller-syslxopt.c
- files/patch-libinstaller-syslxopt.h
- files/patch-man-syslinux.1
- files/patch-mtools-Makefile
- files/patch-mtools-syslinux.c

Removed file(s):
- files/patch-1
- files/patch-2
- files/patch-com32_lib_MCONFIG
- files/patch-libinstaller_syslinux.h
- files/patch-mtools_syslinux.c
- files/patch-syslinux.1

Port maintainer (luigi@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-11-16 15:20:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->luigi

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-11-18 17:42:57 UTC
mm          2010-11-18 17:42:53 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/syslinux    Makefile distinfo pkg-plist 
  Added files:
    sysutils/syslinux/files patch-Makefile patch-com32-lib-MCONFIG 
                            patch-com32-libutil-md5.c 
                            patch-com32-libutil-sha256crypt.c 
                            patch-com32-libutil-sha512crypt.c 
                            patch-libinstaller-bin2c.pl 
                            patch-libinstaller-syslinux.h 
                            patch-libinstaller-syslxopt.c 
                            patch-libinstaller-syslxopt.h 
                            patch-man-syslinux.1 
                            patch-mtools-Makefile 
                            patch-mtools-syslinux.c 
  Removed files:
    sysutils/syslinux/files patch-1 patch-2 
                            patch-com32_lib_MCONFIG 
                            patch-libinstaller_syslinux.h 
                            patch-mtools_syslinux.c 
                            patch-syslinux.1 
  Log:
  - Unbreak and update to 4.03
  - Fix and rename patches to match file names
  - Depend on perl5 only during build
  - Make portlint happy
  - Replace with sed and do it in pre-patch stage
  - Use DATADIR and MANPREFIX
  
  PR:             ports/152300
  Approved by:    luigi (maintainer, private e-mail)
  
  Revision  Changes    Path
  1.8       +15 -21    ports/sysutils/syslinux/Makefile
  1.3       +2 -3      ports/sysutils/syslinux/distinfo
  1.3       +0 -66     ports/sysutils/syslinux/files/patch-1 (dead)
  1.3       +0 -19     ports/sysutils/syslinux/files/patch-2 (dead)
  1.1       +25 -0     ports/sysutils/syslinux/files/patch-Makefile (new)
  1.1       +11 -0     ports/sysutils/syslinux/files/patch-com32-lib-MCONFIG (new)
  1.1       +12 -0     ports/sysutils/syslinux/files/patch-com32-libutil-md5.c (new)
  1.1       +14 -0     ports/sysutils/syslinux/files/patch-com32-libutil-sha256crypt.c (new)
  1.1       +14 -0     ports/sysutils/syslinux/files/patch-com32-libutil-sha512crypt.c (new)
  1.2       +0 -11     ports/sysutils/syslinux/files/patch-com32_lib_MCONFIG (dead)
  1.1       +18 -0     ports/sysutils/syslinux/files/patch-libinstaller-bin2c.pl (new)
  1.1       +27 -0     ports/sysutils/syslinux/files/patch-libinstaller-syslinux.h (new)
  1.1       +64 -0     ports/sysutils/syslinux/files/patch-libinstaller-syslxopt.c (new)
  1.1       +11 -0     ports/sysutils/syslinux/files/patch-libinstaller-syslxopt.h (new)
  1.2       +0 -21     ports/sysutils/syslinux/files/patch-libinstaller_syslinux.h (dead)
  1.1       +70 -0     ports/sysutils/syslinux/files/patch-man-syslinux.1 (new)
  1.1       +13 -0     ports/sysutils/syslinux/files/patch-mtools-Makefile (new)
  1.1       +140 -0    ports/sysutils/syslinux/files/patch-mtools-syslinux.c (new)
  1.2       +0 -119    ports/sysutils/syslinux/files/patch-mtools_syslinux.c (dead)
  1.2       +0 -68     ports/sysutils/syslinux/files/patch-syslinux.1 (dead)
  1.5       +37 -29    ports/sysutils/syslinux/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Martin Matuska freebsd_committer freebsd_triage 2010-11-18 18:01:45 UTC
State Changed
From-To: open->closed

Committed. Thanks!