aboutsummaryrefslogtreecommitdiff
path: root/emulators/tpm-emulator
Commit message (Collapse)AuthorAgeFilesLines
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-2/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* emulators/tpm-emulator: Fix -fno-commonNiclas Zeising2020-08-181-0/+47
| | | | | | | | | Fix the build with -fno-common, which is the default in llvm 11. MFH: 2020Q3 Notes: svn path=/head/; revision=545265
* Change cmake default behaviour to outsource.Tobias C. Berner2018-12-251-1/+1
| | | | | | | | | | | | | | Ports that build out of source now simply can use "USES=cmake" instead of "USES=cmake:outsource". Ports that fail to build out of source now need to specify "USES=cmake:insource". I tried to only set insource where explictely needed. PR: 232038 Exp-run by: antoine Notes: svn path=/head/; revision=488341
* emulators/tpm-emulator: fail to run in arm64 due to improper getopt(3) useLarry Rosenman2017-06-032-1/+12
| | | | | | | | | | | Add patch to fix it. PR: 219352 Submitted by: Phillip R. Jaenke <prj@rootwyrm.com> Approved by: maintainer timeout. Notes: svn path=/head/; revision=442522
* security/trousers:Hiroki Sato2016-05-187-25/+31
| | | | | | | | | | | | | | | | | | | | | - Update to 0.3.13. - Remove CONFLICTS with emulators/tpm-emulator. Two separate binaries, sbin/tcsd (for actual TPM device) and sbin/tcsd_emu (for TPM emulator) are now installed. rc.d/tcsd chooses one of them depending on $tcsd_mode. When tcsd_mode="native" (default) it runs sbin/tcsd, and when tcsd_mode="emulator" it runs sbin/tcsd_emu. Note that sbin/tcsd_emu depends on tpmd in emulators/tpm-emulator. - Simplify @sample. emulators/tpm-emulator: - Remove CONFLICTS with security/trousers. - Simplify rc.d/tpmd. Notes: svn path=/head/; revision=415449
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Remove BROKEN on Tier-2 systems statements which no longer true at leastAlexey Dokuchaev2015-09-201-2/+0
| | | | | | | | | | on PowerPC (verified for all of them) and some also on SPARC (whenever I was able to test those on flame.freebsd.org) and even IA64 (which should be OK to remove anyways, because it was never really supported system in ports land and was officially killed in -CURRENT a while ago. Notes: svn path=/head/; revision=397374
* Uses/cmake.mk: Replace CMAKE_ENV with CONFIGURE_ENV.Raphael Kubo da Costa2015-08-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of defining a variable that is almost always based on CONFIGURE_ENV, just use CONFIGURE_ENV directly. This also matches the behavior of other ports that do not use autotools (so most ports can just worry about CONFIGURE_ENV). Additionally, the fact that we do not use ?= means we do not have problems if another file in Uses/ needs to set CONFIGURE_ENV (with CMAKE_ENV, the order of the arguments to USES would matter). Ports which set CMAKE_ENV have been adjusted accordingly. In most cases, CMAKE_ENV was just replaced with CONFIGURE_ENV, the exceptions being: * databases/sqliteman: CMAKE_ENV line removed; setting QMAKESPEC there has no effect on the build system. * devel/freeocl: CMAKE_ENV line removed; FREEOCL_CXX_COMPILER is already retrieved from the CMAKE_CXX_COMPILER variable in the build system. * graphics/openimageio: CMAKE_ENV line removed; setting Qt variables there has no effect on the build system. Reviewed by: makc Differential Revision: https://reviews.freebsd.org/D3403 Notes: svn path=/head/; revision=394572
* Cleanup plistAntoine Brodin2014-11-132-5/+4
| | | | Notes: svn path=/head/; revision=372523
* Simplify plistBaptiste Daroussin2014-10-311-1/+1
| | | | Notes: svn path=/head/; revision=371905
* Clean up plistBaptiste Daroussin2014-10-271-3/+0
| | | | Notes: svn path=/head/; revision=371563
* stage emulators/tpm-emulatorJohn Marino2014-07-271-16/+7
| | | | | | | | | | While here, simplify powerpc breakage, remove reference to BERLIOS PR: 191727 Submitted by: Dan Lukes Notes: svn path=/head/; revision=363061
* Modernize LIB_DEPENDSBaptiste Daroussin2014-07-131-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=361727
* Resetting maintainership on ports that have not been staged and without anyAntoine Brodin2014-07-021-1/+1
| | | | | | | | | pending PR With hat: portmgr Notes: svn path=/head/; revision=360256
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340674
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | emulators) Notes: svn path=/head/; revision=327721
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Fix CONFLICTS.Hiroki Sato2013-07-272-9/+8
| | | | | | | | - Style cleanups. - Take maintainership. Notes: svn path=/head/; revision=323772
* - Fix buildMartin Wilke2013-06-141-0/+2
| | | | Notes: svn path=/head/; revision=320874
* - convert USE_CMAKE to USESMax Brazhnikov2013-03-221-2/+1
| | | | | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314960
* - Update to version 0.7.4Martin Wilke2013-02-0713-228/+60
| | | | | | | | | | - Trim header PR: 172716 Submitted by: Ports Fury Notes: svn path=/head/; revision=311846
* - Reassign nork@ ports to the heapThomas Abthorpe2012-08-151-1/+1
| | | | | | | | | - Thank you for your years of service, we hope to see you back Approved by: portmgr Notes: svn path=/head/; revision=302594
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* Mark as broken on powerpc: does not compile.Mark Linimon2011-11-111-1/+7
| | | | | | | | Hat: portmgr Feature safe: yes Notes: svn path=/head/; revision=285493
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+2
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - Use canonical format for FreeBSD.org MAINTAINER addressesSunpoet Po-Chuan Hsieh2010-12-251-1/+1
| | | | | | | | | | | - Remove obsolete MD5 checksum while I'm here PR: ports/152844 Submitted by: sunpoet (myself) Approved by: miwi (with portmgr hat) Notes: svn path=/head/; revision=266895
* All cleanup done (PREFIX clean, permission clean), and bump PORTREVISION.Norikatsu Shigemura2010-12-143-2/+18
| | | | Notes: svn path=/head/; revision=266308
* Cleanup(portlint happy).Norikatsu Shigemura2010-12-143-36/+9
| | | | | | | | | | | [NOTE] In this time, I don't bump PORTREVISION. Because I'll re-setup working directory under $PREFIX (/var/lib/tpm -> $PREFIX/var/lib/tpm). So I'll finish these working, and bump PORTREVISION. Notes: svn path=/head/; revision=266306
* Fix rc script with _tss USER/GROUP.Norikatsu Shigemura2010-12-142-2/+7
| | | | | | | | | | | [NOTE] In this time, I don't bump PORTREVISION. Because I'll re-setup working directory under $PREFIX (/var/lib/tpm -> $PREFIX/var/lib/tpm). So I'll finish these working, and bump PORTREVISION. Notes: svn path=/head/; revision=266295
* Add support rc script. (buggy by not install USER/GROUP)Norikatsu Shigemura2010-12-132-0/+32
| | | | | | | | | | | [NOTE] In this time, I don't bump PORTREVISION. Because I must install _tss user and group account(bug), and I'll re-setup working directory under $PREFIX. So I'll finish these working, and bump PORTREVISION. Notes: svn path=/head/; revision=266256
* o sort pkg-plist.Norikatsu Shigemura2010-12-122-6/+7
| | | | | | | | | | | | o install libtddl.so.1 instead of libtddl.so.1.2 to use dynamic library. [NOTE] In this time, I don't bump PORTREVISION. Because I'll add rc.d/tpmd, use _tss user and group account, and re-setup working directory under $PREFIX. So I'll finish these working, and bump PORTREVISION. Notes: svn path=/head/; revision=266126
* o Add security to CATEGORIES. [1]Norikatsu Shigemura2010-11-072-1/+2
| | | | | | | | | | o Add missing file. [2] Pointy hat to: myself [1][2] Reported by: QAT [2] Notes: svn path=/head/; revision=264189
* Add tpm-emulator 0.7.1, is a Trusted Platform Module (TPM) emulator.Norikatsu Shigemura2010-11-0714-0/+297
Obtained from: http://bsssd.sourceforge.net/ Notes: svn path=/head/; revision=264184