summaryrefslogtreecommitdiff
path: root/textproc/iiimf-server/files/patch-iiimsf_src_segvlogger.c
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-05-01 19:29:59 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2011-05-01 19:29:59 +0000
commit47a21a54dded355a183053151eb0aa400170db5c (patch)
tree60c1235403e2605e88b677bb091a766f56be9e24 /textproc/iiimf-server/files/patch-iiimsf_src_segvlogger.c
parentRemoved ports that depends on iiimf expired ports + they are abandonware (diff)
Remove unmaintained expired ports from textproc
2011-05-01 textproc/ctpp: Deprecated please use ctpp2 textproc/ctpp2 2011-05-01 textproc/dsssl-docbook-cygnus: Distfile is no more available 2011-05-01 textproc/fdp-tools: Distfile is no more available 2011-05-01 textproc/gtkdiff: Upstream disapear and distfile is no more available 2011-05-01 textproc/iiimf-client-lib: Upstream disapear and distfile is no more available 2011-05-01 textproc/iiimf-csconv: Upstream disapear and distfile is no more available 2011-05-01 textproc/iiimf-headers: Upstream disapear and distfile is no more available 2011-05-01 textproc/iiimf-le-unit: Upstream disapear and distfile is no more available 2011-05-01 textproc/iiimf-protocol-lib: Upstream disapear and distfile is no more available 2011-05-01 textproc/iiimf-server: Upstream disapear and distfile is no more available 2011-05-01 textproc/iiimf-x: Upstream disapear and distfile is no more available 2011-05-01 textproc/iiimf-x-lib: Upstream disapear and distfile is no more available 2011-05-01 textproc/maketeidtd: Upstream disapear and distfile is no more available 2011-05-01 textproc/minidom: Upstream disapear and distfile is no more available 2011-05-01 textproc/ocaml-yaxpo: Upstream disapear and distfile is no more available 2011-05-01 textproc/p5-LJ-SpellCheck: Upstream disapear and distfile is no more available 2011-05-01 textproc/py-HyperText: Upstream disapear and distfile is no more available 2011-05-01 textproc/smartdoc: Upstream disapear and distfile is no more available 2011-05-01 textproc/xmlpp: Upstream disapear and distfile is no more available
Notes
Notes: svn path=/head/; revision=273411
Diffstat (limited to 'textproc/iiimf-server/files/patch-iiimsf_src_segvlogger.c')
-rw-r--r--textproc/iiimf-server/files/patch-iiimsf_src_segvlogger.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/textproc/iiimf-server/files/patch-iiimsf_src_segvlogger.c b/textproc/iiimf-server/files/patch-iiimsf_src_segvlogger.c
deleted file mode 100644
index a761c47e40cf..000000000000
--- a/textproc/iiimf-server/files/patch-iiimsf_src_segvlogger.c
+++ /dev/null
@@ -1,16 +0,0 @@
---- iiimsf/src/segvlogger.c.orig Mon May 9 17:50:07 2005
-+++ iiimsf/src/segvlogger.c Mon May 9 17:52:09 2005
-@@ -63,8 +63,13 @@
- }
- exit(1);
- }
-+#ifndef __FreeBSD__
- snprintf(buffer, 1024, "gdb --batch --quiet --command %s/gdbcmd --pid %d",
- DATADIR, ppid);
-+#else
-+ snprintf(buffer, 1024, "gdb -batch -q -x %s/gdbcmd %s/bin/iiimd %d",
-+ DATADIR, PREFIX, ppid);
-+#endif
-
- if ((fpr = popen(buffer, "r")) != NULL) {
- char logfile[PATH_MAX];