Update dependencies (kill first part when needed).

Update japanese/README... 2.4 is looong past.
This commit is contained in:
espie 2001-09-19 16:03:09 +00:00
parent 3e2f1db91b
commit 3a0cf8ed4d
15 changed files with 56 additions and 67 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2001/07/25 08:07:45 pvalchev Exp $
# $OpenBSD: Makefile,v 1.6 2001/09/19 16:03:10 espie Exp $
COMMENT= "NetHack derivative"
@ -6,7 +6,7 @@ VERSION= 1.9.3
DISTNAME= nethack_source_331_jtp_${VERSION:S/.//g}
PKGNAME= falconseye-${VERSION}
CATEGORIES= games x11
NEED_VERSION= 1.419
NEED_VERSION= 1.458
EXTRACT_SUFX= .zip
HOMEPAGE= http://falconseye.sourceforge.net/
@ -22,8 +22,8 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= falconseye
LIB_DEPENDS= SDL.0.3:sdl-*-!no_x11:devel/sdl
RUN_DEPENDS= ${LOCALBASE}/share/doc/nethack/Guidebook.txt:hackdata-*:games/hackdata
RUN_DEPENDS+= timidity:timidity-*:audio/timidity
RUN_DEPENDS= :hackdata-*:games/hackdata
RUN_DEPENDS+= :timidity-*:audio/timidity
FAKE_FLAGS= PREFIX="${PREFIX}" DESTDIR="${WRKINST}"

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.22 2001/08/27 09:54:48 espie Exp $
# $OpenBSD: Makefile,v 1.23 2001/09/19 16:03:10 espie Exp $
# $FreeBSD: Makefile,v 1.13 1997/12/25 22:29:17 asami Exp $
COMMENT= "dungeon explorin', hackin', game. Piece of cake"
DISTNAME= nethack-3.3.1
CATEGORIES= games
NEED_VERSION= 1.447
NEED_VERSION= 1.458
MASTER_SITES= ftp://ftp.nethack.org/pub/nethack/nh331/src/ \
ftp://ftp.uu.net/pub/games/nethack/sources/ \
${MASTER_SITE_GNU}
@ -41,7 +41,7 @@ NETHACKCONFIG=${FILESDIR}/x-config
USE_X11= Yes
.endif
RUN_DEPENDS=${LOCALBASE}/share/doc/nethack/Guidebook.txt:hackdata-*:games/hackdata
RUN_DEPENDS=:hackdata-*:games/hackdata
do-configure:
@cd ${WRKSRC}/sys/unix; ${SH} setup.sh symlinks

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.2 2001/09/05 08:40:23 espie Exp $
# $OpenBSD: Makefile,v 1.3 2001/09/19 16:03:10 espie Exp $
COMMENT= "dungeon explorin', hackin', game. Hard"
DISTNAME= se006e4f5
CATEGORIES= games
NEED_VERSION= 1.363
NEED_VERSION= 1.458
HOMEPAGE= http://slashem.sourceforge.net
MASTER_SITES= http://avrc.city.ac.uk/nethack/slashem/
@ -40,7 +40,7 @@ NETHACKCONFIG=${FILESDIR}/x-config
USE_X11= Yes
.endif
RUN_DEPENDS=${LOCALBASE}/share/doc/nethack/Guidebook.txt:hackdata-*:games/hackdata
RUN_DEPENDS=:hackdata-*:games/hackdata
do-configure:
@cd ${WRKSRC}/sys/unix; ${SH} setup.sh symlinks

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.22 2001/05/06 01:06:16 lebel Exp $
# $OpenBSD: Makefile,v 1.23 2001/09/19 16:03:10 espie Exp $
COMMENT= "dungeon explorin', hackin' game, but harder than nethack"
DISTNAME= slash-e8
PKGNAME= slash-3.2.2-e8
CATEGORIES= games
NEED_VERSION= 1.402
NEED_VERSION= 1.458
MASTER_SITES= ftp://ftp.nethack.org/pub/nethack/oldver/3.2.2/src/ \
ftp://ftp.uu.net/pub/games/nethack/sources/ \
${MASTER_SITE_GNU}
@ -41,7 +41,7 @@ NETHACKCONFIG=${FILESDIR}/x-config
USE_X11= Yes
.endif
RUN_DEPENDS=${LOCALBASE}/share/doc/nethack/Guidebook.txt:hackdata-*:games/hackdata
RUN_DEPENDS=:hackdata-*:games/hackdata
post-extract:
@cd ${WRKDIR} && mv nethack-3.2.2 ${DISTNAME}

View File

@ -1,6 +1,6 @@
#-*- mode: Fundamental; tab-width: 4; -*-
# ex:ts=4 sw=4 filetype=make:
FULL_REVISION=$$OpenBSD: bsd.port.mk,v 1.458 2001/09/19 15:16:39 espie Exp $$
FULL_REVISION=$$OpenBSD: bsd.port.mk,v 1.459 2001/09/19 16:03:09 espie Exp $$
# $FreeBSD: bsd.port.mk,v 1.264 1996/12/25 02:27:44 imp Exp $
# $NetBSD: bsd.port.mk,v 1.62 1998/04/09 12:47:02 hubertf Exp $
#
@ -346,14 +346,14 @@ CONFIGURE_STYLE?=
# where configuration files should go
SYSCONFDIR?= /etc
.if defined(USE_GMAKE)
BUILD_DEPENDS+= ${GMAKE}::devel/gmake
BUILD_DEPENDS+= ::devel/gmake
MAKE_PROGRAM= ${GMAKE}
.else
MAKE_PROGRAM= ${MAKE}
.endif
.if ${CONFIGURE_STYLE:L:Mautoconf}
CONFIGURE_STYLE+=gnu
BUILD_DEPENDS+= ${AUTOCONF}::devel/autoconf
BUILD_DEPENDS+= ::devel/autoconf
AUTOCONF_DIR?=${WRKSRC}
# missing ?= not an oversight
AUTOCONF_ENV=PATH=${PORTPATH}
@ -361,7 +361,7 @@ AUTOCONF_ENV=PATH=${PORTPATH}
.if defined(USE_LIBTOOL)
LIBTOOL?= ${LOCALBASE}/bin/libtool
BUILD_DEPENDS+= ${LIBTOOL}::devel/libtool
BUILD_DEPENDS+= ::devel/libtool
CONFIGURE_ENV+= LIBTOOL="${LIBTOOL} ${LIBTOOL_FLAGS}"
MAKE_ENV+= LIBTOOL="${LIBTOOL} ${LIBTOOL_FLAGS}"
MAKE_FLAGS+= LIBTOOL="${LIBTOOL} ${LIBTOOL_FLAGS}"
@ -379,15 +379,15 @@ HAVE_MOTIF?=No
.if ${USE_MOTIF:L} != "no"
. if ${USE_MOTIF:L} == "lesstif"
LIB_DEPENDS+= Xm.1.::x11/lesstif
LIB_DEPENDS+= Xm.1::x11/lesstif
. elif ${USE_MOTIF:L} == "openmotif"
LIB_DEPENDS+= Xm.2.::x11/openmotif
LIB_DEPENDS+= Xm.2::x11/openmotif
. elif ${USE_MOTIF:L} == "any" || ${USE_MOTIF:L} == "yes"
FLAVORS+=lesstif
. if ${FLAVOR:L:Mlesstif}
LIB_DEPENDS+= Xm.1.::x11/lesstif
LIB_DEPENDS+= Xm.1::x11/lesstif
. else
LIB_DEPENDS+= Xm.2.::x11/openmotif
LIB_DEPENDS+= Xm.2::x11/openmotif
. endif
. else
ERRORS+= "Fatal: Unknown USE_MOTIF=${USE_MOTIF} settings."
@ -966,11 +966,11 @@ _SED_FIX_SHAR?= sed -n -e '/^\#\![[:blank:]]*\/bin\/sh[[:space:]]*$$/,$$p'
# XXX note that we DON'T set EXTRACT_SUFX.
.if ${_USE_ZIP:L} != "no"
BUILD_DEPENDS+= ${UNZIP}::archivers/unzip
BUILD_DEPENDS+= ::archivers/unzip
EXTRACT_CASES+= *.zip) ${UNZIP} -q ${FULLDISTDIR}/$$archive -d ${WRKDIR};;
.endif
.if ${_USE_BZIP2:L} != "no"
BUILD_DEPENDS+= ${BZIP2}::archivers/bzip2
BUILD_DEPENDS+= ::archivers/bzip2
EXTRACT_CASES+= *.tar.bz2) ${BZIP2} -dc ${FULLDISTDIR}/$$archive | ${TAR} xf -;;
.endif
EXTRACT_CASES+= *.tar) ${TAR} xf ${FULLDISTDIR}/$$archive;;

