Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Dec 2013 11:23:16 +0000 (UTC)
From:      Alex Kozlov <ak@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r335731 - head/japanese/skkfep
Message-ID:  <201312061123.rB6BNGrg027956@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ak
Date: Fri Dec  6 11:23:15 2013
New Revision: 335731
URL: http://svnweb.freebsd.org/changeset/ports/335731

Log:
  - Fix build with clang
  - Support STAGEDIR
  - Update MASTER_SITES and WWW
  
  PR:	ports/184237
  Submitted by:	KATO Tsuguru <tkato432@yahoo.com>

Modified:
  head/japanese/skkfep/Makefile   (contents, props changed)
  head/japanese/skkfep/pkg-descr   (contents, props changed)

Modified: head/japanese/skkfep/Makefile
==============================================================================
--- head/japanese/skkfep/Makefile	Fri Dec  6 10:33:25 2013	(r335730)
+++ head/japanese/skkfep/Makefile	Fri Dec  6 11:23:15 2013	(r335731)
@@ -5,19 +5,19 @@ PORTNAME=	skkfep
 PORTVERSION=	0.87
 PORTREVISION=	2
 CATEGORIES=	japanese
-MASTER_SITES=	http://homepage2.nifty.com/aito/skkfep/
+MASTER_SITES=	http://aitoweb.world.coocan.jp/skkfep/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	SKK-like Kana-to-Kanji FrontEnd Processor
 
 RUN_DEPENDS=	${LOCALBASE}/sbin/skkserv:${PORTSDIR}/japanese/skk
 
-MAN1=		skkfep.1
-PLIST_FILES=	bin/skkfep
+CFLAGS+=	-Wno-return-type
+
+PLIST_FILES=	bin/skkfep man/man1/skkfep.1.gz
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/skkfep ${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/skkfep.1 ${MANPREFIX}/man/man1
+	${INSTALL_PROGRAM} ${WRKSRC}/skkfep ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/skkfep.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
 
 .include <bsd.port.mk>

Modified: head/japanese/skkfep/pkg-descr
==============================================================================
--- head/japanese/skkfep/pkg-descr	Fri Dec  6 10:33:25 2013	(r335730)
+++ head/japanese/skkfep/pkg-descr	Fri Dec  6 11:23:15 2013	(r335731)
@@ -1,4 +1,4 @@
 skkfep is a tool to input Kana and Kanji from the terminal.
 This also include some patches for Word registration.
 
-WWW: http://homepage2.nifty.com/aito/soft.html
+WWW: http://aitoweb.world.coocan.jp/soft.html



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