From owner-freebsd-ports Tue Dec 28 2:12:18 1999 Delivered-To: freebsd-ports@freebsd.org Received: from cichlids.com (as15-129.rp-plus.de [149.221.237.129]) by hub.freebsd.org (Postfix) with ESMTP id B82D315461 for ; Tue, 28 Dec 1999 02:12:12 -0800 (PST) (envelope-from alex@cichlids.com) Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by cichlids.com (Postfix) with ESMTP id C7A67AB8D; Tue, 28 Dec 1999 11:11:00 +0100 (CET) Received: (from alex@localhost) by cichlids.cichlids.com (8.9.3/8.9.3) id LAA03116; Tue, 28 Dec 1999 11:11:42 +0100 (CET) (envelope-from alex) Date: Tue, 28 Dec 1999 11:11:42 +0100 From: Alexander Langer To: Steve Price Cc: Bill Fumerola , 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> Mail-Followup-To: Steve Price , Bill Fumerola , freebsd-ports@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from sprice@hiwaay.net on Mon, Dec 27, 1999 at 10:25:43AM -0600 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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