diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2003-02-05 20:33:44 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2003-02-05 20:33:44 +0000 |
commit | cb7f01251567857857e2500505a1c9b8d02c266b (patch) | |
tree | a2df032ccc03f2ac8c9c6488b6f8579e176025e2 /comms/mgetty+sendfax | |
parent | 4a34b202c07a1986eae06d4e7c4a846faf9637cc (diff) | |
download | ports-cb7f01251567857857e2500505a1c9b8d02c266b.tar.gz ports-cb7f01251567857857e2500505a1c9b8d02c266b.zip |
Notes
Diffstat (limited to 'comms/mgetty+sendfax')
-rw-r--r-- | comms/mgetty+sendfax/Makefile | 3 | ||||
-rw-r--r-- | comms/mgetty+sendfax/files/patch-e | 12 |
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 + |