summaryrefslogtreecommitdiff
path: root/lang/gcc34-ada
AgeCommit message (Collapse)AuthorFilesLines
2007-01-17Renamed BUILDLINK_TRANSFORM.* to BUILDLINK_FNAME_TRANSFORM.*, to makerillig1-2/+2
clear that these variables are completely unrelated to BUILDLINK_TRANSFORM. Added a legacy check that catches appearances of BUILDLINK_TRANSFORM.*. XXX: Where should incompatible changes in pkgsrc be documented?
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-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-04-13BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace withjlam1-4/+2
USE_TOOLS+=msgfmt.
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-3/+3
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-04-05Update to 3.4.6. This is a bugfix release.shannonjr9-184/+4
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg2-2/+4
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-13Updated instructions on obtaining a bootstrap compiler.shannonjr1-9/+5
2005-11-05Simplified the do-configure target. The main reason is that the Solarisrillig1-3/+3
/bin/sh cannot handle two adjacent ((.
2005-09-28Removed trailing white-space.rillig1-2/+2
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.shannonjr2-6/+6
2005-05-23Removed trailing white-space.rillig1-1/+1
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
2005-02-24Add RMD160 digestsagc1-1/+2
2004-11-22Now that no package uses USE_GCC_SHLIB any longer, remove supportwiz1-2/+2
for it from compiler.mk. Move the variable of the same name used by compiler/gcc.mk and the gcc* buildlink3 files into private namespace (_USE_GCC_SHLIB).
2004-11-15Add missing '-print' to FINDshannonjr1-2/+2
2004-11-08Update to release 3.4.3. This is a bugfix release.shannonjr4-6/+34
2004-10-29Modify to build shared (and static) libgnatshannonjr3-5/+11
2004-09-27Update to 3.4.2 from 3.4.1. Release 3.4.2 is a bug fix release.shannonjr2-5/+5
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 identifiedshannonjr4-8/+9
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:shannonjr3-10/+11
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-28Remove three unnecessary patches. The need for two of them is eliminatedshannonjr3-73/+0
by changes in the 3.4.1 source. The third does not apply to the Ada language.
2004-07-281) Removed three unnecessary patches. Two corrected problems that are nowshannonjr3-15/+14
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.1shannonjr4-4/+43
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-22Add patch, originally added to gcc34 by drochner: "on 1.6.x, we needshannonjr1-0/+13
libiconv. Make sure the rpath includes ${LOCALBASE}".
2004-07-21Updated from 3.4.1 RC1 to 3.4.1 (release). I do not believe that any changesshannonjr2-8/+6
were made to the gcc codebase with this delta.
2004-07-13lang/gcc33-ada does not exist - lang/gcc3-ada doesjschauma1-1/+1
2004-07-07Fix bad URL for pre-built ada packages.jwise1-3/+3
2004-07-01Modified buildlink3.mk file to perform existance test onshannonjr1-2/+4
${BUILDLINK_PREFIX.gcc34-ada}/bin/gcc before calling it.
2004-06-29This is the Ada compiler from the gcc 3.4 compiler suite.shannonjr35-0/+8499