- unbreak after recent gtk update
- add devel/gettext to MODULES while here
This commit is contained in:
parent
c4d937c4db
commit
e4a211b6d2
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2007/09/16 01:37:10 merdely Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2007/10/24 22:43:16 jasper Exp $
|
||||
|
||||
COMMENT= X radio logging program
|
||||
|
||||
DISTNAME= xlog-1.5
|
||||
PKGNAME= $(DISTNAME)p0
|
||||
PKGNAME= $(DISTNAME)p1
|
||||
CATEGORIES= comms hamradio
|
||||
|
||||
HOMEPAGE= http://www.qsl.net/pg4i/linux/xlog.html
|
||||
@ -15,18 +15,20 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
WANTLIB= X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes \
|
||||
Xi Xinerama Xrandr Xrender art_lgpl_2 atk-1.0 c cairo \
|
||||
expat fontconfig freetype glib-2.0 glitz gmodule-2.0 \
|
||||
gobject-2.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0 \
|
||||
png xml2 z
|
||||
|
||||
LIB_DEPENDS= gtk-x11-2.0,gdk_pixbuf-2.0,gdk-x11-2.0::x11/gtk+2 \
|
||||
hamlib.>=2::comms/hamlib \
|
||||
gnomeprint-2-2::x11/gnome/libgnomeprint
|
||||
|
||||
WANTLIB= X11 Xau Xcursor Xdmcp Xext Xfixes Xi Xinerama Xrandr \
|
||||
Xrender art_lgpl_2 atk-1.0 c cairo expat fontconfig \
|
||||
freetype glib-2.0 glitz gmodule-2.0 gnomeprint-2-2 \
|
||||
gobject-2.0 iconv intl m pango-1.0 pangocairo-1.0 \
|
||||
pangoft2-1.0 png xml2 z
|
||||
|
||||
MASTER_SITES= http://www.qsl.net/pg4i/download/
|
||||
|
||||
MODULES= devel/gettext
|
||||
|
||||
USE_X11= Yes
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
|
11
comms/xlog/patches/patch-src_Makefile_in
Normal file
11
comms/xlog/patches/patch-src_Makefile_in
Normal file
@ -0,0 +1,11 @@
|
||||
$OpenBSD: patch-src_Makefile_in,v 1.1 2007/10/24 22:43:16 jasper Exp $
|
||||
--- src/Makefile.in.orig Tue Oct 16 13:55:30 2007
|
||||
+++ src/Makefile.in Tue Oct 16 13:55:50 2007
|
||||
@@ -231,7 +231,6 @@ INCLUDES = \
|
||||
-DG_DISABLE_DEPRECATED \
|
||||
-DGDK_DISABLE_DEPRECATED \
|
||||
-DGDK_PIXBUF_DISABLE_DEPRECATED \
|
||||
- -DGTK_DISABLE_DEPRECATED \
|
||||
-DDATADIR=\""$(datadir)"\" \
|
||||
-DXLOG_LOCALEDIR=\""$(datadir)/locale"\" \
|
||||
-DXLOG_DATADIR=\""$(datadir)/xlog"\"
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-src_gui_tracedialog_c,v 1.1.1.1 2007/05/29 04:48:59 jason Exp $
|
||||
--- src/gui_tracedialog.c.orig Wed Nov 23 12:12:36 2005
|
||||
+++ src/gui_tracedialog.c Wed Nov 23 12:13:26 2005
|
||||
@@ -67,10 +67,8 @@ stop_tracing (void)
|
||||
$OpenBSD: patch-src_gui_tracedialog_c,v 1.2 2007/10/24 22:43:16 jasper Exp $
|
||||
--- src/gui_tracedialog.c.orig Mon Jan 22 08:33:42 2007
|
||||
+++ src/gui_tracedialog.c Tue Oct 16 13:27:52 2007
|
||||
@@ -64,10 +64,8 @@ stop_tracing (void)
|
||||
fclose (finfo.fd);
|
||||
dup2 (saved_fd, STDERR_FILENO);
|
||||
close (saved_fd);
|
||||
@ -11,5 +11,5 @@ $OpenBSD: patch-src_gui_tracedialog_c,v 1.1.1.1 2007/05/29 04:48:59 jason Exp $
|
||||
stderr = fdopen (STDERR_FILENO, "w");
|
||||
-#endif
|
||||
#endif
|
||||
hamlibresult = start_hamlib (preferences.radio, preferences.device,
|
||||
hamlibresult = start_hamlib (preferences.rigid, preferences.device,
|
||||
RIG_DEBUG_NONE, preferences.polltime);
|
||||
|
Loading…
Reference in New Issue
Block a user