Date: Sat, 7 Oct 2006 16:42:38 +0800 From: chinsan <chinsan@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/104090: [MAINTAINER] devel/pear-Console_Getopt: Mark broken on amd64 Message-ID: <20061007085017.000B02E9DF@smtp2.bc.hgc.com.tw> Resent-Message-ID: <200610070850.k978oWOx028973@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 104090 >Category: ports >Synopsis: [MAINTAINER] devel/pear-Console_Getopt: Mark broken on amd64 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Oct 07 08:50:31 GMT 2006 >Closed-Date: >Last-Modified: >Originator: chinsan >Release: FreeBSD 6.2-PRERELEASE i386 >Organization: Taiwan >Environment: System: FreeBSD BSD6.giga.hgc.com.tw 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #6: Thu Sep 14 09:46:10 CST 2006 >Description: - Mark broken on amd64 Reported by: kris Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- pear-Console_Getopt-1.2.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/pear-Console_Getopt/Makefile /usr/home/chinsan/project/pear-Console_Getopt/Makefile --- /usr/ports/devel/pear-Console_Getopt/Makefile Wed Oct 4 01:27:03 2006 +++ /usr/home/chinsan/project/pear-Console_Getopt/Makefile Sat Oct 7 16:41:15 2006 @@ -22,5 +22,10 @@ @${CP} ${FILESDIR}/package.xml ${WRKDIR} .include <bsd.port.pre.mk> + +.if ${ARCH} == "amd64" +BROKEN= uninstall failed on amd64 platforms +.endif + .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include <bsd.port.post.mk> --- pear-Console_Getopt-1.2.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?20061007085017.000B02E9DF>