gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] /srv/bzr/gsrc/trunk r1128: clean up idutils and fix build


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1128: clean up idutils and fix build
Date: Sun, 11 Nov 2012 19:11:29 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1128
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Sun 2012-11-11 19:11:29 +0100
message:
  clean up idutils and fix build
added:
  gnu/idutils/config.mk
modified:
  gnu/idutils/Makefile
=== modified file 'gnu/idutils/Makefile'
--- a/gnu/idutils/Makefile      2012-08-25 22:15:17 +0000
+++ b/gnu/idutils/Makefile      2012-11-11 18:11:29 +0000
@@ -1,16 +1,25 @@
 GARNAME = idutils
 GARVERSION = 4.6
+HOME_URL = http://www.gnu.org/software/idutils/
+DESCRIPTION = Tools to create and efficiently search an index of \
+identifiers from specified files
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
-MASTER_SUBDIR = idutils/
+MASTER_SUBDIR = $(GARNAME)/
 
 DISTFILES = $(DISTNAME).tar.xz
 SIGFILES = $(DISTNAME).tar.xz.sig
 
-# BUILDDEPS = 
-# LIBDEPS = 
+BUILDDEPS = 
+LIBDEPS = 
 
-HOME_URL = http://www.gnu.org/software/idutils/
-DESCRIPTION = GNU Idutils, tools to create and efficiently search an index of 
identifiers from specified files
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk
+
+pre-configure:
+       sed -i -e '/gets is a security/d' $(WORKSRC)/lib/stdio.in.h
+       $(MAKECOOKIE)

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


reply via email to

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