non port: Mk/Uses/ada.mk |
SVNWeb
|
Number of commits found XX: 22 |
Sat, 13 Jun 2020
|
[ 17:16 linimon ] 
538689 Mk/Uses/ada.mk
Remove logic for specifying version of gcc-aux. It has been OBE since
lang/gcc5-aux was removed 2017-11-01.
Test by 'make index'.
|
Fri, 21 Apr 2017
|
[ 20:25 rene ] 
439129 Mk/Uses/ada.mk
439129 Mk/Uses/alias.mk
439129 archivers/zip-ada/Makefile
439129 databases/adabase/Makefile
439129 databases/apq-mysql/Makefile
439129 databases/apq-odbc/Makefile
439129 databases/apq-pgsql/Makefile
439129 databases/apq/Makefile
439129 devel/ada-util/Makefile
439129 devel/adabooch/Makefile
(Only the first 10 of 62 ports in this commit are shown above. )
Return ports maintained by John Marino to the pool, he is no longer interested.
Submitted by: Mark Millard via private e-mail
|
Wed, 15 Feb 2017
|
[ 21:33 rene ] 
434195 Mk/Uses/ada.mk
434195 Mk/Uses/alias.mk
434195 archivers/zip-ada/Makefile
434195 databases/adabase/Makefile
434195 databases/apq-mysql/Makefile
434195 databases/apq-odbc/Makefile
434195 databases/apq-pgsql/Makefile
434195 databases/apq/Makefile
434195 devel/ada-util/Makefile
434195 devel/adabooch/Makefile
(Only the first 10 of 62 ports in this commit are shown above. )
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.
|
Sun, 12 Feb 2017
|
[ 19:58 rene ] 
433961 Mk/Uses/ada.mk
433961 Mk/Uses/alias.mk
Reset maintainer for Uses/ada.mk and Uses/alias.mk
|
Fri, 27 May 2016
|
[ 09:54 marino ] 
415931 Mk/Uses/ada.mk
Mk/Uses/ada.mk: Remove ADA_DEFAULT=49 option
The lang/gcc-aux port has recently been removed, so the previously legal
"49" argument is no longer so. Adjust ada.mk accordingly by removing
reference to option 49 and lang/gcc-aux.
|
Sat, 30 Apr 2016
|
[ 06:44 marino ] 
414332 Mk/Uses/ada.mk
414332 archivers/zip-ada/Makefile
414332 cad/ghdl/Makefile
414332 databases/apq/Makefile.version
414332 devel/ada-util/Makefile
414332 devel/adabooch/Makefile
414332 devel/adacurses/Makefile
414332 devel/afay/Makefile
414332 devel/ahven/Makefile
414332 devel/alog/Makefile
(Only the first 10 of 42 ports in this commit are shown above. )
Change Ada Framework foundation from gcc5-aux to gcc6-aux
GCC 6.1 was released this week. The Ada Framework in FreeBSD ports has
been based on GCC 5.3 GNAT although GCC 6.x has been supported for awhile
via the ADA_DEFAULT option in make.conf.
Now that GCC 6 has been officially released, switch to it by default.
People can maintain the old foundation by putting "ADA_DEFAULT=5" in
/etc/make.conf.
Libraries built by one GNAT are unusable by another, so almost every Ada
port has been bumped as a result. Noticable exceptions are dns/ironsides
which fails to build on gcc6 (thus USES=ada:5 is set) and cad/ghdl which
needs additional testing as it may require gcc5 on FreeBSD (DragonFly
uses the LLVM backend only).
|
Mon, 11 Apr 2016
|
[ 13:54 marino ] 
413032 Mk/Uses/ada.mk
413032 devel/libspark2012/Makefile
413032 dns/ironsides/Makefile
Restrict dns/ironsides to gcc5-aux only
Right now, ironsides emits a STORAGE ERROR during building with
lang/gcc6-aux. It's unclear if the problem lies with compiler or with
ironsides. For now, limit building it with gcc5-aux (the default).
The USES=ada:5 setting wasn't supported, but it should have been. This
has also been fixed.
|
Sun, 27 Mar 2016
|
[ 01:23 bapt ] 
411970 Mk/Uses/ada.mk
411970 Mk/Uses/autoreconf.mk
411970 Mk/Uses/bison.mk
411970 Mk/Uses/blaslapack.mk
411970 Mk/Uses/cmake.mk
411970 Mk/Uses/compiler.mk
411970 Mk/Uses/cran.mk
411970 Mk/Uses/desktop-file-utils.mk
411970 Mk/Uses/display.mk
411970 Mk/Uses/drupal.mk
(Only the first 10 of 85 ports in this commit are shown above. )
Remove the now unneeded ${PORTSDIR} from dependency definition in
The infrastructure Makefiles
PR: 206569
Exp run by: antoine
Differential Revision: D5047
|
Sun, 6 Dec 2015
|
[ 16:21 marino ] 
403129 Mk/Uses/ada.mk
Mk/Uses/ada.mk: Support lang/gcc6-aux
|
Thu, 15 Oct 2015
|
[ 07:36 bapt ] 
399326 CHANGES
399326 Mk/Uses/ada.mk
399326 Mk/Uses/autoreconf.mk
399326 Mk/Uses/bison.mk
399326 Mk/Uses/blaslapack.mk
399326 Mk/Uses/cmake.mk
399326 Mk/Uses/compiler.mk
399326 Mk/Uses/cran.mk
399326 Mk/Uses/desktop-file-utils.mk
399326 Mk/Uses/display.mk
(Only the first 10 of 67 ports in this commit are shown above. )
Readd PORTSDIR for now we will only start removing them after 2016Q1 is branched
This gives more time for tools to get updated, available in packages etc before
bothering users
|
Wed, 14 Oct 2015
|
[ 16:49 bapt ] 
399278 CHANGES
399278 Mk/Uses/ada.mk
399278 Mk/Uses/autoreconf.mk
399278 Mk/Uses/bison.mk
399278 Mk/Uses/blaslapack.mk
399278 Mk/Uses/cmake.mk
399278 Mk/Uses/compiler.mk
399278 Mk/Uses/cran.mk
399278 Mk/Uses/desktop-file-utils.mk
399278 Mk/Uses/display.mk
(Only the first 10 of 67 ports in this commit are shown above. )
Drop the necessity to add ${PORTSDIR} to dependency line
Modify make describe to automatically prepend ${PORTSDIR} if the path for the
port is not absolute
Checked with poudriere, portmaster, portupgrade
PR: 203685
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D3866
|
Tue, 23 Jun 2015
|
[ 22:20 marino ] 
390464 Mk/Uses/ada.mk
390464 devel/gnatcoll/Makefile
390464 devel/gnatcoll/distinfo
390464 devel/gnatcoll/files/patch-configure
390464 devel/gnatcoll/files/patch-src_gnatcoll__iconv.gpr
390464 devel/gnatcoll/files/patch-src_gnatcoll__readline.gpr.in
390464 devel/gnatcoll/files/patch-src_iconv_with__iconv_iconv__support.c
390464 devel/gnatcoll/pkg-plist
390464 devel/gps/Makefile
390464 devel/gps/distinfo
(Only the first 10 of 55 ports in this commit are shown above. )
Ada Framework: Switch to gcc5-aux, upgrade 6 packages at once
The transition from gcc-aux to gcc5-aux in the Ada framework has been
blocked by the inability to build gtkada3 and, once resolved, GPS (due
to tight locking with compiler).
A few days ago, Adacore made their annual release of their main libre
products, include GPS. However, some products were tightly coupled with
the recent compilers, so in order to upgrade, the compiler had to be
switched and dependencies require many ports to be upgraded at once:
* lang/asis
* devel/gnatcoll
* devel/gps
* x11-toolkits/gtkada3 (Only the first 15 lines of the commit message are shown above )
|
[ 10:57 marino ] 
390365 Mk/Uses/ada.mk
Uses/ada.mk: "47" is no longer a valid argument
The lang/gcc47-aux compiler was removed last week, so it is being
removed as a build option for the Ada framework.
|
Tue, 17 Mar 2015
|
[ 13:27 marino ] 
381491 Mk/Uses/ada.mk
Mk/Uses/ada.mk: Fix missed previously substitution
|
Mon, 16 Mar 2015
|
[ 08:11 marino ] 
381372 Mk/Uses/ada.mk
Mk/Uses/ada.mk: Add argument "49"
To be complete, ada.mk needs to support having ADA_DEFAULT=5 and the port
explicitly requesting lang/gcc-aux. There is no identified use case for
this yet, but not supporting it is a hole.
|
[ 01:04 marino ] 
381368 Mk/Uses/ada.mk
Mk/Uses/ada.mk: Add gcc5-based Ada compiler support
A new argument has been added to USES=ada, "5", which will select the
gcc5-aux compiler (gcc 5) instead of the gcc-aux compiler (gcc 4.9).
Additionally, it will check if ADA_DEFAULT is defined and equal to "5".
If that is the case, gcc5-aux will be used by default, even if no
arguments are defined. The use case is to define it in make.conf so that
all Ada ports are built with same compiler. This capability will be used
to confirm all Ada ports build correctly with gcc5-aux before the default
compiler is switched.
|
Sun, 28 Sep 2014
|
[ 16:36 tijl ] 
369465 Mk/Uses/ada.mk
369465 Mk/Uses/autoreconf.mk
369465 Mk/Uses/bison.mk
369465 Mk/Uses/charsetfix.mk
369465 Mk/Uses/cmake.mk
369465 Mk/Uses/compiler.mk
369465 Mk/Uses/cran.mk
369465 Mk/Uses/desktop-file-utils.mk
369465 Mk/Uses/desthack.mk
369465 Mk/Uses/display.mk
(Only the first 10 of 53 ports in this commit are shown above. )
Change the way USES is handled:
- Loop over USES twice, once to define all *_ARGS variables and once to
include Uses/*.mk. This allows all Uses/*.mk to examine arguments given
to other USES entries.
- Always define *_ARGS (possibly empty) and replace commas with spaces.
Similar for _USES_POST.
Adjust all Uses/*.mk:
- defined(u_ARGS) becomes !empty(u_ARGS)
- Eliminate helper variables like _*_ARGS=${*_ARGS:C/,/ /g}
- Some Uses/*.mk used ":" as argument separator instead of ",", but no port
used this form
- Uses/cran.mk: remove unused variable VALID_ARGS and USES+=fortran which
has no effect
- Uses/twisted.mk: simplify handling of the case where neither "build" nor
"run" arguments have been specified
PR: 193931
Exp-run by: antoine
Approved by: portmgr (antoine)
|
Sat, 15 Mar 2014
|
[ 10:31 gerald ] 
348308 Mk/Uses/ada.mk
348308 Mk/Uses/bison.mk
348308 Mk/Uses/charsetfix.mk
348308 Mk/Uses/cmake.mk
348308 Mk/Uses/compiler.mk
348308 Mk/Uses/cran.mk
348308 Mk/Uses/desktop-file-utils.mk
348308 Mk/Uses/desthack.mk
348308 Mk/Uses/display.mk
348308 Mk/Uses/dos2unix.mk
(Only the first 10 of 47 ports in this commit are shown above. )
Move MAINTAINER lines to the end of the initial comment block and
make things a bit more consistent.
Approved by: portmgr (bapt)
|
Sun, 9 Mar 2014
|
[ 21:25 marino ] 
347692 Mk/Uses/ada.mk
Uses/ada.mk: Add support for soon-to-be-older Ada compiler
Currently the Ada framework uses a single compiler based on gcc47.
Soon this compiler will be updated to the gcc49 base, but not all Ada
ports are currently happy about this.
This update to ada.mk induces the ARGS of "47" which causes the port to
use the newly-created lang/gcc47-aux port which is currently a clone
of lang/gcc-aux. When the latter is updated, the Ada Framework will
use it except for those ports that feature "USES+= ada:47"
|
Fri, 12 Jul 2013
|
[ 13:40 marino ] 
322832 Mk/Uses/ada.mk
322832 devel/gnatpython/Makefile
322832 devel/gprbuild/Makefile
322832 devel/gps/Makefile
322832 devel/matreshka/Makefile
322832 lang/gcc-aux/Makefile
322832 lang/gnat-aux/Makefile
322832 lang/gnatdroid-armv5/Makefile
322832 lang/gnatdroid-armv7/Makefile
322832 lang/gnatdroid-binutils/Makefile
(Only the first 10 of 16 ports in this commit are shown above. )
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)
|
Thu, 20 Jun 2013
|
[ 09:57 bapt ] 
321369 Mk/Uses/ada.mk
321369 Mk/Uses/charsetfix.mk
321369 Mk/Uses/display.mk
321369 Mk/Uses/fmake.mk
321369 Mk/Uses/ncurses.mk
321369 Mk/Uses/qmail.mk
321369 Mk/Uses/readline.mk
321369 Mk/Uses/zenoss.mk
Fix svn properties
|
Tue, 30 Apr 2013
|
[ 11:41 bapt ] 
316916 Mk/Uses/ada.mk
Add a new USES ada.mk to establish Ada-capable compiler as a build dependency
and set the build environement properly
Submitted by: John Marino <draco@marino.st>
|
Number of commits found XX: 22 |