View File

@ -13,15 +13,6 @@ so that the _default setup reads:
_default /usr/{share,X11R6,X386,X11,X11R4,contrib,gnu,local}/{man,man/old,man/ja_JP_EUC}/
* is kterm working ?
Not under vanilla 2.4, due to some tinkering with ncurses/termcap.
With the default OpenBSD.cf, kterm links against -ltermcap, where it should
link against -lcurses.
This is fixed in current X11 sources. The fix is to add
#if defined(TermcapLibrary)
#undef TermcapLibrary
#endif
#define TermcapLibrary -lcurses
to /usr/X11R6/lib/X11/config/OpenBSD.cf
Once kterm is built, the distribution holds an uuencoded file (DEMO.kt.uu)
that you should be able to cat after uudecoding.
Note that the choice of fonts is reduced when you need to display japanese

View File

@ -1,7 +1,7 @@
# From FreeBSD: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
#
# $FreeBSD: Makefile,v 1.19 1997/09/23 02:17:58 max Exp $
# $OpenBSD: Makefile,v 1.38 2001/08/18 13:25:42 espie Exp $
# $OpenBSD: Makefile,v 1.39 2001/09/19 16:03:10 espie Exp $
COMMENT= "Japanese input method"
COMMENT-dict= "dictionaries for Japanese Wnn"
@ -18,7 +18,7 @@ DISTNAME= Wnn4.2
# on the command line, and thus avoid building all three languages
MULTI_PACKAGES=-dict -zh -zhdict -ko -kodict -xwnmo -data
NEED_VERSION= 1.404
NEED_VERSION= 1.458
PKGNAME= ja-Wnn-4.2
PKGNAME-dict= ja-Wnndict-4.2
PKGNAME-zh= zh-Wnn-4.2
@ -55,7 +55,7 @@ CATEGORIES= japanese chinese korean
CATEGORIES= japanese
. endif
. if ${SUBPACKAGE} != "-data"
RUN_DEPENDS= ${LOCALBASE}/lib/wnn/install-script::japanese/Wnn,-data
RUN_DEPENDS= ::japanese/Wnn,-data
. endif
.else
CATEGORIES= japanese
@ -85,7 +85,7 @@ PORT_CDOCDIR= ${PREFIX}/share/doc/zh-cWnn
CDOC_FROM= ${WRKSRC}/cWnn
# Will turn into a RUN_DEPENDS when we install non-formatted manpages
BUILD_DEPENDS= jgroff::japanese/groff
BUILD_DEPENDS= ::japanese/groff
# Run depends ensure this does not turn into infinite recursion, since
# this is not needed before package build time.

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.13 2001/04/23 23:19:02 espie Exp $
# $OpenBSD: Makefile,v 1.14 2001/09/19 16:03:10 espie Exp $
COMMENT= 'canna (kana-kanji converter) libraries'
COMMENT-dict= 'canna (kana-kanji converter) dictionaries'
@ -11,7 +11,7 @@ PKGNAME-dict= cannadict-3.5b2
PKGNAME-server= cannaserver-3.5b2
CATEGORIES= japanese
NEED_VERSION= 1.404
NEED_VERSION= 1.458
MASTER_SITES= ftp://ftp.nec.co.jp/pub/Canna/Canna35/
@ -23,7 +23,7 @@ PATCH_DIST_STRIP= -p1
MAINTAINER= Marc Espie <espie@openbsd.org>
# Will turn into a RUN_DEPENDS when we install non-formatted manpages
BUILD_DEPENDS= jgroff::japanese/groff
BUILD_DEPENDS= ::japanese/groff
HOMEPAGE= http://www.nec.co.jp/japanese/product/computer/soft/canna/
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_FTP= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.15 2001/03/28 15:22:03 espie Exp $
# $OpenBSD: Makefile,v 1.16 2001/09/19 16:03:10 espie Exp $
# $FreeBSD: Makefile,v 1.1.1.1 1998/07/10 14:05:19 kuriyama Exp $
COMMENT= "Japanized Vim"
@ -8,7 +8,7 @@ COMMENT-wnn-canna="Japanized Vim, canna or wnn input method"
DISTNAME= jvim2.0r+onew2.2.10
PKGNAME= ja-jvim-2.0r
CATEGORIES= japanese editors
NEED_VERSION= 1.377
NEED_VERSION= 1.458
MASTER_SITES= ftp://ftp.lab.kdd.co.jp/Japan/onew/ \
ftp://ftp.leo.chubu.ac.jp/pub/editor/jvim/
@ -26,7 +26,7 @@ FLAVOR?=
.if ${FLAVOR:L:Mwnn}
CHOICE=wnn4
INPUT_METHOD=wnn4
BUILD_DEPENDS+= jserver::japanese/Wnn
BUILD_DEPENDS+= ::japanese/Wnn
JPDEF+= -DWNN_ISDIR
JPLIB+= -ljd
.endif
@ -39,13 +39,13 @@ CHOICE=wnn4,canna
INPUT_METHOD= canna
CHOICE=canna
.endif
LIB_DEPENDS+= canna.1.::japanese/canna
LIB_DEPENDS+= canna.1::japanese/canna
JPLIB+= -lcanna
.endif
.if defined(INPUT_METHOD) && !empty(INPUT_METHOD)
BUILD_DEPENDS+= ${LOCALBASE}/lib/libonew-${INPUT_METHOD}.a::japanese/onew,${CHOICE}
BUILD_DEPENDS+= ::japanese/onew,${CHOICE}
JPDEF+= -DONEW
JPLIB:=-lonew-${INPUT_METHOD} ${JPLIB}
.endif

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.6 2001/05/06 01:11:39 lebel Exp $
# $OpenBSD: Makefile,v 1.7 2001/09/19 16:03:10 espie Exp $
COMMENT= "converts Japanese fonts in PostScript documents"
CATEGORIES=japanese print
NEED_VERSION= 1.402
DISTNAME=kanjips
PKGNAME=${DISTNAME}-19900310
@ -13,7 +14,6 @@ MASTER_SITES0=ftp://ftp.funet.fi/pub/culture/japan/fonts/
DISTFILES=kanjips.tar.Z jis32.Z:0 jis48.Z:0
# Freeware
EXTRACT_ONLY=kanjips.tar.Z
NEED_VERSION= 1.402
PERMIT_PACKAGE_CDROM= Yes
PERMIT_DISTFILES_CDROM= Yes

