Commit Graph

31 Commits

Author SHA1 Message Date
Tobias C. Berner
707c6bf295 Change cmake default behaviour to outsource.
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
2018-12-25 20:25:39 +00:00
Larry Rosenman
8c5cf0c48c emulators/tpm-emulator: fail to run in arm64 due to improper getopt(3) use
Add patch to fix it.

PR:		219352
Submitted by:	Phillip R. Jaenke <prj@rootwyrm.com>
Approved by:	maintainer timeout.
2017-06-03 21:56:25 +00:00
Hiroki Sato
5c2173b0df security/trousers:
- 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.
2016-05-18 13:53:45 +00:00
Mathieu Arnold
4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00
Alexey Dokuchaev
3a63ba57c2 Remove BROKEN on Tier-2 systems statements which no longer true at least
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.
2015-09-20 14:35:57 +00:00
Raphael Kubo da Costa
23ee2a7d62 Uses/cmake.mk: Replace CMAKE_ENV with CONFIGURE_ENV.
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
2015-08-18 10:51:01 +00:00
Antoine Brodin
1ef6c2804f Cleanup plist 2014-11-13 14:32:39 +00:00
Baptiste Daroussin
e2bb5227f0 Simplify plist 2014-10-31 19:42:14 +00:00
Baptiste Daroussin
7a81cc2bcf Clean up plist 2014-10-27 12:24:22 +00:00
John Marino
9ca8e16ceb stage emulators/tpm-emulator
While here, simplify powerpc breakage, remove reference to BERLIOS

PR:		191727
Submitted by:	Dan Lukes
2014-07-27 13:28:00 +00:00
Baptiste Daroussin
e6ffa1f425 Modernize LIB_DEPENDS
With hat:	portmgr
2014-07-13 23:23:25 +00:00
Antoine Brodin
aa90d38b02 Resetting maintainership on ports that have not been staged and without any
pending PR

With hat:	portmgr
2014-07-02 20:22:55 +00:00
Baptiste Daroussin
e04b632220 Fix properties on pkg-plist 2014-01-21 23:40:21 +00:00
Baptiste Daroussin
1089da7dcc Add NO_STAGE all over the place in preparation for the staging support (cat: emulators) 2013-09-20 16:43:52 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Hiroki Sato
2c30ab87d9 - Fix CONFLICTS.
- Style cleanups.
- Take maintainership.
2013-07-27 04:27:19 +00:00
Martin Wilke
a4229d7901 - Fix build 2013-06-14 01:59:45 +00:00
Max Brazhnikov
ffd97a0193 - convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
2013-03-22 20:06:14 +00:00
Martin Wilke
4084389efb - Update to version 0.7.4
- Trim header

PR:		172716
Submitted by:	Ports Fury
2013-02-07 14:30:48 +00:00
Thomas Abthorpe
83fc7a83ad - Reassign nork@ ports to the heap
- Thank you for your years of service, we hope to see you back

Approved by:	portmgr
2012-08-15 19:26:13 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
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.
2012-01-14 08:57:23 +00:00
Mark Linimon
d5db910408 Mark as broken on powerpc: does not compile.
Hat:		portmgr
Feature safe:	yes
2011-11-11 02:31:07 +00:00
Dmitry Marakasov
6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- 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
2011-09-23 22:26:39 +00:00
Sunpoet Po-Chuan Hsieh
a32defea5d - Use canonical format for FreeBSD.org MAINTAINER addresses
- Remove obsolete MD5 checksum while I'm here

PR:		ports/152844
Submitted by:	sunpoet (myself)
Approved by:	miwi (with portmgr hat)
2010-12-25 16:55:41 +00:00
Norikatsu Shigemura
3fc9cc9ed3 All cleanup done (PREFIX clean, permission clean), and bump PORTREVISION. 2010-12-14 22:49:47 +00:00
Norikatsu Shigemura
f878a3c5be Cleanup(portlint happy).
[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.
2010-12-14 22:31:12 +00:00
Norikatsu Shigemura
2d76d7517b Fix rc script with _tss USER/GROUP.
[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.
2010-12-14 16:26:27 +00:00
Norikatsu Shigemura
339a230ae5 Add support rc script. (buggy by not install USER/GROUP)
[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.
2010-12-13 18:38:54 +00:00
Norikatsu Shigemura
dc6c6f4f5c o sort pkg-plist.
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.
2010-12-12 16:20:09 +00:00
Norikatsu Shigemura
ce02e6a947 o Add security to CATEGORIES. [1]
o Add missing file. [2]

Pointy hat to:	myself [1][2]
Reported by:	QAT [2]
2010-11-07 12:22:51 +00:00
Norikatsu Shigemura
1cf92127b2 Add tpm-emulator 0.7.1, is a Trusted Platform Module (TPM) emulator.
Obtained from:	http://bsssd.sourceforge.net/
2010-11-07 12:08:52 +00:00