diff options
author | tsarna <tsarna@pkgsrc.org> | 1999-03-25 19:25:32 +0000 |
---|---|---|
committer | tsarna <tsarna@pkgsrc.org> | 1999-03-25 19:25:32 +0000 |
commit | ef9417cd2bf2db4e83b1be7578415593370a7ca0 (patch) | |
tree | d101d8cdbc588e8eaf261ab67d0db666dcd23e46 | |
parent | 466c7c1594feb8f389d0ac1940b99903488ff0f5 (diff) | |
download | pkgsrc-ef9417cd2bf2db4e83b1be7578415593370a7ca0.tar.gz |
Clean up patches. Add RCSids, and make patch-ad a unidiff with the
correct path.
-rw-r--r-- | misc/gnucash/patches/patch-ac | 6 | ||||
-rw-r--r-- | misc/gnucash/patches/patch-ad | 28 |
2 files changed, 17 insertions, 17 deletions
diff --git a/misc/gnucash/patches/patch-ac b/misc/gnucash/patches/patch-ac index 624bed12bd8..a5602538ef0 100644 --- a/misc/gnucash/patches/patch-ac +++ b/misc/gnucash/patches/patch-ac @@ -1,7 +1,9 @@ +$NetBSD$ + --- /dev/null Mon Mar 22 08:33:49 1999 +++ src/engine/asprintf.c Mon Mar 22 09:26:19 1999 @@ -0,0 +1,95 @@ -+/* $NetBSD: asprintf.c,v 1.4 1998/11/15 17:19:53 christos Exp $ */ ++/* $NetBSD: patch-ac,v 1.1 1999/03/22 15:56:11 mellon Exp $ */ + +/* + * Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com> @@ -39,7 +41,7 @@ + +#include <sys/cdefs.h> +#if defined(LIBC_SCCS) && !defined(lint) -+__RCSID("$NetBSD: asprintf.c,v 1.4 1998/11/15 17:19:53 christos Exp $"); ++__RCSID("$NetBSD: patch-ac,v 1.1 1999/03/22 15:56:11 mellon Exp $"); +#endif /* LIBC_SCCS and not lint */ + +#include <stdio.h> diff --git a/misc/gnucash/patches/patch-ad b/misc/gnucash/patches/patch-ad index 0d865706477..7a37ece3ed7 100644 --- a/misc/gnucash/patches/patch-ad +++ b/misc/gnucash/patches/patch-ad @@ -1,15 +1,13 @@ -*** gnucash-1.1.25.orig/src/engine/Makefile.in Sat Jan 2 20:55:32 1999 ---- gnucash-1.1.25/src/engine/Makefile.in Mon Mar 22 10:54:03 1999 -*************** -*** 35,39 **** - INDEP_SRCS := AccInfo.c Account.c DateUtils.c FileIO.c Group.c \ - LedgerUtils.c QIFIO.c Query.c Scrub.c Session.c \ -! Transaction.c TransLog.c date.c util.c - ###################################################################### - ---- 35,39 ---- - INDEP_SRCS := AccInfo.c Account.c DateUtils.c FileIO.c Group.c \ - LedgerUtils.c QIFIO.c Query.c Scrub.c Session.c \ -! Transaction.c TransLog.c date.c util.c asprintf.c - ###################################################################### - +$NetBSD: patch-ad,v 1.2 1999/03/25 19:25:32 tsarna Exp $ + +--- src/engine/Makefile.in.orig Sat Jan 2 19:55:32 1999 ++++ src/engine/Makefile.in Thu Mar 25 13:17:14 1999 +@@ -34,7 +34,7 @@ + # See Makefile.common for information about these variables. + INDEP_SRCS := AccInfo.c Account.c DateUtils.c FileIO.c Group.c \ + LedgerUtils.c QIFIO.c Query.c Scrub.c Session.c \ +- Transaction.c TransLog.c date.c util.c ++ Transaction.c TransLog.c date.c util.c asprintf.c + ###################################################################### + + all: default |