diff options
author | miwi <miwi@FreeBSD.org> | 2013-05-10 15:01:19 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-05-10 15:01:19 +0800 |
commit | 76b271635b759e7383e2183c8145ab6e7876316a (patch) | |
tree | 3b241ab7ed561008a03a74cc554b21160ce0a1c9 /devel | |
parent | 7ad31037e0ea5f2f7a794707f7ce9f797e1345f6 (diff) | |
download | freebsd-ports-gnome-76b271635b759e7383e2183c8145ab6e7876316a.tar.gz freebsd-ports-gnome-76b271635b759e7383e2183c8145ab6e7876316a.tar.zst freebsd-ports-gnome-76b271635b759e7383e2183c8145ab6e7876316a.zip |
- Broken fails to build
_short_name.texi glibc-functions/svcerr_deco!
de.texi g!
libc-functions/gnu_dev_minor.texi | sed 1q` > updated-stamp
env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= /usr/local/bin/makeinfo --no-split --reference-limit=2000 gnulib.texi
env: /usr/local/bin/makeinfo: No such file or directory
gmake: *** [gnulib.info] Error 127
gmake: Leaving directory `/work/a/ports/devel/gnulib/work/gnulib-20120404-stable/doc'
*** Error code 2
Reported by: pointyhat
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gnulib/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/devel/gnulib/Makefile b/devel/gnulib/Makefile index 976ee36fd161..afd61c2250a5 100644 --- a/devel/gnulib/Makefile +++ b/devel/gnulib/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gnulib -# Date created: 20 March 2010 -# Whom: Johans van Selst <johans@FreeBSD.org> -# +# Created by: Johans van Selst <johans@FreeBSD.org> # $FreeBSD$ -# PORTNAME= gnulib PORTVERSION= 20120404 @@ -19,6 +15,8 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/makeinfo:${PORTSDIR}/print/texinfo USE_GMAKE= yes USE_PERL5_RUN= yes +BROKEN= fail to build + PLIST_FILES= bin/check-module bin/gnulib-tool INFO= ${PORTNAME} PORTDATA= * |