[Midnightbsd-cvs] mports [23677] trunk/emulators/tpm-emulator: fix type

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Jul 25 18:27:31 EDT 2018


Revision: 23677
          http://svnweb.midnightbsd.org/mports/?rev=23677
Author:   laffer1
Date:     2018-07-25 18:27:31 -0400 (Wed, 25 Jul 2018)
Log Message:
-----------
fix type

Modified Paths:
--------------
    trunk/emulators/tpm-emulator/Makefile

Added Paths:
-----------
    trunk/emulators/tpm-emulator/files/patch-tpmd_unix_tpmd.c

Modified: trunk/emulators/tpm-emulator/Makefile
===================================================================
--- trunk/emulators/tpm-emulator/Makefile	2018-07-25 22:25:15 UTC (rev 23676)
+++ trunk/emulators/tpm-emulator/Makefile	2018-07-25 22:27:31 UTC (rev 23677)
@@ -4,7 +4,7 @@
 
 PORTNAME=	tpm-emulator
 PORTVERSION=	0.7.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	emulators security
 MASTER_SITES=	SF/${PORTNAME}.berlios
 DISTNAME=	${PORTNAME:S,-,_,}-${PORTVERSION}
@@ -14,7 +14,7 @@
 
 LICENSE=	gpl2
 
-LIB_DEPENDS=	libgmp.so:${PORTSDIR}/math/gmp
+LIB_DEPENDS=	libgmp.so:math/gmp
 
 USES=		cmake:outsource
 USE_RC_SUBR=	tpmd

Added: trunk/emulators/tpm-emulator/files/patch-tpmd_unix_tpmd.c
===================================================================
--- trunk/emulators/tpm-emulator/files/patch-tpmd_unix_tpmd.c	                        (rev 0)
+++ trunk/emulators/tpm-emulator/files/patch-tpmd_unix_tpmd.c	2018-07-25 22:27:31 UTC (rev 23677)
@@ -0,0 +1,11 @@
+--- tpmd/unix/tpmd.c.orig	2011-12-20 18:30:06 UTC
++++ tpmd/unix/tpmd.c
+@@ -85,7 +85,7 @@ static void print_usage(char *name)
+ 
+ static void parse_options(int argc, char **argv)
+ {
+-    char c;
++    int c;
+     struct passwd *pwd;
+     struct group *grp;
+     opt_uid = getuid();


Property changes on: trunk/emulators/tpm-emulator/files/patch-tpmd_unix_tpmd.c
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list