summaryrefslogtreecommitdiff
path: root/lang/gcc3-f77/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2009-11-07Support DESTDIR.asau1-6/+9
2006-12-07Update gcc3-* to 3.3.6. Fix build of gcc3-f77 and gcc3-java onmarkd1-2/+1
NetBSD-current.
2006-04-09Info files have been moved to the PLIST already, so empty out thejlam1-2/+2
INFO_FILES variable.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
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-06-19Prevent paths to the build directories from being included in the package.kristerw1-1/+4
Bump PKGREVISION.
2005-06-16Create directories before installing files into them.jlam1-1/+2
2004-07-02update to 3.3.4drochner1-2/+1
bugfixes only afaict, no new features, no new files
2004-06-17this can only be built with gcc:grant1-1/+3
"f/proj.h", line 35: #error: "You have to use gcc 2.x to build g77."
2004-05-22Update gcc3-ada to 3.3.3nb1abs1-1/+2
Update gcc3-c++ to 3.3.3nb1 Update gcc3-c to 3.3.3nb2 Update gcc3-f77 to 3.3.3nb1 Update gcc3-java to 3.3.3nb1 Update gcc3-objc to 3.3.3nb1 Update gcc3 to 3.3.3nb1 gcc arm: fix GCC _P_R_ target/14302 Apply gcc fix for gcc PR target/14302 to fix ARM compiler issues triggered by at least glib, glib2, and pkgconfig. 2004-02-26 Richard Earnshaw <rearnsha@arm.com> Daniel Jacobowitz <drow@mvista.com> PR target/14302 * arm.h (ARM_GO_IF_LEGITIMATE_ADDRESS): Don't check the mode size for minipool references.
2004-04-10Make all gcc3-* packages use a single distinfo file from gcc3/distinfo andseb1-2/+2
a single patch directory from gcc3/patches/. Also Move gcc3-c/{Makefile.common,language.mk} into gcc3/.
2004-03-02update to gcc-3.3.3drochner1-2/+1
2004-02-13Bump the PKGREVISION after fixing up the installed *.la files to removejlam1-1/+4
references to the buildlink work directories.
2004-02-01bl3ify the gcc3-* packages. Also provide buildlink[23].mk files for usejlam1-15/+13
by bsd.compiler.mk. Note that in the buildlink3.mk files, the dependency is always added regardless of the BUILDLINK_DEPTH. This is because these buildlink3.mk files may be included by bsd.prefs.mk, which is often included other buildlink3.mk files, and we need to ensure that regardless of the depth, we are using the correct compiler.
2003-08-11update to 3.3.1drochner1-2/+2
2003-08-08include major version number in COMMENT for distinction, some minorgrant1-2/+2
COMMENT tweaks.
2003-07-16elaborate the INSTALLTO_SUBPREFIX thing a bit more: modify thedrochner1-2/+2
PKGNAME if we are installing to an alternative location so that the pkg system doesn't complain about conflicts. Now it is possible to install a gcc3 tree to some location where it can be used to bootstrap another instance of itself...
2003-07-08some cleanup:drochner1-62/+5
-USE_NEW_TEXINFO, saves some patches -symlink libiberty.a into build tree instead of buildlink/lib, saves some patches -put common make rules into Makefile.common (for all) and buildaddon.mk (for all but the base "c" pkg)
2003-07-06set GCC_VERSION for use in GCC_ARCHDIR. remove a superfluous commentgrant1-3/+3
about GCC_PREFIX. XXX why is GCC_PREFIX ${PREFIX}/gcc3 ?
2003-07-06Split the gcc3 pkg into per-language pieces.drochner1-0/+90
Needs some cleanup and integration; eventually lang/gcc3 can turn into a meta-pkg.