summaryrefslogtreecommitdiffstats
path: root/comms
diff options
context:
space:
mode:
authortmclaugh <tmclaugh@FreeBSD.org>2005-11-10 04:41:45 +0000
committertmclaugh <tmclaugh@FreeBSD.org>2005-11-10 04:41:45 +0000
commit1d70d847ada550c5420b02549544fadb602cad6d (patch)
tree69872ac9b0cd9c030c285dec876c4c4a8da4a3fd /comms
parent301510eafcb617b9e36f8c56afd5e7f6a4b55785 (diff)
downloadFreeBSD-ports-1d70d847ada550c5420b02549544fadb602cad6d.zip
FreeBSD-ports-1d70d847ada550c5420b02549544fadb602cad6d.tar.gz
- Add fix for stricter mcs in 1.1.9.x
- Include bsd.mono.mk. Approved by: ahze (mentor) Project by: BSD# <http://www.mono-project.com/Mono:FreeBSD>
Diffstat (limited to 'comms')
-rw-r--r--comms/gfax/Makefile5
-rw-r--r--comms/gfax/files/patch-src_gui.cs13
-rw-r--r--comms/gfax/pkg-plist4
3 files changed, 18 insertions, 4 deletions
diff --git a/comms/gfax/Makefile b/comms/gfax/Makefile
index 936437f..d8f4cc3 100644
--- a/comms/gfax/Makefile
+++ b/comms/gfax/Makefile
@@ -2,13 +2,13 @@
# Date created: 20 January 2002
# Whom: John Merryweather Cooper <jmcoopr@webmail.bmi.net>
#
-# $Id: Makefile,v 1.8 2005/06/15 02:10:28 tmclau02 Exp $
# $FreeBSD$
+# $Id: Makefile,v 1.12 2005/11/10 01:21:02 tmclau02 Exp $
#
PORTNAME= gfax
PORTVERSION= 0.7.3
-PORTREVISION= 2
+PORTREVISION= 4
CATEGORIES= comms print gnome
MASTER_SITES= http://gfax.cowlug.org/
DISTNAME= ${PORTNAME}-${PORTVERSION}-1
@@ -41,4 +41,5 @@ post-patch:
@${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|g' \
${WRKSRC}/scripts/printer-setup.sh
+.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
.include <bsd.port.mk>
diff --git a/comms/gfax/files/patch-src_gui.cs b/comms/gfax/files/patch-src_gui.cs
new file mode 100644
index 0000000..b818371
--- /dev/null
+++ b/comms/gfax/files/patch-src_gui.cs
@@ -0,0 +1,13 @@
+--- src/gui.cs.orig Mon Feb 28 16:08:34 2005
++++ src/gui.cs Sun Oct 23 17:31:17 2005
+@@ -541,8 +541,8 @@
+ private int update_queue_status(string queue)
+ {
+ G_ListView view;
+- Fax.FaxQueue q;
+- Fax.FaxRecQueue rq;
++ Fax.FaxQueue q = null;
++ Fax.FaxRecQueue rq = null;
+
+ view = lv;
+
diff --git a/comms/gfax/pkg-plist b/comms/gfax/pkg-plist
index 96da696..a836edc 100644
--- a/comms/gfax/pkg-plist
+++ b/comms/gfax/pkg-plist
@@ -2,8 +2,8 @@ bin/gfax
bin/gfaxlpr
lib/gfax/gfax.exe
share/gnome/applications/gfax.desktop
-share/gnome/libgnomeprint/2.10.3/models/GNOME-GFAX-PS.xml
-share/gnome/libgnomeprint/2.10.3/printers/GFAX.xml
+share/gnome/libgnomeprint/2.12.1/models/GNOME-GFAX-PS.xml
+share/gnome/libgnomeprint/2.12.1/printers/GFAX.xml
share/gnome/pixmaps/gfax.png
share/gnome/pixmaps/send.png
@dirrm lib/gfax
OpenPOWER on IntegriCloud