aboutsummaryrefslogtreecommitdiffstats
path: root/security/trousers
Commit message (Collapse)AuthorAgeFilesLines
* - Unbreak clang build.hrs2013-07-318-182/+107
| | | | | | | | - Remove PORTEXAMPLES. pkg-plist was broken due to it[*]. - Add extra patches for EMULATOR option. - Create /var/run/{tpm,ima} in rc.d/tcsd script. Spotted by: antoine [*]
* Update to 0.3.10.hrs2013-07-276-127/+87
|
* - Add WWW: line to pkg-descr.hrs2013-07-253-10/+11
| | | | | - Style cleanups. - Take maintainership.
* - Convert USE_ICONV=yes to USES=iconvmva2013-04-281-2/+1
| | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and USE_GETTEXT=yes to USES=gettext while here
* Finish converting the whole ports tree to USES=pkgconfigbapt2013-04-231-1/+1
|
* Variable that start with _ are considered private to the definingeadler2013-03-021-1/+1
| | | | | | | makefile and may not be used by ports makefiles. In addition, avoid problems should the defaults ever change. Approved by: portmgr (tabthorpe)
* Force numerous ports that fail to build with clang over to instead alwayslinimon2012-10-101-0/+1
| | | | | | | | | | | | | | | | | | | rely on gcc. The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to accomplish this. The ports chosen were ports that blocked 2 or more ports from building with clang. (There are several hundred other ports that still fail to build with clang, even with this patch. This is merely one step along the way.) Those interested in fixing these ports with clang, and have clang as their default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes. For those who have gcc as their default compiler, this change is believed to cause no change. Hat: portmgr Tested with: multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various combinations of patch/no-patch and flag settings.
* Convert to new options frameworkbapt2012-10-041-12/+7
|
* - Reassign nork@ ports to the heaptabthorpe2012-08-161-1/+1
| | | | | | - Thank you for your years of service, we hope to see you back Approved by: portmgr
* new devel/pkgconf added to replace devel/pkg-config. new version of pkg-configbapt2012-07-261-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | are no more self hosting so we are stuck with 0.25 version while pkgconf provide the same set of features as 0.27 and a compatible frontend. A symlink to pkg-config has been added for convenience and compatibility This also introduces a new macro to use pkgconf in your ports: USE_PKGCONFIG it can take the following arguments: - yes (meaning build only dep) - build (meaning build only dep) - run (meaning run only dep) - both (meaning run and build dep) From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG The old gnome macro has been modified to use pkgconf but still the sameway: run and build dep to avoid large breakage. While here fix some ports relying on pkg-config but not specifying it, fix some ports broken because testing wrong .pc files, and fix ports using pkg-config --version to determine pkg-config version instead of pkg-config --modversion pkg-config like recommanded by pkg-config With Hat: portmgr Exp-runs by: bapt (pointhat-west), beat (pointyhat)
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-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.
* All cleanup done (PREFIX clean, permission clean), and bump PORTREVISION.nork2010-12-151-8/+9
|
* o Fix start-up point before openssl clients like named, hastd, kerberos...nork2010-12-142-2/+3
| | | | | o Add required tpmd (ports/emulators/tpm-emulator). o Bump PORTREVISION, accordingly.
* Fix build error WITH_EMULATOR.nork2010-12-131-7/+8
|
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
|
* Build static library.nork2010-11-231-1/+2
| | | | Pointed out by: QAT and pointyhat via pav/edwin
* UnBROKEN.nork2010-11-221-4/+6
| | | | | o Add implicit dependency on pkg-config. o Don't run-autotools-*, twice.
* - Mark BROKEN: does not configurepav2010-11-181-0/+2
| | | | Reported by: pointyhat
* Fix build dependency on automake.nork2010-11-071-1/+1
| | | | Reported by: QAT
* Fix dependency on tpm-emulator.nork2010-11-071-1/+1
| | | | Pointy hat to: myself
* Add trousers 0.3.6, is a CPL (Common Public License) licensed Trustednork2010-11-0730-0/+1121
Computing Software Stack. It is mostly compliant with the TSS 1.2 specification. Obtained from: http://bsssd.sourceforge.net/