summaryrefslogtreecommitdiff
path: root/security/trousers/files/patch-src-tspi-Makefile.am (follow)
Commit message (Collapse)AuthorAgeFilesLines
* With the power of USES=dos2unix, get rid of most patches and filesMathieu Arnold2016-06-201-14/+0
| | | | | | | | | | | | | with CRLF. While there, run make makepatch, rename patches to use the new scheme, and various fixes. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=417166
* Fix an include path issue when security/openssl andHiroki Sato2016-05-181-5/+8
| | | | | | | LOCALBASE/include/tddl.h are installed. Notes: svn path=/head/; revision=415461
* security/trousers:Hiroki Sato2016-05-181-3/+3
| | | | | | | | | | | | | | | | | | | | | - 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
* - Convert security/trousers to USES=libtool and bump dependent portsTijl Coosemans2014-07-171-1/+1
| | | | | | | | | - Use standard USE_AUTOTOOLS - Add INSTALL_TARGET=install-strip - Drop PTHREAD_LIBS Notes: svn path=/head/; revision=362154
* Fix iconv and pthread dependency.Hiroki Sato2013-12-051-2/+2
| | | | Notes: svn path=/head/; revision=335654
* Update to 0.3.10.Hiroki Sato2013-07-271-4/+4
| | | | Notes: svn path=/head/; revision=323771
* Add trousers 0.3.6, is a CPL (Common Public License) licensed TrustedNorikatsu Shigemura2010-11-071-0/+11
Computing Software Stack. It is mostly compliant with the TSS 1.2 specification. Obtained from: http://bsssd.sourceforge.net/ Notes: svn path=/head/; revision=264182