Commit graph

79 commits

Author SHA1 Message Date
Daniel Eischen
f302233fc0 Mark this as only for i386.
Noticed by:	mark at coreland dot ath dot cx
2009-07-19 09:43:00 +00:00
Daniel Eischen
09df142c85 Forgot a file in the last commit. 2009-07-19 03:42:04 +00:00
Daniel Eischen
e76a216b9f Update to the 2009 gpl edition.
Borrow some makefile foo from lang/gnat-gcc43.
2009-07-19 03:38:31 +00:00
Martin Wilke
3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [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)
2008-04-19 17:56:05 +00:00
Daniel Eischen
9e469cccef Use setenv to add an environment variable instead of putenv. In 7.0,
putenv() does not copy the supplied environment stringi, but gcc/gnat
was free()ing the memory expecting that it would be copied.
2008-04-08 00:33:20 +00:00
Ade Lovett
dbd39ca660 Migration from bison 1.x to 2.x
PR:		117086
Tested by:	-exp runs
2007-10-17 10:13:01 +00:00
Edwin Groothuis
5555d89b50 Remove always-false/true conditions based on OSVERSION 500000 2007-10-04 01:25:18 +00:00
Rong-En Fan
c1c2fa1e68 - Define USE_ICONV properly. This fixes textproc/words build, which failed
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)
2007-01-21 04:59:56 +00:00
Daniel Eischen
6045490c48 Don't quote NO_PACKAGE message. 2006-12-26 16:56:14 +00:00
Daniel Eischen
35335ed691 Update to gnat GPL 2006. 2006-12-26 16:53:48 +00:00
Edwin Groothuis
64e02b6064 The libc.so.4 is only needed when building it, so add a build-dependency
on {LOCALBASE}/compat/lib/libc.so.4 instaed of a lib-dependency on c.4
2005-12-05 23:29:35 +00:00
Edwin Groothuis
6a8b90298a After unbreaking, also fixing pkg-plist and PERL5 dependency for running. 2005-12-05 12:54:20 +00:00
Edwin Groothuis
805d0a4e6f Add dependency on bison
Make dependency on c.4 a lib_depends instead of a build_depends.
2005-12-05 05:56:13 +00:00
Daniel Eischen
48698cf983 When using the bootstrap ada distfile, correctly set the path so it
picks it up.
2005-12-02 02:12:32 +00:00
Daniel Eischen
459c0fba03 Fix a typo (missing space) when building without shared libraries. 2005-11-29 01:11:25 +00:00
Daniel Eischen
80ac2a3dc6 Oops, forgot to add these patch files. 2005-11-29 00:47:55 +00:00
Daniel Eischen
653aef86bc Update the antiquated version of the GNAT compiler to the GPL-2005
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.
2005-11-29 00:01:24 +00:00
Bill Fenner
4cd2092a8b Use the right syntax for a ${MASTER_SITE_foo} with a distfile group. 2005-11-28 06:43:27 +00:00
Pav Lucistnik
fc9d38f926 - Fix fetch: workaround problems with site groups and :foo 2005-07-14 15:19:47 +00:00
Daniel Eischen
1836911d6d Add another site to MASTER_SITES. 2005-02-19 01:11:43 +00:00
David Schultz
3e34029c2e Fix build. Ports that formerly attempted to work around problems
created by matherr() no longer need to do so.
2005-02-12 13:19:47 +00:00
Thierry Thomas
77fddf9a75 Update WWW: link.
Approved by:	deischen (maintainer).
2004-12-23 01:41:22 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Joe Marcus Clarke
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
Sergey A. Osokin
f37f7775e3 Make portlint(1) happy by changing strip to ${STRIP_CMD}
Submitted by:	Oleg Karachevtsev <ok@etrust.ru>
PR:		56998
2003-09-24 09:37:11 +00:00
Daniel Eischen
7d5ef842f2 Unbreak patching. The recent change to gcc28 (to make gcc28 work in
-current) broke one of the patches here.

