Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Aug 2003 08:45:17 +0900
From:      Kimura Fuyuki <fuyuki@nigredo.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/55449: Update port: japanese/gauche-kakasi (unbreak build)
Message-ID:  <86vft5nkky.wl%fuyuki@nigredo.org>
Resent-Message-ID: <200308110420.h7B4KHEa070847@freefall.freebsd.org>

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

>Number:         55449
>Category:       ports
>Synopsis:       Update port: japanese/gauche-kakasi (unbreak build)
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 10 21:20:17 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Kimura Fuyuki
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
>Environment:

  FreeBSD hadaly.dyndns.org 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Thu Aug  7 13:42:14 JST 2003     root@hadaly.dyndns.org:/.2/obj/usr/src/sys/NS  i386

>Description:

- temporal fix for the gauche package's bug (missing empty directories)
- reclaim mainatinership

>How-To-Repeat:

>Fix:

cvs server: Diffing .
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/japanese/gauche-kakasi/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	7 Aug 2003 09:06:43 -0000	1.3
+++ Makefile	10 Aug 2003 23:43:32 -0000
@@ -7,17 +7,15 @@
 
 PORTNAME=	kakasi
 PORTVERSION=	0.0
-CATEGORIES=	japanese textproc
+CATEGORIES=	japanese textproc scheme
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	gauche
 DISTNAME=	Gauche-${PORTNAME}-${PORTVERSION}
 EXTRACT_SUFX=	.tgz
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	fuyuki@nigredo.org
 COMMENT=	KAKASI binding for Gauche
 
-BROKEN=		Broken dependency
-
 BUILD_DEPENDS=	gosh:${PORTSDIR}/lang/gauche
 RUN_DEPENDS=	${BUILD_DEPENDS}
 LIB_DEPENDS=	kakasi.3:${PORTSDIR}/japanese/kakasi
@@ -28,6 +26,10 @@
 DOCSDIR=	${PREFIX}/share/doc/gauche/${PORTNAME}
 PLIST_SUB=	VERSION="`gauche-config -V`" \
 		TARGET="${CONFIGURE_TARGET}"
+
+pre-install:
+	${MKDIR} `gauche-config --sitelibdir`
+	${MKDIR} `gauche-config --sitearchdir`
 
 post-install:
 .if !defined(NOPORTDOCS)
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86vft5nkky.wl%fuyuki>