non port: devel/libewf/Makefile |
SVNWeb
|
Number of commits found: 44 |
Tue, 21 Feb 2023
|
[ 18:49 Antoine Brodin (antoine) ] c8c0f67
devel/libewf: update to 20140814
|
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:46 Antoine Brodin (antoine) ] 88bfc80
devel/libewf: update to 20140812
|
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.
|
Tue, 1 Dec 2020
|
[ 14:16 antoine ]
Update to 20140811
|
Tue, 13 Oct 2020
|
[ 07:32 antoine ]
Update to 20140810
|
Sun, 19 Jan 2020
|
[ 20:18 antoine ]
Update to 20140808
|
Tue, 24 Dec 2019
|
[ 14:13 antoine ]
Remove python 2.7 support
|
Thu, 21 Mar 2019
|
[ 12:19 antoine ]
Update to 20140807
|
Sun, 3 Feb 2019
|
[ 09:27 antoine ]
Update to 20140806
|
Wed, 4 Jul 2018
|
[ 09:20 antoine ]
- Update to 20140804
- Build python2 and python3 bindings
|
Tue, 12 Jun 2018
|
[ 16:40 antoine ]
Do not use ssl (EVP), this fixes build with OpenSSL 1.1
PR: 228941
|
Fri, 16 Feb 2018
|
[ 18:35 brnrd ] (Only the first 10 of 19 ports in this commit are shown above. )
security/openssl-devel: Mark ports broken cat devel
- REASON from build log
|
Mon, 29 Jan 2018
|
[ 12:18 antoine ]
Update to 20140803
|
Sat, 2 Dec 2017
|
[ 13:04 antoine ]
Update to 20140802
|
Sat, 14 Oct 2017
|
[ 16:00 nobutaka ]
- Update libewf to 20140801 (experimental version is not used as it breaks API
and is not compatible with bulk_extractor and sleuthkit)
- Hand over maintainership to antoine
- Unbundle libsmdev and libsmraw
- Remove unneeded .la files and iconv dependency
- Make NLS optional
- Update WWW
PR: 222940
Submitted by: antoine
|
Wed, 15 Mar 2017
|
[ 14:45 mat ] (Only the first 10 of 257 ports in this commit are shown above. )
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight
|
Thu, 8 Dec 2016
|
[ 19:23 tijl ] (Only the first 10 of 122 ports in this commit are shown above. )
Remove libiconv.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since.
|
Tue, 25 Oct 2016
|
[ 20:28 antoine ]
Fix MASTER_SITES
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Wed, 27 Jan 2016
|
[ 20:35 amdmi3 ]
- Remove always false conditional
Approved by: portmgr blanket
|
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)
|
Sun, 15 Jun 2014
|
[ 13:12 antoine ]
Update to 20140608
|
Tue, 10 Jun 2014
|
[ 07:39 olgeni ] (Only the first 10 of 388 ports in this commit are shown above. )
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.
CR: D196
Approved by: portmgr (bapt)
|
Tue, 29 Apr 2014
|
[ 16:55 antoine ]
Update to 20140427
|
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 )
|
Mon, 7 Apr 2014
|
[ 18:05 antoine ]
- Update to 20140406
- Strip libraries
|
Mon, 3 Mar 2014
|
[ 19:45 antoine ]
- Update to 20140227
- Use libtool
PR: ports/186836
Approved by: maintainer timeout (2 weeks)
|
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)
|
Sun, 5 Jan 2014
|
[ 16:44 antoine ]
Update to 20131230
|
Thu, 12 Dec 2013
|
[ 19:15 antoine ]
Update to 20131210
|
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)
|
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
|
[ 01:27 nobutaka ]
Update to 20130303.
Change MASTER_SITES to Google Code.
Change LICENSE to LGPL3.
Use USES=pathfix instead of patching Makefile.in.
Remove CFLAGS that are not needed anymore.
PR: ports/175980
Submitted by: antoine
|
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
|
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)
|
Sat, 25 Aug 2012
|
[ 10:30 nobutaka ]
Update to 20120813.
|
Wed, 20 Jun 2012
|
[ 17:27 nobutaka ]
Remove unused USE_LIBTOOL line.
Reported by: Alex Kozlov <spam@rm-rf.kiev.ua>
|
Tue, 5 Jun 2012
|
[ 15:39 nobutaka ]
Update to 20120603.
|
Thu, 31 May 2012
|
[ 17:01 nobutaka ]
Add libewf, a library for support of the Expert Witness Compression Format
(EWF).
|
Number of commits found: 44 |