Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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) |
2.27_1 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 ) |
2.27_1 20 Jul 2022 14:22:15 |
Tobias C. Berner (tcberner) |
lang: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alonso Cardenas Marquez <acm@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Zakhvatov
* Anton Berezin <tobez@FreeBSD.org>
* Anton Berezin <tobez@tobez.org> (Only the first 15 lines of the commit message are shown above ) |
2.27_1 23 Oct 2021 21:38:18 |
Stefan Eßer (se) |
lang/gnatdroid-binutils: Add CPE information
Approved by: portmgr (blanket) |
2.27_1 16 Oct 2021 09:51:39 |
Jimmy Olgeni (olgeni) |
*: fix tab vs. space issues, and comments according to the guide. |
2.27_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.27_1 04 Jul 2018 04:31:41 |
linimon |
Assign maintainership to new volunteer. Pet portlint.
PR: 229467 229468 229469
Submitted by: new maintainer |
2.27_1 19 Apr 2018 07:08:45 |
ale |
Update mpfr to 4.0.1 release and bump PORTVERSION of dependent ports. |
2.27 21 Apr 2017 20:25:01 |
rene |
Return ports maintained by John Marino to the pool, he is no longer interested.
Submitted by: Mark Millard via private e-mail |
2.27 15 Feb 2017 21:33:11 |
rene |
Return the ports mistakenly reset to ports@ in r433856 to John Marino.
The mistake was completely on my part, I somehow connected the dots the
wrong way in my head.
The only exceptions (for now) are archivers/zstd and ports-mgmt/synth
which were already picked up by new volunteers in the mean time. |
2.27 11 Feb 2017 12:42:30 |
rene |
Return ports maintained by John Marino to the pool, see r433827 for details |
2.27 03 Feb 2017 05:29:44 |
marino |
gnatdroid: Prepare for new cross-compiler
The gnatdroid binutils and compiler master ports have been expanded to
support an upcoming FreeBSD/DF -to- FreeBSD-ARM64 cross-compiler. This
backports the gcc7 aarch64-*-freebsd* support to gcc6-aux along with a
customization of mine for the gnat compiler.
This also adds the missing LINK_SPEC replacement and removes a
now-obsolete post-extract directory creation. Apparently the fortran
option has been broken since the rebasing on gcc6-aux, now fixed, but
nobody reported it. |
2.27 25 Aug 2016 19:49:09 |
marino |
lang/gnatdroid-binutils(-x86): Upgrade version 2.26.1 => 2.27 |
2.26.1 03 Jul 2016 21:58:59 |
marino |
lang/gnatdroid-binutils(-x86): Upgrade version 2.26 => 2.26.1 |
2.26 01 Apr 2016 14:08:38 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight |
2.26 04 Mar 2016 13:21:40 |
marino |
lang/gnatdroid-binutils(-x86): Upgrade version 2.25.1 => 2.26
Synth test mode found some problems with the plists, so those have
also been fixed. |
2.25.1_1 30 Nov 2015 00:15:39 |
marino |
Add gnatdroid-x86 (3 new ports), X-compiler to Android-x86
Similar to lang/gnatdroid-armv7, lang/gnatdroid-x86 is a cross-compiler
targetting Android. The former targets ARMv7 processors while the latter
targets Android on x86 (32-bit). The latter also runs on Virtualbox as
a bonus. The new ports are implemented as slaves to the ARMv7 versions.
The GNAT ACATS were run, and it passed every test except CXG2024,
"accuracy of multiplication and division of mixed decimal and binary
fixed point numbers".
subtest 13: expected -51.00 got 50.0
subtest 14: expected 51.0 got 50.0
This is probably a rounding error unique to 32-bit x86. Overall this
version passed better than gnatdroid-armv7 because unwind is supported, (Only the first 15 lines of the commit message are shown above ) |
2.25.1_1 19 Oct 2015 19:42:53 |
marino |
gnatdroid-sysroot: Add Android API Level 21 (Lollipop)
The latest Android Native Development Kit (NDK) has API Level 21
in it (but not 20, nor 22 or the latest Level 23). Add this option
to gnatdroid's sysroot port, and change the default API from Jelly Bean 1
(Level 16) to Kitkat (Level 19).
Bump gnatdroid's binutils and gnatdroid itself as a consequence of this
default change. A new patch had to be added to lang/gcc-aux to handle
the CTYPE changes which haven't made to GCC yet.
Gnatdroid has been testing for building on all API's but not for
functionality beyond Level 16 due to lack of hardware. I may soon
install an Android emulator to see if that will suffice. |
2.25.1 11 Oct 2015 23:04:12 |
marino |
lang/gnatdroid-binutils: Upgrade version 2.25 => 2.25.1 |
2.25 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
2.25 25 Apr 2015 10:35:34 |
marino |
lang/gnatdroid-binutils: Upgrade version 2.24 => 2.25
While here, remove te ARMv5 support; the gnatdroid-armv5 port has
been removed. |
2.24_4 03 Mar 2015 12:52:25 |
marino |
lang/gnatdroid-binutils: Fix undefined behavior in arm gas
This patch fixes build on clang 3.6 -- all binutils ports need it.
PR: 198204
Submitted by: dim@ |
2.24_3 16 Oct 2014 11:53:42 |
marino |
Remove @dirrm from 10 of my lang ports
The majority of these ports had generated plists, not static ones. |
2.24_3 10 Apr 2014 00:34:49 |
marino |
lang/gnatdroid-*: Support multiple API, base on gcc-aux (gcc 4.9)
This represents major changes with gnatdroid.
The sysroot is no longer API 9 or 19, but a choice of API 8, 9, 15,
16, 17, 18, or 19. The prefix is not androidX but just "android".
The binutils port had to be adjusted due to the prefix change.
Finally, gnatdroid-armv(5,7) was substancially reworked to use
gcc-aux (4.9) instead of gcc47-aux (4.7). This means the new ARM
unwinder is in use (zero cost exceptions). Only 6 ACATS tests are
failing, they are related to the missing stack check capability.
Future work will speed up ACATS remote device testing and hopefully
enable gnat.dg testing too. |
2.24_2 06 Apr 2014 11:32:57 |
marino |
lang/gnatdroid-*: Update sysroot to Android API level 9 -> level 19
This is the first of two steps to update the gnatdroid ARM cross-
compilers. The sysroot was 10 versions behind the current API level
of 19. The latest API level drops ARMv5 support, but the API is
backwards compatible, so if applications restrict themselves to
level 18 features, then ARMv5 should still be usable.
The next step is to base the cross compilers on GCC 4.9 instead of the
GCC 4.7-based gcc47-aux port. |
2.24_1 15 Feb 2014 22:57:52 |
marino |
lang/gnatdroid-binutils: Remove ${PREFIX}/share directory too
The licenses get added to ${PREFIX}/share. Since gnatdroid's binutils
are in a non-standard location, they are the only users of the share
directory. We need to make sure this directory is removed upon when
port is deinstalled.
reported by: pkg-fallout |
2.24_1 15 Feb 2014 16:44:00 |
marino |
lang/gnatdroid-binutils: Specify LICENSE (GPLv3 + LGPL3) |
2.24 20 Jan 2014 14:18:07 |
marino |
lang/gnatdroid-binutils: Update to version 2.24
Seven patches were present that barred this port from building and, more
importantly, installing info pages and man pages. Reduce the patch count
from nine to two by allowing the documentation to build and install in
the stage directory, but then moving the documentation out of the way
before staging occurs. The remaining two patches were regenerated
although they did apply "cleanly". |
2.21.1_1 22 Nov 2013 20:46:56 |
marino |
lang/gnatdroid-binutils: Bump PORTREVISION to recalibrate pkg-fallout
I've discovered another reason to bump PORTREVISION is when RUN_DEPENDS
changes. Pkg-fallout is still complaining about a problem that has long
since been resolved, so bump this port to force pkg-fallout to rebuild it. |
2.21.1 09 Nov 2013 13:02:19 |
marino |
lang/gnatdroid-(sysroot,binutils): convert to staging |
2.21.1 07 Nov 2013 10:39:26 |
marino |
lang/gnatdroid-binutils: Remove USE_GCC=yes
A pkg-fallout notice was received for gnatdroid, saying that lang/gcc and
lang/gnatdroid-* were installing files in the same place. It turns out
that gnatdroid-binutils was pulling lang/gcc in unnecessarily. With
--disable-werror, it builds on clang on F10 just fine.
While here, convert USE_GMAKE too. Soon all gnat* ports will be
updated with the latest for ports, this is just a stop-gap fix. |
2.21.1 20 Sep 2013 19:53:10 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang) |
2.21.1 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
2.21.1 12 Jul 2013 13:40:51 |
marino |
Replace John Marino email address with FreeBSD version
While I'm here, also trim the headers on a couple of ports and remove
a reference to the Dragonlace mirror which is down indefinitely.
Approved by: bapt (mentor) |
2.21.1 09 Oct 2012 22:12:14 |
linimon |
Force numerous ports that fail to build with clang over to instead always
rely on gcc. The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to
accomplish this.
The ports chosen were ports that blocked 2 or more ports from building with
clang. (There are several hundred other ports that still fail to build with
clang, even with this patch. This is merely one step along the way.)
Those interested in fixing these ports with clang, and have clang as their
default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes.
For those who have gcc as their default compiler, this change is believed
to cause no change.
Hat: portmgr
Tested with: multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various
combinations of patch/no-patch and flag settings. |
2.21.1 05 Feb 2012 10:18:17 |
crees |
Remove unreferenced tarball from distinfo
Noticed by: Matthew Seaman (m.seaman@infracaninophile.co.uk)
Submitted by: John Marino (draco@marino.st) (maintainer) |
2.21.1 06 Sep 2011 10:48:59 |
culot |
This package is a dependency of lang/gnatdroid. It provides the cross-tools
required to build the GNAT FreeBSD->ARM cross-compiler that is gnatdroid,
as well as any binaries that it produces.
WWW: http://www.dragonlace.net
PR: ports/160424
Submitted by: John Marino <freebsdml@marino.st> |