non port: devel/libvshadow/Makefile |
SVNWeb
|
Number of commits found: 37 |
Tue, 21 Feb 2023
|
[ 19:14 Antoine Brodin (antoine) ] a76b43f
devel/libvshadow: update to 20221030
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] aa6eefd (Only the first 10 of 5087 ports in this commit are shown above. )
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 )
|
Sat, 26 Jun 2021
|
[ 08:52 Antoine Brodin (antoine) ] 1a9ab5b
devel/libvshadow: update to 20210425
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sat, 26 Dec 2020
|
[ 10:17 antoine ]
Update to 20201222
|
Mon, 23 Dec 2019
|
[ 12:34 antoine ]
- Update to 20191221
- Remove python 2.7 support
|
Thu, 7 Nov 2019
|
[ 09:30 antoine ]
Update to 20191103
|
Fri, 29 Mar 2019
|
[ 10:00 antoine ]
Update to 20190323
|
Sun, 3 Feb 2019
|
[ 09:32 antoine ]
Update to 20190127
|
Thu, 20 Dec 2018
|
[ 19:49 antoine ]
Update to 20181216
|
Thu, 14 Sep 2017
|
[ 17:32 antoine ]
- Update to 20170902
- Build python2 and python3 bindings
|
Sat, 19 Aug 2017
|
[ 16:07 nobutaka ]
- Update to 20170715.
- Make NLS optional.
- Hand over maintainership to antoine.
PR: 221363
Submitted by: antoine
|
Sat, 12 Nov 2016
|
[ 10:04 antoine ]
Update to 20161111
|
Sat, 23 Jan 2016
|
[ 14:29 antoine ]
Update to alpha-20160110
|
Fri, 25 Dec 2015
|
[ 17:18 antoine ]
Update to alpha-20151220
|
Thu, 8 Jan 2015
|
[ 19:02 antoine ]
Update to alpha-20150106
|
Sat, 25 Oct 2014
|
[ 11:02 antoine ]
Update to alpha-20141023
|
Mon, 20 Oct 2014
|
[ 16:04 mva ] (Only the first 10 of 564 ports in this commit are shown above. )
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit)
|
Sat, 2 Aug 2014
|
[ 11:41 antoine ]
Update to 20140731
|
Wed, 23 Apr 2014
|
[ 13:25 tijl ] (Only the first 10 of 462 ports in this commit are shown above. )
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 )
|
Tue, 25 Mar 2014
|
[ 11:09 antoine ]
- Update to alpha-20140323
- Use libtool
- Strip libraries
|
Mon, 13 Jan 2014
|
[ 21:00 rene ] (Only the first 10 of 702 ports in this commit are shown above. )
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)
|
Thu, 12 Dec 2013
|
[ 18:58 antoine ]
Update to 20131209
|
Tue, 29 Oct 2013
|
[ 20:39 antoine ]
Update to 20131003
PR: ports/183995
Approved by: maintainer timeout (2 weeks)
|
Tue, 24 Sep 2013
|
[ 18:17 antoine ]
- Add an explicit dependency on pkgconf (needed for fuse detection)
- Convert to STAGEDIR
|
Fri, 20 Sep 2013
|
[ 17:13 bapt ] (Only the first 10 of 2998 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
|
Tue, 30 Jul 2013
|
[ 06:39 antoine ]
Update libvshadow to 20130723, this makes it fetchable again
While here, mark that it is not ready for python 3 yet
|
Thu, 11 Jul 2013
|
[ 16:51 antoine ]
Update libewf to 20130416 and libvshadow to 20130509
This makes them fetchable again
PR: ports/180285 , ports/180064
Approved by: maintainer timeout
|
Sat, 27 Apr 2013
|
[ 08:50 mva ] (Only the first 10 of 196 ports in this commit are shown above. )
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: bapt, kwm
|
Wed, 24 Apr 2013
|
[ 07:35 ak ] (Only the first 10 of 164 ports in this commit are shown above. )
- Convert USE_GETTEXT to USES (part 1)
Approved by: portmgr (bapt)
|
Sat, 9 Mar 2013
|
[ 02:34 nobutaka ]
Update to 20130304.
|
Wed, 6 Mar 2013
|
[ 16:52 bapt ] (Only the first 10 of 50 ports in this commit are shown above. )
Convert USE_FUSE macros into USES feature.
While here trim headers
Convert some USE_GNOME= gnomehack -> USES= pathfix
|
Sat, 26 Jan 2013
|
[ 12:56 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
|
Fri, 14 Dec 2012
|
[ 15:47 flo ] (Only the first 10 of 48 ports in this commit are shown above. )
- 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)
|
Wed, 20 Jun 2012
|
[ 17:29 nobutaka ]
Remove unused USE_LIBTOOL line.
Reported by: Alex Kozlov <spam@rm-rf.kiev.ua>
|
Thu, 31 May 2012
|
[ 17:19 nobutaka ]
Add libvshadow, a library to support the Volume Service Snapshot (VSS) format.
|
Number of commits found: 37 |