| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
Fix the build with -fno-common, which is the default in llvm 11.
MFH: 2020Q3
Notes:
svn path=/head/; revision=545265
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412346
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=372523
|
|
|
|
| |
Notes:
svn path=/head/; revision=371905
|
|
|
|
| |
Notes:
svn path=/head/; revision=371563
|
|
|
|
|
|
|
|
|
|
| |
While here, simplify powerpc breakage, remove reference to BERLIOS
PR: 191727
Submitted by: Dan Lukes
Notes:
svn path=/head/; revision=363061
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=361727
|
|
|
|
|
|
|
|
|
| |
pending PR
With hat: portmgr
Notes:
svn path=/head/; revision=360256
|
|
|
|
| |
Notes:
svn path=/head/; revision=340674
|
|
|
|
|
|
|
| |
emulators)
Notes:
svn path=/head/; revision=327721
|
|
|
|
|
|
|
| |
Approved by: portmgr (bdrewery)
Notes:
svn path=/head/; revision=324744
|
|
|
|
|
|
|
|
| |
- Style cleanups.
- Take maintainership.
Notes:
svn path=/head/; revision=323772
|
|
|
|
| |
Notes:
svn path=/head/; revision=320874
|
|
|
|
|
|
|
|
|
|
| |
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi)
Notes:
svn path=/head/; revision=314960
|
|
|
|
|
|
|
|
|
|
| |
- Trim header
PR: 172716
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=311846
|
|
|
|
|
|
|
|
|
| |
- Thank you for your years of service, we hope to see you back
Approved by: portmgr
Notes:
svn path=/head/; revision=302594
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
Hat: portmgr
Feature safe: yes
Notes:
svn path=/head/; revision=285493
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
Notes:
svn path=/head/; revision=266308
|
|
|
|
|
|
|
|
|
|
|
| |
[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
|
|
|
|
|
|
|
|
|
|
|
| |
[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
|
|
|
|
|
|
|
|
|
|
|
| |
[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 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 missing file. [2]
Pointy hat to: myself [1][2]
Reported by: QAT [2]
Notes:
svn path=/head/; revision=264189
|
|
Obtained from: http://bsssd.sourceforge.net/
Notes:
svn path=/head/; revision=264184
|