Revert gtail dependency; our tail(1) had a temporary bug that got fixed since.

cluestick from sthen@
This commit is contained in:
ajacoutot 2015-11-20 17:57:22 +00:00
parent b5af539344
commit 838d469e93
2 changed files with 1 additions and 22 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.23 2015/11/20 15:44:03 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.24 2015/11/20 17:57:22 ajacoutot Exp $
COMMENT= modular geoinformation service on top of D-Bus
@ -29,9 +29,6 @@ MODULES= devel/gettext \
textproc/intltool \
x11/gnome
# XXX NEEDS FIXING see patches/patch-src_Makefile_in
BUILD_DEPENDS += sysutils/coreutils
LIB_DEPENDS= devel/libsoup \
devel/json-glib \
net/avahi

View File

@ -1,18 +0,0 @@
$OpenBSD: patch-src_Makefile_in,v 1.1 2015/11/20 15:44:03 ajacoutot Exp $
--- src/Makefile.in.orig Fri Nov 20 16:39:57 2015
+++ src/Makefile.in Fri Nov 20 16:40:06 2015
@@ -1112,11 +1112,11 @@ check-local: test
# At least gnome-settings-daemon currently relies on that.
install-data-hook:
{ (echo "<node>") && \
- (tail -n +10 $(DESTDIR)$(interfacedir)/$(MANAGER_INTERFACE_XML) | \
+ (gtail -n +10 $(DESTDIR)$(interfacedir)/$(MANAGER_INTERFACE_XML) | \
grep -v node) && \
- (tail -n +10 $(DESTDIR)$(interfacedir)/$(CLIENT_INTERFACE_XML) | \
+ (gtail -n +10 $(DESTDIR)$(interfacedir)/$(CLIENT_INTERFACE_XML) | \
grep -v node) && \
- (tail -n +10 $(DESTDIR)$(interfacedir)/$(LOCATION_INTERFACE_XML) | \
+ (gtail -n +10 $(DESTDIR)$(interfacedir)/$(LOCATION_INTERFACE_XML) | \
grep -v node) && \
(echo "</node>") } \
> $(DESTDIR)$(interfacedir)/org.freedesktop.GeoClue2.xml