Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 May 2012 08:04:30 +0900 (JST)
From:      Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        turutani@scphys.kyoto-u.ac.jp
Subject:   ports/168321: fix japanese/kon2-16dot
Message-ID:  <201205242304.q4ON4U4B018220@h116.65.226.10.32118.vlan.kuins.net>
Resent-Message-ID: <201205242340.q4ONe1Ye005808@freefall.freebsd.org>

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

>Number:         168321
>Category:       ports
>Synopsis:       fix japanese/kon2-16dot
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 24 23:40:01 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Tsurutani Naoki
>Release:        FreeBSD 8.2-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD h116.65.226.10.32118.vlan.kuins.net 8.2-PRERELEASE FreeBSD 8.2-PRERELEASE #26: Sun Jan 23 18:42:22 JST 2011 turutani@h116.65.226.10.32118.vlan.kuins.net:/usr/local/work/usr/obj/usr/src/sys/POLYMER13 amd64


	
>Description:
	pointyhat says japanese/kon2-16dot installs an unwanted file,
	and the port was marked as BROKEN.
	
>How-To-Repeat:
	
>Fix:
	here is a patch to files/patch-src_Makefile.FreeBSD:

--- patch-src_Makefile.FreeBSD.orig	2012-05-25 07:42:51.000000000 +0900
+++ patch-src_Makefile.FreeBSD.new	2012-05-25 07:58:00.000000000 +0900
@@ -1,6 +1,6 @@
---- src/Makefile.FreeBSD.orig	1997-01-30 10:29:25.000000000 +0900
-+++ src/Makefile.FreeBSD	2012-05-10 02:50:12.820551080 +0900
-@@ -1,10 +1,17 @@
+--- Makefile.FreeBSD.orig	1997-01-30 10:29:25.000000000 +0900
++++ Makefile.FreeBSD	2012-05-25 07:55:58.000000000 +0900
+@@ -1,12 +1,19 @@
  # FreeBSD makefile for kon
  # Tatsumi Hosokawa <hosokawa@jp.FreeBSD.org>
  
@@ -17,5 +17,8 @@
 +SRCS+=	utmp.c
 +.endif
  LIBS+=	-L${.CURDIR}/display -L${.CURDIR}/../lib -ldisplay -lgon
- NOMAN=	YES
+-NOMAN=	YES
++MK_MAN=	no
  CFLAGS+=	-I${.CURDIR}/../include
+ CLEANFILES=	Makefile
+ 

	I think this problem is caused by some obsolete description in
	/usr/share/mk/bsd.README, about "NO_MAN"; this variable is not used
	any more in any macros.
	


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



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