gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] /srv/bzr/gsrc/trunk r1241: clean up swbis but build fails


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1241: clean up swbis but build fails
Date: Wed, 21 Nov 2012 18:09:11 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1241
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Wed 2012-11-21 18:09:11 +0100
message:
  clean up swbis but build fails
added:
  gnu/swbis/config.mk
modified:
  TODO
  gnu/swbis/Makefile
=== modified file 'TODO'
--- a/TODO      2012-11-21 11:50:04 +0000
+++ b/TODO      2012-11-21 17:09:11 +0000
@@ -141,4 +141,5 @@
 ** serveez: old guile dependencies but a new release is imminent
 ** sovix (retired package, low priority): installation must be done manually
 ** spacechart: gnome hell
+** swbis: won't include tar.h properly(?)
 

=== modified file 'gnu/swbis/Makefile'
--- a/gnu/swbis/Makefile        2011-04-27 21:47:08 +0000
+++ b/gnu/swbis/Makefile        2012-11-21 17:09:11 +0000
@@ -1,16 +1,22 @@
 GARNAME = swbis
 GARVERSION = 1.11
+HOME_URL = http://www.gnu.org/software/swbis/
+DESCRIPTION = swbis - Extensions to POSIX packaging
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
-MASTER_SUBDIR = swbis/
-
+MASTER_SUBDIR = $(GARNAME)/
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
-# BUILDDEPS = 
-# LIBDEPS = 
+BUILDDEPS = 
+LIBDEPS = libc
 
-HOME_URL = http://www.gnu.org/software/swbis/
-DESCRIPTION = swbis - Extensions to POSIX packaging
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk
+
+CONFIGURE_ARGS += CFLAGS="-I$(prefix)/include"
+

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


reply via email to

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