Index: head/textproc/catdoc/Makefile =================================================================== --- head/textproc/catdoc/Makefile (revision 40106) +++ head/textproc/catdoc/Makefile (revision 40107) @@ -1,35 +1,35 @@ # New ports collection makefile for: catdoc # Date created: 11 November 1997 # Whom: Brion Moss # # $FreeBSD$ # PORTNAME= catdoc PORTVERSION= 0.91.4 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_TEX_CTAN} \ ftp://ftp.ice.ru/pub/vitus/ MASTER_SITE_SUBDIR= support/catdoc MAINTAINER= brion@queeg.com -WRKSRC= ${WRKDIR}/catdoc - GNU_CONFIGURE= yes MAN1= catdoc.1 xls2csv.1 -.if exists(${PREFIX}/bin/wish8.0) -CONFIGURE_ARGS+= --with-wish=${PREFIX}/bin/wish8.0 -.elseif exists(${PREFIX}/bin/wish8.1) -CONFIGURE_ARGS+= --with-wish=${PREFIX}/bin/wish8.1 -.else -CONFIGURE_ARGS+= --disable-wordview -.endif - .if !defined(LANG) || ${LANG} != ru_RU.KOI8-R # Remove the below line to get Cyrillic code page support instead CFLAGS+= -DLATIN1=1 .endif -.include +.include + +.for i in 0 1 2 3 +.if exists(${LOCALBASE}/bin/wish8.${i}) +CONFIGURE_ARGS= --with-wish=${LOCALBASE}/bin/wish8.${i} +RUN_DEPENDS= ${LOCALBASE}/bin/wish8.${i}:${PORTSDIR}/x11-toolkits/tk8${i} +.endif +.endfor + +.include Property changes on: head/textproc/catdoc/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.13 \ No newline at end of property +1.14 \ No newline at end of property Index: head/textproc/catdoc/distinfo =================================================================== --- head/textproc/catdoc/distinfo (revision 40106) +++ head/textproc/catdoc/distinfo (revision 40107) @@ -1 +1 @@ -MD5 (catdoc-0.91.4.tar.gz) = bfc146724ad45ba1287eb5466882670a +MD5 (catdoc-0.91.4.tar.gz) = 7ca7feaea0fe3d047eaa3d9aa3d467d1 Property changes on: head/textproc/catdoc/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/textproc/catdoc/files/patch-ac =================================================================== --- head/textproc/catdoc/files/patch-ac (revision 40106) +++ head/textproc/catdoc/files/patch-ac (nonexistent) @@ -1,10 +0,0 @@ ---- ../catdoc/doc/Makefile.in Tue Oct 19 14:50:02 1999 -+++ doc/Makefile.in Fri Sep 8 14:42:09 2000 -@@ -21,6 +21,7 @@ - install: catdoc.1 xls2csv.1 - ../mkinstalldirs $(installroot)$(mandir) - $(INSTALL) -m 644 catdoc.1 $(installroot)$(mandir)/catdoc$(manext) -+ $(INSTALL) -m 644 xls2csv.1 $(installroot)$(mandir)/xls2csv$(manext) - # Following rules are primarily for developers use. I doubt that you - # need to rebuild these versions of documentation - distclean: catdoc.1 catdoc.txt catdoc.ps xls2csv.1 xls2csv.txt xls2csv.ps Property changes on: head/textproc/catdoc/files/patch-ac ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/textproc/catdoc/files/patch-src::Makefile.in =================================================================== --- head/textproc/catdoc/files/patch-src::Makefile.in (nonexistent) +++ head/textproc/catdoc/files/patch-src::Makefile.in (revision 40107) @@ -0,0 +1,23 @@ + +$FreeBSD$ + +--- src/Makefile.in.orig Thu Dec 30 16:24:35 1999 ++++ src/Makefile.in Tue Mar 20 15:36:35 2001 +@@ -18,7 +18,7 @@ + install_targets = @installtargets@ + # Flags to pass to your C compilier + # remove -O2 on HP/UX 9. It is known to cause problems +-FLAGS=-Wall -O2 -g ++#FLAGS=-Wall -O2 -g + + #Compile-time configuration of catdoc itself. Edit according to taste + +@@ -61,7 +61,7 @@ + -DREPL_EXT=\"$(REPL_EXT)\" -DUNKNOWN_CHAR=\'$(UNKNOWN_CHAR)\'\ + -DSOURCE_CHARSET=\"$(SOURCE_CHARSET)\" -DTARGET_CHARSET=\"$(TARGET_CHARSET)\" + +-CFLAGS=$(FLAGS) $(DEFINES) @DEFS@ ++CFLAGS=$(FLAGS) $(DEFINES) @DEFS@ @CFLAGS@ + OBJ=catdoc.o charsets.o substmap.o reader.o writer.o fileutil.o\ + confutil.o analyze.o rtfreader.o + Property changes on: head/textproc/catdoc/files/patch-src::Makefile.in ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property