diff options
author | Johan van Selst <johans@FreeBSD.org> | 2011-04-20 20:19:31 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2011-04-20 20:19:31 +0000 |
commit | 2fb0b2f0ca7b0072f0b13f66b0c3adf9c19d4f12 (patch) | |
tree | e688be69708a32219550bf5620aedd4d207f1910 /devel/opencvs/files/patch-log.h | |
parent | Update to version 0.6 (diff) |
- Update opencvs to new 20110420 version
- Add manpages [1]
- Add license [2]
- Remove some unneeded patches [2]
Reported by: obrien
PR: ports/156490 [1]
PR: ports/156491 [2]
Diffstat (limited to 'devel/opencvs/files/patch-log.h')
-rw-r--r-- | devel/opencvs/files/patch-log.h | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/devel/opencvs/files/patch-log.h b/devel/opencvs/files/patch-log.h index 0c412f0bde6c..42b17cc21770 100644 --- a/devel/opencvs/files/patch-log.h +++ b/devel/opencvs/files/patch-log.h @@ -1,10 +1,12 @@ ---- log.h.orig 2008-06-10 03:00:34.000000000 +0200 -+++ log.h 2010-06-08 20:18:08.000000000 +0200 -@@ -47,6 +47,6 @@ - void cvs_vlog(u_int, const char *, va_list); - int cvs_printf(const char *, ...) __attribute__((format(printf, 1, 2))); - int cvs_vprintf(const char *, va_list); --void fatal(const char *, ...) __dead __attribute__((format(printf, 1,2))); -+void fatal(const char *, ...) __attribute__((format(printf, 1,2))); +--- log.h.orig 2008-06-09 18:00:34.000000000 -0700 ++++ log.h 2011-04-18 23:44:44.000000000 -0700 +@@ -29,6 +29,9 @@ - #endif /* LOG_H */ + #include <stdarg.h> + ++/* For building on FreeBSD */ ++#define __dead ++ + /* log priority levels */ + #define LP_NOTICE 0 + #define LP_ERR 1 |