[csw-devel] SF.net SVN: gar:[9707] csw/mgar/pkg
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Mon Apr 19 14:00:12 CEST 2010
Revision: 9707
http://gar.svn.sourceforge.net/gar/?rev=9707&view=rev
Author: dmichelsen
Date: 2010-04-19 12:00:12 +0000 (Mon, 19 Apr 2010)
Log Message:
-----------
blame: Initial commit
Added Paths:
-----------
csw/mgar/pkg/blame/
csw/mgar/pkg/blame/branches/
csw/mgar/pkg/blame/tags/
csw/mgar/pkg/blame/trunk/
csw/mgar/pkg/blame/trunk/Makefile
csw/mgar/pkg/blame/trunk/checksums
csw/mgar/pkg/blame/trunk/files/
csw/mgar/pkg/blame/trunk/files/0001-Do-not-force-Wall.patch
Property changes on: csw/mgar/pkg/blame/trunk
___________________________________________________________________
Added: svn:ignore
+ cookies
download
work
Added: svn:externals
+ gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2
Added: csw/mgar/pkg/blame/trunk/Makefile
===================================================================
--- csw/mgar/pkg/blame/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/blame/trunk/Makefile 2010-04-19 12:00:12 UTC (rev 9707)
@@ -0,0 +1,21 @@
+# : Makefile 9089 2010-03-11 08:34:46Z wahwah $
+GARNAME = blame
+GARVERSION = 1.3.1
+CATEGORIES = utils
+
+DESCRIPTION = Displays the last modification for each line in an RCS file
+define BLURB
+endef
+
+MASTER_SITES = $(SF_MIRROR)
+DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
+PATCHFILES = 0001-Do-not-force-Wall.patch
+
+# File name regex to get notifications about upstream software releases
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+TEST_TARGET = check
+
+include gar/category.mk
Property changes on: csw/mgar/pkg/blame/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: csw/mgar/pkg/blame/trunk/checksums
===================================================================
--- csw/mgar/pkg/blame/trunk/checksums (rev 0)
+++ csw/mgar/pkg/blame/trunk/checksums 2010-04-19 12:00:12 UTC (rev 9707)
@@ -0,0 +1,2 @@
+21cea8c9b84a9dad29c4c9bb92cd18fb 0001-Do-not-force-Wall.patch
+7e63b28b5c2bc6bed2b30891a619c29c blame-1.3.1.tar.gz
Added: csw/mgar/pkg/blame/trunk/files/0001-Do-not-force-Wall.patch
===================================================================
--- csw/mgar/pkg/blame/trunk/files/0001-Do-not-force-Wall.patch (rev 0)
+++ csw/mgar/pkg/blame/trunk/files/0001-Do-not-force-Wall.patch 2010-04-19 12:00:12 UTC (rev 9707)
@@ -0,0 +1,39 @@
+From 7e1d85f98ff7cb76076701198d45c312baa30c66 Mon Sep 17 00:00:00 2001
+From: Dagobert Michelsen <dam at opencsw.org>
+Date: Mon, 19 Apr 2010 13:46:51 +0200
+Subject: [PATCH] Do not force -Wall
+
+---
+ src/Makefile.am | 2 +-
+ src/Makefile.in | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/src/Makefile.am b/src/Makefile.am
+index af59b4a..2e1937c 100644
+--- a/src/Makefile.am
++++ b/src/Makefile.am
+@@ -20,7 +20,7 @@ blame_SOURCES = \
+ blame_LDADD = $(top_builddir)/lib/libmisc.a
+ AM_YFLAGS = -d
+ AM_LFLAGS = -f -8
+-AM_CFLAGS = -Wall
++AM_CFLAGS =
+ if GCC
+ AM_CFLAGS += -W -Wno-format-y2k
+ endif
+diff --git a/src/Makefile.in b/src/Makefile.in
+index 1e2ec25..c709976 100644
+--- a/src/Makefile.in
++++ b/src/Makefile.in
+@@ -266,7 +266,7 @@ blame_SOURCES = \
+ blame_LDADD = $(top_builddir)/lib/libmisc.a
+ AM_YFLAGS = -d
+ AM_LFLAGS = -f -8
+-AM_CFLAGS = -Wall $(am__append_1)
++AM_CFLAGS = $(am__append_1)
+ AM_CPPFLAGS = -I$(top_srcdir)/lib
+ BUILT_SOURCES = parser.h
+ AUTOMAKE_OPTIONS = $(top_builddir)/lib/ansi2knr
+--
+1.7.0
+
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list