View File

@ -8,7 +8,7 @@ COMMENT-wnn= X input method for Japanese, wnn support
DISTNAME= kinput2-v3
MASTER_SITES= ftp://ftp.sra.co.jp/pub/x11/kinput2/
CATEGORIES= japanese x11
NEED_VERSION= 1.402
NEED_VERSION= 1.458
# License: NOFEE
PERMIT_PACKAGE_CDROM= Yes
@ -25,7 +25,7 @@ FLAVOR?= wnn
PKGNAME= ja-kinput2-3.0
.if ${FLAVOR:L:Mwnn}
BUILD_DEPENDS+= ${LOCALBASE}/lib/libwnn.a::japanese/Wnn
BUILD_DEPENDS+= ::japanese/Wnn
.endif
.if ${FLAVOR:L:Mcanna}
LIB_DEPENDS= canna16::japanese/canna

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2001/07/18 10:59:01 naddy Exp $
# $OpenBSD: Makefile,v 1.6 2001/09/19 16:03:10 espie Exp $
COMMENT= "library for Japanese Input Method Wnn4"
@ -9,7 +9,7 @@ FULLPKGNAME= ja-onew${FLAVOR_EXT}-2.2.10
DISTNAME= jvim2.0r+onew2.2.10
CATEGORIES= japanese
NEED_VERSION= 1.422
NEED_VERSION= 1.458
MASTER_SITES= ftp://ftp.lab.kdd.co.jp/Japan/onew/ \
ftp://ftp.leo.chubu.ac.jp/pub/editor/jvim/
@ -27,11 +27,11 @@ ERRORS+= "Fatal: You must choose a converter"
.endif
.if ${FLAVOR:L:Mwnn4}
BUILD_DEPENDS= jserver::japanese/Wnn
BUILD_DEPENDS= ::japanese/Wnn
.endif
.if ${FLAVOR:L:Mcanna}
LIB_DEPENDS+= canna.1.::japanese/canna
LIB_DEPENDS+= canna.1::japanese/canna
.endif
WRKDIST= ${WRKDIR}/onew

