diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2003-08-18 02:48:32 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2003-08-18 02:48:32 +0000 |
commit | ae840a31404c057d0368b5d703d6b33b5c730251 (patch) | |
tree | 10535912ab7d2b5cc2c10e00622f39f9fdb5ca4e /editors | |
parent | f7aea6d2e216bf7afe66c9f349b0f5e25b2dee55 (diff) | |
download | ports-ae840a31404c057d0368b5d703d6b33b5c730251.tar.gz ports-ae840a31404c057d0368b5d703d6b33b5c730251.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/ted/Makefile | 1 | ||||
-rw-r--r-- | editors/ted/files/patch-appUtil::utilPrinter.c | 20 |
2 files changed, 21 insertions, 0 deletions
diff --git a/editors/ted/Makefile b/editors/ted/Makefile index 796095a8a56e..dfd87d49d02b 100644 --- a/editors/ted/Makefile +++ b/editors/ted/Makefile @@ -7,6 +7,7 @@ PORTNAME= ted PORTVERSION= 2.14 +PORTREVISION= 1 CATEGORIES= editors textproc print MASTER_SITES= ftp://ftp.nluug.nl/pub/editors/ted/ EXTRACT_SUFX= .src.tar.gz diff --git a/editors/ted/files/patch-appUtil::utilPrinter.c b/editors/ted/files/patch-appUtil::utilPrinter.c new file mode 100644 index 000000000000..5851e93e36ba --- /dev/null +++ b/editors/ted/files/patch-appUtil::utilPrinter.c @@ -0,0 +1,20 @@ + $FreeBSD$ + + --- appUtil/utilPrinter.c Sun Aug 17 19:14:01 2003 + +++ appUtil/utilPrinter.c Sun Aug 17 19:15:54 2003 + @@ -281,14 +281,14 @@ + /* 1 */ + if ( count == 0 ) + { + - utilPrinterGetLprPrinters( "( lpc status ) 2>/dev/null", + + utilPrinterGetLprPrinters( "( lpc status all) 2>/dev/null", + &defaultPrinter, &count, &pd ); + } + + /* 1b */ + if ( count == 0 ) + { + - utilPrinterGetLprPrinters( "( /usr/sbin/lpc status ) 2>/dev/null", + + utilPrinterGetLprPrinters( "( /usr/sbin/lpc status all) 2>/dev/null", + &defaultPrinter, &count, &pd ); + } |