summaryrefslogtreecommitdiff
path: root/lang/gcc/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2002-08-06Make sure that the compiler finds the non-standard includefiles normallykristerw1-1/+5
found on NetBSD (i.e. FlexLexer.h) This corrects the issue in the remark to my closing of pkg/17638.
2002-05-14Replace STRIPFLAG with _STRIPFLAG_CC to fix pkg/15467.yyamano1-2/+2
2002-04-08generate most of the packing list dynamically for non-SunOS systems. Thisdmcmahill1-2/+6
is done because different sets of libraries end up being installed based on MACHINE_ARCH. Tested on NetBSD/alpha.
2002-03-28Remove PKGREVISION. It causes too many issues with installing/trackingjmc1-2/+1
2002-03-28Update patch set against a sync of source from gnusrc/dist/toolchain.jmc1-12/+15
Not very many overall changes. Main ones include 1. Support for powerpc, arm32 and vax 2. Makefile.gcc can now be included by anything which depends on gcc versions. If the version installed isn't 2.95.3 it'll add itself as a BUILD_DEPENDS. (XXX: any of the makefile's in pkgsrc should be checked and change to use this) 3. Remove special PLIST.NetBSD-sparc as it's no longer needed 4. Change post-extract loop to pick up any arch files from FILESDIR without having to hardcode all the archs 5. Remove arch restrictions as this should work on any arch supported by the main source tree as of 03/28/02 6. Add PKGREVISION as this clearly isn't stock 2.95.3 (it doesn't change gcc --version so version checks won't care).
2002-03-25Build for arm32 as well (after discussion with abs).cjep1-2/+2
2002-03-14Remove empty directory "v9" after installation to avoid deinstallationtron1-4/+5
problems.
2002-03-14Some cleanup.wiz1-16/+5
2002-02-18Introduce new framework for handling info files generation and installation.seb1-1/+2
Summary of changes: - removal of USE_GTEXINFO - addition of mk/texinfo.mk - inclusion of this file in package Makefiles requiring it - `install-info' substituted by `${INSTALL_INFO}' in PLISTs - tuning of mk/bsd.pkg.mk: removal of USE_GTEXINFO INSTALL_INFO added to PLIST_SUBST `${INSTALL_INFO}' replace `install-info' in target rules print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info' - a couple of new patch files added for a handful of packages - setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it - devel/cssc marked requiring texinfo 4.0 - a couple of packages Makefiles were tuned with respect of INFO_FILES and makeinfo command usage See -newly added by this commit- section 10.24 of Packages.txt for further information.
2002-02-16Add missing sparc/netbsd-elf-common.h.kent1-2/+3
2002-01-09Fix and enable for Solaris platform.seb1-2/+9
2002-01-03Provide a "Makefile.gcc" which can be used by other packages which needtron1-1/+2
this "gcc" version for building.
2002-01-03Update "gcc" package to version 2.95.3. This is a bug fix release oftron1-11/+12
version 2.95.2. This package includes all changes to "gcc" from the new toolchain in NetBSD-current. The only tested (and enabled) platform is "NetBSD-*-i386" so far.
2001-12-29Let's keep this simple, and not let the "nb" bump affect the name of thefredb1-2/+2
installation directory.
2001-12-29Fix up a corrupt infodir entry in "chill.info" that install-info could notfredb1-1/+5
delete cleanly, which foiled subsequent installations, and add an INSTALL script (keyword PRE-INSTALL) to ensure that the corrupt entry is removed.
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-2/+2
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-06-11Install info file into "${PREFIX}/info" so that they get found.tron1-3/+4
2001-06-11Remove installed curses.h file, as is done by pgcc/Makefile.jlam1-1/+2
2001-06-11Remove link "${PREFIX}/${PKGNAME}/bin/cc" before trying to create it totron1-2/+2
avoid install failures in case of an incomplete install before.
2001-06-07Add missing "INFO_FILES" assignment.tron1-1/+2
2001-05-04Add --enable-shared to the configuration phase so that a shared libstdc++skrll1-2/+4
gets built. Add makefile fragments to do the right thing for elf and a.out. Make sure they are used. Add @exec/@unexec install-info to the PLIST. Fixes pkg/12154 from Olaf Seibert <rhialto@polderland.nl>
2001-04-30Make gcc/Makefile and pgcc/Makefile look more similar.jlam1-9/+5
2001-04-21echo -> ${ECHO}wiz1-5/+5
2001-03-27Change BUILD_DEPENDS semantics:hubertf1-2/+2
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
2001-03-01gcc installs a few extra files on sparc:hubertf1-1/+9
/usr/pkg/gcc-2.95.2//lib/gcc-lib/sparc--netbsdelf/2.95.2/crtbegin.o /usr/pkg/gcc-2.95.2//lib/gcc-lib/sparc--netbsdelf/2.95.2/crtbeginS.o /usr/pkg/gcc-2.95.2//lib/gcc-lib/sparc--netbsdelf/2.95.2/crtend.o /usr/pkg/gcc-2.95.2//lib/gcc-lib/sparc--netbsdelf/2.95.2/crtendS.o Make sure they find their way into PLIST
2001-02-28Minimize differences between gcc/Makefile and pgcc/Makefile.jlam1-2/+2
2001-02-28Make comment for ONLY_FOR_PLATFORM a bit more generic and reorder thejlam1-4/+4
platforms so that NetBSD comes first (just because ;)
2001-02-28Make this pkg work on NetBSD/sparc.hubertf1-2/+2
Patches contributes by Michael Rauch <mrauch@fs.tum.de> in PR 12299
2001-02-21Make lang/gcc and lang/pgcc conflict under Solaris as both install directlyjlam1-1/+2
under ${LOCALBASE}. This doesn't affect NetBSD as, there, both install under ${LOCALBASE}/${PKGNAME}.
2001-02-17Move the COMMENT from being in its own file to a definition in theagc1-1/+2
package Makefile.
2001-02-08Add missing semicolon.jlam1-2/+2
Fixes PR#12153 by Olaf Seibert <rhialto@polderland.nl>.
2001-01-29Add automatic ${VARIABLE} handling for MESSAGE files.wiz1-4/+4
Convert most MESSAGE files to new syntax (${VARIABLE} gets replaced, not @VARIABLE@, nor @@VARIABLE@@). By default, substitutions are done for LOCALBASE, PKGNAME, PREFIX, X11BASE, X11PREFIX; additional patterns can be added via MESSAGE_SUBST. Clean up some packages while I'm there; add RCS tags to most MESSAGEs. Remove some uninteresting MESSAGEs.
2001-01-13Fix thinko in last commit.tron1-4/+3
2001-01-13It doesn't make sense to remove "bin/cc" and recreate it later intron1-4/+5
"post-install" target.
2001-01-11Make this package work with Solaris:tron1-6/+27
- It can be bootstraped with Sun Workshop. - It goes to "${LOCALBASE}" directly because there is no possible conflict with the system's GNU C compiler.
2000-09-25Avoid running "autoheader" -- it can't help you, but it can hurt you!fredb1-1/+4
2000-09-22Mention support of "NetBSD-m68k" in comment and correct a typo.tron1-3/+3
2000-09-22What do you know... this builds on m68k/1.4.3.fredb1-2/+2
2000-09-16Add a message which explains how to use "gcc-2.95.2" via "MAKECONF".tron1-3/+8
2000-09-15- Add patches from NetBSD-current to fix build on i386 ELF systems.tron1-12/+29
- Install into "${LOCALBASE}/gcc-2.95.2" to avoid that e.g. "bsd.pkg.mk" picks up the new compiler by accident. - Add a file "${LOCALBASE}/etc/gcc-2.95.2.mk" which makes it possible to use the new "gcc" like this: make MAKECONF=/usr/pkg/etc/gcc-2.95.2.mk
2000-05-23- Remove broken NetBSD i386 ELF support for the moment. Something intron1-18/+5
NetBSD's "egcs" configuration files breaks the build of "libiberty" obviously. - Make this package work on NetBSD arm32. - Actually add entries to package list. Still to do: - rename binaries to avoid conflicts with base distribution - improve directory structure - support more platforms
2000-03-27Adapt to new handling of "${CONFIGURE}".tron1-6/+7
2000-03-24Initial import of unfinished "gcc-2.95.2" package:tron1-0/+44
GNU Compiler Collection