ports/55449: Update port: japanese/gauche-kakasi (unbreak build)
Kimura Fuyuki
fuyuki at nigredo.org
Mon Aug 11 04:20:43 UTC 2003
>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 at 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 at FreeBSD.org
+MAINTAINER= fuyuki at 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:
More information about the freebsd-ports-bugs
mailing list