summaryrefslogtreecommitdiff
path: root/comms/gnome-pilot/Makefile
diff options
context:
space:
mode:
authormarkd <markd>2007-01-26 01:33:14 +0000
committermarkd <markd>2007-01-26 01:33:14 +0000
commit2e801227f63441c51a7bd5e19e95e9ae6c864cdf (patch)
treec5a342f4ff5591bbe6580747928f4e24a1cc228d /comms/gnome-pilot/Makefile
parentfd7f867541d02ba34d30f1dd89a7362b8bb09fe2 (diff)
downloadpkgsrc-2e801227f63441c51a7bd5e19e95e9ae6c864cdf.tar.gz
Update gnome-pilot to 2.0.15
This is primarily a bugfix release, to patch issues that cropped up with the new features introduced in version 2.0.14. - #357602. Fix memory leak in the usbfs scanning code (with thanks to Brian Warner) - #362565. Add a 400ms pause between HAL detection of a USB device and the first attempt to sync. Several devices were reported to reset themselves if communication was attempted too soon after the first appearance of the USB device. - #365181. Fix a long-standing bug that probably turned up now because of the multiple attempts to add a new pilot due to #362565. Avoid accessing freed memory when the 'add pilot' dialog is opened multiple times. New translation: * ar: New arabic translation, with thanks to Djihed Afifi gnome-pilot 2.0.13 'Lucky', 2005-04-04 -------------------------------------- Bugzilla bugs fixed (see http://bugzilla.gnome.org): #148582 - gpilot-applet crashes with a left-click from toolbar (JP) #168401 - capplet desktop file has multiple icon fields (Crispin Flowerday) #166024 - DnD --> gnome-pilot causes busy loop (Chris Lee, JP) #142710 - Malformed desktop entry (JP) Other bugs - Add kyocera 7135 and zire 31 devices (JP) - Warning fixes (Dave Malcolm)
Diffstat (limited to 'comms/gnome-pilot/Makefile')
-rw-r--r--comms/gnome-pilot/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/comms/gnome-pilot/Makefile b/comms/gnome-pilot/Makefile
index 02d83bc9221..18bbaf99b4d 100644
--- a/comms/gnome-pilot/Makefile
+++ b/comms/gnome-pilot/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.36 2006/09/16 12:20:35 jmmv Exp $
+# $NetBSD: Makefile,v 1.37 2007/01/26 01:33:14 markd Exp $
#
-DISTNAME= gnome-pilot-2.0.12
-PKGREVISION= 8
+DISTNAME= gnome-pilot-2.0.15
CATEGORIES= comms gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-pilot/2.0/}
@@ -18,6 +17,8 @@ USE_PKGLOCALEDIR= YES
USE_LIBTOOL= YES
USE_TOOLS+= gmake intltool msgfmt perl pkg-config
+CONFIGURE_ARGS+= --with-pisock=${BUILDLINK_PREFIX.pilot-link-libs}
+
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../comms/pilot-link-libs/buildlink3.mk"
.include "../../devel/GConf2/schemas.mk"