ports/108960: [PATCH]print/cjk-lyx: Marked BROKEN for 4.x systems

Koji Yokota yokota at res.otaru-uc.ac.jp
Fri Feb 9 09:50:15 UTC 2007


>Number:         108960
>Category:       ports
>Synopsis:       [PATCH]print/cjk-lyx: Marked BROKEN for 4.x systems
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 09 09:50:14 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Koji Yokota
>Release:        FreeBSD 6.2-RELEASE i386
>Organization:
Otaru University of Commerce
>Environment:
System: FreeBSD hoge.hoge.otaru-uc.ac.jp 6.2-RELEASE FreeBSD 6.2-RELEASE #3: Thu Dec 28 16:17:05 JST 2006 hoge at hoge.hoge.otaru-uc.ac.jp:/usr/obj/usr/src/sys/SMP i386
	
>Description:
	print/cjk-lyx doesn't compile on 4.x systems, so it is marked BROKEN for 4.x.
	
>How-To-Repeat:
	
>Fix:

	



--- tmp begins here ---
--- Makefile.orig	Fri Feb  9 18:16:42 2007
+++ Makefile	Fri Feb  9 18:15:38 2007
@@ -7,7 +7,7 @@
 
 PORTNAME=	lyx
 PORTVERSION=	1.4.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	print chinese japanese korean
 MASTER_SITES=	ftp://cellular.phys.pusan.ac.kr/CJK-LyX/qt/ \
 		ftp://ftp.u-aizu.ac.jp/pub/tex/cjk-lyx/qt/ \
@@ -114,6 +114,10 @@
 CFLAGS+=	-Wno-non-template-friend -ftemplate-depth-30
 .elif ${OSVERSION} >= 700007 && ${ARCH} == i386 && ${CXX} == c++
 BROKEN=		C++ compiler seg-faults, try using a different one and report to ${MAINTAINER}
+.endif
+
+.if ${OSVERSION} < 500000
+BROKEN=         Does not compile on 4.x
 .endif
 
 .include <bsd.port.post.mk>
--- tmp ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list