Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Dec 2015 00:25:36 +0000 (UTC)
From:      Jimmy Olgeni <olgeni@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r403476 - in head/comms/mgetty+sendfax: . files
Message-ID:  <201512110025.tBB0Pa8i009756@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olgeni
Date: Fri Dec 11 00:25:36 2015
New Revision: 403476
URL: https://svnweb.freebsd.org/changeset/ports/403476

Log:
  Upgrade comms/mgetty+sendfax to version 1.1.37.
  
  PR:		205152
  Submitted by:	takefu@airport.fm

Modified:
  head/comms/mgetty+sendfax/Makefile
  head/comms/mgetty+sendfax/distinfo
  head/comms/mgetty+sendfax/files/patch-CVE-2008-4936
  head/comms/mgetty+sendfax/files/patch-Makefile
  head/comms/mgetty+sendfax/files/patch-doc_Makefile
  head/comms/mgetty+sendfax/files/patch-fax_Makefile
  head/comms/mgetty+sendfax/files/patch-fax_faxspool.in
  head/comms/mgetty+sendfax/files/patch-g3_Makefile
  head/comms/mgetty+sendfax/files/patch-mg__utmp.h
  head/comms/mgetty+sendfax/files/patch-mg_m_init.c
  head/comms/mgetty+sendfax/files/patch-utmp.c
  head/comms/mgetty+sendfax/files/patch-voice_Makefile
  head/comms/mgetty+sendfax/files/patch-voice_libvoice_signal.c
  head/comms/mgetty+sendfax/pkg-plist   (contents, props changed)

Modified: head/comms/mgetty+sendfax/Makefile
==============================================================================
--- head/comms/mgetty+sendfax/Makefile	Thu Dec 10 23:08:03 2015	(r403475)
+++ head/comms/mgetty+sendfax/Makefile	Fri Dec 11 00:25:36 2015	(r403476)
@@ -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>

Modified: head/comms/mgetty+sendfax/distinfo
==============================================================================
--- head/comms/mgetty+sendfax/distinfo	Thu Dec 10 23:08:03 2015	(r403475)
+++ head/comms/mgetty+sendfax/distinfo	Fri Dec 11 00:25:36 2015	(r403476)
@@ -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

Modified: head/comms/mgetty+sendfax/files/patch-CVE-2008-4936
==============================================================================
--- head/comms/mgetty+sendfax/files/patch-CVE-2008-4936	Thu Dec 10 23:08:03 2015	(r403475)
+++ head/comms/mgetty+sendfax/files/patch-CVE-2008-4936	Fri Dec 11 00:25:36 2015	(r403476)
@@ -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 ..

Modified: head/comms/mgetty+sendfax/files/patch-Makefile
==============================================================================
--- head/comms/mgetty+sendfax/files/patch-Makefile	Thu Dec 10 23:08:03 2015	(r403475)
+++ head/comms/mgetty+sendfax/files/patch-Makefile	Fri Dec 11 00:25:36 2015	(r403476)
@@ -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)" \

Modified: head/comms/mgetty+sendfax/files/patch-doc_Makefile
==============================================================================
--- head/comms/mgetty+sendfax/files/patch-doc_Makefile	Thu Dec 10 23:08:03 2015	(r403475)
+++ head/comms/mgetty+sendfax/files/patch-doc_Makefile	Fri Dec 11 00:25:36 2015	(r403476)
@@ -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

Modified: head/comms/mgetty+sendfax/files/patch-fax_Makefile
==============================================================================
--- head/comms/mgetty+sendfax/files/patch-fax_Makefile	Thu Dec 10 23:08:03 2015	(r403475)
+++ head/comms/mgetty+sendfax/files/patch-fax_Makefile	Fri Dec 11 00:25:36 2015	(r403476)
@@ -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
  #

Modified: head/comms/mgetty+sendfax/files/patch-fax_faxspool.in
==============================================================================
--- head/comms/mgetty+sendfax/files/patch-fax_faxspool.in	Thu Dec 10 23:08:03 2015	(r403475)
+++ head/comms/mgetty+sendfax/files/patch-fax_faxspool.in	Fri Dec 11 00:25:36 2015	(r403476)
@@ -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())
  ##########

Modified: head/comms/mgetty+sendfax/files/patch-g3_Makefile
==============================================================================
--- head/comms/mgetty+sendfax/files/patch-g3_Makefile	Thu Dec 10 23:08:03 2015	(r403475)
+++ head/comms/mgetty+sendfax/files/patch-g3_Makefile	Fri Dec 11 00:25:36 2015	(r403476)
@@ -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 \

Modified: head/comms/mgetty+sendfax/files/patch-mg__utmp.h
==============================================================================
--- head/comms/mgetty+sendfax/files/patch-mg__utmp.h	Thu Dec 10 23:08:03 2015	(r403475)
+++ head/comms/mgetty+sendfax/files/patch-mg__utmp.h	Fri Dec 11 00:25:36 2015	(r403476)
@@ -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
  

Modified: head/comms/mgetty+sendfax/files/patch-mg_m_init.c
==============================================================================
--- head/comms/mgetty+sendfax/files/patch-mg_m_init.c	Thu Dec 10 23:08:03 2015	(r403475)
+++ head/comms/mgetty+sendfax/files/patch-mg_m_init.c	Fri Dec 11 00:25:36 2015	(r403476)
@@ -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);
      

Modified: head/comms/mgetty+sendfax/files/patch-utmp.c
==============================================================================
--- head/comms/mgetty+sendfax/files/patch-utmp.c	Thu Dec 10 23:08:03 2015	(r403475)
+++ head/comms/mgetty+sendfax/files/patch-utmp.c	Fri Dec 11 00:25:36 2015	(r403476)
@@ -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]
       */

Modified: head/comms/mgetty+sendfax/files/patch-voice_Makefile
==============================================================================
--- head/comms/mgetty+sendfax/files/patch-voice_Makefile	Thu Dec 10 23:08:03 2015	(r403475)
+++ head/comms/mgetty+sendfax/files/patch-voice_Makefile	Fri Dec 11 00:25:36 2015	(r403476)
@@ -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 ""

Modified: head/comms/mgetty+sendfax/files/patch-voice_libvoice_signal.c
==============================================================================
--- head/comms/mgetty+sendfax/files/patch-voice_libvoice_signal.c	Thu Dec 10 23:08:03 2015	(r403475)
+++ head/comms/mgetty+sendfax/files/patch-voice_libvoice_signal.c	Fri Dec 11 00:25:36 2015	(r403476)
@@ -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));
       }
+ 

Modified: head/comms/mgetty+sendfax/pkg-plist
==============================================================================
--- head/comms/mgetty+sendfax/pkg-plist	Thu Dec 10 23:08:03 2015	(r403475)
+++ head/comms/mgetty+sendfax/pkg-plist	Fri Dec 11 00:25:36 2015	(r403476)
@@ -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/f
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512110025.tBB0Pa8i009756>