Index: head/comms/xdx/Makefile =================================================================== --- head/comms/xdx/Makefile (revision 546095) +++ head/comms/xdx/Makefile (revision 546096) @@ -1,25 +1,28 @@ # Created by: Matt Dawson # $FreeBSD$ PORTNAME= xdx PORTVERSION= 2.4 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= comms hamradio MASTER_SITES= http://www.chronos.org.uk/download/ \ LOCAL/db MAINTAINER= hamradio@FreeBSD.org COMMENT= Amateur Radio DX cluster monitor LICENSE= GPLv2 -USES= gmake gnome pkgconfig -USE_GNOME= gtk20 +LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 +USES= gettext gmake gnome pkgconfig +USE_GNOME= cairo gtk20 gdkpixbuf2 + GNU_CONFIGURE= yes -post-patch: - @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ - 's|-D.*_DISABLE_DEPRECATED||g' +#post-patch: +# @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ +# 's|-D.*_DISABLE_DEPRECATED||g' .include Index: head/comms/xdx/files/patch-src_Makefile.in =================================================================== --- head/comms/xdx/files/patch-src_Makefile.in (nonexistent) +++ head/comms/xdx/files/patch-src_Makefile.in (revision 546096) @@ -0,0 +1,15 @@ +--- src/Makefile.in.orig 2007-11-21 17:46:24 UTC ++++ src/Makefile.in +@@ -181,11 +181,7 @@ INCLUDES = \ + @GTK_CFLAGS@ -I.. \ + -DPACKAGE_DATA_DIR=\"$(datadir)/xdx\" \ + -DPACKAGE_LOCALE_DIR=\"$(datadir)/locale\" \ +- -DPACKAGE_SOURCE_DIR=\"$(srcdir)\" \ +- -DG_DISABLE_DEPRECATED \ +- -DGDK_DISABLE_DEPRECATED \ +- -DGDK_PIXBUF_DISABLE_DEPRECATED \ +- -DGTK_DISABLE_DEPRECATED ++ -DPACKAGE_SOURCE_DIR=\"$(srcdir)\" + + xdx_SOURCES = \ + gui.h \ Property changes on: head/comms/xdx/files/patch-src_Makefile.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +1 \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/comms/xdx/files/patch-src_gui.c =================================================================== --- head/comms/xdx/files/patch-src_gui.c (nonexistent) +++ head/comms/xdx/files/patch-src_gui.c (revision 546096) @@ -0,0 +1,10 @@ +--- src/gui.c.orig 2020-08-23 16:44:09 UTC ++++ src/gui.c +@@ -41,6 +41,7 @@ + #include "text.h" + + extern preferencestype preferences; ++guitype *gui; + + static void on_highcheck_toggled (GtkToggleButton *togglebutton, gpointer user_data); + static void on_soundcheck_toggled (GtkToggleButton *togglebutton, gpointer user_data); Property changes on: head/comms/xdx/files/patch-src_gui.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +1 \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/comms/xdx/files/patch-src_gui.h =================================================================== --- head/comms/xdx/files/patch-src_gui.h (nonexistent) +++ head/comms/xdx/files/patch-src_gui.h (revision 546096) @@ -0,0 +1,11 @@ +--- src/gui.h.orig 2006-02-26 19:41:12 UTC ++++ src/gui.h +@@ -49,7 +49,7 @@ typedef struct guitype { + gchar *high8tagname; + } guitype; + +-guitype *gui; ++extern guitype *gui; + + guitype *new_gui(void); + void create_mainwindow (void); Property changes on: head/comms/xdx/files/patch-src_gui.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +1 \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property