pkgsrc/net/bug-buddy/options.mk
wiz 1fcb7982f4 Update to 2.24.1. Add evolution-data-server option, default on.
2.24.1
  * Hide the "Send" button after clicking it
  * Make the breakpad module resident (Matthias Clasen)

2.24.0
  * Disable Solaris from the google-breakpad supported OS
  * Adapt gnome-breakpad for loading by XSettings (requires GTK+ 2.14.2
    and gnome-settings-daemon 2.24.0)
  * Many translation updates

2.23.91.1
  * Fix a runtime warning

2.23.91
  * Standardize the desktop file (Pacho Ramos)
  * Clean up X11 includes
  * Many translation updates

2.23.90 ("Live in Paris")

  * Remove dependency on gnome-desktop
  * Fix some typos
  * Many translation updates

2.23.6

  * Remove unused command line switches
  * Update and ship a man page
  * Remove dependency on libgnomecanvas
  * New Tango icon (thanks to Andreas Nilsson, Michael Monreal
    and Sebastian Kraft).
  * Add a context menu to copy the bug URL when a bug has been reported.
  * Add a dialog to warn the user to review the crash description if it is
    too short (thanks to Diego Escalante Urrelo).
  * Many cleanups of the source tree.
  * Some other misc bug fixes
  * Translation updates

2.23.5.1

  * Correctly install bug-buddy.png

2.23.5

  * Port to GIO (Cosimo Cecchi)
  * Completely remove the NetworkManager dependency (Cosimo Cecchi)
  * Fix some leaks (Hans Petter Jansson)
  * Many misc bug fixes
  * Translation updates
2008-10-27 01:37:05 +00:00

14 lines
404 B
Makefile

# $NetBSD: options.mk,v 1.1 2008/10/27 01:37:05 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.bug-buddy
PKG_SUPPORTED_OPTIONS= evolution-data-server
PKG_SUGGESTED_OPTIONS= evolution-data-server
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mevolution-data-server)
CONFIGURE_ARGS+= --enable-eds
.include "../../mail/evolution-data-server/buildlink3.mk"
.else
CONFIGURE_ARGS+= --disable-eds
.endif