Date: Fri, 23 Sep 2011 12:14:58 +0400 From: h h <aakuusta@gmail.com> To: Dave Males <dave4431@verizon.net> Cc: freebsd-ports@freebsd.org Subject: Re: Upgrade install of x11/bigreqsproto-1.1.1... Message-ID: <861uv7brp9.fsf@gmail.com> In-Reply-To: <201109230009.58639.dave4431@verizon.net> (Dave Males's message of "Fri, 23 Sep 2011 00:09:58 %2B0000") References: <201109230009.58639.dave4431@verizon.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Dave Males <dave4431@verizon.net> writes: > I am upgrading today and have an abort with bigreqsproto-1.1.1, > What should I do? [...] > ===> Configuring for bigreqsproto-1.1.1 [...] > checking for xmlto... /usr/local/bin/xmlto > checking the xmlto version... 0.0.24 > checking for fop... /usr/local/bin/fop > checking for X.Org SGML entities >= 1.5... no > configure: creating ./config.status > config.status: creating Makefile > config.status: creating specs/Makefile > config.status: creating bigreqsproto.pc > config.status: executing depfiles commands > ===> Building for bigreqsproto-1.1.1 > Making all in specs > GEN bigreq.html > GEN bigreq.ps > Making portrait pages on letter paper (215.9mmx279.4mm) > Sep 22, 2011 11:23:14 PM org.apache.fop.events.LoggingEventListener > processEvent > WARNING: Unknown formatting object [...] Try disabling specs. I wonder if any port actually uses them. %% Index: x11/bigreqsproto/Makefile =================================================================== RCS file: /a/.csup/ports/x11/bigreqsproto/Makefile,v retrieving revision 1.3 diff -u -p -r1.3 Makefile --- x11/bigreqsproto/Makefile 25 Feb 2011 16:52:08 -0000 1.3 +++ x11/bigreqsproto/Makefile 23 Sep 2011 08:06:26 -0000 @@ -13,5 +13,7 @@ MAINTAINER= x11@FreeBSD.org COMMENT= BigReqs extension headers XORG_CAT= proto +CONFIGURE_ARGS= --disable-specs --without-xmlto --without-fop +MAKE_ARGS= SUBDIRS= .include <bsd.port.mk> Index: x11/bigreqsproto/pkg-plist =================================================================== RCS file: /a/.csup/ports/x11/bigreqsproto/pkg-plist,v retrieving revision 1.3 diff -u -p -r1.3 pkg-plist --- x11/bigreqsproto/pkg-plist 25 Feb 2011 16:52:08 -0000 1.3 +++ x11/bigreqsproto/pkg-plist 23 Sep 2011 08:04:57 -0000 @@ -1,6 +1,4 @@ include/X11/extensions/bigreqsproto.h include/X11/extensions/bigreqstr.h libdata/pkgconfig/bigreqsproto.pc -%%DOCSDIR%%/bigreq.xml -@dirrm %%DOCSDIR%% @dirrmtry include/X11/extensions %%
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?861uv7brp9.fsf>