Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.07_6 31 Dec 2023 00:37:05
    |
Muhammad Moinur Rahman (bofh)  |
*/*: Sunset 12.4-RELEASE/12-STABLE from ports tree
- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
Also move conditional flags for non sparc64/arm ARCH to fixed flags.
Reviewed by: brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068 |
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) |
0.07_6 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 ) |
0.07_6 20 Jul 2022 14:21:07
    |
Tobias C. Berner (tcberner)  |
databases: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* "Mahdi Mokhtari <mokhi64@gmail.com>"
* "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
* <hvo.pm@xs4all.nl>
* <jsmith@resonatingmedia.com>
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Snelson <Alan@Wave2.org> (Only the first 15 lines of the commit message are shown above ) |
0.07_6 20 May 2021 12:39:03
    |
Piotr Kubaj (pkubaj)  |
databases/p5-Tie-LevelDB: fix build on powerpc64le
Same fix that other powerpc* platforms use. |
0.07_6 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.07_6 07 Dec 2020 03:25:03
  |
linimon  |
Mark NOT_FOR riscv64 for the same reason as on aarch64.
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com build testing |
0.07_6 16 Sep 2020 04:58:16
  |
linimon  |
Remove powerpc powerpcspe from NOT_FOR_ARCHS after last commit.
Approved by: portmgr (tier-2 blanket) |
0.07_6 30 Sep 2019 04:19:23
  |
sunpoet  |
Fix build on powerpc* with Clang
PR: 240696
Submitted by: pkubaj |
0.07_6 03 Sep 2019 19:12:51
  |
sunpoet  |
Fix build on powerpc64
PR: 240088
Submitted by: pkubaj |
0.07_6 26 Jul 2019 20:46:57
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
0.07_5 19 Apr 2019 23:26:20
  |
sunpoet  |
Change to USES=compiler:c++11-lang (following databases/leveldb) |
0.07_5 07 Mar 2019 03:29:26
  |
linimon  |
Also fails on powerpc64 (and, presumably, powerpc*) the same as on aarch64.
Approved by: portmgr (tier-2 blanket) |
0.07_5 12 Dec 2018 01:35:36
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
0.07_4 11 Dec 2018 10:10:02
  |
antoine  |
Spell CHOSEN_COMPILER_TYPE correctly
PR: 199098
With hat: portmgr |
0.07_4 18 Sep 2018 23:41:42
  |
sunpoet  |
Cosmetic change |
0.07_4 18 Sep 2018 08:14:23
  |
linimon  |
More precisely specify USES=compiler to fix build on gcc-based
platforms such as powerpc64.
Tested on powerpc64, amd64.
Approved by: portmgr (tier-2 blanket) |
0.07_4 27 May 2018 20:15:20
  |
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
0.07_4 15 Sep 2017 08:58:50
  |
mat  |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
0.07_4 20 Aug 2017 12:26:15
  |
sunpoet  |
Pet portlint: move BROKEN_* upward |
0.07_4 29 Apr 2017 07:04:49
  |
linimon  |
Provide more descriptive error messages for ports failing on powerpc64.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
0.07_4 14 Nov 2016 06:49:45
  |
linimon  |
Mark as broken on various tier-2 archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
0.07_4 08 Nov 2016 19:29:57
  |
linimon  |
The 64-bit arm arch is actually spelled 'aarch64', not 'arm64'. |
0.07_4 08 Nov 2016 08:40:44
  |
linimon  |
Oops, missed sparc64 definition. |
0.07_4 08 Nov 2016 08:26:49
  |
linimon  |
Mark as broken on arm64.
Approved by: portmgr (tier-2 blanket) |
0.07_4 23 Apr 2016 06:47:22
  |
sunpoet  |
- Pet portlint
- Update BROKEN: use lowercase for leading character |
0.07_4 21 Apr 2016 16:43:15
  |
swills  |
many ports: mark broken on powerpc64 |
0.07_4 01 Apr 2016 14:00:57
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.07_4 19 Oct 2015 20:19:54
  |
sunpoet  |
- Use USES=localbase |
0.07_4 19 Aug 2015 05:07:03
  |
sunpoet  |
- Strip shared library
- Bump PORTREVISION for package change |
0.07_3 04 Dec 2014 15:09:41
  |
sunpoet  |
- Fix build on FreeBSD 10+ |
0.07_3 04 Dec 2014 12:55:21
  |
mat  |
Mark broken for FreeBSD 10.0+
Reported by: portsmon
Sponsored by: Absolight |
0.07_3 26 Nov 2014 13:08:38
  |
mat  |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
0.07_2 20 Oct 2014 10:41:13
  |
bapt  |
Cleanup plist |
0.07_2 10 Jun 2014 12:14:14
  |
mat  |
Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.
PR: 190681
Submitted by: mat
Exp-Run by: antoine
Sponsored by: Absolight |
0.07_2 03 Jun 2014 14:34:06
  |
vanilla  |
Upgrade snappy to 1.1.1, and bump all related PORTREVISION to chase shared
library version.
PR: ports/190409
Submitted by: ports at robakdesign.com
Approved by: portmgr@ (for NO_STAGE) |
0.07_1 20 May 2014 19:32:39
  |
tijl  |
Quote ${CC} and similar variables in MAKE_ARGS.
Reported by: Dominic Fandrey <kamikaze@bsdforen.de> |
0.07_1 18 Nov 2013 18:20:37
  |
sunpoet  |
- Add LICENSE |
0.07_1 30 Sep 2013 15:50:02
  |
sunpoet  |
- Support STAGEDIR |
0.07_1 20 Sep 2013 16:13:49
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
0.07_1 13 Sep 2013 16:38:03
  |
sunpoet  |
- Respect CXX |
0.07_1 22 Aug 2013 16:31:00
  |
sunpoet  |
- Fix USES |
0.07_1 21 Aug 2013 17:42:58
  |
sunpoet  |
- Cleanup Makefile header |
0.07_1 21 Aug 2013 17:17:26
  |
sunpoet  |
- Remove leading indefinite article from COMMENT |
0.07_1 21 Aug 2013 14:08:08
  |
sunpoet  |
- Convert to new perl framework |
0.07_1 21 Aug 2013 12:03:52
  |
sunpoet  |
- Use USES=gmake |
0.07_1 16 Jun 2012 20:22:40
 |
sunpoet  |
- Bump PORTREVISION for databases/leveldb shlib change |
0.07 29 Jan 2012 11:56:06
 |
sunpoet  |
- Add USE_GMAKE=yes to ensure MAKE_JOBS_SAFE
PR: ports/164589
Submitted by: swills |
0.07 15 Nov 2011 15:49:47
 |
sunpoet  |
- Update to 0.07
Changes: http://search.cpan.org/dist/Tie-LevelDB/Changes
Feature safe: yes |
0.06 28 Oct 2011 14:19:42
 |
sunpoet  |
- Add p5-Tie-LevelDB 0.06
Tie::LevelDB is the Perl Interface for Google NoSQL database called LevelDB. See
http://code.google.com/p/leveldb/ for more details.
Interface is implemented both as a reflection of an original LevelDB C++ API and
a Perl-ish TIEHASH mechanism.
WWW: http://search.cpan.org/dist/Tie-LevelDB/ |