gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] /srv/bzr/gsrc/trunk r1169: clean up metahtml but build sti


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1169: clean up metahtml but build still fails
Date: Sat, 17 Nov 2012 13:23:32 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1169
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Sat 2012-11-17 13:23:32 +0100
message:
  clean up metahtml but build still fails
added:
  gnu/metahtml/config.mk
modified:
  TODO
  gnu/metahtml/Makefile
=== modified file 'TODO'
--- a/TODO      2012-11-14 22:10:39 +0000
+++ b/TODO      2012-11-17 12:23:32 +0000
@@ -132,3 +132,4 @@
 ** ignuit: gnome hell?
 ** libxmi: old libtool problems
 ** maverik: very inflexible Makefile should be replaced
+** metahtml: build mysteriously fails

=== modified file 'gnu/metahtml/Makefile'
--- a/gnu/metahtml/Makefile     2010-06-10 20:16:29 +0000
+++ b/gnu/metahtml/Makefile     2012-11-17 12:23:32 +0000
@@ -1,16 +1,19 @@
 GARNAME = metahtml
 GARVERSION = 5.091
+HOME_URL = http://www.gnu.org/software/metahtml/
+DESCRIPTION = A server-side programming language
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
-MASTER_SUBDIR = metahtml/
-
+MASTER_SUBDIR = $(GARNAME)/
 DISTFILES = $(DISTNAME).tar.gz
-# SIGFILES = 
-
-# BUILDDEPS = 
-# LIBDEPS = 
-
-HOME_URL = http://www.gnu.org/software/metahtml/
-DESCRIPTION = Meta-HTML
+SIGFILES = 
+
+BUILDDEPS = 
+LIBDEPS = gdbm
+
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk

=== added file 'gnu/metahtml/config.mk'
--- a/gnu/metahtml/config.mk    1970-01-01 00:00:00 +0000
+++ b/gnu/metahtml/config.mk    2012-11-17 12:23:32 +0000
@@ -0,0 +1,4 @@
+## Configuration options for metahtml ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=


reply via email to

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