| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
27 Apr 2013 18:25:25
0.3.6_3
|
mva  |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
USE_GETTEXT=yes to USES=gettext while here |
23 Apr 2013 14:20:28
0.3.6_3
|
bapt  |
Finish converting the whole ports tree to USES=pkgconfig |
02 Mar 2013 03:55:26
0.3.6_3
|
eadler  |
Variable that start with _ are considered private to the defining
makefile and may not be used by ports makefiles.
In addition, avoid problems should the defaults ever change.
Approved by: portmgr (tabthorpe) |
09 Oct 2012 22:12:14
0.3.6_3
|
linimon  |
Force numerous ports that fail to build with clang over to instead always
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. |
04 Oct 2012 10:48:50
0.3.6_3
|
bapt  |
Convert to new options framework |
15 Aug 2012 19:26:14
0.3.6_3
|
tabthorpe  |
- Reassign nork@ ports to the heap
- Thank you for your years of service, we hope to see you back
Approved by: portmgr |
26 Jul 2012 05:40:24
0.3.6_3
|
bapt  |
new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
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) |
14 Jan 2012 08:57:23
0.3.6_3
|
dougb  |
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. |
14 Dec 2010 22:49:48
0.3.6_3
|
nork  |
All cleanup done (PREFIX clean, permission clean), and bump PORTREVISION. |
13 Dec 2010 18:33:55
0.3.6_2
|
nork  |
o Fix start-up point before openssl clients like named, hastd, kerberos...
o Add required tpmd (ports/emulators/tpm-emulator).
o Bump PORTREVISION, accordingly. |
12 Dec 2010 16:20:52
0.3.6_1
|
nork  |
Fix build error WITH_EMULATOR. |
04 Dec 2010 07:34:27
0.3.6_1
|
ade  |
Sync to new bsd.autotools.mk |
23 Nov 2010 11:56:40
0.3.6_1
|
nork  |
Build static library.
Pointed out by: QAT and pointyhat via pav/edwin |
21 Nov 2010 16:52:45
0.3.6
|
nork  |
UnBROKEN.
o Add implicit dependency on pkg-config.
o Don't run-autotools-*, twice. |
17 Nov 2010 21:03:01
0.3.6
|
pav  |
- Mark BROKEN: does not configure
Reported by: pointyhat |
07 Nov 2010 12:39:09
0.3.6
|
nork  |
Fix build dependency on automake.
Reported by: QAT |
07 Nov 2010 12:17:28
0.3.6
|
nork  |
Fix dependency on tpm-emulator.
Pointy hat to: myself |
07 Nov 2010 12:05:28
0.3.6
|
nork  |
Add trousers 0.3.6, is a CPL (Common Public License) licensed Trusted
Computing Software Stack. It is mostly compliant with the TSS 1.2
specification.
Obtained from: http://bsssd.sourceforge.net/ |