[47236] trunk/dports/devel/splint

boeyms at macports.org boeyms at macports.org
Mon Feb 23 17:31:18 PST 2009


Revision: 47236
          http://trac.macports.org/changeset/47236
Author:   boeyms at macports.org
Date:     2009-02-23 17:31:18 -0800 (Mon, 23 Feb 2009)
Log Message:
-----------
splint: update to latest version (3.1.2), with Darwin patch from upstream.

patch-src__osd.c.diff is taken from the diff between revisions 1.43 and
1.44 of src/osd.c in the upstream splint CVS repository (the other half of the
diff makes no functional difference).

Modified Paths:
--------------
    trunk/dports/devel/splint/Portfile

Added Paths:
-----------
    trunk/dports/devel/splint/files/
    trunk/dports/devel/splint/files/patch-src__osd.c.diff

Modified: trunk/dports/devel/splint/Portfile
===================================================================
--- trunk/dports/devel/splint/Portfile	2009-02-24 00:52:01 UTC (rev 47235)
+++ trunk/dports/devel/splint/Portfile	2009-02-24 01:31:18 UTC (rev 47236)
@@ -2,7 +2,7 @@
 
 PortSystem 1.0
 name		splint
-version		3.1.1
+version		3.1.2
 categories	devel
 maintainers	waqar at macports.org
 description	Secure Programming Lint
@@ -18,7 +18,8 @@
 master_sites	http://www.splint.org/downloads/
 extract.suffix  .tgz
 distname	${name}-${version}.src
-checksums	md5 91635d98644312302f6f16abe73c2474
+checksums	md5 25f47d70bd9c8bdddf6b03de5949c4fd
 worksrcdir	${name}-${version}
+patchfiles	patch-src__osd.c.diff
 configure.args	--infodir=${prefix}/share/info --mandir=${prefix}/share/man
 

Added: trunk/dports/devel/splint/files/patch-src__osd.c.diff
===================================================================
--- trunk/dports/devel/splint/files/patch-src__osd.c.diff	                        (rev 0)
+++ trunk/dports/devel/splint/files/patch-src__osd.c.diff	2009-02-24 01:31:18 UTC (rev 47236)
@@ -0,0 +1,11 @@
+--- src/osd.c	2007-07-13 22:18:20.000000000 +0000
++++ src/osd.c.new	2008-09-29 04:30:16.000000000 +0000
+@@ -516,7 +516,7 @@
+ # if defined (WIN32) || defined (OS2) && defined (__IBMC__)
+   int pid = _getpid ();
+ # else
+-  __pid_t pid = getpid ();
++  pid_t pid = getpid ();
+ # endif
+ 
+   return (int) pid;


Property changes on: trunk/dports/devel/splint/files/patch-src__osd.c.diff
___________________________________________________________________
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090223/4768d5c0/attachment-0001.html>


More information about the macports-changes mailing list