From 47a21a54dded355a183053151eb0aa400170db5c Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Sun, 1 May 2011 19:29:59 +0000 Subject: 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 --- .../iiimf-server/files/patch-iiimsf_src_segvlogger.c | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 textproc/iiimf-server/files/patch-iiimsf_src_segvlogger.c (limited to 'textproc/iiimf-server/files/patch-iiimsf_src_segvlogger.c') 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]; -- cgit v1.2.3