From 2273bed3f34d4ae72e54a9a29690791cd9a9f1f1 Mon Sep 17 00:00:00 2001 From: Jeremy Messenger Date: Sun, 9 Jan 2005 07:02:23 +0000 Subject: Fix the build, but still add it as broke because it doesn't run. It happens same thing in the Linux world, which gfax needs to catch up with mono and gtk-sharp. PR: ports/75975 Submitted by: Tom McLaughlin Reported by: pointyhat via kris Approved by: maintainer timeout, no contact from him for weeks --- comms/gfax/Makefile | 2 ++ comms/gfax/files/patch-Makefile | 20 +++++++++++--------- 2 files changed, 13 insertions(+), 9 deletions(-) (limited to 'comms/gfax') diff --git a/comms/gfax/Makefile b/comms/gfax/Makefile index 8cfecc1cb74a..7ca5e800779b 100644 --- a/comms/gfax/Makefile +++ b/comms/gfax/Makefile @@ -24,6 +24,8 @@ USE_GMAKE= yes USE_REINPLACE= yes USE_GNOME= gnomeprefix gnomehier libgnomeprint +BROKEN= "Doesn't run" + .include MAKE_ENV+= SETENV="/usr/bin/env" \ diff --git a/comms/gfax/files/patch-Makefile b/comms/gfax/files/patch-Makefile index 9240bed46a3f..f93ec334816e 100644 --- a/comms/gfax/files/patch-Makefile +++ b/comms/gfax/files/patch-Makefile @@ -1,20 +1,22 @@ ---- Makefile.orig Wed Jun 30 15:27:25 2004 -+++ Makefile Fri Jul 9 01:14:53 2004 -@@ -1,4 +1,4 @@ +--- Makefile.orig Wed Jun 30 18:27:25 2004 ++++ Makefile Sat Jan 8 18:54:20 2005 +@@ -1,4 +1,3 @@ -export MONO_PATH=/usr/lib/mono:/usr/lib/mono/gtk-sharp -+export MONO_PATH=${LOCALBASE}/lib/mono:${LOCALBASE}/lib/mono/gtk-sharp MCS = mcs /define:DEBUG #MCS = mcs /define:DEBUGHYLAFAX -@@ -11,7 +11,6 @@ +@@ -11,9 +10,7 @@ /resource:./pixmaps/gfax.png,gfax.png \ /resource:./pixmaps/send.png,send.png - - REFERENCES = -r gnome-sharp -r gtk-sharp -r glib-sharp -r glade-sharp -r gdk-sharp \ - -r gconf-sharp -r gconf-sharp-peditors.dll +-REFERENCES = -r gnome-sharp -r gtk-sharp -r glib-sharp -r glade-sharp -r gdk-sharp \ +- -r gconf-sharp -r gconf-sharp-peditors.dll ++REFERENCES = $(shell pkg-config --libs gnome-sharp glade-sharp gconf-sharp) SOURCES = src/phonebook.cs \ -@@ -22,7 +21,7 @@ + src/gui.cs \ + src/main.cs \ +@@ -22,7 +19,7 @@ src/fax.cs \ src/hylafax.cs \ src/Settings.cs @@ -23,7 +25,7 @@ DATE=`date +%y-%m-%d` all: mono-gfax.exe -@@ -31,37 +30,43 @@ +@@ -31,37 +28,43 @@ $(MCS) $(RESOURCES) -o $@ $(SOURCES) $(REFERENCES) schema: -- cgit v1.2.3