gsrc-commit
[Top][All Lists]
Advanced

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

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


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1240: clean up tar and fix build
Date: Wed, 21 Nov 2012 13:50:47 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1240
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Wed 2012-11-21 13:50:47 +0100
message:
  clean up tar and fix build
added:
  gnu/tar/config.mk
modified:
  gnu/tar/Makefile
=== modified file 'gnu/tar/Makefile'
--- a/gnu/tar/Makefile  2011-03-23 09:38:03 +0000
+++ b/gnu/tar/Makefile  2012-11-21 12:50:47 +0000
@@ -1,16 +1,23 @@
 GARNAME = tar
 GARVERSION = 1.26
+HOME_URL = http://www.gnu.org/software/tar
+DESCRIPTION = GNU tar
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
-MASTER_SUBDIR = tar/
-
+MASTER_SUBDIR = $(GARNAME)/
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
-# BUILDDEPS = 
-# LIBDEPS = 
+BUILDDEPS = 
+LIBDEPS = 
 
-HOME_URL = http://www.gnu.org/software/tar
-DESCRIPTION = GNU tar
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk
+
+pre-configure:
+       sed -i -e '/gets is a security/d' $(WORKSRC)/gnu/stdio.in.h
+       $(MAKECOOKIE)

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


reply via email to

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