Bug 117906 - japanese/jvim is BROKEN with gcc 4.2
Summary: japanese/jvim is BROKEN with gcc 4.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-08 01:50 UTC by ota
Modified: 2007-11-21 15:00 UTC (History)
0 users

See Also:


Attachments
file.diff (484 bytes, patch)
2007-11-08 01:50 UTC, ota
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description ota 2007-11-08 01:50:00 UTC

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
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2007-11-18 18:35:52 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-11-21 14:50:49 UTC
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"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2007-11-21 14:51:12 UTC
State Changed
From-To: open->closed

Committed. Thanks!