460d8f3ed2
There is hardly anything really architecture-specific about the disk
management program.
It was marked as working correctly only on i386 in 17b931398c
back
in 2003 without any explanation (albeit the phrase "bento via kris"
suggests that it could be a build failure on the cluster) by abusing
ONLY_FOR_ARCHS, which had only been added to since then.
While here, prefer ATA to IDE when talking to a user as nowadays IDE
falls out of common lexicon and means PATA disks particularly.
24 lines
637 B
Makefile
24 lines
637 B
Makefile
# Created by: netch@netch.kiev.ua
|
|
|
|
PORTNAME= linuxfdisk
|
|
PORTVERSION= 2.11z
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= KERNEL_ORG/linux/utils/util-linux/v2.11/ \
|
|
http://ftp.be.debian.org/pub/linux/utils/util-linux/v2.11/ \
|
|
ftp://segfault.kiev.ua/pub/
|
|
DISTNAME= util-linux-${PORTVERSION}
|
|
|
|
MAINTAINER= netch@netch.kiev.ua
|
|
COMMENT= Fdisk, a partition tables manipulator, from util-linux
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
WRKSRC= ${WRKDIR}/util-linux-${PORTVERSION}/fdisk
|
|
USES= tar:bzip2
|
|
|
|
pre-patch:
|
|
@${CP} ${FILESDIR}/linuxfdisk-Makefile ${WRKSRC}/Makefile
|
|
@${CP} ${FILESDIR}/linuxfdisk-sys_bsd.c ${WRKSRC}/sys_bsd.c
|
|
|
|
.include <bsd.port.mk>
|