diff options
author | olgeni <olgeni@FreeBSD.org> | 2015-12-11 08:25:36 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2015-12-11 08:25:36 +0800 |
commit | 11d6bd8374bda781eb16f416cd578af2d6b207cb (patch) | |
tree | 59be263f37cda4df195c12818555685d6a2a7bb2 /comms | |
parent | fc2995045266512e2b903d03ef04e6dbcff79a70 (diff) | |
download | freebsd-ports-gnome-11d6bd8374bda781eb16f416cd578af2d6b207cb.tar.gz freebsd-ports-gnome-11d6bd8374bda781eb16f416cd578af2d6b207cb.tar.zst freebsd-ports-gnome-11d6bd8374bda781eb16f416cd578af2d6b207cb.zip |
Upgrade comms/mgetty+sendfax to version 1.1.37.
PR: 205152
Submitted by: takefu@airport.fm
Diffstat (limited to 'comms')
-rw-r--r-- | comms/mgetty+sendfax/Makefile | 32 | ||||
-rw-r--r-- | comms/mgetty+sendfax/distinfo | 4 | ||||
-rw-r--r-- | comms/mgetty+sendfax/files/patch-CVE-2008-4936 | 12 | ||||
-rw-r--r-- | comms/mgetty+sendfax/files/patch-Makefile | 50 | ||||
-rw-r--r-- | comms/mgetty+sendfax/files/patch-doc_Makefile | 10 | ||||
-rw-r--r-- | comms/mgetty+sendfax/files/patch-fax_Makefile | 16 | ||||
-rw-r--r-- | comms/mgetty+sendfax/files/patch-fax_faxspool.in | 6 | ||||
-rw-r--r-- | comms/mgetty+sendfax/files/patch-g3_Makefile | 4 | ||||
-rw-r--r-- | comms/mgetty+sendfax/files/patch-mg__utmp.h | 6 | ||||
-rw-r--r-- | comms/mgetty+sendfax/files/patch-mg_m_init.c | 8 | ||||
-rw-r--r-- | comms/mgetty+sendfax/files/patch-utmp.c | 4 | ||||
-rw-r--r-- | comms/mgetty+sendfax/files/patch-voice_Makefile | 8 | ||||
-rw-r--r-- | comms/mgetty+sendfax/files/patch-voice_libvoice_signal.c | 7 | ||||
-rw-r--r-- | comms/mgetty+sendfax/pkg-plist | 21 |
14 files changed, 94 insertions, 94 deletions
diff --git a/comms/mgetty+sendfax/Makefile b/comms/mgetty+sendfax/Makefile index 624efc066ac9..8f9de9ecaab4 100644 --- a/comms/mgetty+sendfax/Makefile +++ b/comms/mgetty+sendfax/Makefile @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= mgetty -PORTVERSION= 1.1.35 -PORTREVISION= 8 +PORTVERSION= 1.1.37 CATEGORIES= comms MASTER_SITES= ftp://mgetty.greenie.net/pub/mgetty/source/1.1/ -DISTNAME= ${PORTNAME}${PORTVERSION}-Feb22 +DISTNAME= ${PORTNAME}${PORTVERSION}-Jun05 MAINTAINER= olgeni@FreeBSD.org COMMENT= Handle external logins, send and receive faxes @@ -15,42 +14,33 @@ LICENSE= GPLv2 USE_CSTD= gnu89 USES= makeinfo perl5 shebangfix -SHEBANG_FILES= samples/fax \ - samples/new_fax.all/new_fax \ - samples/new_fax.mime1 +SHEBANG_FILES= samples/fax samples/new_fax.all/new_fax samples/new_fax.mime1 SUB_FILES= pkg-message mgettycfg WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -MAKE_FLAGS= CFLAGS="${CFLAGS}" prefix=${PREFIX} LOCALBASE=${LOCALBASE} STAGEDIR=${STAGEDIR} -f +MAKE_FLAGS= CFLAGS="${CFLAGS}" prefix=${PREFIX} LOCALBASE=${LOCALBASE}\ + STAGEDIR=${STAGEDIR} -f ALL_TARGET= noident all INFO= mgetty +CFLAGS+= -DAUTO_PPP MAKE_JOBS_UNSAFE= yes OPTIONS_DEFINE= FIDO - FIDO_DESC= Enable FIDO EMSI support - -CFLAGS+= -DAUTO_PPP - FIDO_CFLAGS= -DFIDO pre-install: @(cd ${WRKSRC}/doc; ${MAKE} manpages) post-install: - @${MV} ${STAGEDIR}${PREFIX}/etc/mgetty+sendfax/dialin.config \ - ${STAGEDIR}${PREFIX}/etc/mgetty+sendfax/dialin.config.sample - @${MV} ${STAGEDIR}${PREFIX}/etc/mgetty+sendfax/faxheader \ - ${STAGEDIR}${PREFIX}/etc/mgetty+sendfax/faxheader.sample - @${MV} ${STAGEDIR}${PREFIX}/etc/mgetty+sendfax/faxrunq.config \ - ${STAGEDIR}${PREFIX}/etc/mgetty+sendfax/faxrunq.config.sample - @${MV} ${STAGEDIR}${PREFIX}/etc/mgetty+sendfax/login.config \ - ${STAGEDIR}${PREFIX}/etc/mgetty+sendfax/login.config.sample +.for a in dialin.config faxheader faxrunq.config login.config + cd ${STAGEDIR}${PREFIX}/etc/mgetty+sendfax/ && ${MV} ${a} ${a}.sample +.endfor ${INSTALL_DATA} -m 600 ${WRKSRC}/voice/voice.conf-dist \ ${STAGEDIR}${PREFIX}/etc/mgetty+sendfax/voice.conf.sample - ${TAR} -cf - -C ${WRKSRC} samples | ${TAR} -xf - -C ${STAGEDIR}${PREFIX}/lib/mgetty+sendfax/ + cd ${WRKSRC} && ${COPYTREE_BIN} samples\ + ${STAGEDIR}${PREFIX}/lib/mgetty+sendfax ${INSTALL_SCRIPT} ${WRKDIR}/mgettycfg ${STAGEDIR}${PREFIX}/bin - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/mgetty+sendfax/faxq-helper .include <bsd.port.mk> diff --git a/comms/mgetty+sendfax/distinfo b/comms/mgetty+sendfax/distinfo index df1f8537dc3b..cf57f6ad239a 100644 --- a/comms/mgetty+sendfax/distinfo +++ b/comms/mgetty+sendfax/distinfo @@ -1,2 +1,2 @@ -SHA256 (mgetty1.1.35-Feb22.tar.gz) = 0846bfdc49f535842be033a3080b2b08499fabeec8de644c34470243d799f928 -SIZE (mgetty1.1.35-Feb22.tar.gz) = 1023412 +SHA256 (mgetty1.1.37-Jun05.tar.gz) = 6ff8cbc4f8aacd3dd7f247ff96715141bc6173745ea916dd98b8381a85ecdf0e +SIZE (mgetty1.1.37-Jun05.tar.gz) = 1057939 diff --git a/comms/mgetty+sendfax/files/patch-CVE-2008-4936 b/comms/mgetty+sendfax/files/patch-CVE-2008-4936 index b3ce58f7a054..140cf409b287 100644 --- a/comms/mgetty+sendfax/files/patch-CVE-2008-4936 +++ b/comms/mgetty+sendfax/files/patch-CVE-2008-4936 @@ -1,6 +1,6 @@ ---- fax/faxspool.in.orig 2008-12-06 22:30:36.000000000 +0300 -+++ fax/faxspool.in 2008-12-06 22:48:40.000000000 +0300 -@@ -653,12 +653,12 @@ +--- fax/faxspool.in.orig 2010-06-04 13:01:49 UTC ++++ fax/faxspool.in +@@ -672,12 +672,12 @@ fi # # mkdir a directory in $TMP (or /tmp), convert input to G3 in there # @@ -16,7 +16,7 @@ fi # -@@ -675,9 +675,12 @@ +@@ -694,9 +694,12 @@ do if [ x$file = x- ] then $echo "spooling $file (stdin)..." @@ -32,7 +32,7 @@ else $echo "spooling $file..." fi -@@ -924,7 +927,7 @@ +@@ -951,7 +954,7 @@ if [ -z "$finalpg" -a -z "$poll_req" ] then $echo "\nnothing to do (no cover page, no data)." >&2 cd $FAX_SPOOL_OUT @@ -41,7 +41,7 @@ exit 52 fi -@@ -965,7 +968,7 @@ +@@ -992,7 +995,7 @@ $FAXQ_HELPER activate $new_seq < $job.q # clean up rm $job.q cd .. diff --git a/comms/mgetty+sendfax/files/patch-Makefile b/comms/mgetty+sendfax/files/patch-Makefile index d5c6fcf8b31e..7e88c227ee96 100644 --- a/comms/mgetty+sendfax/files/patch-Makefile +++ b/comms/mgetty+sendfax/files/patch-Makefile @@ -1,17 +1,15 @@ ---- Makefile.orig +--- Makefile.orig 2010-06-05 09:48:22 UTC +++ Makefile -@@ -4,8 +4,8 @@ - # - # this is the C compiler to use (on SunOS, the standard "cc" does not +@@ -6,7 +6,7 @@ # grok my code, so please use gcc there. On ISC 4.0, use "icc".). + # + # if you are cross-compiling, this is the C compiler for the target platform -CC=gcc --#CC=cc +#CC=gcc -+CC=cc - # - #### C Compiler Flags #### + #CC=cc # -@@ -102,7 +102,7 @@ + # if you are cross-compiling, *this* needs to be the C compiler that +@@ -109,7 +109,7 @@ HOSTCC=$(CC) # USTAT - ustat(), no statfs etc. # #CFLAGS=-Wall -O2 -pipe -DSECUREWARE -DUSE_POLL @@ -20,16 +18,16 @@ #CFLAGS=-O -DSVR4 #CFLAGS=-O -DSVR4 -DSVR42 #CFLAGS=-O -DUSE_POLL -@@ -144,7 +144,7 @@ +@@ -151,7 +151,7 @@ CFLAGS=-O2 -Wall -pipe # For Linux, add "-lutil" if the linker complains about "updwtmp". # LDFLAGS= -LIBS= -+LIBS= -lutil ++LIBS= -lutil #LIBS=-lprot -lsocket # SCO Unix #LIBS=-lsocket #LIBS=-lbsd # OSF/1 -@@ -164,7 +164,8 @@ +@@ -171,7 +171,8 @@ LIBS= # # if your systems doesn't have one, use the shell script that I provide # in "inst.sh" (taken from X11R5). Needed on IRIX5.2 @@ -39,7 +37,7 @@ #INSTALL=install -c -o root -g wheel # NeXT/BSD #INSTALL=/usr/ucb/install -c -o bin -g bin # AIX, Solaris 2.x #INSTALL=installbsd -c -o bin -g bin # OSF/1, AIX 4.1, 4.2 -@@ -216,7 +217,7 @@ +@@ -223,7 +224,7 @@ FAX_SPOOL_OUT=$(FAX_SPOOL)/outgoing # (it's possible to run faxrunq(d) as root, but the FAX_OUT_USER # MUST NOT BE root or any other privileged account). # @@ -48,7 +46,7 @@ # # # Where section 1 manual pages should be placed -@@ -258,12 +259,12 @@ +@@ -265,12 +266,12 @@ AWK=awk # and the "tkperl" frontends without PERL, so don't worry if you don't # have it. # If you specify command line arguments (-w), don't forget the quotes! @@ -63,7 +61,7 @@ # # # An echo program that understands escapes like "\n" for newline or -@@ -275,9 +276,9 @@ +@@ -282,9 +283,9 @@ TKPERL=/usr/bin/tkperl # please use the "mg.echo" program provided in the compat/ subdirectory. # Set ECHO="mg.echo" and INSTALL_MECHO to mg.echo # @@ -75,16 +73,16 @@ # # for mgetty, that's it. If you want to use the voice -@@ -317,7 +318,7 @@ +@@ -324,7 +325,7 @@ SFAXOBJ=sendfax.o logfile.o locks.o mode - all: bin-all doc-all + all: bin-all doc-man-only -bin-all: mgetty sendfax newslock sedscript subdirs call-back +bin-all: mgetty sendfax newslock sedscript subdirs call-back vgetty # a few C files need extra compiler arguments -@@ -578,42 +579,39 @@ +@@ -585,44 +586,39 @@ bindist: all doc-all sedscript cd bindist; gtar cvvfz mgetty$(MR).$(SR)-bin.tgz * @@ -103,8 +101,10 @@ + $(INSTALL_PROGRAM) -m 755 newslock $(STAGEDIR)$(BINDIR) - -test -d $(SBINDIR) || ( ./mkidirs $(SBINDIR) ; chmod 755 $(SBINDIR) ) -- -mv -f $(SBINDIR)/mgetty $(SBINDIR)/mgetty.old -- -mv -f $(SBINDIR)/sendfax $(SBINDIR)/sendfax.old +- if [ -f $(SBINDIR)/mgetty ] ; then \ +- mv -f $(SBINDIR)/mgetty $(SBINDIR)/mgetty.old ; fi +- if [ -f $(SBINDIR)/sendfax ] ; then \ +- mv -f $(SBINDIR)/sendfax $(SBINDIR)/sendfax.old ; fi - $(INSTALL) -s -m 700 mgetty $(SBINDIR) - $(INSTALL) -s -m 755 sendfax $(SBINDIR) + -test -d $(STAGEDIR)$(SBINDIR) || ( ./mkidirs $(STAGEDIR)$(SBINDIR) ; chmod 755 $(STAGEDIR)$(SBINDIR) ) @@ -148,7 +148,7 @@ then \ echo "WARNING: the format of $(LIBDIR)/mgetty.login has " ;\ echo "been changed. Because of this, to avoid confusions, it's called " ;\ -@@ -621,24 +619,9 @@ +@@ -630,24 +626,9 @@ install.bin: mgetty sendfax newslock \ echo "" ;\ fi # @@ -169,12 +169,12 @@ -# # g3 tool programs # -- cd g3 ; $(MAKE) install INSTALL="$(INSTALL)" \ -+ cd g3 ; $(MAKE) install INSTALL="$(INSTALL_PROGRAM)" \ +- cd g3 && $(MAKE) install INSTALL="$(INSTALL)" \ ++ cd g3 && $(MAKE) install INSTALL="$(INSTALL_PROGRAM)" \ BINDIR=$(BINDIR) \ LIBDIR=$(LIBDIR) CONFDIR=$(CONFDIR) # -@@ -654,7 +637,7 @@ +@@ -663,7 +644,7 @@ install.bin: mgetty sendfax newslock \ if [ ! -z "$(INSTALL_MECHO)" ] ; then \ cd compat ; \ $(CC) $(CFLAGS) -o mg.echo mg.echo.c && \ @@ -183,7 +183,7 @@ fi # -@@ -662,11 +645,11 @@ +@@ -671,11 +652,11 @@ install.bin: mgetty sendfax newslock \ # install.doc: cd doc ; $(MAKE) install INSTALL="$(INSTALL)" \ diff --git a/comms/mgetty+sendfax/files/patch-doc_Makefile b/comms/mgetty+sendfax/files/patch-doc_Makefile index 13d8848d3b4f..720871325d75 100644 --- a/comms/mgetty+sendfax/files/patch-doc_Makefile +++ b/comms/mgetty+sendfax/files/patch-doc_Makefile @@ -1,15 +1,15 @@ ---- doc/Makefile.orig Fri Nov 28 04:33:26 1997 -+++ doc/Makefile Tue Dec 1 00:49:56 1998 -@@ -26,7 +26,7 @@ +--- doc/Makefile.orig 2009-02-18 08:15:59 UTC ++++ doc/Makefile +@@ -26,7 +26,7 @@ MAN_FMT_PRG=$(NROFF) -man - all: + all: manpages fmt-manpages mgetty.texi -doc-all: mgetty.asc mgetty.info mgetty.dvi mgetty.ps fmt-manpages $(MANSRC) +doc-all: mgetty.asc mgetty.info fmt-manpages $(MANSRC) manpages: $(MANSRC) -@@ -43,7 +43,7 @@ +@@ -43,7 +43,7 @@ mgetty.html: mgetty.texi -texi2html -verbose mgetty.texi mgetty.info: mgetty.texi diff --git a/comms/mgetty+sendfax/files/patch-fax_Makefile b/comms/mgetty+sendfax/files/patch-fax_Makefile index ab57d2d8eaa1..03e2e4cc6585 100644 --- a/comms/mgetty+sendfax/files/patch-fax_Makefile +++ b/comms/mgetty+sendfax/files/patch-fax_Makefile @@ -1,6 +1,14 @@ ---- fax/Makefile.orig +--- fax/Makefile.orig 2006-02-22 17:25:30 UTC +++ fax/Makefile -@@ -56,20 +56,16 @@ +@@ -6,6 +6,7 @@ + + CC=gcc + CFLAGS=-O2 -I.. -Wall ++INSTALL_PROGRAM=install -s -c + + FAX_SCRIPTS=faxspool faxrunq faxq faxrm + +@@ -53,20 +54,16 @@ install: all # programs / scripts # -for i in $(FAX_SCRIPTS); do \ @@ -13,7 +21,7 @@ - chown $(FAX_OUT_USER) $(LIBDIR)/faxq-helper - chmod 4711 $(LIBDIR)/faxq-helper + $(INSTALL) -m 755 faxrunqd $(STAGEDIR)$(SBINDIR) -+ $(INSTALL) faxq-helper $(STAGEDIR)$(LIBDIR) ++ $(INSTALL_PROGRAM) faxq-helper $(STAGEDIR)$(LIBDIR) # # data files # @@ -27,7 +35,7 @@ # # /etc/magic # -@@ -82,4 +78,4 @@ +@@ -79,4 +76,4 @@ install: all # # faxspool.rules sample file # diff --git a/comms/mgetty+sendfax/files/patch-fax_faxspool.in b/comms/mgetty+sendfax/files/patch-fax_faxspool.in index dc10c2457132..c8b225da7381 100644 --- a/comms/mgetty+sendfax/files/patch-fax_faxspool.in +++ b/comms/mgetty+sendfax/files/patch-fax_faxspool.in @@ -1,6 +1,6 @@ ---- fax/faxspool.in~ Sat Jul 9 14:25:15 2005 -+++ fax/faxspool.in Sat Jul 9 14:30:44 2005 -@@ -401,11 +401,11 @@ +--- fax/faxspool.in.orig 2010-06-04 13:01:49 UTC ++++ fax/faxspool.in +@@ -417,11 +417,11 @@ fs_cvt_pdf() # user name (for fax header only! auth is done by faxq-helper via getuid()) ########## diff --git a/comms/mgetty+sendfax/files/patch-g3_Makefile b/comms/mgetty+sendfax/files/patch-g3_Makefile index ddde18231d19..21476699bb23 100644 --- a/comms/mgetty+sendfax/files/patch-g3_Makefile +++ b/comms/mgetty+sendfax/files/patch-g3_Makefile @@ -1,6 +1,6 @@ ---- g3/Makefile.orig +--- g3/Makefile.orig 2006-02-22 17:25:34 UTC +++ g3/Makefile -@@ -40,13 +40,13 @@ +@@ -37,13 +37,13 @@ install: all # install programs # for f in $(G3_PROGRAMS) ; do \ diff --git a/comms/mgetty+sendfax/files/patch-mg__utmp.h b/comms/mgetty+sendfax/files/patch-mg__utmp.h index 58651005c4ce..98a2dd1e5318 100644 --- a/comms/mgetty+sendfax/files/patch-mg__utmp.h +++ b/comms/mgetty+sendfax/files/patch-mg__utmp.h @@ -1,4 +1,4 @@ ---- mg_utmp.h.orig +--- mg_utmp.h.orig 1997-01-12 14:53:42 UTC +++ mg_utmp.h @@ -1,4 +1,4 @@ -#ident "$Id: mg_utmp.h,v 4.1 1997/01/12 14:53:42 gert Exp $ Copyright (c) Gert Doering" @@ -6,7 +6,7 @@ /* definitions for utmp reading / writing routines, * highly SysV / BSD dependent -@@ -31,6 +31,25 @@ +@@ -31,6 +31,25 @@ void setutent(); #else /* SunOS or generic BSD */ @@ -32,7 +32,7 @@ #include <sys/types.h> #include <utmp.h> -@@ -41,6 +60,8 @@ +@@ -41,6 +60,8 @@ void setutent(); #define UT_LOGIN 1 #define UT_USER 2 diff --git a/comms/mgetty+sendfax/files/patch-mg_m_init.c b/comms/mgetty+sendfax/files/patch-mg_m_init.c index 96d390c28241..8771a9dee36a 100644 --- a/comms/mgetty+sendfax/files/patch-mg_m_init.c +++ b/comms/mgetty+sendfax/files/patch-mg_m_init.c @@ -1,6 +1,6 @@ ---- mg_m_init.c.orig Sat Nov 26 17:47:44 2005 -+++ mg_m_init.c Sat Dec 17 12:24:51 2005 -@@ -269,7 +269,7 @@ +--- mg_m_init.c.orig 2006-01-03 10:15:37 UTC ++++ mg_m_init.c +@@ -284,7 +284,7 @@ int mg_open_device _P2 ( (devname, block if (fd > 0) { (void) close(0); @@ -9,7 +9,7 @@ { lprintf( L_FATAL, "mod: cannot make %s stdin", devname ); return ERROR; -@@ -281,11 +281,11 @@ +@@ -296,11 +296,11 @@ int mg_open_device _P2 ( (devname, block (void) close(1); (void) close(2); diff --git a/comms/mgetty+sendfax/files/patch-utmp.c b/comms/mgetty+sendfax/files/patch-utmp.c index fd2178b4a11b..0bdb00e865ce 100644 --- a/comms/mgetty+sendfax/files/patch-utmp.c +++ b/comms/mgetty+sendfax/files/patch-utmp.c @@ -1,4 +1,4 @@ ---- utmp.c.orig +--- utmp.c.orig 2001-12-17 22:43:25 UTC +++ utmp.c @@ -1,4 +1,4 @@ -#ident "$Id: utmp.c,v 4.4 2001/12/17 22:43:24 gert Exp $ Copyright (c) Gert Doering" @@ -6,7 +6,7 @@ /* some parts of the code (writing of the utmp entry) * is based on the "getty kit 2.0" by Paul Sutcliffe, Jr., -@@ -58,7 +58,7 @@ +@@ -58,7 +58,7 @@ void make_utmp_wtmp _P4( (line, ut_type, * [NB: If we wanted to set UT_INIT, it would have to be an entry with * empty ut_name and ut_host] */ diff --git a/comms/mgetty+sendfax/files/patch-voice_Makefile b/comms/mgetty+sendfax/files/patch-voice_Makefile index 8011f341ac01..ba2a56853c9c 100644 --- a/comms/mgetty+sendfax/files/patch-voice_Makefile +++ b/comms/mgetty+sendfax/files/patch-voice_Makefile @@ -1,15 +1,15 @@ ---- voice/Makefile.orig +--- voice/Makefile.orig 2006-09-26 15:38:17 UTC +++ voice/Makefile -@@ -13,6 +13,8 @@ +@@ -13,6 +13,8 @@ CC=gcc LN=ln MV=mv RM=rm +INSTALL=install -c +INSTALL_PROGRAM=install -s -c - MGETTYLIB=../../getdisk.o ../../goodies.o ../../io.o \ + MGETTYLIB=../../getdisk.o ../../goodies.o ../../io.o ../../g3file.o \ ../../locks.o ../../tio.o ../../modem.o \ -@@ -83,16 +85,16 @@ +@@ -83,16 +85,16 @@ vgetty-install: vgetty-all @echo " Installing the voice extensions" @echo " -------------------------------" @echo "" diff --git a/comms/mgetty+sendfax/files/patch-voice_libvoice_signal.c b/comms/mgetty+sendfax/files/patch-voice_libvoice_signal.c index 78c9262b59a8..304e11bc9e0a 100644 --- a/comms/mgetty+sendfax/files/patch-voice_libvoice_signal.c +++ b/comms/mgetty+sendfax/files/patch-voice_libvoice_signal.c @@ -1,6 +1,6 @@ ---- voice/libvoice/signal.c.orig Sat Oct 23 23:58:01 1999 -+++ voice/libvoice/signal.c Fri Jan 24 22:03:15 2003 -@@ -34,23 +34,16 @@ +--- voice/libvoice/signal.c.orig 1999-10-23 21:58:01 UTC ++++ voice/libvoice/signal.c +@@ -34,23 +34,16 @@ static void signal_sigalrm(int sig) static void signal_sigchld(int sig) { @@ -28,3 +28,4 @@ + lprintf(L_JUNK, "%s: Got child status change signal", program_name); queue_event(create_event(SIGNAL_SIGCHLD)); } + diff --git a/comms/mgetty+sendfax/pkg-plist b/comms/mgetty+sendfax/pkg-plist index eff2b8069232..67cb28b73f9c 100644 --- a/comms/mgetty+sendfax/pkg-plist +++ b/comms/mgetty+sendfax/pkg-plist @@ -46,13 +46,21 @@ lib/mgetty+sendfax/cour25.pbm lib/mgetty+sendfax/cour25n.pbm @mode 4711 lib/mgetty+sendfax/faxq-helper -@mode -lib/mgetty+sendfax/samples/answer_fax.sh -lib/mgetty+sendfax/samples/coverpg-pl.ps +@mode 0755 lib/mgetty+sendfax/samples/coverpg.pbm lib/mgetty+sendfax/samples/coverpg.ps lib/mgetty+sendfax/samples/fax lib/mgetty+sendfax/samples/faxmemo +lib/mgetty+sendfax/samples/new_fax.all/new_fax +lib/mgetty+sendfax/samples/new_fax.hpa +lib/mgetty+sendfax/samples/new_fax.lj +lib/mgetty+sendfax/samples/new_fax.mail +lib/mgetty+sendfax/samples/new_fax.mime1 +lib/mgetty+sendfax/samples/new_fax.pbm +lib/mgetty+sendfax/samples/printfax +@mode +lib/mgetty+sendfax/samples/answer_fax.sh +lib/mgetty+sendfax/samples/coverpg-pl.ps lib/mgetty+sendfax/samples/faxview.th lib/mgetty+sendfax/samples/new_fax.NeXT lib/mgetty+sendfax/samples/new_fax.all/INSTALL @@ -64,21 +72,14 @@ lib/mgetty+sendfax/samples/new_fax.all/faxlist lib/mgetty+sendfax/samples/new_fax.all/faxlist.dist lib/mgetty+sendfax/samples/new_fax.all/list.module lib/mgetty+sendfax/samples/new_fax.all/mail.module -lib/mgetty+sendfax/samples/new_fax.all/new_fax lib/mgetty+sendfax/samples/new_fax.all/notify.module lib/mgetty+sendfax/samples/new_fax.all/print.module lib/mgetty+sendfax/samples/new_fax.all/write.module -lib/mgetty+sendfax/samples/new_fax.hpa -lib/mgetty+sendfax/samples/new_fax.lj -lib/mgetty+sendfax/samples/new_fax.mail -lib/mgetty+sendfax/samples/new_fax.mime1 lib/mgetty+sendfax/samples/new_fax.mime3 lib/mgetty+sendfax/samples/new_fax.mime4 -lib/mgetty+sendfax/samples/new_fax.pbm lib/mgetty+sendfax/samples/new_fax.th lib/mgetty+sendfax/samples/new_fax.tiff lib/mgetty+sendfax/samples/new_fax.vacation -lib/mgetty+sendfax/samples/printfax lib/mgetty+sendfax/samples/printfax.ps man/man1/autopvf.1.gz man/man1/basictopvf.1.gz |