svn commit: r317772 - head/devel/gnulib
Martin Wilke
miwi at FreeBSD.org
Fri May 10 07:01:21 UTC 2013
Author: miwi
Date: Fri May 10 07:01:19 2013
New Revision: 317772
URL: http://svnweb.freebsd.org/changeset/ports/317772
Log:
- 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
Modified:
head/devel/gnulib/Makefile (contents, props changed)
Modified: head/devel/gnulib/Makefile
==============================================================================
--- head/devel/gnulib/Makefile Fri May 10 06:59:46 2013 (r317771)
+++ head/devel/gnulib/Makefile Fri May 10 07:01:19 2013 (r317772)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: gnulib
-# Date created: 20 March 2010
-# Whom: Johans van Selst <johans at FreeBSD.org>
-#
+# Created by: Johans van Selst <johans at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= gnulib
PORTVERSION= 20120404
@@ -19,6 +15,8 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/makeinfo
USE_GMAKE= yes
USE_PERL5_RUN= yes
+BROKEN= fail to build
+
PLIST_FILES= bin/check-module bin/gnulib-tool
INFO= ${PORTNAME}
PORTDATA= *
More information about the svn-ports-head
mailing list