gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] /srv/bzr/gsrc/trunk r1222: clean up sharutils


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1222: clean up sharutils
Date: Tue, 20 Nov 2012 23:19:58 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1222
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Tue 2012-11-20 23:19:58 +0100
message:
  clean up sharutils
added:
  gnu/sharutils/config.mk
modified:
  gnu/sharutils/Makefile
=== modified file 'gnu/sharutils/Makefile'
--- a/gnu/sharutils/Makefile    2011-05-07 09:28:24 +0000
+++ b/gnu/sharutils/Makefile    2012-11-20 22:19:58 +0000
@@ -1,16 +1,23 @@
 GARNAME = sharutils
 GARVERSION = 4.11.1
+HOME_URL = http://www.gnu.org/software/sharutils/
+DESCRIPTION = Tools for remote synchronization and shell archives
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
-MASTER_SUBDIR = sharutils/
-
+MASTER_SUBDIR = $(GARNAME)/
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
 BUILDDEPS = gettext
-# LIBDEPS = 
+LIBDEPS = 
 
-HOME_URL = http://www.gnu.org/software/sharutils/
-DESCRIPTION = GNU Sharutils, tools for remote synchronization and `shell 
archives'
+######################################################################
 
 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/sharutils/config.mk'
--- a/gnu/sharutils/config.mk   1970-01-01 00:00:00 +0000
+++ b/gnu/sharutils/config.mk   2012-11-20 22:19:58 +0000
@@ -0,0 +1,4 @@
+## Configuration options for sharutils ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=


reply via email to

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