aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gnat
Commit message (Collapse)AuthorAgeFilesLines
* - Define USE_ICONV properly. This fixes textproc/words build, which failedrafan2007-01-211-0/+2
| | | | | | | | | with /libexec/ld-elf.so.1: Shared object "libiconv.so.3" not found, required by "gnatgcc" PR: ports/108138 Submitted by: rafan Approved by: Daniel Eischen <eischen at vigrid.com> (maintainer)
* Don't quote NO_PACKAGE message.deischen2006-12-271-1/+1
|
* Update to gnat GPL 2006.deischen2006-12-2711-594/+662
|
* The libc.so.4 is only needed when building it, so add a build-dependencyedwin2005-12-061-1/+1
| | | | on {LOCALBASE}/compat/lib/libc.so.4 instaed of a lib-dependency on c.4
* After unbreaking, also fixing pkg-plist and PERL5 dependency for running.edwin2005-12-052-7/+2
|
* Add dependency on bisonedwin2005-12-051-1/+2
| | | | Make dependency on c.4 a lib_depends instead of a build_depends.
* When using the bootstrap ada distfile, correctly set the path so itdeischen2005-12-021-1/+1
| | | | picks it up.
* Fix a typo (missing space) when building without shared libraries.deischen2005-11-291-1/+1
|
* Oops, forgot to add these patch files.deischen2005-11-292-0/+24
|
* Update the antiquated version of the GNAT compiler to the GPL-2005deischen2005-11-2930-3661/+2203
| | | | | | | | | | | | version. Note that this version now produces executables that are covered by the GPL as opposed to the previous version which was covered by the modified GPL. Also note that the GNAT sources in the stock GCC-4 tree are not under this restriction. A new port based on the sources in GCC-4 will come when I get the time.
* Use the right syntax for a ${MASTER_SITE_foo} with a distfile group.fenner2005-11-281-1/+1
|
* - Fix fetch: workaround problems with site groups and :foopav2005-07-141-1/+1
|
* Add another site to MASTER_SITES.deischen2005-02-191-0/+1
|
* Fix build. Ports that formerly attempted to work around problemsdas2005-02-122-1/+4
| | | | created by matherr() no longer need to do so.
* Update WWW: link.thierry2004-12-231-1/+1
| | | | Approved by: deischen (maintainer).
* SIZEify (maintainer timeout)trevor2004-03-311-0/+3
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 2)
* Make portlint(1) happy by changing strip to ${STRIP_CMD}osa2003-09-241-1/+1
| | | | | Submitted by: Oleg Karachevtsev <ok@etrust.ru> PR: 56998
* Unbreak patching. The recent change to gcc28 (to make gcc28 work indeischen2003-05-071-9/+0
| | | | | | -current) broke one of the patches here. PR: 51740
* Remove the BUILD_DEPENDS for gcc28; we don't need gcc28 to be built ordeischen2003-04-061-2/+0
| | | | installed, we just want the port's patch files.
* De-pkg-comment.knu2003-02-212-1/+1
|
* Use the full path to /sbin/sysctlkris2003-01-301-1/+1
| | | | Noticed by: 'make index' in crontab
* Make the fetch work with MASTER_SITE_SUBDIRs.deischen2002-12-281-1/+1
| | | | Approved by: portmgr
* Fix BUILD_DEPENDS.nork2002-12-261-1/+1
|
* Update to the latest released version of GNAT (3.15p). Also use adeischen2002-12-0217-1329/+480
| | | | | | new bootstrap compiler and fix so that it builds under -current. Approved by: portmgr
* Add the misc/compat4x dependency only if ${OSVERSION} >= 500000.knu2002-12-011-0/+2
|
* The distributed bootstrapping compiler requires libc.so.4,knu2002-12-011-0/+1
| | | | | | so add misc/compat4x as dependency. Submitted by: bento
* * Match up distfiles and their respective master sites.naddy2002-09-261-4/+7
| | | | | | * Mark the bootstrap as i386-only. Approved by: maintainer
* Add a MASTER_SITE_SUBDIR for gcc.deischen2002-07-221-1/+1
|
* Add a patch to replace tmpnam with mkstemp.deischen2002-02-131-0/+20
| | | | Submitted by: Samuel Tardieu <sam@ada.eu.org>
* Add gnathtml.pl, and Ada source code HTML'izer, to the installed files.deischen2002-02-122-0/+2
| | | | | PR: ports/34844 Submitted by: John Merryweather Cooper <john_m_cooper@yahoo.com>
* Always remove the .orig files from the examples directory; there'sdeischen2002-02-102-1073/+1074
| | | | | | | | | | no sense in muddying up the Makefile with checks for NOPORTDOCS just to remove the copy of one patched file. Make the package list be in alphabetical order for directories with lots of files in them; this allows one to do `/bin/ls -1` to generate the package list and produce (hopefully) smaller diffs for subsequent versions.
* Update to version 3.14pkevlo2002-02-097-1103/+1205
| | | | | PR: 34670 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;knu2002-01-291-9/+9
| | | | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Use command macros where appropriate.
* Don't forget to remove a directory that's installed.deischen2001-03-111-0/+1
|
* Fix checking of LOCALBASE; the '$' was missing from '${LOCALBASE}'.deischen2000-12-201-2/+2
| | | | Submitted by: Thomas Quinot <quinot@inf.enst.fr>
* Add "deischen" in front of MASTER_SITE_SUBDIR so the distfile can be found.asami2000-11-031-1/+1
| | | | | | | Also add "." as a separate element, otherwise the stuff on the GNU sites won't be fetched. Submitted by: bento
* Update to the latest public release 3.13p.deischen2000-11-0214-235/+645
| | | | | Thanks to Samuel Tardieu <sam@inf.enst.fr> for instigating this update and providing some of the changes.
* When initializing the GNAT (i386) run-time, initialize the floating pointdeischen2000-06-271-2/+28
| | | | | | | control word to use 64-bit (extended) precision instead of FreeBSDs default 53-bit (double) precision. Submitted by: Sune Falck <sunef@hem.passagen.se>
* Convert to the PORTNAME - PORTVERSION syntax.obrien2000-04-121-5/+5
|
* Correct the checksum for the bootstrap compiler which I somehow brokedeischen1999-12-111-1/+1
| | | | | | when the port was upgraded. Found by: Bento's error logs
* Remove the GNAT release number from the description.deischen1999-11-101-1/+1
| | | | Pointed out by: billf
* Oops, forgot to change the GNAT version number in the description.deischen1999-11-091-2/+2
|
* Upgrade GNAT to GNAT-3.12p, the latest public release from Ada Coredeischen1999-11-0921-479/+1071
| | | | Technologies.
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* chmod -> ${CHMOD}mharo1999-08-231-2/+2
| | | | chown -> ${CHOWN}
* Remove the two "priming" MASTER_SITEs now that ftp.freebsd.org hassheldonh1999-07-011-4/+2
| | | | Daniel Eischen's boot-strapping package.
* Commit #3/4 to enforce caps, no period.hoek1999-06-271-1/+1
| | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s
* Update 3.10p -> 3.11p:sheldonh1999-06-2418-1703/+2444
| | | | | | | | | | | | | | | | | | | | | * Build requires a GNAT compiler, for which the maintainer has created a package. For now, provide two MASTER_SITEs from which it is available so that it'll find its way into the FreeBSD distfiles. * Uses variables in the PLIST to reduce diff sizes in future. * Doesn't install info files, which are virtually duplicates of the ones we already have. * AOUT support is on its wAy OUT. Do what we can, but don't blow any fuses. * Hand maintainership over to Daniel Eischen, at the request of the previous maintainer. PR: 10093 Submitted by: Daniel Eischen <eischen@vigrid.com>
* Remove the test to create ${PREFIX}/share/info/dir as it is nowmharo1999-06-061-1/+0
| | | | in bsd.port.mk and this helps to unify the check and install.
* Set 'USE_GMAKE', because it does.billf1999-03-031-1/+2
| | | | Yet another bug found by: Satoshi's errorlogs
* The first time I tried committing this set of manpage removals it gothoek1998-08-191-1/+0
| | | | | | | | all the way to diffing yorick/pkg/PLIST and then died with a "bad hostname freefall.freebsd.org" .... Hopefully that's not bad... ;-) Hmm.. Maybe I'll try doing this from beast, next! kickme's a boring machine, and bento is busy.
* Typo ("sed -nw" -> "sed -ne").asami1998-03-221-1/+1
|
* Cleanup @unexec and @exec sequences.steve1998-02-161-2/+5
| | | | Suggested by: Satoshi Asami
* Remove bogus duplicate patch that I missed last time. :(steve1998-01-181-3/+1
| | | | Noticed by: Satoshi Asami
* Mark this port broken for now, it doesn't patch on -stable.asami1998-01-181-1/+3
|
* Upgrade to version 3.10p and do a little portlint cleaning.steve1998-01-1811-1045/+921
| | | | | PR: 5138 Submitted by: Daniel M. Eischen <deischen@iworks.InterWorks.org>
* Correctly specify manpage names. Compress manpages.asami1997-10-032-3/+5
|
* Upgrade to 3.09. This port is no longer broken.asami1997-09-2516-304/+3104
| | | | | | | | Note you need an existing gnat compiler to build this. (A package will do.) PR: 3687 Submitted by: Maurice Castro <maurice@planet.serc.rmit.edu.au> and Daniel M. Eischen <deischen@iworks.InterWorks.org>
* Remove nils@guru.ims.uni-stuttgart.de as MAINTAINER, no longerfenner1997-08-121-2/+2
| | | | | | runs FreeBSD. Submitted by: Cornelis van der Laan <nils@trados.com>
* Oops, real reason of BROKEN was gcc incompatibility.asami1996-12-071-4/+6
|
* Add reasons to BROKEN.asami1996-12-071-2/+2
|
* Compress a bunch of manpages. Remove unnecessary @ directives fromasami1996-11-181-10/+0
| | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building.
* CATAGORIES+= -> CATAGORIES=obrien1996-11-121-3/+4
| | | | | Reordered vars where needed. Added MAINTAINERS where needed, many mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"asami1996-10-101-1/+1
| | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified!
* Check if /usr/local/bin/gnatf exists or not and if not, pronounce itasami1996-04-121-1/+4
| | | | BROKEN. This port requires an existing compiler to bootstrap.
* Change category nome from "languages" to "lang". Also remove "programming"asami1995-11-221-2/+2
| | | | which appeared in some of them, everything here is a programming language! :)
* I fixed it so that it works right. Basically the same changes werejmacd1995-05-133-725/+725
| | | | | | | | | | | | needed as for the g77 port, except this time since a new compiler exectuable isn't getting produced (and I wonder why its that way) one will need to use -B${PREFIX}/libexec/ every time they wish to compile ada sources, since gcc doesn't look in /usr/local/libexec/. It seems to work... I ran it on the examples directory. Someone who knows ada well should test it I suppose. -josh
* Update lang Makefiles, compressing some man pages and stripping someasami1995-04-241-22/+5
| | | | executables along the way.
* Update of lang Makefiles....asami1995-04-151-1/+3
|
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are injkh1995-04-011-0/+1
| | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
* gnat-2.03 - The GNU Ada Translator. Version 2.03.hsu1995-03-284-0/+975
Submitted by: nils@guru.ims.uni-stuttgart.de (Cornelis van der Laan)