1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00

- Desupport USE_CDRTOOLS=cjk

PR:		ports/150362
Submitted by:	marius
This commit is contained in:
Pav Lucistnik 2010-09-17 07:31:36 +00:00
parent 69e589dc8a
commit 6ce2b61709
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=261315
2 changed files with 8 additions and 8 deletions

View File

@ -539,9 +539,7 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org
##
# USE_APACHE - If set, this port relies on an apache webserver.
#
# USE_CDRTOOLS - If set, this port depends on sysutils/cdrtools, unless
# cdrtools-cjk is present or USE_CDRTOOLS=cjk is set, then
# it depends on sysutils/cdrtools-cjk.
# USE_CDRTOOLS - If set, this port depends on sysutils/cdrtools.
#
# Conflict checking. Use if your port cannot be installed at the same time as
# another package.
@ -2238,14 +2236,9 @@ RUN_DEPENDS+= gs:${PORTSDIR}/${GHOSTSCRIPT_PORT}
# Set up the cdrtools.
.if defined(USE_CDRTOOLS)
.if exists(${DOCSDIR}/cdrtools-cjk/README) || defined(WITH_CJK) || ${USE_CDRTOOLS:L} == "cjk"
BUILD_DEPENDS+= cdrecord:${PORTSDIR}/sysutils/cdrtools-cjk
RUN_DEPENDS+= cdrecord:${PORTSDIR}/sysutils/cdrtools-cjk
.else
BUILD_DEPENDS+= cdrecord:${PORTSDIR}/sysutils/cdrtools
RUN_DEPENDS+= cdrecord:${PORTSDIR}/sysutils/cdrtools
.endif
.endif
# Macro for doing in-place file editing using regexps
REINPLACE_ARGS?= -i.bak

View File

@ -5,6 +5,13 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
20100917:
AFFECTS: users of sysutils/cdrtools-cjk
AUTHOR: marius@FreeBSD.org
sysutils/cdrtools-cjk port has been removed, as the required functionality is
now available in cdrtools 3.0.0 in the standard sysutils/cdrtools port.
20100915:
AFFECTS: autoconf, automake
AUTHOR: autotools@FreeBSD.org