summaryrefslogtreecommitdiff
path: root/sysutils/syslinux/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Unbreak and update to 4.03Martin Matuska2010-11-1814-140/+255
| | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=264784
* Update to 3.83Luigi Rizzo2009-12-086-163/+151
| | | | | | | | | | | | | | This is basically PR ports/141166 by Boris Samorodov, which updates the code to version 3.83 and splits the patches into smaller chunks to ease future updates. I have only touched the indentation in one function in patch-mtools_syslinux.c Submitted-by: Boris Samorodov PR: 141166 Notes: svn path=/head/; revision=245401
* The syslinux program installs a linux bootloader on a FAT-formattedLuigi Rizzo2008-12-314-0/+316
filesystem or disk image. This FreeBSD port can additionally operate on plain files containing a FAT image, thus requiring no special privilege. The program relies on mtools to perform the manipulation of the FAT filesystem. WWW: http://syslinux.zytor.com/ Notes: svn path=/head/; revision=225051