Date: Tue, 28 Dec 1999 11:11:42 +0100 From: Alexander Langer <alex@big.endian.de> To: Steve Price <sprice@hiwaay.net> Cc: Bill Fumerola <billf@chc-chimes.com>, freebsd-ports@freebsd.org Subject: Re: cvs commit: ports/textproc Makefile ports/textproc/se-ispell Makefile ports/textproc/se-ispell/files md5 ports/textproc/se-ispell/patches patch-aa ports/textproc/se-ispell/pkg COMMENT DESCR PLIST Message-ID: <19991228111142.B1643@cichlids.cichlids.com> In-Reply-To: <Pine.OSF.4.21.9912271010460.10873-100000@fly.HiWAAY.net>; from sprice@hiwaay.net on Mon, Dec 27, 1999 at 10:25:43AM -0600 References: <Pine.BSF.4.10.9912270119100.35844-100000@jade.chc-chimes.com> <Pine.OSF.4.21.9912271010460.10873-100000@fly.HiWAAY.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Thus spake Steve Price (sprice@hiwaay.net): > Alexander was the originator of aforementioned PR. Maybe between > us, we can workup a solution that everyone is happy with? :) Try this additional patches to the port. As I said, it's not the problem :-) I believe stuff for the CDs is build with -DBATCH, isn't it? --- /dev/null Tue Dec 28 11:09:01 1999 +++ files/Makefile.inc.default Tue Dec 28 11:02:15 1999 @@ -0,0 +1,51 @@ +DENEU= YES +DEALT= YES +BR= YES +SE= YES + +DENEUDISTFILE= igerman98-0.40.tar.gz +DEALTDISTFILE= hk-deutsch.tar.gz +BRDISTFILE= br.ispell-2.3.tar.gz +SEDISTFILE= iswedish-1.2.1.tar.gz + +.if defined(DENEU) +DISTFILES+= igerman98-0.40.tar.gz +MASTER_SITES+= http://members.xoom.com/maccy/ispell/dict/ +FETCH_BEFORE_ARGS+= -b # HTTP Workaround at Xoom +.endif + +.if defined(DEALT) +DISTFILES+= hk-deutsch.tar.gz +MASTER_SITES+= ftp://ftp.informatik.uni-kiel.de/pub/kiel/dicts/ +.endif + +.if defined(BR) +DISTFILES+= br.ispell-2.3.tar.gz +MASTER_SITES+= ftp://ftp.ime.usp.br/pub/ueda/br.ispell/ +EXTRACT_ONLY+= br.ispell-2.3.tar.gz +.endif + +.if defined(SE) +DISTFILES+= iswedish-1.2.1.tar.gz +MASTER_SITES+= http://www.sslug.dk/locale/ispell/iswedish/ +EXTRACT_ONLY+= iswedish-1.2.1.tar.gz +.endif + +post-extract: + @${MAKE} checksum + +.if defined(DENEU) + -@/bin/mkdir -p /usr/ports/textproc/ispell-dictionaries/work/igerman98-0.40.tar.gz + @cd /usr/ports/textproc/ispell-dictionaries/work/igerman98-0.40.tar.gz && /usr/bin/tar -zxf /usr/ports/distfiles/igerman98-0.40.tar.gz + @cd ${WRKDIR} && ${PATCH} < /usr/ports/textproc/ispell-dictionaries/files/DENEU-Makefile.patch >/dev/null 2>&1 || echo "Patch for igerman98 Makefile failed." +.endif + +.if defined(DEALT) + -@/bin/mkdir -p /usr/ports/textproc/ispell-dictionaries/work/hk-deutsch.tar.gz + @cd /usr/ports/textproc/ispell-dictionaries/work/hk-deutsch.tar.gz && /usr/bin/tar -zxf /usr/ports/distfiles/hk-deutsch.tar.gz +.endif + +.if defined(BR) + @cd ${WRKDIR} && ${PATCH} < /usr/ports/textproc/ispell-dictionaries/files/BR-Makefile.patch >/dev/null 2>&1 || echo "Patch for brazilian Makefile failed." +.endif + --- Makefile.old Tue Dec 28 11:03:15 1999 +++ Makefile Tue Dec 28 11:07:01 1999 @@ -28,6 +28,14 @@ SEMASTERSITE= http://www.sslug.dk/locale/ispell/iswedish/ # Stuff + +.if defined(BATCH) +DENEU=yes +DEALT=yes +SE=yes +BR=yes +.endif + BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/ispell EXTRACT_ONLY= DISTFILES= @@ -51,7 +59,11 @@ .if !exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc) pre-fetch: +.if defined(BATCH) + @${CP} ${FILESDIR}/Makefile.inc.default ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc +.else @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.port +.endif .endif pre-build: Alex -- I doubt, therefore I might be. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991228111142.B1643>