|
Lines 2-8
Link Here
|
| 2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
| 3 |
|
3 |
|
| 4 |
PORTNAME= notmuch |
4 |
PORTNAME= notmuch |
| 5 |
PORTVERSION= 0.27 |
5 |
PORTVERSION= 0.28 |
| 6 |
CATEGORIES?= mail |
6 |
CATEGORIES?= mail |
| 7 |
MASTER_SITES= https://notmuchmail.org/releases/ |
7 |
MASTER_SITES= https://notmuchmail.org/releases/ |
| 8 |
|
8 |
|
|
Lines 27-33
TEST_DEPENDS= bash:shells/bash \
Link Here
|
| 27 |
gwc:sysutils/coreutils \ |
27 |
gwc:sysutils/coreutils \ |
| 28 |
${LOCALBASE}/bin/gdb:devel/gdb |
28 |
${LOCALBASE}/bin/gdb:devel/gdb |
| 29 |
|
29 |
|
| 30 |
USES= compiler:c++11-lang gmake pkgconfig python:build,test |
30 |
USES= compiler:c++11-lang gmake gnome pkgconfig python:build,test |
| 31 |
USE_GNOME= glib20 |
31 |
USE_GNOME= glib20 |
| 32 |
USE_LDCONFIG= yes |
32 |
USE_LDCONFIG= yes |
| 33 |
|
33 |
|
|
Lines 60-71
DOXYGEN_CONFIGURE_WITH= api-docs
Link Here
|
| 60 |
MANPAGES_BUILD_DEPENDS= sphinx-build:textproc/py-sphinx |
60 |
MANPAGES_BUILD_DEPENDS= sphinx-build:textproc/py-sphinx |
| 61 |
MANPAGES_CONFIGURE_WITH= docs |
61 |
MANPAGES_CONFIGURE_WITH= docs |
| 62 |
|
62 |
|
| 63 |
# install completions even in absence of shells/bash-completions |
63 |
# Install bash completions without incurring a dependcy on |
|
|
64 |
# shells/bash-completion. Also avoid automatic installation of |
| 65 |
# info pages on FreeBSD 10. |
| 64 |
post-configure: |
66 |
post-configure: |
| 65 |
${REINPLACE_CMD} \ |
67 |
${REINPLACE_CMD} \ |
|
|
68 |
-e '/^BASH_ABSOLUTE[[:blank:]]*=/s|=.*|=${LOCALBASE}/bin/bash|' \ |
| 69 |
-e '/^HAVE_BASH[[:blank:]]*=/s/=.*/=1/' \ |
| 66 |
-e '/^HAVE_INSTALL_INFO[[:blank:]]*=/s/=.*/=0/' \ |
70 |
-e '/^HAVE_INSTALL_INFO[[:blank:]]*=/s/=.*/=0/' \ |
| 67 |
-e '/^HAVE_MAKEINFO[[:blank:]]*=/s/=.*/=0/' \ |
71 |
-e '/^HAVE_MAKEINFO[[:blank:]]*=/s/=.*/=0/' \ |
| 68 |
-e '/^WITH_BASH[[:blank:]]*=/s/=.*/= 1/' \ |
72 |
-e '/^WITH_BASH[[:blank:]]*=/s/=.*/=1/' \ |
| 69 |
${WRKSRC}/Makefile.config |
73 |
${WRKSRC}/Makefile.config |
| 70 |
|
74 |
|
| 71 |
post-install: |
75 |
post-install: |