summaryrefslogtreecommitdiff
path: root/lang/gnat (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | lang) Notes: svn path=/head/; revision=327741
* Convert to new perl frameworkBaptiste Daroussin2013-09-171-3/+2
| | | | | | | Convert from USE_GMAKE to USES=gmake Notes: svn path=/head/; revision=327452
* Introduce ICONV_CONFIGURE_ARG variable defined at Uses/iconv.mk.Boris Samorodov2013-09-041-1/+1
| | | | | | | | | | | It's value is "--with-libiconv-prefix=/usr/local" for systems before 100043 with ports libiconv and to use at systems post 100043 with base iconv it's value is "" (NULL). Co-authors: bapt, madpilot and bsam (me) Notes: svn path=/head/; revision=326316
* - Remove bogus conditional IGNORE for PACKAGE_BUILDING; these shouldBryan Drewery2013-08-291-7/+1
| | | | | | | | | | | | | be IGNOREd regardless of PACKAGE_BUILDING. Soem have no MASTER_SITES and require manual fetching, others are already marked RESTRICTED. - Trim headers - Convert some pre-fetch errors into IGNORE - Remove needless quoting in java/jdk7-doc IGNORE With hat: portmgr Notes: svn path=/head/; revision=325598
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-2/+1
| | | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: zeising Notes: svn path=/head/; revision=316662
* Restore PORTNAMEChris Rees2013-03-101-0/+1
| | | | Notes: svn path=/head/; revision=313824
* Convert USE_BISON to USES= bisonBaptiste Daroussin2013-03-081-8/+2
| | | | | | | | | | | | | | | | | It brings bison as a build dependency in case it is set the following way: USES= bison or USES= bison:build it brings bison as a run dependency in case it is set the following way: USES= bison:run it brings bison both as a run and build dependency in case it the set the following way: USES= bison:both While here trim some headers Convert some USE_GNOME= gnomehack to USES= pathfix Notes: svn path=/head/; revision=313635
* Add gnathtml.pl to the package list; it was missing.Daniel Eischen2011-03-011-0/+1
| | | | | | | Pointed out by: Martin Wilke Notes: svn path=/head/; revision=270036
* Fix a typo and pet portlint.Mark Linimon2011-01-291-1/+1
| | | | | | | | Hat: portmgr Feature safe: yes Notes: svn path=/head/; revision=268357
* - Use canonical format for FreeBSD.org MAINTAINER addressesSunpoet Po-Chuan Hsieh2010-12-252-4/+1
| | | | | | | | | | | - Remove obsolete MD5 checksum while I'm here PR: ports/152844 Submitted by: sunpoet (myself) Approved by: miwi (with portmgr hat) Notes: svn path=/head/; revision=266895
* Patch from sahil:Daniel Eischen2010-10-251-2/+1
| | | | | | | | | | | | We don't need to set PORTREVISION to 0 since that is the default, and ... Fix MASTER_SITES:n usage so that the ":n" postfix is added to *all* elements of MASTER_SITE_LOCAL, not just the final one. Notes: svn path=/head/; revision=263566
* Update to the 2010 version of GNAT-GPL.Daniel Eischen2010-09-3010-45/+45
| | | | Notes: svn path=/head/; revision=262187
* Chase mpfr library and bump PORTREVISION.Alex Dupre2010-06-111-2/+2
| | | | Notes: svn path=/head/; revision=256398
* Convert LDCONFIG_DIRS to USE_LDCONFIG.Max Brazhnikov2010-06-081-3/+2
| | | | | | | | | PR: based on ports/146365 Submitted by: Alex Kozlov <spam at rm-rf.kiev.ua> Approved by: maintainers timeout (two weeks) Notes: svn path=/head/; revision=256132
* Switch to use newer GMP version.Alex Dupre2010-04-191-2/+2
| | | | | | | | | PR: ports/144487 Submitted by: ale Approved by: portmgr (-exp run by erwin) Notes: svn path=/head/; revision=252906
* Mark this as only for i386.Daniel Eischen2009-07-191-0/+2
| | | | | | | Noticed by: mark at coreland dot ath dot cx Notes: svn path=/head/; revision=238045
* Forgot a file in the last commit.Daniel Eischen2009-07-191-0/+10
| | | | Notes: svn path=/head/; revision=238038
* Update to the 2009 gpl edition.Daniel Eischen2009-07-1916-3164/+156
| | | | | | | Borrow some makefile foo from lang/gnat-gcc43. Notes: svn path=/head/; revision=238037
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-1/+1
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* Use setenv to add an environment variable instead of putenv. In 7.0,Daniel Eischen2008-04-081-0/+20
| | | | | | | | putenv() does not copy the supplied environment stringi, but gcc/gnat was free()ing the memory expecting that it would be copied. Notes: svn path=/head/; revision=210793
* Migration from bison 1.x to 2.xAde Lovett2007-10-171-2/+2
| | | | | | | | PR: 117086 Tested by: -exp runs Notes: svn path=/head/; revision=201613
* Remove always-false/true conditions based on OSVERSION 500000Edwin Groothuis2007-10-041-2/+0
| | | | Notes: svn path=/head/; revision=200774
* - Define USE_ICONV properly. This fixes textproc/words build, which failedRong-En Fan2007-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) Notes: svn path=/head/; revision=182883
* Don't quote NO_PACKAGE message.Daniel Eischen2006-12-261-1/+1
| | | | Notes: svn path=/head/; revision=180802
* Update to gnat GPL 2006.Daniel Eischen2006-12-2611-594/+662
| | | | Notes: svn path=/head/; revision=180801
* The libc.so.4 is only needed when building it, so add a build-dependencyEdwin Groothuis2005-12-051-1/+1
| | | | | | | on {LOCALBASE}/compat/lib/libc.so.4 instaed of a lib-dependency on c.4 Notes: svn path=/head/; revision=150499
* After unbreaking, also fixing pkg-plist and PERL5 dependency for running.Edwin Groothuis2005-12-052-7/+2
| | | | Notes: svn path=/head/; revision=150466
* Add dependency on bisonEdwin Groothuis2005-12-051-1/+2
| | | | | | | Make dependency on c.4 a lib_depends instead of a build_depends. Notes: svn path=/head/; revision=150442
* When using the bootstrap ada distfile, correctly set the path so itDaniel Eischen2005-12-021-1/+1
| | | | | | | picks it up. Notes: svn path=/head/; revision=150184
* Fix a typo (missing space) when building without shared libraries.Daniel Eischen2005-11-291-1/+1
| | | | Notes: svn path=/head/; revision=149853
* Oops, forgot to add these patch files.Daniel Eischen2005-11-292-0/+24
| | | | Notes: svn path=/head/; revision=149851
* Update the antiquated version of the GNAT compiler to the GPL-2005Daniel Eischen2005-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. Notes: svn path=/head/; revision=149845
* Use the right syntax for a ${MASTER_SITE_foo} with a distfile group.Bill Fenner2005-11-281-1/+1
| | | | Notes: svn path=/head/; revision=149748
* - Fix fetch: workaround problems with site groups and :fooPav Lucistnik2005-07-141-1/+1
| | | | Notes: svn path=/head/; revision=139219
* Add another site to MASTER_SITES.Daniel Eischen2005-02-191-0/+1
| | | | Notes: svn path=/head/; revision=129239
* Fix build. Ports that formerly attempted to work around problemsDavid Schultz2005-02-122-1/+4
| | | | | | | created by matherr() no longer need to do so. Notes: svn path=/head/; revision=128597
* Update WWW: link.Thierry Thomas2004-12-231-1/+1
| | | | | | | Approved by: deischen (maintainer). Notes: svn path=/head/; revision=124870
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+3
| | | | Notes: svn path=/head/; revision=105747
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Make portlint(1) happy by changing strip to ${STRIP_CMD}Sergey A. Osokin2003-09-241-1/+1
| | | | | | | | Submitted by: Oleg Karachevtsev <ok@etrust.ru> PR: 56998 Notes: svn path=/head/; revision=89169
* Unbreak patching. The recent change to gcc28 (to make gcc28 work inDaniel Eischen2003-05-071-9/+0
| | | | | | | | | -current) broke one of the patches here. PR: 51740 Notes: svn path=/head/; revision=80365
* Remove the BUILD_DEPENDS for gcc28; we don't need gcc28 to be built orDaniel Eischen2003-04-061-2/+0
| | | | | | | installed, we just want the port's patch files. Notes: svn path=/head/; revision=78413
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76037
* Use the full path to /sbin/sysctlKris Kennaway2003-01-301-1/+1
| | | | | | | Noticed by: 'make index' in crontab Notes: svn path=/head/; revision=74251
* Make the fetch work with MASTER_SITE_SUBDIRs.Daniel Eischen2002-12-281-1/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=71955
* Fix BUILD_DEPENDS.Norikatsu Shigemura2002-12-261-1/+1
| | | | Notes: svn path=/head/; revision=71853
* Update to the latest released version of GNAT (3.15p). Also use aDaniel Eischen2002-12-0117-1329/+480
| | | | | | | | | new bootstrap compiler and fix so that it builds under -current. Approved by: portmgr Notes: svn path=/head/; revision=71275
* Add the misc/compat4x dependency only if ${OSVERSION} >= 500000.Akinori MUSHA2002-12-011-0/+2
| | | | Notes: svn path=/head/; revision=71273
* The distributed bootstrapping compiler requires libc.so.4,Akinori MUSHA2002-12-011-0/+1
| | | | | | | | | so add misc/compat4x as dependency. Submitted by: bento Notes: svn path=/head/; revision=71272
* * Match up distfiles and their respective master sites.Christian Weisgerber2002-09-251-4/+7
| | | | | | | | | * Mark the bootstrap as i386-only. Approved by: maintainer Notes: svn path=/head/; revision=67144