PR:	51740
2003-05-07 13:40:41 +00:00
Daniel Eischen
055974696c Remove the BUILD_DEPENDS for gcc28; we don't need gcc28 to be built or
installed, we just want the port's patch files.
2003-04-06 12:50:49 +00:00
Akinori MUSHA
3baa89dcc9 De-pkg-comment. 2003-02-21 12:35:09 +00:00
Kris Kennaway
d604e1d6d3 Use the full path to /sbin/sysctl
Noticed by:	'make index' in crontab
2003-01-30 08:23:53 +00:00
Daniel Eischen
045fd40aa6 Make the fetch work with MASTER_SITE_SUBDIRs.
Approved by:	portmgr
2002-12-28 05:15:58 +00:00
Norikatsu Shigemura
10b66c1bce Fix BUILD_DEPENDS. 2002-12-26 08:21:49 +00:00
Daniel Eischen
f12ee9219b Update to the latest released version of GNAT (3.15p). Also use a
new bootstrap compiler and fix so that it builds under -current.

Approved by:	portmgr
2002-12-01 19:10:48 +00:00
Akinori MUSHA
ac19d0e176 Add the misc/compat4x dependency only if ${OSVERSION} >= 500000. 2002-12-01 10:03:51 +00:00
Akinori MUSHA
b402d29f7f The distributed bootstrapping compiler requires libc.so.4,
so add misc/compat4x as dependency.

Submitted by:	bento
2002-12-01 10:00:01 +00:00
Christian Weisgerber
9d405526f7 * Match up distfiles and their respective master sites.
* Mark the bootstrap as i386-only.

Approved by:	maintainer
2002-09-25 20:59:08 +00:00
Daniel Eischen
880f08171b Add a MASTER_SITE_SUBDIR for gcc. 2002-07-21 20:38:38 +00:00
Daniel Eischen
55343ff4ae Add a patch to replace tmpnam with mkstemp.
Submitted by:	Samuel Tardieu <sam@ada.eu.org>
2002-02-12 23:43:24 +00:00
Daniel Eischen
bf542bfdfc Add gnathtml.pl, and Ada source code HTML'izer, to the installed files.
PR:		ports/34844
Submitted by:	John Merryweather Cooper <john_m_cooper@yahoo.com>
2002-02-12 00:24:23 +00:00
Daniel Eischen
0688800214 Always remove the .orig files from the examples directory; there's
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.
2002-02-10 00:57:45 +00:00
Kevin Lo
ad309c29e3 Update to version 3.14p
PR: 34670
Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
2002-02-09 08:40:28 +00:00
Akinori MUSHA
c982f5faf1 Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
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.
2002-01-29 11:24:09 +00:00
Daniel Eischen
98698421dd Don't forget to remove a directory that's installed. 2001-03-11 05:32:21 +00:00
Daniel Eischen
2af15d3acb Fix checking of LOCALBASE; the '$' was missing from '${LOCALBASE}'.
Submitted by:	Thomas Quinot <quinot@inf.enst.fr>
2000-12-19 16:45:51 +00:00
Satoshi Asami
fb120e2a16 Add "deischen" in front of MASTER_SITE_SUBDIR so the distfile can be found.
Also add "." as a separate element, otherwise the stuff on the GNU sites
won't be fetched.

Submitted by:	bento
2000-11-03 10:03:09 +00:00
Daniel Eischen
95df74e9ba Update to the latest public release 3.13p.
Thanks to Samuel Tardieu <sam@inf.enst.fr> for instigating this
update and providing some of the changes.
2000-11-01 18:57:03 +00:00
Daniel Eischen
4c48f0e44d When initializing the GNAT (i386) run-time, initialize the floating point
control word to use 64-bit (extended) precision instead of FreeBSDs
default 53-bit (double) precision.

Submitted by:	Sune Falck <sunef@hem.passagen.se>
2000-06-27 11:27:25 +00:00
David E. O'Brien
5cd5b258b5 Convert to the PORTNAME - PORTVERSION syntax. 2000-04-12 06:21:15 +00:00
Daniel Eischen
d3cb95a429 Correct the checksum for the bootstrap compiler which I somehow broke
when the port was upgraded.

Found by: Bento's error logs
1999-12-10 16:06:36 +00:00
Daniel Eischen
005c22af55 Remove the GNAT release number from the description.
Pointed out by:	billf
1999-11-09 18:33:00 +00:00
Daniel Eischen
f99a6e9a55 Oops, forgot to change the GNAT version number in the description. 1999-11-09 12:41:47 +00:00