diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-12-11 17:13:18 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-12-11 17:13:18 +0000 |
commit | d0bba05e30224526456cce5686fc0af9aaa2cfaf (patch) | |
tree | 034da0ef6b47380e66c3daba8a2ffadf1bee701e /x11-toolkits/gtk-sharp-devel | |
parent | fix build on 5 (diff) |
Unbreak this port.
Submitted by: John Merryweather Cooper <johnmary@adelphia.net>
Notes
Notes:
svn path=/head/; revision=95626
Diffstat (limited to 'x11-toolkits/gtk-sharp-devel')
-rw-r--r-- | x11-toolkits/gtk-sharp-devel/Makefile | 7 | ||||
-rw-r--r-- | x11-toolkits/gtk-sharp-devel/files/patch-sample_Makefile.in | 23 | ||||
-rw-r--r-- | x11-toolkits/gtk-sharp-devel/pkg-plist | 5 |
3 files changed, 7 insertions, 28 deletions
diff --git a/x11-toolkits/gtk-sharp-devel/Makefile b/x11-toolkits/gtk-sharp-devel/Makefile index 358742735671..f2c3fb07a596 100644 --- a/x11-toolkits/gtk-sharp-devel/Makefile +++ b/x11-toolkits/gtk-sharp-devel/Makefile @@ -14,17 +14,14 @@ MASTER_SITE_SUBDIR= gtk-sharp MAINTAINER= gnome@FreeBSD.org COMMENT= Gtk+ and GNOME interfaces for the .NET runtime -BROKEN= "Will not install: cannot find pqeasy.2" - BUILD_DEPENDS+= mono:${PORTSDIR}/lang/mono -LIB_DEPENDS+= pqeasy.2:${PORTSDIR}/databases/postgresql72 +LIB_DEPENDS+= pgeasy.2:${PORTSDIR}/databases/postgresql72 # XXX Should conditionalise all the different parts of gtk# maybe. USE_LIBTOOL= yes INSTALLS_SHLIB= yes USE_GMAKE= yes -USE_GNOME= libgda2 libgnomeui libgnomedb -MAKEFILE= makefile +USE_GNOME= gnomehack libgda2 libgnomeui libgnomedb .include <bsd.port.mk> diff --git a/x11-toolkits/gtk-sharp-devel/files/patch-sample_Makefile.in b/x11-toolkits/gtk-sharp-devel/files/patch-sample_Makefile.in deleted file mode 100644 index d393c828bdfb..000000000000 --- a/x11-toolkits/gtk-sharp-devel/files/patch-sample_Makefile.in +++ /dev/null @@ -1,23 +0,0 @@ ---- sample/Makefile.in.orig Sun Jan 26 15:46:02 2003 -+++ sample/Makefile.in Sun Jan 26 15:46:28 2003 -@@ -19,7 +19,6 @@ - $(CSC) /unsafe /out:button.exe /r:../glib/glib-sharp.dll /r:../gtk/gtk-sharp.dll ButtonApp.cs - - linux: gtk-hello-world.exe button.exe subclass.exe menu.exe size.exe scribble.exe treeviewdemo.exe $(GNOME_TARGETS) $(GLADE_TARGETS) --@ENABLE_GNOME_TRUE@ $(MAKE) -C gconf - - gtk-hello-world.exe: HelloWorld.cs - $(MCS) --unsafe -o gtk-hello-world.exe $(local_paths) $(all_assemblies) HelloWorld.cs -@@ -59,11 +58,9 @@ - - clean: - rm -f *.exe --@ENABLE_GNOME_TRUE@ $(MAKE) -C gconf clean - - unix: - @echo "'make unix' is broken for now." - - install: linux --@ENABLE_GNOME_TRUE@ $(MAKE) -C gconf install -- -+ @true diff --git a/x11-toolkits/gtk-sharp-devel/pkg-plist b/x11-toolkits/gtk-sharp-devel/pkg-plist index 51e71524480b..fac7cd3ff8c9 100644 --- a/x11-toolkits/gtk-sharp-devel/pkg-plist +++ b/x11-toolkits/gtk-sharp-devel/pkg-plist @@ -16,8 +16,12 @@ lib/glib-sharp.dll lib/gnome-sharp.dll lib/gnomedb-sharp.dll lib/gtk-sharp.dll +lib/libgtksharpglue.a lib/libgtksharpglue.so lib/pango-sharp.dll +lib/rsvg-sharp.dll +libdata/pkgconfig/gapi.pc +libdata/pkgconfig/gtk-sharp.pc share/gapi/art-api.xml share/gapi/atk-api.xml share/gapi/gda-api.xml @@ -30,6 +34,7 @@ share/gapi/gst-api.xml share/gapi/gtk-api.xml share/gapi/gtk-symbols.xml share/gapi/pango-api.xml +share/gapi/rsvg-api.xml share/perl5/GAPI/Metadata.pm @dirrm share/perl5/GAPI @dirrm share/gapi |