Index: head/emulators/tpm-emulator/Makefile =================================================================== --- head/emulators/tpm-emulator/Makefile (revision 442521) +++ head/emulators/tpm-emulator/Makefile (revision 442522) @@ -1,34 +1,34 @@ # Created by: Sebastian Schuetz # $FreeBSD$ PORTNAME= tpm-emulator PORTVERSION= 0.7.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators security MASTER_SITES= SF/${PORTNAME}.berlios DISTNAME= ${PORTNAME:S,-,_,}-${PORTVERSION} MAINTAINER= hrs@FreeBSD.org COMMENT= Trusted Platform Module (TPM) emulator LICENSE= GPLv2 LIB_DEPENDS= libgmp.so:math/gmp USES= cmake:outsource USE_RC_SUBR= tpmd CONFIGURE_ENV= PREFIX="${PREFIX}" CMAKE_ARGS= -DTPM_INCLUDE_DIRS:STRING="${LOCALBASE}/include" \ -DTDDL_LIBRARY_DIRS:STRING="${LOCALBASE}/lib/tddl_emu" \ -DTPM_LIBRARY_DIRS:STRING="${LOCALBASE}/lib" USE_LDCONFIG= yes USERS= _tss GROUPS= _tss SUB_LIST= USERS="${USERS}" GROUPS="${GROUPS}" PLIST_SUB= USERS="${USERS}" GROUPS="${GROUPS}" post-install: @${MKDIR} ${STAGEDIR}/var/run/tpm @${MKDIR} ${STAGEDIR}${PREFIX}/var/db/tpm .include Index: head/emulators/tpm-emulator/files/patch-tpmd_unix_tpmd.c =================================================================== --- head/emulators/tpm-emulator/files/patch-tpmd_unix_tpmd.c (nonexistent) +++ head/emulators/tpm-emulator/files/patch-tpmd_unix_tpmd.c (revision 442522) @@ -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: head/emulators/tpm-emulator/files/patch-tpmd_unix_tpmd.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property 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