gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] /srv/bzr/gsrc/trunk r1262: clean up xlogmaster but build f


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1262: clean up xlogmaster but build fails
Date: Wed, 21 Nov 2012 22:52:57 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1262
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Wed 2012-11-21 22:52:57 +0100
message:
  clean up xlogmaster but build fails
added:
  gnu/xlogmaster/config.mk
modified:
  TODO
  gnu/xlogmaster/Makefile
=== modified file 'TODO'
--- a/TODO      2012-11-21 17:45:39 +0000
+++ b/TODO      2012-11-21 21:52:57 +0000
@@ -143,4 +143,5 @@
 ** spacechart: gnome hell
 ** swbis: won't include tar.h properly(?)
 ** termutils: weird string.h build error
+** xlogmaster: gnome hell
 

=== modified file 'gnu/xlogmaster/Makefile'
--- a/gnu/xlogmaster/Makefile   2010-06-10 20:16:29 +0000
+++ b/gnu/xlogmaster/Makefile   2012-11-21 21:52:57 +0000
@@ -1,16 +1,19 @@
 GARNAME = xlogmaster
 GARVERSION = 1.6.2
+HOME_URL = http://www.gnu.org/software/xlogmaster/
+DESCRIPTION = An interface for monitoring system logs
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
-MASTER_SUBDIR = xlogmaster/
-
+MASTER_SUBDIR = $(GARNAME)/
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
-# BUILDDEPS = 
-# LIBDEPS = 
+BUILDDEPS = 
+LIBDEPS = 
 
-HOME_URL = http://www.gnu.org/software/xlogmaster/
-DESCRIPTION = The Xlogmaster
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk

=== added file 'gnu/xlogmaster/config.mk'
--- a/gnu/xlogmaster/config.mk  1970-01-01 00:00:00 +0000
+++ b/gnu/xlogmaster/config.mk  2012-11-21 21:52:57 +0000
@@ -0,0 +1,4 @@
+## Configuration options for xlogmaster ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=


reply via email to

[Prev in Thread] Current Thread [Next in Thread]