From owner-svn-ports-all@FreeBSD.ORG Wed Nov 21 12:20:18 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 58833873; Wed, 21 Nov 2012 12:20:18 +0000 (UTC) (envelope-from ache@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 3D47F8FC08; Wed, 21 Nov 2012 12:20:18 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qALCKI0N046315; Wed, 21 Nov 2012 12:20:18 GMT (envelope-from ache@svn.freebsd.org) Received: (from ache@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qALCKISh046314; Wed, 21 Nov 2012 12:20:18 GMT (envelope-from ache@svn.freebsd.org) Message-Id: <201211211220.qALCKISh046314@svn.freebsd.org> From: "Andrey A. Chernov" Date: Wed, 21 Nov 2012 12:20:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307613 - head/misc/astrolog/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Nov 2012 12:20:18 -0000 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;