summaryrefslogtreecommitdiff
path: root/sysutils/sdd/files/patch-sdd_sdd.c
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2015-11-01 16:02:28 +0000
committerRene Ladan <rene@FreeBSD.org>2015-11-01 16:02:28 +0000
commit5e1001eeb3e8c92ec3453e2cee94a870ee99ed86 (patch)
tree2d4440a865b6507c6089800fceacb58171068eed /sysutils/sdd/files/patch-sdd_sdd.c
parentIgnore on the package builders when default version of python is not 3.4+ (diff)
Remove expired ports:
2015-10-31 audio/cmus-post.fm: Broken for more than 6 months 2015-10-31 devel/libphish: Broken for more than 6 months 2015-10-31 devel/rubygem-debugger: This port is for Ruby 1.9 only. Upstream stopped maintenance. 2015-10-31 games/linux-ningpo-demo: Broken for more than 6 months 2015-10-30 graphics/gdal-grass: Superseded by gdal-2.0.0 2015-10-31 graphics/picviz: Broken for more than 6 months 2015-10-31 irc/weechat-devel: far behind stable irc/weechat (use it instead) 2015-10-31 mail/cucipop: Broken for more than 6 months 2015-10-31 math/rkward-kde4: Depends on deprecated math/R-cran-car 2015-10-31 multimedia/streamanalyze: Broken for more than 6 months 2015-10-31 net-mgmt/collectd: Please move to collectd5 - collect4 is not developed/patched 2015-10-31 sysutils/sdd: Broken for more than 6 months 2015-10-31 sysutils/xfce4-minicmd-plugin: Broken for more than 6 months 2015-10-31 www/linux-libgtkembedmoz: Broken for more than 6 months 2015-10-31 www/py-feedfinder: Broken for more than 6 months 2015-10-31 www/py-openssl-proxy: Broken for more than 6 months 2015-10-31 www/py-webware: Broken for more than 6 months 2015-10-31 www/py-webware-component: Depends on deprecated www/py-webware 2015-10-31 x11-fonts/code2001: Broken for more than 6 months 2015-10-31 x11-wm/e-module-diskio: Broken for more than 7 months
Notes
Notes: svn path=/head/; revision=400622
Diffstat (limited to 'sysutils/sdd/files/patch-sdd_sdd.c')
-rw-r--r--sysutils/sdd/files/patch-sdd_sdd.c38
1 files changed, 0 insertions, 38 deletions
diff --git a/sysutils/sdd/files/patch-sdd_sdd.c b/sysutils/sdd/files/patch-sdd_sdd.c
deleted file mode 100644
index 36e36f213ad5..000000000000
--- a/sysutils/sdd/files/patch-sdd_sdd.c
+++ /dev/null
@@ -1,38 +0,0 @@
---- sdd/sdd.c.orig Fri Sep 17 02:28:51 2004
-+++ sdd/sdd.c Fri Sep 17 02:30:12 2004
-@@ -1654,11 +1654,13 @@
- usage(ex)
- int ex;
- {
-- error("\
-+ FILE *fp = ex ? stderr : stdout;
-+
-+ fprintf(fp, "\
- Usage: sdd [option=value] [-flag]\n\
- Options:\n\
- ");
-- error("\
-+ fprintf(fp, "\
- if=name Read input from name instead of stdin\n\
- of=name Write output to name instead of stdout\n\
- -inull Do not read input from file (use null char's)\n\
-@@ -1672,7 +1674,7 @@
- seek=#,skip=# Seek/skip # bytes on input/output before starting\n\
- ivseek=#,ovseek=# Seek # bytes on input/output volumes before starting\n\
- ");
-- error("\
-+ fprintf(fp, "\
- -notrunc Do not trunctate existing output file\n\
- -pg Print a dot on each write to indicate progress\n\
- -noerror Do not stop on error\n\
-@@ -1683,8 +1685,8 @@
- -fill Fill each record with zeros up to obs\n\
- -swab,-block,-unblock,-lcase,-ucase,-ascii,-ebcdic,-ibm\n\
- ");
-- error("\t-help\t\t print this online help\n");
-- error("\t-version\t print version number\n");
-+ fprintf(fp, "\t-help\t\t print this online help\n");
-+ fprintf(fp, "\t-version\t print version number\n");
- exit(ex);
- }
-