Lines 1-9
Link Here
|
1 |
# $FreeBSD$ |
1 |
# $FreeBSD$ |
2 |
|
2 |
|
3 |
PORTNAME= util-linux |
3 |
PORTNAME= util-linux |
4 |
DISTVERSIONPREFIX= v |
|
|
5 |
DISTVERSION= 2.36 |
4 |
DISTVERSION= 2.36 |
6 |
CATEGORIES= devel |
5 |
CATEGORIES= devel |
|
|
6 |
MASTER_SITES= https://cdn.kernel.org/pub/linux/utils/util-linux/v${DISTVERSION}/ \ |
7 |
https://mirrors.mit.edu/kernel/linux/utils/util-linux/v${DISTVERSION}/ \ |
8 |
http://ftp.nara.wide.ad.jp/pub/Linux/kernel.org/linux/utils/util-linux/v${DISTVERSION}/ \ |
9 |
https://download.xs4all.nl/ftp.kernel.org/pub/linux/utils/util-linux/v${DISTVERSION}/ |
7 |
|
10 |
|
8 |
MAINTAINER= yuri@FreeBSD.org |
11 |
MAINTAINER= yuri@FreeBSD.org |
9 |
COMMENT= Random collection of Linux utilities |
12 |
COMMENT= Random collection of Linux utilities |
Lines 15-30
LIB_DEPENDS= libpcre2-8.so:devel/pcre2 \
Link Here
|
15 |
libuuid.so:misc/e2fsprogs-libuuid |
18 |
libuuid.so:misc/e2fsprogs-libuuid |
16 |
RUN_DEPENDS= bash:shells/bash |
19 |
RUN_DEPENDS= bash:shells/bash |
17 |
|
20 |
|
18 |
USES= autoreconf gettext gmake libtool ncurses pkgconfig shebangfix |
21 |
USES= autoreconf gettext-tools gmake libtool ncurses pkgconfig \ |
|
|
22 |
shebangfix tar:xz |
19 |
USE_LDCONFIG= yes |
23 |
USE_LDCONFIG= yes |
20 |
|
24 |
|
21 |
USE_GITHUB= yes |
|
|
22 |
GH_ACCOUNT= karelzak |
23 |
|
24 |
SHEBANG_FILES= misc-utils/getopt-parse.bash |
25 |
SHEBANG_FILES= misc-utils/getopt-parse.bash |
25 |
|
26 |
|
26 |
GNU_CONFIGURE= yes |
27 |
GNU_CONFIGURE= yes |
27 |
CONFIGURE_ARGS= --disable-ipcmk --disable-ipcrm --disable-ipcs --disable-makeinstall-chown --disable-makeinstall-setuid |
28 |
CONFIGURE_ARGS= --disable-nls --disable-ipcrm --disable-ipcs \ |
|
|
29 |
--disable-makeinstall-chown --disable-makeinstall-setuid |
28 |
|
30 |
|
29 |
INSTALL_TARGET= install-strip |
31 |
INSTALL_TARGET= install-strip |
30 |
|
32 |
|