View File

@ -1,5 +1,5 @@
# Icon library port
# $OpenBSD: Makefile,v 1.15 2001/07/03 13:27:38 espie Exp $
# $OpenBSD: Makefile,v 1.16 2001/09/19 16:03:09 espie Exp $
COMMENT= "useful and interesting programs for Icon"
@ -10,7 +10,7 @@ PKGNAME= icon-lib-${VERSION}
DISTFILES= icon.v940src.tgz
CATEGORIES=lang
NEED_VERSION= 1.402
NEED_VERSION= 1.458
MAINTAINER= Marc Espie <espie@openbsd.org>
# PD
@ -31,8 +31,8 @@ WRKDIST=${WRKDIR}/${DISTNAME}/ipl
#SUPDISTFILES=gipl.tgz
#WRKDIST= ${WRKDIR}
BUILD_DEPENDS=${PREFIX}/bin/icont::lang/icon/interp
RUN_DEPENDS=${PREFIX}/bin/iconx::lang/icon/interp
BUILD_DEPENDS=::lang/icon/interp
RUN_DEPENDS=::lang/icon/interp
# temporary values for building programs
IPATH=${WRKSRC}/gprocs:${WRKSRC}/procs:${LOCALBASE}/share/ipl/ucode

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.12 2001/05/06 04:41:45 lebel Exp $
# $OpenBSD: Makefile,v 1.13 2001/09/19 16:03:10 espie Exp $
COMMENT= "OpenLook applications and man pages"
@ -6,7 +6,7 @@ PKGNAME= xview-clients-${XVIEW_VERSION}
MASTER_SITES= ${MASTER_SITE_LOCAL}
DISTFILES= xview3.2p1-X11R6.tar.gz
CATEGORIES= x11
NEED_VERSION= 1.402
NEED_VERSION= 1.458
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
@ -14,9 +14,8 @@ PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
EXTRACT_ONLY=
BUILD_DEPENDS= ${LOCALBASE}/lib/X11/config/XView.cf::x11/xview/config \
/nonexistent::x11/xview/lib:configure
LIB_DEPENDS= xview.3.::x11/xview/lib
BUILD_DEPENDS= ::x11/xview/config ::x11/xview/lib:configure
LIB_DEPENDS= xview.3::x11/xview/lib
WRKSRC= ${WRKDIST}/clients
USE_X11= Yes
@ -24,7 +23,7 @@ MAKE_ENV= IMAKEINCLUDE=-I${LOCALBASE}/lib/X11/config
post-extract:
mkdir -p ${WRKDIST}
lndir `cd ${PORTSDIR}/x11/xview/lib && make show VARNAME=WRKDIST` ${WRKDIST}
lndir `cd ${PORTSDIR}/x11/xview/lib && make show=WRKDIST` ${WRKDIST}
do-configure:
cd ${WRKDIST} && $(MAKE_ENV) SUBDIRS=clients make Makefiles

View File

@ -1,23 +1,22 @@
# $OpenBSD: Makefile,v 1.9 2001/05/06 04:41:46 lebel Exp $
# $OpenBSD: Makefile,v 1.10 2001/09/19 16:03:10 espie Exp $
COMMENT= "OpenLook Toolkit libs, includes, and man pages"
PKGNAME= xview-lib-${XVIEW_VERSION}
EXTRACT_ONLY=
CATEGORIES= x11
NEED_VERSION= 1.402
NEED_VERSION= 1.458
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
BUILD_DEPENDS= ${LOCALBASE}/lib/X11/config/XView.cf::x11/xview/config \
/nonexistent::x11/xview/config:build
BUILD_DEPENDS= ::x11/xview/config ::x11/xview/config:build
post-extract:
mkdir -p ${WRKDIST}
lndir `cd ${PORTSDIR}/x11/xview/config && make show VARNAME=WRKDIST` ${WRKDIST}
lndir `cd ${PORTSDIR}/x11/xview/config && make show=WRKDIST` ${WRKDIST}
CONFIGURE_STYLE=imake
MAKE_ENV= IMAKEINCLUDE=-I${LOCALBASE}/lib/X11/config