From owner-freebsd-ports@FreeBSD.ORG Fri Sep 23 22:18:22 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 82956106566B for ; Fri, 23 Sep 2011 22:18:22 +0000 (UTC) (envelope-from dave4431@verizon.net) Received: from vms173005pub.verizon.net (vms173005pub.verizon.net [206.46.173.5]) by mx1.freebsd.org (Postfix) with ESMTP id 631D98FC12 for ; Fri, 23 Sep 2011 22:18:22 +0000 (UTC) Received: from bowman.dsl.verizon.net ([unknown] [71.104.158.14]) by vms173005.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0LRZ00DGSXY0JCK6@vms173005.mailsrvcs.net> for freebsd-ports@freebsd.org; Fri, 23 Sep 2011 17:18:01 -0500 (CDT) From: Dave Males Organization: Home1 To: freebsd-ports@freebsd.org Date: Fri, 23 Sep 2011 22:17:55 +0000 User-Agent: KMail/1.13.7 (FreeBSD/8.2-STABLE; KDE/4.6.5; amd64; ; ) References: <201109230009.58639.dave4431@verizon.net> <861uv7brp9.fsf@gmail.com> <201109232127.57510.dave4431@verizon.net> In-reply-to: <201109232127.57510.dave4431@verizon.net> MIME-version: 1.0 Content-type: Text/Plain; charset=iso-8859-1 Content-transfer-encoding: 7bit Message-id: <201109232217.55675.dave4431@verizon.net> Subject: Re: Upgrade install of x11/bigreqsproto-1.1.1... X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Sep 2011 22:18:22 -0000 On Friday 23 September 2011 21:27:57 Dave Males wrote: > On Friday 23 September 2011 08:14:58 h h wrote: > > Dave Males 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 > > > > 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 > > > > %% > > _______________________________________________ > > freebsd-ports@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > > Got it! > > That works in my > /mnt/disk2/ports/x11/bigreqsproto/Makefile > ---- > PORTNAME= bigreqsproto > PORTVERSION= 1.1.1 > CATEGORIES= x11 > > MAINTAINER= x11@FreeBSD.org > COMMENT= BigReqs extension headers > > XORG_CAT= proto > > CONFIGURE_ARGS+=--disable-specs --without-xmlto --without-fop > > .include > > ---- > h h, > > Thanks again! > > > ---- > && > > This looks like the only port with the directory /specs, > > did a wild search with, > > %find /mnt/disk2/ports/ -name Makefile | xargs grep "/specs" > > /mnt/disk2/ports/x11/bigreqsproto/work/bigreqsproto-1.1.1/specs/Makefile:ab > s_builddir = > /mnt/disk2/ports/x11/bigreqsproto/work/bigreqsproto-1.1.1/specs > > /mnt/disk2/ports/x11/bigreqsproto/work/bigreqsproto-1.1.1/specs/Makefile:ab > s_srcdir = /mnt/disk2/ports/x11/bigreqsproto/work/bigreqsproto-1.1.1/specs > > /mnt/disk2/ports/x11/recordproto/Makefile: s/specs//' > ${WRKSRC}/Makefile.in > > /mnt/disk2/ports/x11/scrnsaverproto/Makefile: s/specs//' > ${WRKSRC}/Makefile.in > > /mnt/disk2/ports/x11/xcmiscproto/Makefile: @${REINPLACE_CMD} > '/^SUBDIRS =/,/^$$/ s/specs//' \ > > /mnt/disk2/ports/x11/xextproto/Makefile: @${REINPLACE_CMD} > '/^SUBDIR/s/specs//' ${WRKSRC}/Makefile.in > > /mnt/disk2/ports/x11/libXtst/Makefile: s/specs//' > ${WRKSRC}/Makefile.in > > /mnt/disk2/ports/devel/aros-sdk/Makefile: @${REINPLACE_CMD} -e 's| > @aros_sdk_path@|${AROS_SDK_PATH}|g; s|@ld_emu@|${LD_EMU}|g; s|@cc_include@| > ${CC_INCLUDE}|g; s|@cc_cpu@|${ARCH}|g' ${WRKSRC}/scripts/specs.in > > /mnt/disk2/ports/devel/aros-sdk/Makefile: @${CP} > = ${WRKSRC}/scripts/specs.in > ${AROS_SDK_PATH}/${ARCH}-aros/lib/gcc-lib/specs > > /mnt/disk2/ports/science/abinit/Makefile: ${REINPLACE_CMD} -e > '/^abinit_top_subdirs =/s| doc||' ${WRKSRC}/config/specs/other.cf > > /mnt/disk2/ports/science/abinit/Makefile: ${REINPLACE_CMD} -e > '/^abinit_top_subdirs =/s| tests||' ${WRKSRC}/config/specs/other.cf > > > --- > end > > > > > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" "This looks like the only port with the directory /specs," I wanted to say... These look like the only ports with the directory /specs, ---- end