Skip site navigation (1)Skip section navigation (2)
Date:      Fri,  9 Feb 2007 18:21:13 +0900 (JST)
From:      Koji Yokota <yokota@res.otaru-uc.ac.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        kris@obsecurity.org
Subject:   ports/108960: [PATCH]print/cjk-lyx: Marked BROKEN for 4.x systems
Message-ID:  <20070209092113.16CE3B83C@room520-1.yokota-s.otaru-uc.ac.jp>
Resent-Message-ID: <200702090950.l199oECe072367@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070209092113.16CE3B83C>