Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
26 Dec 2020 10:17:20
20201222

|
antoine  |
Update to 20201222 |
23 Dec 2019 12:34:04
20191221

|
antoine  |
- Update to 20191221
- Remove python 2.7 support |
07 Nov 2019 09:30:39
20191103

|
antoine  |
Update to 20191103 |
29 Mar 2019 10:00:09
20190323

|
antoine  |
Update to 20190323 |
03 Feb 2019 09:32:18
20190127

|
antoine  |
Update to 20190127 |
20 Dec 2018 19:49:08
20181216

|
antoine  |
Update to 20181216 |
14 Sep 2017 17:32:10
20170902

|
antoine  |
- Update to 20170902
- Build python2 and python3 bindings |
19 Aug 2017 16:07:48
20170715

|
nobutaka  |
- Update to 20170715.
- Make NLS optional.
- Hand over maintainership to antoine.
PR: 221363
Submitted by: antoine |
12 Nov 2016 10:04:48
20161111

|
antoine  |
Update to 20161111 |
23 Jan 2016 14:29:30
20160110

|
antoine  |
Update to alpha-20160110 |
25 Dec 2015 17:18:01
20151220

|
antoine  |
Update to alpha-20151220 |
08 Jan 2015 19:02:01
20150106

|
antoine  |
Update to alpha-20150106 |
25 Oct 2014 11:02:36
20141023

|
antoine  |
Update to alpha-20141023 |
20 Oct 2014 16:04:14
20140731

|
mva  |
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit) |
02 Aug 2014 11:41:19
20140731

|
antoine  |
Update to 20140731 |
23 Apr 2014 13:25:17
20140323_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 ) |
25 Mar 2014 11:09:21
20140323

|
antoine  |
- Update to alpha-20140323
- Use libtool
- Strip libraries |
13 Jan 2014 21:00:04
20131209

|
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) |
12 Dec 2013 18:58:40
20131209

|
antoine  |
Update to 20131209 |
29 Oct 2013 20:39:17
20131003

|
antoine  |
Update to 20131003
PR: ports/183995
Approved by: maintainer timeout (2 weeks) |
24 Sep 2013 18:17:19
20130723

|
antoine  |
- Add an explicit dependency on pkgconf (needed for fuse detection)
- Convert to STAGEDIR |
20 Sep 2013 17:13:47
20130723

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
30 Jul 2013 06:39:04
20130723

|
antoine  |
Update libvshadow to 20130723, this makes it fetchable again
While here, mark that it is not ready for python 3 yet |
11 Jul 2013 16:51:55
20130509

|
antoine  |
Update libewf to 20130416 and libvshadow to 20130509
This makes them fetchable again
PR: ports/180285 , ports/180064
Approved by: maintainer timeout |
27 Apr 2013 08:50:47
20130304

|
mva  |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: bapt, kwm |
24 Apr 2013 07:35:41
20130304

|
ak  |
- Convert USE_GETTEXT to USES (part 1)
Approved by: portmgr (bapt) |
09 Mar 2013 02:34:16
20130304

|
nobutaka  |
Update to 20130304. |
06 Mar 2013 16:52:02
20130113

|
bapt  |
Convert USE_FUSE macros into USES feature.
While here trim headers
Convert some USE_GNOME= gnomehack -> USES= pathfix |
08 Feb 2013 07:40:36
20130113

|
miwi  |
- Remove empyt dirs |
26 Jan 2013 12:56:48
20130113

|
nobutaka  |
Update to version 20130113.
License is LGPL3 not GPLv3.
Use gnomehack instead of patching Makefile.in.
Patch for vshadowmount no longer needed.
CFLAGS no longer needed.
Build python bindings.
PR: ports/175441
Submitted by: antoine |
14 Dec 2012 15:47:01
20120511

|
flo  |
- introduce a USE_FUSE macro
- convert all fuse ports to use the new macro
The macro makes sure sysutils/fusefs-libs gets installed and depending on
fuse being in base or not it installs sysutils/fusefs-kmod.
Approved by: portmgr (bapt) |
20 Jun 2012 17:29:31
20120511
|
nobutaka  |
Remove unused USE_LIBTOOL line.
Reported by: Alex Kozlov <spam@rm-rf.kiev.ua> |
31 May 2012 17:19:30
20120511
|
nobutaka  |
Add libvshadow, a library to support the Volume Service Snapshot (VSS) format. |