From 45abddec34c7bbc536844edbb9ee33961c382be0 Mon Sep 17 00:00:00 2001 From: Stefan Walter Date: Sat, 18 Oct 2008 18:45:19 +0000 Subject: - Fix segmentation faults on SIGHUP. - Assign maintainership to submitter. PR: 127075, 127827 Submitted by: Jeffrey Blank --- comms/qpage/Makefile | 4 ++-- comms/qpage/files/patch-config.c | 12 ++++++++++++ 2 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 comms/qpage/files/patch-config.c (limited to 'comms') diff --git a/comms/qpage/Makefile b/comms/qpage/Makefile index bdee17fab9bc..3d47844fce45 100644 --- a/comms/qpage/Makefile +++ b/comms/qpage/Makefile @@ -7,12 +7,12 @@ PORTNAME= qpage PORTVERSION= 3.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= comms MASTER_SITES= http://www.qpage.org/download/ EXTRACT_SUFX= .tar.Z -MAINTAINER= ports@FreeBSD.org +MAINTAINER= jfb@mr-happy.com COMMENT= SNPP client/server for sending messages to an alphanumeric pager GNU_CONFIGURE= yes diff --git a/comms/qpage/files/patch-config.c b/comms/qpage/files/patch-config.c new file mode 100644 index 000000000000..69049371640a --- /dev/null +++ b/comms/qpage/files/patch-config.c @@ -0,0 +1,12 @@ +--- config.c.orig Fri Jan 1 22:14:50 1999 ++++ config.c Wed May 4 16:28:49 2005 +@@ -1407,7 +1407,6 @@ + my_free(list->name); + my_free(list->text); + my_free(list->pagerid); +- my_free(list->service); + free(list); + } + } + + -- cgit v1.2.3