From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 9 09:50:15 2007 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5D13316A406 for ; Fri, 9 Feb 2007 09:50:15 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 1388613C481 for ; Fri, 9 Feb 2007 09:50:15 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l199oElu072368 for ; Fri, 9 Feb 2007 09:50:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l199oECe072367; Fri, 9 Feb 2007 09:50:14 GMT (envelope-from gnats) Resent-Date: Fri, 9 Feb 2007 09:50:14 GMT Resent-Message-Id: <200702090950.l199oECe072367@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Koji Yokota Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 48EDB16A400 for ; Fri, 9 Feb 2007 09:44:50 +0000 (UTC) (envelope-from root@yokota-s.otaru-uc.ac.jp) Received: from ca1.otaru-uc.ac.jp (ca1.otaru-uc.ac.jp [150.83.48.27]) by mx1.freebsd.org (Postfix) with ESMTP id 15ACD13C467 for ; Fri, 9 Feb 2007 09:44:50 +0000 (UTC) (envelope-from root@yokota-s.otaru-uc.ac.jp) Received: from canal1.otaru-uc.ac.jp (canal1 [150.83.48.23]) by ca1.otaru-uc.ac.jp (Postfix) with ESMTP id 25E46E2B39; Fri, 9 Feb 2007 18:18:05 +0900 (JST) Received: from room520-1.yokota-s.otaru-uc.ac.jp (room520-1.yokota-s.otaru-uc.ac.jp [150.83.100.4]) by canal1.otaru-uc.ac.jp (SMTP) with ESMTP id l199I4iA001700; Fri, 9 Feb 2007 18:18:04 +0900 (JST) Received: by room520-1.yokota-s.otaru-uc.ac.jp (Postfix, from userid 0) id 16CE3B83C; Fri, 9 Feb 2007 18:21:13 +0900 (JST) Message-Id: <20070209092113.16CE3B83C@room520-1.yokota-s.otaru-uc.ac.jp> Date: Fri, 9 Feb 2007 18:21:13 +0900 (JST) From: Koji Yokota To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: kris@obsecurity.org Subject: ports/108960: [PATCH]print/cjk-lyx: Marked BROKEN for 4.x systems X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Koji Yokota List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Feb 2007 09:50:15 -0000 >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 --- tmp ends here --- >Release-Note: >Audit-Trail: >Unformatted: