aboutsummaryrefslogtreecommitdiff
path: root/comms/mgetty+sendfax
diff options
context:
space:
mode:
Diffstat (limited to 'comms/mgetty+sendfax')
-rw-r--r--comms/mgetty+sendfax/Makefile3
-rw-r--r--comms/mgetty+sendfax/files/patch-e12
2 files changed, 15 insertions, 0 deletions
diff --git a/comms/mgetty+sendfax/Makefile b/comms/mgetty+sendfax/Makefile
index 0d7cbdf18033..cb58cb827558 100644
--- a/comms/mgetty+sendfax/Makefile
+++ b/comms/mgetty+sendfax/Makefile
@@ -7,12 +7,15 @@
PORTNAME= mgetty
PORTVERSION= 1.1.30.12.16
+PORTREVISION= 1
CATEGORIES= comms
MASTER_SITES= ftp://alpha.greenie.net/pub/mgetty/source/1.1/
DISTNAME= mgetty1.1.30-Dec16
MAINTAINER= jmz@FreeBSD.org
+USE_PERL5= yes
+
WRKSRC= ${WRKDIR}/mgetty-1.1.30
MAKE_FLAGS= prefix=${PREFIX} -f
MAN1= autopvf.1 \
diff --git a/comms/mgetty+sendfax/files/patch-e b/comms/mgetty+sendfax/files/patch-e
new file mode 100644
index 000000000000..e5b24790a922
--- /dev/null
+++ b/comms/mgetty+sendfax/files/patch-e
@@ -0,0 +1,12 @@
+--- logfile.c.orig Wed Feb 5 21:21:46 2003
++++ logfile.c Wed Feb 5 21:22:20 2003
+@@ -56,8 +56,8 @@
+ /* Most systems have these variables but do not declare them. On many
+ of those systems that _do_ declare them, it won't hurt */
+
+-extern int sys_nerr;
+ #if !defined(__NetBSD__) && !defined( __FreeBSD__ ) && !defined(__OpenBSD__) && !defined(__GLIBC__) && !defined(__MACH__)
++extern int sys_nerr;
+ extern char *sys_errlist[];
+ #endif
+