aboutsummaryrefslogtreecommitdiff
path: root/sysutils/syslinux
Commit message (Collapse)AuthorAgeFilesLines
* - Fix build on FreeBSD 7.xMartin Matuska2010-12-052-7/+9
| | | | | | | Reported by: pointyhat (pav) Notes: svn path=/head/; revision=265714
* - Set broken on 6.xMartin Matuska2010-11-231-1/+5
| | | | | | | | | - Take maintainership Approved by: maintainer (private e-mail) Notes: svn path=/head/; revision=264991
* - Unbreak and update to 4.03Martin Matuska2010-11-1817-193/+309
| | | | | | | | | | | | | | - 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
* - Use IGNORE instead of BROKENPhilip M. Gollucci2010-09-101-1/+1
| | | | | | | | | IGNORE will still try to be built on pointhat and tbs Suggested by: danfe Notes: svn path=/head/; revision=260924
* - Mark BROKEN, segfaults at runtimePhilip M. Gollucci2010-09-091-0/+2
| | | | | | | | | | PR: ports/146603 Reported by: Martin Tournoij <carpetsmoker@rwxrwxrwx.net> Tested on: Tested on 7.3-i386, 8.0-i386, and 8.0-amd64: results are consistent. Approved by: maintainer timeout (luigi ; 118 days) Notes: svn path=/head/; revision=260809
* . fix pkg-plist;Boris Samorodov2009-12-082-0/+3
| | | | | | | | | | . bupm PORTREVISION. Reported by: QAT Approved by: maintainer (luigi@, implicit) Notes: svn path=/head/; revision=245409
* forgot to remove one file, thanks QAT for the reminder...Luigi Rizzo2009-12-081-1/+0
| | | | Notes: svn path=/head/; revision=245403
* Update to 3.83Luigi Rizzo2009-12-089-169/+162
| | | | | | | | | | | | | | 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
* - Use MASTER_SITES_KERNEL_ORGWesley Shields2009-06-151-1/+2
| | | | | | | | PR: ports/134566 Approved by: all maintainer timeouts Notes: svn path=/head/; revision=235890
* Tinderbox found out that I forgot to add USE_PERL5, which is used in theLuigi Rizzo2008-12-311-0/+2
| | | | | | | post-extract phase to convert elf names. Notes: svn path=/head/; revision=225052
* The syslinux program installs a linux bootloader on a FAT-formattedLuigi Rizzo2008-12-318-0/+403
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