Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Nov 2012 12:20:18 +0000 (UTC)
From:      "Andrey A. Chernov" <ache@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r307613 - head/misc/astrolog/files
Message-ID:  <201211211220.qALCKISh046314@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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; 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211211220.qALCKISh046314>