Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
20240504 18 Feb 2025 09:53:29
    |
Antoine Brodin (antoine)  |
devel/libvshadow: update to 20240504 |
20231128 29 Feb 2024 13:56:47
    |
Antoine Brodin (antoine)  |
libyal: move man pages to share
Tested by: bofh |
20231128 14 Feb 2024 14:00:14
    |
Antoine Brodin (antoine)  |
devel/libvshadow: update to 20231128 |
20221030 21 Feb 2023 19:14:44
    |
Antoine Brodin (antoine)  |
devel/libvshadow: update to 20221030 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
20210425 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
20210425 20 Jul 2022 14:21:35
    |
Tobias C. Berner (tcberner)  |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
20210425 26 Jun 2021 08:52:04
    |
Antoine Brodin (antoine)  |
devel/libvshadow: update to 20210425 |
20201222 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
20201222 26 Dec 2020 10:17:20
  |
antoine  |
Update to 20201222 |
20191221 23 Dec 2019 12:34:04
  |
antoine  |
- Update to 20191221
- Remove python 2.7 support |
20191103 07 Nov 2019 09:30:39
  |
antoine  |
Update to 20191103 |
20190323 29 Mar 2019 10:00:09
  |
antoine  |
Update to 20190323 |
20190127 03 Feb 2019 09:32:18
  |
antoine  |
Update to 20190127 |
20181216 20 Dec 2018 19:49:08
  |
antoine  |
Update to 20181216 |
20170902 14 Sep 2017 17:32:10
  |
antoine  |
- Update to 20170902
- Build python2 and python3 bindings |
20170715 19 Aug 2017 16:07:48
  |
nobutaka  |
- Update to 20170715.
- Make NLS optional.
- Hand over maintainership to antoine.
PR: 221363
Submitted by: antoine |
20161111 12 Nov 2016 10:04:48
  |
antoine  |
Update to 20161111 |
20160110 23 Jan 2016 14:29:30
  |
antoine  |
Update to alpha-20160110 |
20151220 25 Dec 2015 17:18:01
  |
antoine  |
Update to alpha-20151220 |
20150106 08 Jan 2015 19:02:01
  |
antoine  |
Update to alpha-20150106 |
20141023 25 Oct 2014 11:02:36
  |
antoine  |
Update to alpha-20141023 |
20140731 20 Oct 2014 16:04:14
  |
mva  |
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit) |
20140731 02 Aug 2014 11:41:19
  |
antoine  |
Update to 20140731 |
20140323_1 23 Apr 2014 13:25:17
  |
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 ) |
20140323 25 Mar 2014 11:09:21
  |
antoine  |
- Update to alpha-20140323
- Use libtool
- Strip libraries |
20131209 13 Jan 2014 21:00:04
  |
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) |
20131209 12 Dec 2013 18:58:40
  |
antoine  |
Update to 20131209 |
20131003 29 Oct 2013 20:39:17
  |
antoine  |
Update to 20131003
PR: ports/183995
Approved by: maintainer timeout (2 weeks) |
20130723 24 Sep 2013 18:17:19
  |
antoine  |
- Add an explicit dependency on pkgconf (needed for fuse detection)
- Convert to STAGEDIR |
20130723 20 Sep 2013 17:13:47
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
20130723 30 Jul 2013 06:39:04
  |
antoine  |
Update libvshadow to 20130723, this makes it fetchable again
While here, mark that it is not ready for python 3 yet |
20130509 11 Jul 2013 16:51:55
  |
antoine  |
Update libewf to 20130416 and libvshadow to 20130509
This makes them fetchable again
PR: ports/180285 , ports/180064
Approved by: maintainer timeout |
20130304 27 Apr 2013 08:50:47
  |
mva  |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: bapt, kwm |
20130304 24 Apr 2013 07:35:41
  |
ak  |
- Convert USE_GETTEXT to USES (part 1)
Approved by: portmgr (bapt) |
20130304 09 Mar 2013 02:34:16
  |
nobutaka  |
Update to 20130304. |
20130113 06 Mar 2013 16:52:02
  |
bapt  |
Convert USE_FUSE macros into USES feature.
While here trim headers
Convert some USE_GNOME= gnomehack -> USES= pathfix |
20130113 08 Feb 2013 07:40:36
  |
miwi  |
- Remove empyt dirs |
20130113 26 Jan 2013 12:56:48
  |
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 |
20120511 14 Dec 2012 15:47:01
  |
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) |
20120511 20 Jun 2012 17:29:31
 |
nobutaka  |
Remove unused USE_LIBTOOL line.
Reported by: Alex Kozlov <spam@rm-rf.kiev.ua> |
20120511 31 May 2012 17:19:30
 |
nobutaka  |
Add libvshadow, a library to support the Volume Service Snapshot (VSS) format. |