summaryrefslogtreecommitdiff
path: root/ham/xlog/Makefile
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2016-12-18 06:00:46 +0000
committermef <mef@pkgsrc.org>2016-12-18 06:00:46 +0000
commitfc59ed28905b14d2475f205415c37ef752ee8a62 (patch)
tree2715976b0d0b49517c0b28acf2a3d8cbafebcecb /ham/xlog/Makefile
parentd10b3ad6de22a39c58b2022bcea31fe4f15ce8ef (diff)
downloadpkgsrc-fc59ed28905b14d2475f205415c37ef752ee8a62.tar.gz
Updated ham/xlog to 2.0.14
-------------------------- - Changes for xlog version 2.0.14 - 2016-dec-11 * Updated cty.dat to 20161124 (cty-2614) * Fixed compiler error with new gcc, in adif.c, with unused variable * GCC Bug #28901, https://gcc.gnu.org/bugzilla/show_bug.cgi?id=28901 * Fixed math library linker issue exposed by recent gcc change * Updated the author's email address * Fixed a GUI bug in Settings->Dialogs and Windows->Scoring (thanks, Andrew N2CN for the patch) * Hamlib preference setting now understands /dev/serial/by-id * Hamlib preference setting shows all /dev/ttyUSB* that are present * Fixed crash with Select a Radio dialog in Hamlib preferences (pkgsrc changes) - Dropped patch-src_logfile_adif2.c, seems now has fix, see above. (but not confirmed with clang yet, sorry) - Add following line, pkglint asks for the line .include "../../graphics/gnome-icon-theme/buildlink3.mk"
Diffstat (limited to 'ham/xlog/Makefile')
-rw-r--r--ham/xlog/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/ham/xlog/Makefile b/ham/xlog/Makefile
index dd8e3cf4ca7..a39ca310ede 100644
--- a/ham/xlog/Makefile
+++ b/ham/xlog/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.67 2016/08/03 10:22:58 adam Exp $
+# $NetBSD: Makefile,v 1.68 2016/12/18 06:00:46 mef Exp $
#
-DISTNAME= xlog-2.0.13
-PKGREVISION= 2
+DISTNAME= xlog-2.0.14
CATEGORIES= ham
MASTER_SITES= http://download.savannah.gnu.org/releases/xlog/
LICENSE= gnu-gpl-v3
@@ -27,6 +26,7 @@ CWRAPPERS_APPEND.cc+= -Wno-error=parentheses-equality -Wno-error=tautological-co
.endif
.include "../../databases/shared-mime-info/buildlink3.mk"
+.include "../../graphics/gnome-icon-theme/buildlink3.mk"
.include "../../ham/hamlib/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../print/libgnomeprint/buildlink3.mk"