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

(-)ispell/Makefile (-1 / +3 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME?=	ispell
8
PORTNAME?=	ispell
9
PORTVERSION?=	3.2.06
9
PORTVERSION?=	3.2.06
10
PORTREVISION?=	4
10
PORTREVISION?=	5
11
CATEGORIES+=	textproc
11
CATEGORIES+=	textproc
12
MASTER_SITES=	http://fmg-www.cs.ucla.edu/geoff/tars/
12
MASTER_SITES=	http://fmg-www.cs.ucla.edu/geoff/tars/
13
DISTNAME=	ispell-3.2.06		# needed for slave ports / options
13
DISTNAME=	ispell-3.2.06		# needed for slave ports / options
Lines 289-295 Link Here
289
	${INSTALL_DATA} ${WRKSRC}/languages/american/english.med+ \
289
	${INSTALL_DATA} ${WRKSRC}/languages/american/english.med+ \
290
		${DATADIR}/english.dict
290
		${DATADIR}/english.dict
291
.endif
291
.endif
292
.if defined(ISPELL_DENEU) || defined(ISPELL_DEALT) || defined(ISPELL_FI) || defined(ISPELL_PL)
292
	@-${INSTALL_DATA} ${WRKDIR}/*/*.aff ${WRKDIR}/*/*.hash ${DATADIR}
293
	@-${INSTALL_DATA} ${WRKDIR}/*/*.aff ${WRKDIR}/*/*.hash ${DATADIR}
294
.endif
293
.if defined(ISPELL_IT)
295
.if defined(ISPELL_IT)
294
	@${CAT} ${MASTERDIR}/pkg-plist.it >> ${TMPPLIST}
296
	@${CAT} ${MASTERDIR}/pkg-plist.it >> ${TMPPLIST}
295
.endif
297
.endif
(-)ispell/files/patch-ad.maxnamlen (+14 lines)
Line 0 Link Here
1
--- config.X.orig	Thu Mar 25 03:03:29 2004
2
+++ config.X	Thu Mar 25 03:05:23 2004
3
@@ -169,6 +169,11 @@
4
 #include <sys/param.h>
5
 #include <sys/types.h>
6
 
7
+/* Support MAXNAMLEN greater than 14 on FreeBSD; this is not in
8
+ * sys/param.h for obvious reasons.
9
+ */
10
+#include <dirent.h>
11
+
12
 /*
13
 ** Things that normally go in a Makefile.  Define these just like you
14
 ** might in the Makefile, except you should use #define instead of

Return to bug 64700