Upgrade install of x11/bigreqsproto-1.1.1...

Dave Males dave4431 at verizon.net
Fri Sep 23 21:28:28 UTC 2011


On Friday 23 September 2011 08:14:58 h h wrote:
> Dave Males <dave4431 at 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 at 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
> - at dirrm %%DOCSDIR%%
>  @dirrmtry include/X11/extensions
> %%
> _______________________________________________
> freebsd-ports at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscribe at freebsd.org"
Got it!

That works in my
/mnt/disk2/ports/x11/bigreqsproto/Makefile
----
PORTNAME=       bigreqsproto
PORTVERSION=    1.1.1
CATEGORIES=     x11

MAINTAINER=     x11 at FreeBSD.org
COMMENT=        BigReqs extension headers

XORG_CAT=       proto

CONFIGURE_ARGS+=--disable-specs --without-xmlto --without-fop

.include <bsd.port.mk>

----
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:abs_builddir 
= /mnt/disk2/ports/x11/bigreqsproto/work/bigreqsproto-1.1.1/specs

/mnt/disk2/ports/x11/bigreqsproto/work/bigreqsproto-1.1.1/specs/Makefile:abs_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







More information about the freebsd-ports mailing list