diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2005-01-09 07:02:23 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2005-01-09 07:02:23 +0000 |
commit | 2273bed3f34d4ae72e54a9a29690791cd9a9f1f1 (patch) | |
tree | 075a3a9cc0ced860f9a6b5fd7a590e2710bba21b /comms | |
parent | e388a71ecdf692549aab4993afb27b12f3d8702f (diff) | |
download | ports-2273bed3f34d4ae72e54a9a29690791cd9a9f1f1.tar.gz ports-2273bed3f34d4ae72e54a9a29690791cd9a9f1f1.zip |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/gfax/Makefile | 2 | ||||
-rw-r--r-- | comms/gfax/files/patch-Makefile | 20 |
2 files changed, 13 insertions, 9 deletions
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 <bsd.port.pre.mk> 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: |