ports/86082: patch: ftp/weex - mark it broken on amd64

Emanuel Haupt ehaupt at critical.ch
Tue Sep 13 18:10:23 UTC 2005


>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 at 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:



More information about the freebsd-ports-bugs mailing list