ports/184237: japanese/skkfep: Update MASTER_SITES and WWW line

KATO Tsuguru tkato432 at yahoo.com
Sun Nov 24 18:10:06 UTC 2013


>Number:         184237
>Category:       ports
>Synopsis:       japanese/skkfep: Update MASTER_SITES and WWW line
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 24 18:10:05 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 8.4-RELEASE-p4 i386
>Organization:
>Environment:
>Description:
- Update MASTER_SITES anfd WWW: line
- Fix build with clang

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/japanese/skkfep/Makefile japanese/skkfep/Makefile
--- /usr/ports/japanese/skkfep/Makefile	2013-11-06 21:58:42.000000000 +0900
+++ japanese/skkfep/Makefile	2013-11-25 00:00:00.000000000 +0900
@@ -5,19 +5,21 @@
 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 at 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
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/skkfep ${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/skkfep.1 ${MANPREFIX}/man/man1
+	(cd ${WRKSRC} && ${INSTALL_PROGRAM} skkfep \
+		${STAGEDIR}${PREFIX}/bin)
+	(cd ${WRKSRC} && ${INSTALL_MAN} skkfep.1 \
+		${STAGEDIR}${MANPREFIX}/man/man1)
 
 .include <bsd.port.mk>
diff -urN /usr/ports/japanese/skkfep/pkg-descr japanese/skkfep/pkg-descr
--- /usr/ports/japanese/skkfep/pkg-descr	2013-11-06 21:58:42.000000000 +0900
+++ japanese/skkfep/pkg-descr	2013-11-25 00:00:00.000000000 +0900
@@ -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
>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list