View | Details | Raw Unified | Return to bug 122336
Collapse All | Expand All

(-)Makefile (-1 / +3 lines)
Lines 95-104 Link Here
95
EXTRACT_ONLY+=	${BRDISTFILE}
95
EXTRACT_ONLY+=	${BRDISTFILE}
96
.endif
96
.endif
97
.if defined(ISPELL_DENEU)
97
.if defined(ISPELL_DENEU)
98
BROKEN=		igerman98-20071211/Makefile must be patched
99
DENEUDISTFILE=	igerman98-20071211.tar.bz2
98
DENEUDISTFILE=	igerman98-20071211.tar.bz2
100
MASTER_SITES+=	http://www.j3e.de/ispell/igerman98/dict/:denu
99
MASTER_SITES+=	http://www.j3e.de/ispell/igerman98/dict/:denu
101
EXTRA_DICT+=	${DENEUDISTFILE}:denu
100
EXTRA_DICT+=	${DENEUDISTFILE}:denu
101
USE_GMAKE=	yes
102
.endif
102
.endif
103
.if defined(ISPELL_DEALT)
103
.if defined(ISPELL_DEALT)
104
DEALTDISTFILE=	hk-deutsch.tar.gz
104
DEALTDISTFILE=	hk-deutsch.tar.gz
Lines 215-220 Link Here
215
.endif
215
.endif
216
.if defined(ISPELL_DENEU)
216
.if defined(ISPELL_DENEU)
217
	@cd ${WRKDIR}/${DENEUDISTFILE:S=.tar.bz2$==} && ${PATCH} < ${FILESDIR}/DENEU.patch 2>/dev/null
217
	@cd ${WRKDIR}/${DENEUDISTFILE:S=.tar.bz2$==} && ${PATCH} < ${FILESDIR}/DENEU.patch 2>/dev/null
218
	@cd ${WRKDIR}/${DENEUDISTFILE:S=.tar.bz2$==} && ${MV} Makefile GNUmakefile
219
	@${CP} ${FILESDIR}/DENEU.makefile ${WRKDIR}/${DENEUDISTFILE:S=.tar.bz2$==}/Makefile
218
.endif
220
.endif
219
.if defined(ISPELL_SE)
221
.if defined(ISPELL_SE)
220
	@cd ${WRKDIR} && ${PATCH} < ${FILESDIR}/SE.patch 2>/dev/null
222
	@cd ${WRKDIR} && ${PATCH} < ${FILESDIR}/SE.patch 2>/dev/null
(-)files/DENEU.makefile (+10 lines)
Added Link Here
1
2
3
german.hash:
4
	gmake ispell/de_DE.aff ispell/de_DE.hash
5
	cp ispell/de_DE.hash german.hash
6
	cp ispell/de_DE.aff german.aff
7
8
install:
9
	gmake install
10
(-)files/DENEU.patch (-9 / +22 lines)
Lines 1-18 Link Here
1
--- Makefile.orig	Sun Sep  3 02:57:42 2000
1
--- Makefile.orig	2007-12-11 15:52:44.000000000 +0100
2
+++ Makefile	Sat Jan 13 14:14:55 2001
2
+++ Makefile	2008-04-01 15:44:16.000000000 +0200
3
@@ -46,13 +46,13 @@
3
@@ -62,16 +62,16 @@
4
 #ZIP_OPTS = -j -r -9 -X
5
 ZIP = 7z
6
 ZIP_OPTS = a -tzip -mx=9
7
-BUILDHASH = buildhash
8
+BUILDHASH = ../ispell-3.2.06/buildhash
4
 
9
 
10
-ISPELL = ispell
11
+ISPELL = ../ispell-3.2.06/ispell
12
 HUNSPELL_BIN = hunspell
13
 # Hunspell starting with 1.1.9 (?) uses automatic charset transcoding,
14
 # we need to make sure we use latin1:
15
 HUNSPELL = $(HUNSPELL_BIN) `$(HUNSPELL_BIN) -h 2>&1 | grep -q "hunspell \\-i" && echo "-i latin1"`
5
 
16
 
6
 MAKE = make
7
-BUILDHASH = buildhash
8
+BUILDHASH ?= buildhash
9
 ISPELL = ispell
10
 SQ = sq
17
 SQ = sq
11
-UNSQ = unsq
18
-UNSQ = unsq
12
+UNSQ ?= unsq
19
+UNSQ = ../ispell-3.2.06/unsq
13
 #   if for some reason you don't have Ispell's unsq use my Perl sq/unsq
20
 #   if for some reason you don't have Ispell's unsq use my Perl sq/unsq
14
 #  and put it into a directory known by your PATH variable!
21
 #  and put it into a directory known by your PATH variable!
15
 #UNSQ = unsq.pl
22
 #UNSQ = unsq.pl
23
@@ -113,7 +113,7 @@
24
 	$$(BUILDHASH) all.words.$(1).tmp ./ispell/$(1).aff $$@
16
 
25
 
17
 ASPELL = aspell
26
 all.words.$(1).tmp: all.words.$(1).raw ispell/$(1).aff
27
-	munchlist -l ./ispell/$(1).aff all.words.$(1).raw > $$@
28
+	../ispell-3.2.06/munchlist -l ./ispell/$(1).aff all.words.$(1).raw > $$@
18
 
29
 
30
 all.words.$(1).raw: $$(WORDS_$(1)) $$(WORDS_de_all) dicts/abkuerzpunkt.txt
31
 	sed "s/qq//g;s/\.//;s/\-.*//" dicts/abkuerzpunkt.txt $$(WORDS_$(1)) $$(WORDS_de_all) \

Return to bug 122336