Fix: The following change to the Makefile with the patch. # diff -u Makefile.orig Makefile --- Makefile.orig 2007-11-07 20:47:10.000000000 -0500 +++ Makefile 2007-11-07 20:47:19.000000000 -0500 @@ -7,6 +7,7 @@ PORTNAME= jvim PORTVERSION= 2.0r +PORTREVISION= 1 PKGNAMESUFFIX= ${INPUT_METHOD} CATEGORIES= japanese editors MASTER_SITES= ftp://ftp.lab.kdd.co.jp/Japan/onew/ \ @@ -52,10 +53,6 @@ .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 700042 -BROKEN= Broken with gcc 4.2 -.endif - # # Make a value of INPUT_METHOD .if defined(INPUT_METHOD) Patch attached with submission follows: How-To-Repeat: cd /usr/ports/japanese/jvim make
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
miwi 2007-11-21 14:50:45 UTC FreeBSD ports repository Modified files: japanese/jvim Makefile Added files: japanese/jvim/files patch-src_jp.c Log: - Fix build with gcc 4.2 PR: 117906 Submitted by: Yoshihiro Ota <ota@j.email.ne.jp> Approved by: portmgr (pav) Revision Changes Path 1.18 +0 -5 ports/japanese/jvim/Makefile 1.1 +28 -0 ports/japanese/jvim/files/patch-src_jp.c (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!