non port: devel/libregf/Makefile |
SVNWeb
|
Number of commits found: 53 |
Tue, 21 Feb 2023
|
[ 19:07 Antoine Brodin (antoine) ] 2ea4177
devel/libregf: update to alpha-20221026
|
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 )
|
Wed, 11 May 2022
|
[ 19:01 Antoine Brodin (antoine) ] 46270f3
devel/libregf: update to alpha-20220131
|
Sat, 26 Jun 2021
|
[ 08:46 Antoine Brodin (antoine) ] 006fc08
devel/libregf: update to alpha-20210615
|
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, 13 Oct 2020
|
[ 07:50 antoine ]
Update to alpha-20201007
|
Sun, 10 May 2020
|
[ 08:24 antoine ]
Update to alpha-20200429
|
Mon, 23 Dec 2019
|
[ 12:30 antoine ]
- Update to alpha-20191221
- Remove python 2.7 support
|
Thu, 7 Nov 2019
|
[ 09:35 antoine ]
Update to alpha-20191102
|
Mon, 9 Sep 2019
|
[ 19:07 antoine ]
Update to alpha-20190808
|
Tue, 16 Jul 2019
|
[ 16:12 antoine ]
Update to alpha-20190714
|
Thu, 21 Mar 2019
|
[ 12:34 antoine ]
Update to alpha-20190303
|
Sun, 6 Jan 2019
|
[ 11:58 antoine ]
Update to alpha-20181231
|
Sat, 1 Dec 2018
|
[ 13:16 antoine ]
Update to alpha-20181129
|
Sat, 23 Dec 2017
|
[ 09:22 antoine ]
- Build python2 and python3 bindings (fixes py36 flavor of py-dfwinreg at
runtime)
- Remove DOCS option, the 2 text files do not carry useful information
|
Fri, 3 Feb 2017
|
[ 08:55 antoine ]
- Update to alpha-20170130
- Add LICENSE_FILE
- Make NLS optional
|
Sun, 1 May 2016
|
[ 07:49 antoine ]
Update to alpha-20160424
|
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
|
Sat, 23 Jan 2016
|
[ 13:45 antoine ]
Update to alpha-20160107
|
Fri, 25 Dec 2015
|
[ 17:24 antoine ]
Update to alpha-20151223
|
Sun, 6 Dec 2015
|
[ 15:45 antoine ]
Update to alpha-20151205
|
Sat, 4 Jul 2015
|
[ 18:11 antoine ]
Update to alpha-20150704
|
Fri, 27 Mar 2015
|
[ 09:22 antoine ]
Update to alpha-20150315
|
Thu, 8 Jan 2015
|
[ 18:42 antoine ]
Update to alpha-20150105
|
Sat, 1 Nov 2014
|
[ 23:10 antoine ]
Update to alpha-20141030
|
Wed, 10 Sep 2014
|
[ 13:05 antoine ]
Update to alpha-20140905
|
Wed, 3 Sep 2014
|
[ 20:31 antoine ]
Update to alpha-20140831
|
Sat, 30 Aug 2014
|
[ 09:58 antoine ] (Only the first 10 of 11 ports in this commit are shown above. )
Convert to USES=python
|
Tue, 5 Aug 2014
|
[ 17:02 antoine ]
Update to alpha-20140803
|
Tue, 29 Apr 2014
|
[ 16:57 antoine ]
- Update to alpha-20140427
- No need to keep la files as nothing lib_depends on it
|
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, 24 Mar 2014
|
[ 19:39 antoine ]
- Update to alpha-20140323
- Strip libraries
- Use libtool
|
Tue, 21 Jan 2014
|
[ 18:16 antoine ]
- Update to alpha-20140118
- Remove DOCS conditionals
|
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)
|
[ 20:56 antoine ]
Update to alpha-20140112
|
Wed, 1 Jan 2014
|
[ 15:52 antoine ]
Update to alpha-20131229
|
Tue, 15 Oct 2013
|
[ 19:26 antoine ]
Update to alpha-20131013
|
Tue, 24 Sep 2013
|
[ 18:08 antoine ]
- Update to alpha-20130922
- 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)
|
Sat, 31 Aug 2013
|
[ 08:22 antoine ]
Update libregf to alpha-20130830
|
Mon, 29 Jul 2013
|
[ 22:10 antoine ]
Update libregf to alpha-20130716
|
Sat, 13 Jul 2013
|
[ 07:15 antoine ]
Make libregf fetchable again
|
Thu, 6 Jun 2013
|
[ 17:33 antoine ]
Update libregf to alpha-20130604
|
Mon, 3 Jun 2013
|
[ 18:41 antoine ]
- Update libregf to alpha-20130601
- It does not work with python 3 yet
|
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
|
Fri, 26 Apr 2013
|
[ 10:44 ak ] (Only the first 10 of 277 ports in this commit are shown above. )
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt)
|
Sun, 21 Apr 2013
|
[ 19:13 antoine ]
Update libregf to alpha 20130420
Approved by: eadler (mentor)
Feature safe: yes
|
Wed, 17 Apr 2013
|
[ 17:21 antoine ]
Update libregf to alpha-20130414
Approved by: miwi (mentor)
Feature safe: yes
|
Thu, 28 Mar 2013
|
[ 04:49 miwi ]
- Update to 20130319
PR: 177197
Submitted by: antoine@
|
Sat, 9 Mar 2013
|
[ 16:35 rm ]
- update to alpha-20130303
PR: 176756
Submitted by: antoine (maintainer)
|
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
|
Wed, 9 Jan 2013
|
[ 00:08 makc ]
Add new port devel/libregf:
Library and tools to support the Windows NT Registry File (REGF) format.
WWW: http://code.google.com/p/libregf/
PR: ports/174614
Submitted by: antoine@
|
Number of commits found: 53 |