Lines 1-5
Link Here
|
1 |
PORTNAME= tig |
1 |
PORTNAME= tig |
2 |
DISTVERSION= 2.5.5 |
2 |
DISTVERSION= 2.5.8 |
3 |
CATEGORIES= devel |
3 |
CATEGORIES= devel |
4 |
MASTER_SITES= https://github.com/jonas/tig/releases/download/${DISTNAME}/ |
4 |
MASTER_SITES= https://github.com/jonas/tig/releases/download/${DISTNAME}/ |
5 |
|
5 |
|
Lines 12-18
LICENSE_FILE= ${WRKSRC}/COPYING
Link Here
|
12 |
|
12 |
|
13 |
TEST_DEPENDS= git:devel/git |
13 |
TEST_DEPENDS= git:devel/git |
14 |
|
14 |
|
15 |
USES= iconv gmake ncurses readline |
15 |
USES= gmake iconv ncurses readline |
16 |
GNU_CONFIGURE= yes |
16 |
GNU_CONFIGURE= yes |
17 |
CONFIGURE_ARGS= ${ICONV_CONFIGURE_BASE} |
17 |
CONFIGURE_ARGS= ${ICONV_CONFIGURE_BASE} |
18 |
MAKE_ARGS= V=1 |
18 |
MAKE_ARGS= V=1 |
Lines 22-29
INSTALL_TARGET= install install-doc-man
Link Here
|
22 |
# Tests fail when running as part of a non-interactive Poudriere |
22 |
# Tests fail when running as part of a non-interactive Poudriere |
23 |
# build, but using script(1) seems to be a good enough workaround and |
23 |
# build, but using script(1) seems to be a good enough workaround and |
24 |
# allows them to run successfully anyway. |
24 |
# allows them to run successfully anyway. |
25 |
TEST_TARGET= test |
25 |
TEST_TARGET= test-address-sanitizer |
26 |
DO_MAKE_TEST= /usr/bin/script -q /dev/null ${SETENV} ${TEST_ENV} ${GMAKE} |
26 |
DO_MAKE_TEST= script -q /dev/null ${SETENV} ${TEST_ENV} ${GMAKE} |
27 |
|
27 |
|
28 |
PLIST_FILES= bin/tig \ |
28 |
PLIST_FILES= bin/tig \ |
29 |
'@sample etc/tigrc.sample' \ |
29 |
'@sample etc/tigrc.sample' \ |
Lines 31-42
PLIST_FILES= bin/tig \
Link Here
|
31 |
man/man5/tigrc.5.gz \ |
31 |
man/man5/tigrc.5.gz \ |
32 |
man/man7/tigmanual.7.gz |
32 |
man/man7/tigmanual.7.gz |
33 |
|
33 |
|
34 |
OPTIONS_DEFINE= GIT |
34 |
OPTIONS_DEFINE= GIT PCRE |
35 |
|
35 |
|
36 |
GIT_DESC= Install devel/git as runtime dependency |
36 |
GIT_DESC= Install devel/git as runtime dependency |
37 |
|
37 |
|
38 |
GIT_RUN_DEPENDS= git:devel/git |
38 |
GIT_RUN_DEPENDS= git:devel/git |
39 |
GIT_VARS_OFF= PKGMESSAGE="${.CURDIR}/pkg-message-git" |
39 |
GIT_VARS_OFF= PKGMESSAGE="${.CURDIR}/pkg-message-git" |
|
|
40 |
PCRE_LIB_DEPENDS= lpcre2-posix.so:devel/pcre2 |
41 |
PCRE_CONFIGURE_WITH= pcre |
40 |
|
42 |
|
41 |
post-install: |
43 |
post-install: |
42 |
${MV} ${STAGEDIR}${PREFIX}/etc/tigrc ${STAGEDIR}${PREFIX}/etc/tigrc.sample |
44 |
${MV} ${STAGEDIR}${PREFIX}/etc/tigrc ${STAGEDIR}${PREFIX}/etc/tigrc.sample |