diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-09-09 02:23:20 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-09-09 02:23:20 +0000 |
commit | 674eb8c3495b38aa4a7c01e05574349bcec8ec14 (patch) | |
tree | 879158b3da35401009426fa5e840efb31ffd635d | |
parent | - Update to 1.3.4-1 (diff) |
- Mark BROKEN, segfaults at runtime
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
Notes:
svn path=/head/; revision=260809
-rw-r--r-- | sysutils/syslinux/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/syslinux/Makefile b/sysutils/syslinux/Makefile index 642d1e6561ea..5cd4f7ae6db0 100644 --- a/sysutils/syslinux/Makefile +++ b/sysutils/syslinux/Makefile @@ -19,6 +19,8 @@ COMMENT= Syslinux for FreeBSD BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm RUN_DEPENDS= mtools:${PORTSDIR}/emulators/mtools +BROKEN= Does not run; segfaults. + MAN1= syslinux.1 USE_BZIP2= yes |