Date: Sat, 15 Apr 2006 13:06:52 -0700 (PDT) From: Alexander Botero-Lowry <alex@foxybanana.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: perky@FreeBSD.org Subject: ports/95830: [PATCH] lang/io: portlint(1) fixes Message-ID: <200604152006.k3FK6q2m026667@Laptop.mine.box> Resent-Message-ID: <200604152010.k3FKAIkb075912@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 95830 >Category: ports >Synopsis: [PATCH] lang/io: portlint(1) fixes >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Apr 15 20:10:18 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Alexander Botero-Lowry >Release: FreeBSD 6.0-STABLE i386 >Organization: >Environment: System: FreeBSD Laptop.mine.box 6.0-STABLE FreeBSD 6.0-STABLE #1: Tue Feb 7 19:06:16 PST >Description: - Ditch USE_REINPLACE - Remove quotes from BROKEN - Remove unnecessary whitespace Port maintainer (perky@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- io-0.0.2006.01.27.patch begins here --- diff -ruN --exclude=CVS /usr/ports/lang/io/Makefile /usr/local/tinderbox/portstrees/FreeBSD/ports/lang/io/Makefile --- /usr/ports/lang/io/Makefile Thu Feb 2 11:10:59 2006 +++ /usr/local/tinderbox/portstrees/FreeBSD/ports/lang/io/Makefile Sat Apr 15 13:06:04 2006 @@ -19,7 +19,6 @@ event-1.1a.1:${PORTSDIR}/devel/libevent USE_GMAKE= yes -USE_REINPLACE= yes WRKSRC= ${WRKDIR}/release/${DISTNAME}/ MAKE_ENV= INCS="-I${LOCALBASE}/include" LIBLOCAL="-L${LOCALBASE}/lib" @@ -28,7 +27,7 @@ .include <bsd.port.pre.mk> .if ${ARCH} == "ia64" || ${ARCH} == "sparc64" -BROKEN= "Does not compile on ia64 or sparc64" +BROKEN= Does not compile on ia64 or sparc64 .endif .if ${OSVERSION} < 500000 @@ -67,7 +66,6 @@ .if ${OSVERSION} < 500000 @cd ${WRKSRC} && ${REINPLACE_CMD} -e 's/<stdint.h>/<inttypes.h>/' vm/base/_new/Array/Array.h vm/base/_new/Data.h vm/base/Common.h vm/base/NEW_stdint.h .endif - do-install: .for fname in vm/io2c vm/io binaries/ioDesktop binaries/ioServer --- io-0.0.2006.01.27.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604152006.k3FK6q2m026667>