fc5080e9d6
2.26.0 * Don't hardcode a scrollkeeper check in the configure script. 2.25.91 * Build correctly with --disable-eds. 2.25.2 * Fix a segfault (Josseline Mouette). * Don't free uninitialized memory. 2.25.1 ("The Feel-Good vibe") * Drop libgnome and libgnomeui dependencies. * Make google-breakpad support optional (but enabled by default). Thanks to Sjoerd Simons. * Obtain the real path of the crashed process by looking in /proc. Thanks to Sam Morris and Matt Keenan. * Add an option to delete the included file after bug-buddy has processed it. * Implement a logger for pasting critical and fatal warnings in the stacktraces. * Include the loaded GTK+ modules in the stacktraces sent to bugzilla. * Update google-breakpad to SVN r290. * Compile with all the GLib/GTK+ deprecation flags.
48 lines
1.5 KiB
Makefile
48 lines
1.5 KiB
Makefile
# $NetBSD: Makefile,v 1.66 2009/03/17 09:10:03 jmcneill Exp $
|
|
#
|
|
|
|
DISTNAME= bug-buddy-2.26.0
|
|
CATEGORIES= net gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/bug-buddy/2.26/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.gnome.org/
|
|
COMMENT= Graphical GNOME2 bug reporting tool
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_DIRS+= gnome2-1.5
|
|
USE_PKGLOCALEDIR= YES
|
|
USE_TOOLS+= gmake intltool msgfmt pkg-config
|
|
USE_TOOLS+= autoconf
|
|
USE_LIBTOOL= YES
|
|
USE_LANGUAGES= c c++
|
|
CPPFLAGS+= -I${LOCALBASE}/include/libelf
|
|
|
|
GCONF_SCHEMAS= bug-buddy.schemas
|
|
|
|
pre-configure:
|
|
cd ${WRKSRC} && autoconf -f
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../mk/omf-scrollkeeper.mk"
|
|
.include "../../devel/GConf/schemas.mk"
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../devel/libbonobo/buildlink3.mk"
|
|
.include "../../devel/libglade/buildlink3.mk"
|
|
.include "../../devel/libelf/buildlink3.mk"
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
.include "../../net/libsoup24/buildlink3.mk"
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../sysutils/gnome-menus/buildlink3.mk"
|
|
.include "../../sysutils/gnome-settings-daemon/buildlink3.mk"
|
|
.include "../../sysutils/libgtop/buildlink3.mk"
|
|
.include "../../textproc/gnome-doc-utils/buildlink3.mk"
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.14.2
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|