Sat Jun 30 06:15:54 2012 UTC ()
Mark this BROKEN. It has been unbuildable for years and appears to be
dead upstream. It will be removed in due course (not immediately) unless
someone steps up to fix it.


(dholland)
diff -r1.8 -r1.9 pkgsrc/databases/sqlsharpgtk/Makefile

cvs diff -r1.8 -r1.9 pkgsrc/databases/sqlsharpgtk/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/sqlsharpgtk/Attic/Makefile 2012/04/27 12:31:41 1.8
+++ pkgsrc/databases/sqlsharpgtk/Attic/Makefile 2012/06/30 06:15:54 1.9
@@ -1,20 +1,22 @@ @@ -1,20 +1,22 @@
1# $NetBSD: Makefile,v 1.8 2012/04/27 12:31:41 obache Exp $ 1# $NetBSD: Makefile,v 1.9 2012/06/30 06:15:54 dholland Exp $
2 2
3DISTNAME= sqlsharpgtk-0.4 3DISTNAME= sqlsharpgtk-0.4
4PKGREVISION= 5 4PKGREVISION= 5
5CATEGORIES= databases 5CATEGORIES= databases
6MASTER_SITES= http://forgeftp.novell.com/sqlsharpgtk/SQL-Sharp%20For%20GTK-Sharp%200.4/ 6MASTER_SITES= http://forgeftp.novell.com/sqlsharpgtk/SQL-Sharp%20For%20GTK-Sharp%200.4/
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://forge.novell.com/modules/xfmod/project/?sqlsharpgtk 9HOMEPAGE= http://forge.novell.com/modules/xfmod/project/?sqlsharpgtk
10COMMENT= GUI client for entering and running SQL commands and scripts 10COMMENT= GUI client for entering and running SQL commands and scripts
11 11
 12BROKEN= Unbuildable for years and appears to be dead upstream.
 13
12PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
13 15
14GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes
15USE_TOOLS+= gmake pkg-config 17USE_TOOLS+= gmake pkg-config
16MAKE_JOBS_SAFE= no 18MAKE_JOBS_SAFE= no
17 19
18.include "../../lang/mono/buildlink3.mk" 20.include "../../lang/mono/buildlink3.mk"
19.include "../../x11/gtk-sharp/buildlink3.mk" 21.include "../../x11/gtk-sharp/buildlink3.mk"
20.include "../../mk/bsd.pkg.mk" 22.include "../../mk/bsd.pkg.mk"