Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
13 Oct 2020 11:21:41
a.20201004

|
antoine  |
Update to alpha-20201004 |
23 Dec 2019 12:38:59
a.20191221

|
antoine  |
- Update to alpha-20191221
- Remove python 2.7 support |
07 Nov 2019 09:26:00
a.20191104

|
antoine  |
Update to alpha-20191104 |
06 Jan 2019 11:50:42
a.20181231

|
antoine  |
Update to alpha-20181231 |
01 Dec 2018 13:01:40
a.20181125

|
antoine  |
Update to alpha-20181125 |
27 Aug 2017 20:57:26
a.20170825

|
antoine  |
- Update to alpha-20170825
- Build python2 and python3 bindings
- Remove DOCS option, the 2 text files do not carry very useful information |
03 Feb 2017 08:49:08
a.20170129

|
antoine  |
- Update to alpha-20170129
- Make NLS optional |
20 Nov 2016 14:07:19
a.20161113

|
antoine  |
Update to alpha-20161113 |
03 Sep 2016 09:18:57
a.20160814

|
antoine  |
Update to alpha-20160814 |
30 Apr 2016 21:37:01
a.20160423

|
antoine  |
Update to alpha-20160423 |
23 Jan 2016 13:37:12
a.20160107

|
antoine  |
Update to alpha-20160107 |
25 Dec 2015 17:13:38
a.20151223

|
antoine  |
Update to alpha-20151223 |
06 Dec 2015 15:57:35
a.20151205

|
antoine  |
Update to alpha-20151205 |
01 Jul 2015 11:11:22
a.20150630

|
antoine  |
Update to alpha-20150630 |
30 Jun 2015 19:00:34
a.20150629

|
antoine  |
Update to alpha-20150629 |
09 Jun 2015 21:06:37
a.20150608

|
antoine  |
Update to alpha-20150608 |
17 Apr 2015 20:36:01
a.20150413

|
antoine  |
Update to alpha-20150413 |
08 Jan 2015 18:46:31
a.20150106

|
antoine  |
Update to alpha-20150106 |
30 Oct 2014 17:59:36
a.20141026

|
antoine  |
Update to alpha-20141026 |
25 Oct 2014 11:17:05
a.20141024

|
antoine  |
Update to alpha-20141024 |
30 Aug 2014 09:58:03
a.20140801

|
antoine  |
Convert to USES=python |
02 Aug 2014 11:40:08
a.20140801

|
antoine  |
Update to alpha-20140801 |
23 Apr 2014 13:25:17
a.20140329_1

|
tijl  |
When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la. So everything that subsequently links with libA will also
link to these extra libraries. This causes too much overlinking.
This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging. However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.
So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).
(Only the first 15 lines of the commit message are shown above ) |
31 Mar 2014 17:28:15
a.20140329

|
antoine  |
Update to alpha-20140329 |
18 Mar 2014 18:52:29
a.20140317

|
antoine  |
- Update to alpha-20140317
- Use libtool, strip libraries |
13 Jan 2014 21:00:04
a.20131108

|
rene  |
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat) |
10 Nov 2013 12:09:26
a.20131108

|
antoine  |
Update to alpha-20131108 |
15 Oct 2013 19:27:18
a.20131012

|
antoine  |
Update to alpha-20131012 |
02 Oct 2013 18:26:57
a.20130928

|
antoine  |
New port: libolecf
Library and tools to access the OLE 2 Compound File (OLECF) format
WWW: http://code.google.com/p/libolecf/ |