summaryrefslogtreecommitdiff
path: root/lang/gcc34-ada/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2009-09-20corrected HOMEPAGE URL (old URL no longer exists)schwarz1-2/+2
2009-06-14Remove @dirrm related logic.joerg1-4/+1
2006-09-27Set MAKE_ENV+=SHELL=${CONFIG_SHELL} for all gcc packages. Fixes SHELL setabs1-1/+2
to non sh compatible shell in environment. Thanks to Georg Schwarz.
2006-04-13BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace withjlam1-4/+2
USE_TOOLS+=msgfmt.
2006-04-05Update to 3.4.6. This is a bugfix release.shannonjr1-4/+4
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-3/+3
CONFIGURE_ARGS.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-8/+8
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-11-05Simplified the do-configure target. The main reason is that the Solarisrillig1-3/+3
/bin/sh cannot handle two adjacent ((.
2005-06-17Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead ofjlam1-3/+3
${PREFIX}.
2005-05-29Updated to version 3.4.4. This is a bugfix release.shannonjr1-2/+2
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2004-11-15Add missing '-print' to FINDshannonjr1-2/+2
2004-11-08Update to release 3.4.3. This is a bugfix release.shannonjr1-3/+3
2004-10-29Modify to build shared (and static) libgnatshannonjr1-1/+3
2004-09-27Update to 3.4.2 from 3.4.1. Release 3.4.2 is a bug fix release.shannonjr1-2/+2
2004-08-11Bring inline with gcc34 pkg by incomporating the following changesshannonjr1-4/+7
already in lang/gcc34: 1) Locate adalib for bootstrap compiler with ${ALT_GCC} --print-file-name=adalib rather than find. This behaves better if ${ALT_GCC} does not specify a gcc executable. 2) Elide trailing letters from GCC_PLATFORM so that GCC_ARCHSUBDIR remains constant for CURRENT when the version letter changes.
2004-08-08make target is install not ${INSTALL}shannonjr1-2/+2
2004-08-011) Change for AMD64: The patch incorrectly AMD64 to be identifiedshannonjr1-2/+3
as x86_64--netbsdelf when it is identified as x86_64--netbsd. 2) Check the version of as using the just-computed ${AS_PATH}, not ${AS}, following the change to gcc3/Makefile.common submitted by jlam@netbsd.org
2004-07-28Applied several changes from lang/gcc34:shannonjr1-8/+8
1) Test and mkdir if necessary to correct problem reported by Matthias Drochner: "For me (using ALT_GCC), the directory .work/.gcc was not present at pre-configure time, which made some "cd" fail." 2) Makefile and pkglint cleanup as recommended by Lubomir Sedlacik
2004-07-281) Removed three unnecessary patches. Two corrected problems that are nowshannonjr1-9/+11
fixed in the 3.4.1 branch. The third only applied to c++. 2) Remove USE_GCC33ADA option because it does not work. The gcc3-ada compiler can be used as an Ada bootstrap compiler by specifying ALT_GCC 3) Incremented PKGREVISION
2004-07-261) Revised ABI specification (baseline_symbols.txt) to go with release 3.4.1shannonjr1-3/+36
2) Added CONFIGURE_ARGS+=--with-system-zlib logic to Makefile for consistency with gcc34 3) Incorporated logic from gcc3 that determines whether to add binutils dependency or not. 4) Eliminated hardcoded target of netbsdelf2.0 as a step toward supporting other architectures.
2004-07-21Updated from 3.4.1 RC1 to 3.4.1 (release). I do not believe that any changesshannonjr1-5/+3
were made to the gcc codebase with this delta.
2004-06-29This is the Ada compiler from the gcc 3.4 compiler suite.shannonjr1-0/+146