http://www.berklix.com/~jhs/src/bsd/fixes/FreeBSD/ports/gen/www/httrack/files/patch-jb.httrack-3.43.12.REL=8.2-RELEASE by jhs@@berklix.com For httrack-3.43.12 in FreeBSD-8.2 release ports/ For httrack-3.45.3 in FreeBSD current ports/ @ Sun Apr 22 14:33:20 CEST 2012 Now commited, & Not needed for httrack-3.46.1 on 9.1-RELEASE *** src/htslib.c.orig Sun Apr 22 17:20:19 2012 --- src/htslib.c Sun Apr 22 17:21:53 2012 *************** *** 5255,5260 **** --- 5255,5261 ---- opt->makeindex=1; // faire un index opt->kindex=0; // index 'keyword' opt->delete_old=1; // effacer anciens fichiers + opt->background_on_suspend=0; // Background the process if Control Z calls signal suspend. opt->makestat=0; // pas de fichier de stats opt->maketrack=0; // ni de tracking opt->timeout=120; // timeout par défaut (2 minutes) *** src/htsopt.h.orig Thu Mar 22 20:07:20 2012 --- src/htsopt.h Sun Apr 22 18:05:06 2012 *************** *** 367,372 **** --- 367,374 ---- htslibhandles libHandles; // htsoptstate state; // state + // + int background_on_suspend; // Background process on suspend signal. }; // stats for httrack *** src/httrack.c.orig Thu Mar 22 20:07:20 2012 --- src/httrack.c Sun Apr 22 19:14:54 2012 *************** *** 31,37 **** /* ------------------------------------------------------------ */ /* File: htsshow.c console progress info */ ! /* Only used on Linux version */ /* Author: Xavier Roche */ /* ------------------------------------------------------------ */ --- 31,37 ---- /* ------------------------------------------------------------ */ /* File: htsshow.c console progress info */ ! /* Only used on Linux & FreeBSD versions */ /* Author: Xavier Roche */ /* ------------------------------------------------------------ */