svn commit: r307613 - head/misc/astrolog/files
Andrey A. Chernov
ache at FreeBSD.org
Wed Nov 21 12:20:18 UTC 2012
Author: ache
Date: Wed Nov 21 12:20:17 2012
New Revision: 307613
URL: http://svnweb.freebsd.org/changeset/ports/307613
Log:
Rename patch according to Porters's Handbook '4.4 Patching' rules
Feature safe: yes
Added:
head/misc/astrolog/files/patch-src-sweodef.h
- copied unchanged from r307612, head/misc/astrolog/files/patch-src::sweodef.h
Deleted:
head/misc/astrolog/files/patch-src::sweodef.h
Copied: head/misc/astrolog/files/patch-src-sweodef.h (from r307612, head/misc/astrolog/files/patch-src::sweodef.h)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/misc/astrolog/files/patch-src-sweodef.h Wed Nov 21 12:20:17 2012 (r307613, copy of r307612, head/misc/astrolog/files/patch-src::sweodef.h)
@@ -0,0 +1,17 @@
+--- src/sweodef.h.orig 2012-11-21 12:36:17.000000000 +0400
++++ src/sweodef.h 2012-11-21 12:37:03.000000000 +0400
+@@ -197,10 +197,10 @@
+ typedef unsigned int UINT2; /* unsigned 16 bits */
+ # define ABS4 labs /* abs function for long */
+ #else
+- typedef int int32;
+- typedef long long int64;
+- typedef unsigned int uint32;
+- typedef short int16;
++ typedef int32_t int32;
++ typedef int64_t int64;
++ typedef uint32_t uint32;
++ typedef int16_t int16;
+ typedef double REAL8; /* real with at least 64 bit precision */
+ typedef int INT4; /* signed integer with at least 32 bit precision */
+ typedef unsigned int UINT4;
More information about the svn-ports-head
mailing list