Date: Tue, 13 Sep 2005 20:08:02 +0200 (CEST) From: Emanuel Haupt <ehaupt@critical.ch> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/86082: patch: ftp/weex - mark it broken on amd64 Message-ID: <200509131808.j8DI82VJ042164@beaver.critical.ch> Resent-Message-ID: <200509131810.j8DIAHaK072319@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 86082 >Category: ports >Synopsis: patch: ftp/weex - mark it broken on amd64 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Sep 13 18:10:17 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Emanuel Haupt >Release: FreeBSD 5.4-RELEASE-p6 i386 >Organization: >Environment: System: FreeBSD beaver.critical.ch 5.4-RELEASE-p6 FreeBSD 5.4-RELEASE-p6 #0: Wed Jul 27 20:19:15 CEST 2005 root@beaver.critical.ch:/usr/obj/usr/src/RELENG_5_4/src/sys/BEAVER i386 >Description: Mark ftp/weex broken on amd64 Spotted by: pointyhat >How-To-Repeat: >Fix: --- Makefile.patch begins here --- --- Makefile.orig Tue Sep 13 20:03:52 2005 +++ Makefile Tue Sep 13 20:03:36 2005 @@ -21,6 +21,12 @@ PORTDOCS= ChangeLog README MAN1= weex.1 +.include <bsd.port.pre.mk> + +.if ${ARCH} == "amd64" +BROKEN= "Does not compile on amd64" +.endif + post-patch: @${REINPLACE_CMD} -e 's|^\(SUBDIRS.*\)debian|\1|' \ ${WRKSRC}/Makefile.in @@ -36,4 +42,4 @@ .endfor .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> --- Makefile.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?200509131808.j8DI82VJ042164>